summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Taskmaster.py
Commit message (Expand)AuthorAgeFilesLines
* Remove u' u" from strings. no longer neededWilliam Deegan2020-02-181-12/+12
* more post py27 cleanupWilliam Deegan2020-02-181-9/+6
* Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-171-2/+0
* Resolve mwichmann's commments on PR removing extraneous codeWilliam Deegan2020-01-101-1/+1
* Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma...William Deegan2020-01-101-1/+1
* Improve DAG walk performance by preventing unnecessary list manipulationMathew Robinson2019-12-111-2/+4
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-4/+4
* Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...William Deegan2018-04-111-0/+9
* Fix many epydoc warningsWilliam Deegan2017-09-011-22/+24
* py2/3 fix logic for reraising exceptions. A taskmaster test was failing becau...William Deegan2017-04-191-1/+7
* py2/3 Fix re-raising stored exception. Previously we were dropping contents o...William Deegan2017-04-191-1/+3
* py2/3 more work on getting exception handling to work properly on both py2/3William Deegan2017-04-041-1/+2
* fix py2/3 win32 use SCons.Util.UnicodeType to replace uWilliam Deegan2017-03-141-1/+1
* remove wb mode from creation of taskmaster trace file. Was breaking tests, an...William Deegan2017-03-131-1/+1
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
* Fix exception handling code to work with py3William Deegan2017-02-271-1/+1
* PEP-8 changesWilliam Deegan2017-02-261-2/+2
* python3 compatibility. Exceptions might have more arguments.mbyt2016-10-191-1/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* 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