summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/TaskmasterTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+7
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+1
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-87/+58
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-5/+3
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-0/+3
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-4/+12
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-181-1/+32
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-4/+39
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-5/+4
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-0/+14
* Build targets in an associated BuildDir even if there are local targets in th...Steven Knight2004-09-181-0/+3
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-181-2/+20
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-14/+29
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-171-0/+6
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-32/+38
* Make the use of the calc argument in Node methods consistent.Steven Knight2004-06-021-2/+7
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...Steven Knight2004-05-301-22/+22
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-9/+8
* Cleaner Task interface when using the -c option.Steven Knight2004-05-081-0/+65
* Have Task.make_ready() create a list of the out-of-date Nodes.Steven Knight2004-04-071-0/+44
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+31
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+46
* 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