summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/TaskmasterTests.py
Commit message (Expand)AuthorAgeFilesLines
* Prepare side-effect nodes before building, too. (Charles Crain)Steven Knight2003-12-061-0/+22
* Fix a problem with the new Parallel job support when a command fails. (J.T. ...Steven Knight2003-10-091-0/+10
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-4/+29
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-8/+22
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-0/+11
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+16
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-21/+23
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-2/+11
* Don't eat scanner exceptions.Steven Knight2003-03-031-6/+39
* Add the --random option.Steven Knight2003-02-061-0/+23
* Add CacheDir support.Steven Knight2003-02-031-1/+31
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-3/+52
* 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
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-0/+3
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-1/+69
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-1/+21
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-0/+8
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-1/+3
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-1/+36
* 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