summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-1/+1
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-1/+3
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-6/+21
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-1/+1
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-3/+2
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-12/+37
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-7/+18
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+8
* Don't eat scanner exceptions.Steven Knight2003-03-031-13/+26
* Add the --random option.Steven Knight2003-02-061-9/+17
* Add CacheDir support.Steven Knight2003-02-031-0/+3
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-6/+33
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* 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-1/+1
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-9/+20
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-3/+6
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-4/+11
* Fix -j with multiple targets. (Anthony Roach)Steven Knight2002-09-071-3/+9
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-2/+1
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-23/+39
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-1/+0
* Implement implicit dependency caching.Steven Knight2002-04-111-1/+0
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-8/+1
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-124/+105
* Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) by...Steven Knight2002-03-211-4/+4
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-7/+16
* Enhance the Walker to call a third supplied function to actually work on a No...Steven Knight2002-03-191-31/+37
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...Steven Knight2002-02-181-0/+4
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-0/+1
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-291-12/+3
* Fix for previous Tasks change.Steven Knight2002-01-271-1/+1
* Only execute an Action once for a List of targets.Steven Knight2002-01-261-59/+88
* Delay scanning a node from when we ask for its children to just before we're ...Steven Knight2001-12-111-0/+2
* Detect dependency cyclesSteven Knight2001-11-281-3/+14
* More NT portability fixes.Steven Knight2001-11-241-1/+5
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-33/+63
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-16/+21
* Support building (sub)directories.Steven Knight2001-10-251-68/+104
* Add -k support and moreSteven Knight2001-10-241-21/+68
* Add -i (ignore errors) supportSteven Knight2001-10-101-30/+32
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-051-0/+106