summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-27/+30
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-171-0/+10
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-37/+38
* Make the use of the calc argument in Node methods consistent.Steven Knight2004-06-021-1/+1
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...Steven Knight2004-05-301-37/+17
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-6/+10
* Cleaner Task interface when using the -c option.Steven Knight2004-05-081-2/+21
* Have Task.make_ready() create a list of the out-of-date Nodes.Steven Knight2004-04-071-8/+17
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+7
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-1/+7
* Prepare side-effect nodes before building, too. (Charles Crain)Steven Knight2003-12-061-0/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-0/+6
* Fix a problem with the new Parallel job support when a command fails. (J.T. ...Steven Knight2003-10-091-0/+11
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-1/+1
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-1/+3
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-6/+21
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-1/+1
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-3/+2
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-12/+37
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-7/+18
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+8
* Don't eat scanner exceptions.Steven Knight2003-03-031-13/+26
* Add the --random option.Steven Knight2003-02-061-9/+17
* Add CacheDir support.Steven Knight2003-02-031-0/+3
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-6/+33
* 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
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-1/+1
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-9/+20
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-3/+6
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-4/+11
* Fix -j with multiple targets. (Anthony Roach)Steven Knight2002-09-071-3/+9
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-2/+1
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-23/+39
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-1/+0
* 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) by...Steven Knight2002-03-211-4/+4
* 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 No...Steven Knight2002-03-191-31/+37
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...Steven Knight2002-02-181-0/+4
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-0/+1
* 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
* Detect dependency cyclesSteven Knight2001-11-281-3/+14