summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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-291-2/+2
* 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-181-1/+8
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-1/+1
* 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
* Create the Script directorySteven Knight2001-12-211-0/+643