summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/TaskmasterTests.py
Commit message (Expand)AuthorAgeFilesLines
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-1/+4
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-101/+85
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-10/+27
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...Steven Knight2002-02-181-0/+33
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-0/+3
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-291-0/+3
* Only execute an Action once for a List of targets.Steven Knight2002-01-261-9/+22
* Delay scanning a node from when we ask for its children to just before we're ...Steven Knight2001-12-111-2/+25
* Detect dependency cyclesSteven Knight2001-11-281-3/+18
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-39/+10
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-25/+39
* Support building (sub)directories.Steven Knight2001-10-251-90/+115
* Add -k support and moreSteven Knight2001-10-241-23/+137
* Add -i (ignore errors) supportSteven Knight2001-10-101-27/+28
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-051-0/+154