summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-1/+8
* Add WhereIs() functionality.Steven Knight2002-03-271-1/+2
* Add support for target Aliases.Steven Knight2002-03-251-3/+5
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-3/+2
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-1/+1
* Add a --profile=file option.Steven Knight2002-03-121-0/+9
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-3/+15
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-0/+1
* Add the -q option.Steven Knight2002-02-211-1/+15
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-211-9/+7
* Remove all built targets even if some don't exist.Steven Knight2002-02-211-3/+10
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-20/+64
* Filter out a file's ignore list from all of its dependencies, direct or indir...Steven Knight2002-02-121-1/+1
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-4/+6
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-0/+1
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-2/+5
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-1/+4
* Flush sys.stdout after every write() so it intermixes properly with sys.stder...Steven Knight2002-01-311-0/+11
* Update Copyright lines for the new year.Steven Knight2002-01-293-4/+4
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-271-1/+15
* Fix for previous Tasks change.Steven Knight2002-01-271-8/+12
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-4/+12
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-231-0/+3
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-182-3/+16
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-151-16/+19
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-1/+1
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-2/+2
* Fix using a directory as Default().Steven Knight2002-01-111-1/+1
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-0/+2
* Split Action objects into their own module.Steven Knight2002-01-091-2/+2
* Fix race condition with --debug=tree and -jSteven Knight2001-12-301-6/+9
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-3/+20
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-17/+20
* Make Default work with subdirectories.Steven Knight2001-12-222-1/+5
* Create the Script directorySteven Knight2001-12-213-0/+847