summaryrefslogtreecommitdiff
path: root/src/engine/SCons/TaskmasterTests.py
Commit message (Expand)AuthorAgeFilesLines
* Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-1/+4
* - added simple test for #2720 (execute with cached targets)Dirk Baechle2012-04-231-1/+87
* - fixed issue #2720, applied final patch (v3) by Alexey KlimkinDirk Baechle2012-01-101-0/+3
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-4/+4
* Convert to Python 3.x division rules.Greg Noel2010-04-241-2/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-7/+7
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-9/+9
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-1/+5
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-4/+29
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-071-2/+2
* Issue 2265: Add additional --taskmastertrace= messages in the Task class.Steven Knight2008-12-051-1/+18
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-2/+2
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-12/+13
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-38/+72
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-0/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-24/+27
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-1/+8
* Merged revisions 1884-1905 via svnmerge from0.97Steven Knight2007-05-181-1/+8
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-24/+0
* 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