summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+2
* Put the --duplicate option in alphabetical order in the help output.Steven Knight2004-04-031-11/+12
* Add --debug=presub to the help text.Steven Knight2004-03-241-4/+6
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-1/+4
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-061-2/+25
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-11/+47
* Relax the duplicate-environment restriction for targets so that it's okay if ...Steven Knight2003-12-081-0/+1
* Make the message about missing SConscript files a warning, not a hard write()...Steven Knight2003-12-011-3/+8
* Added better -H documentation for --debug and remove -e from man page. (Anth...Steven Knight2003-11-181-1/+3
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-9/+11
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+7
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+3
* Have the closing message say ...terminatedSteven Knight2003-09-181-1/+6
* Python 1.5.2 portability.Steven Knight2003-09-181-1/+1
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-17/+16
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-5/+1
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-4/+4
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-3/+3
* -Q options suppresses too much.Steven Knight2003-08-221-6/+12
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-17/+36
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-4/+0
* Fix the -h optionSteven Knight2003-07-211-3/+3
* Call the debugger directly, don't re-execute Python to run it. (Laurent Pelecq)Steven Knight2003-07-211-28/+20
* Tighten up the help text.Steven Knight2003-07-021-13/+14
* Fix -U, -D and -d with explicit targets that start with ../.Steven Knight2003-06-281-28/+44
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-121-0/+6
* Don't update the .sconsign files when using -n. (Steve Leblanc)Steven Knight2003-05-311-1/+2
* Change the Building message to say Cleaning when the -c option is used.Steven Knight2003-05-191-2/+6
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-21/+60
* Fix the EnteringSteven Knight2003-04-231-1/+1
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+3
* Fix -U when no Default() targets are specified.Steven Knight2003-03-231-1/+4
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+11
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-0/+2
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-4/+8
* Don't eat scanner exceptions.Steven Knight2003-03-031-0/+2
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-4/+4
* Add the --random option.Steven Knight2003-02-061-5/+20
* Change the default behavior when no arguments are specified to building every...Steven Knight2003-02-051-0/+2
* Add CacheDir support.Steven Knight2003-02-031-12/+19
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-5/+13
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-251-2/+3
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-2/+2
* Update Copyright years.Steven Knight2003-01-161-2/+2
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+5
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-2/+11
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-6/+6
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-0/+1