http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / ExecutorTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
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-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-04-17 stevenknightMerged revisions 2725-2865 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
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-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
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-02-13 stevenknightRefactor Environment/Executor/Node scanner interaction...
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...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
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-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-23 stevenknightAdd an internal Environment._update() method that updat...
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...