summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
* Fix re-raising exception so the syntax will work for both python3 and python2.Bill2016-05-141-2/+7
* fixes for print()'s for win32William Deegan2016-05-131-1/+5
* Commit resolved conflicting merge.Russel Winder2016-01-141-7/+12
|\
| * - fixed internal debugging of TaskmasterDirk Baechle2016-01-011-4/+4
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-7/+7
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-6/+6
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+1
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-5/+5
* | Merged with [default]Stefan Zimmermann2014-03-311-10/+27
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-10/+27
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-14/+15
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-7/+3
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-22/+22
|/
* - fixed issue #2720, applied final patch (v3) by Alexey KlimkinDirk Baechle2012-01-101-12/+19
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-011-0/+8
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-2/+3
* Convert old-style classes in Taskmaster.py to new-style classes.Steven Knight2010-05-151-3/+3
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-251-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-21/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-13/+13
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+4
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-051-2/+4
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-111-1/+1
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-1/+9
* 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-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