summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Executor.py
Commit message (Expand)AuthorAgeFilesLines
* Split out calls to simplify for debuggingWilliam Deegan2017-02-261-4/+8
* fix issue which was modifying the function signature and causing incorrect re...William Deegan2017-02-261-7/+3
* fix string/bytearray issue for py2/3 portWilliam Deegan2017-02-211-2/+9
* avoid using __slots__ on Node and Executor (but only on PyPy)Daniel Holth2016-06-061-3/+3
* Commit merge from default.Russel Winder2016-02-021-1/+3
|\
| * fix for tigris bug # 2622 - AlwaysBuild / MSVC regression - Make sure files m...William Deegan2016-01-161-1/+3
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-77/+102
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-3/+0
| * Issue 2264: Added cross-language scanner support.William Blevins2015-05-171-20/+6
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-46/+87
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-9/+10
* | Merged with [default]Stefan Zimmermann2014-03-311-5/+8
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-3/+5
| * - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-2/+3
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+2
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-1/+1
|/
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-151-1/+1
* Convert old-style classes in Executor.py modules to new-style classes.Steven Knight2010-05-161-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-8/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-4/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-16/+18
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
* Fix calculation of $UNCHANGED_SOURCES to include correctly sourcesSteven Knight2009-01-191-4/+4
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-131-1/+1
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-51/+294
* Use a SCons.Util.UniqueList instance for the Executor.sources listSteven Knight2009-01-011-6/+1
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-1/+5
* Fix for Python versions before 2.2, where tuple() requires an argument.Steven Knight2008-09-131-1/+1
* Issue 2179: Null Executor memory reductionsLudwig Hähne2008-09-121-12/+47
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-4/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-24/+31
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-6/+4
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-13/+28
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-11/+41
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-4/+2
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+3
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-27/+61
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-0/+2
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-5/+6
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-041-1/+1
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-22/+40
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-261-5/+5
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-12/+11
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-12/+21
* Reduce gen_binfo() time for very long source lists.Steven Knight2005-03-051-4/+11
* Group --debug=count output by object modules.Steven Knight2005-03-011-1/+3
* Refactor Environment/Executor/Node scanner interaction a little. Put --debug...Steven Knight2005-02-131-7/+12
* Don't memoize the get_build_scanner_path() methods.Steven Knight2005-02-101-2/+2