summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make .sconsign files get written even if the build fails or is terminated. ↵Steven Knight2002-04-111-1/+0
| | | | (Anthony Roach)
* 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) ↵Steven Knight2002-03-211-4/+4
| | | | by 6%-12% by using the new Walker eval_func argument.
* 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 ↵Steven Knight2002-03-191-31/+37
| | | | Node, and pass the parent Node to both the out-of-date-check function and the work function. Refactor Taskmaster to use the new Walker function.
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return ↵Steven Knight2002-02-181-0/+4
| | | | any children if the node itself has already been visited.
* Create all of the directories for a target list before trying to build the ↵Steven Knight2002-02-101-0/+1
| | | | targets.
* 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
| | | | going to descend to its dependencies.
* 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