summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-15/+29
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-74/+68
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+2
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-181-4/+5
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-3/+9
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-76/+165
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-8/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-9/+8
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-106/+136
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-6/+2
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-2/+2
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-13/+32
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-181-8/+27
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-32/+26
* Add a subsystem for collecting stats about how Nodes are handled by the Taskm...Steven Knight2005-03-241-0/+50
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-33/+55
* Apply Memoizer to cache more return values from various methods. (Kevin Quick)Steven Knight2004-12-311-4/+1
* Speed up Taskmaster by not calling Node methods so frequently.Steven Knight2004-12-161-48/+30
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-0/+16
* Build targets in an associated BuildDir even if there are local targets in th...Steven Knight2004-09-181-5/+6
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-181-2/+7
* 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