summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
...
* 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