summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-7/+11
* Issue 2231: Add a --warn=future-deprecated option, along withSteven Knight2008-12-111-0/+4
* Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.TaskSteven Knight2008-12-081-9/+32
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-071-19/+35
* Issue 2116: Eliminate some spurious dependency cycles by being moreSteven Knight2008-12-061-30/+139
* Issue 2265: Add additional --taskmastertrace= messages in the Task class.Steven Knight2008-12-051-15/+75
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-3/+5
* Better error when taskmaster gets an exception while scanning children (show ...Gary Oberbrunner2008-09-291-2/+2
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-6/+9
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-51/+69
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-119/+204
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+2
* 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