summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/TaskmasterTests.py
Commit message (Collapse)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
| | | | Conklin)
* 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 ↵Steven Knight2003-07-271-8/+22
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. ↵Steven Knight2003-03-281-0/+11
| | | | (Anthony Roach)
* 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 ↵Steven Knight2002-12-191-1/+69
| | | | moving exception handling into the Taskmaster.Task class.
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-1/+21
| | | | Taskmaster.Task class, not Node.build().
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-0/+8
|
* Refactor current() calculation so the Taskmaster passes the Sig calculator ↵Steven Knight2002-07-211-1/+3
| | | | to the Node, instead of going through calc to get to the Node.
* 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 ↵Steven Knight2002-02-181-0/+33
| | | | 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/+3
| | | | targets.
* 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
| | | | going to descend to its dependencies.
* 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