http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Executor.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-19 stevenknightFix calculation of $UNCHANGED_SOURCES to include correc...
2009-01-13 stevenknightFix ability to Install() the same file multiple times.
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-01 stevenknightUse a SCons.Util.UniqueList instance for the Executor...
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-09-13 stevenknightFix for Python versions before 2.2, where tuple() requi...
2008-09-12 pankratIssue 2179: Null Executor memory reductions
2008-04-30 stevenknightMerged revisions 2898-2901,2903-2927 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2005-12-27 stevenknightHandle scanning of the in-memory entries for a Dir...
2005-12-04 stevenknightRefactor to let specific Node types override scanner...
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-04-26 stevenknightMore flexible (and Make-like) ignoring command exit...
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-03-30 stevenknightMake sure scans are added to all targets in a builder...
2005-03-05 stevenknightReduce gen_binfo() time for very long source lists.
2005-03-01 stevenknightGroup --debug=count output by object modules.
2005-02-13 stevenknightRefactor Environment/Executor/Node scanner interaction...
2005-02-10 stevenknightDon't memoize the get_build_scanner_path() methods.
2005-01-23 stevenknightUse WeakValueDicts in the Memoizer to cut down on memor...
2005-01-22 stevenknightReduce the number of scanner calls in large cross-produ...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-29 stevenknightEnhance OverrideEnvironment, and rename the base class...
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
2004-10-23 stevenknightFix ExecutorTests under Python 2.x, where str() throws...
2004-10-22 stevenknightFix the execute-Mkdir-once patch so that it doesn't...
2004-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-21 stevenknightBetter error messages for bad builder creation. (Kevin...
2004-09-21 stevenknightFix a cut-and-paste typo in the memoized attributed...
2004-09-18 stevenknightFix --debug=explain when the action is a Python function.
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...