http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / ActionTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-01-14 stevenknightPython 1.5 fix (nested scopes).
2010-01-14 stevenknightFix use of varlist in CommandGeneratorAction, ListActio...
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2008-10-04 GregNoelIssue 2166, refactor Action() factory to make positiona...
2008-08-09 stevenknightMerged revisions 3057-3059,3061-3264 via svnmerge from
2008-05-18 stevenknightMerged revisions 2928-2932,2934-2946 via svnmerge from
2008-04-21 stevenknightMerged revisions 2880-2883,2885-2895 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-11-04 stevenknightMerged revisions 1667-1674 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-01-21 stevenknightDeprecate $WIN32 variables name in place of $WINDOWS...
2005-11-16 stevenknightHandle FunctionAction signatures when the function...
2005-10-14 stevenknightGet rid of indentation tabs in the test scripts and...
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-05-08 stevenknightAvoid rebuilds when otherwise unmodified Python functio...
2005-04-27 stevenknightRefactor Executor creation from Builders to Actions...
2005-04-26 stevenknightMore flexible (and Make-like) ignoring command exit...
2005-03-06 stevenknightCheckpoint refactorings to remove CommandGenerator...
2005-02-01 stevenknightReduce the number of actions created by caching generat...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-29 stevenknightEnhance OverrideEnvironment, and rename the base class...
2004-12-07 stevenknightActionFactory action functions should take an env argum...
2004-11-15 stevenknightEasier customization of printable strings for , and .
2004-11-15 stevenknightInvestigate getting rid of LazyCmdGenerator
2004-11-10 stevenknightAdd a genstring() method to the ListAction class.
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-20 stevenknightUse callable class strfunction. (Kevin Quick)
2004-09-13 stevenknightFix Action comparison when a Builder has a suffix key...
2004-09-05 stevenknightAdd a configurable function for command-line printing...
2004-09-04 stevenknightRefactor spawning command-line actions to clean up...
2004-08-31 stevenknightFix comparisons between Action and subclass instances...
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-05-04 stevenknightMake CommandGenerationAction able to handle subsidiary...
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-04-28 stevenknightSupport use of strfunction() with all kinds of Action...
2004-04-28 stevenknightTest fixes for Python 2.3.3 on Win32. (Anthony Roach)
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-04-03 stevenknightMake the new --debug=presub option work for LazyCommand...
2004-04-02 stevenknightFix Command() when not called through an Environment.
2004-03-23 stevenknightAdd a --debug= option to print commands before substitu...
2004-02-28 stevenknight1.5.2 portability.
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2003-10-13 stevenknightMore Environment method conversions:
2003-08-01 stevenknightAdd /TP to CXXFLAGS for msvc. Win32 portability fixes...
2003-07-23 stevenknightFix a problem when using --cache-show.
2003-07-22 stevenknightAvoid hangs on POSIX systems when reading a lot of...
2003-05-16 stevenknightSConf fixes. (Christoph Wiedemann)
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-30 stevenknightTest portability fixes for Cygwin. (Chad Austin)
2003-04-27 stevenknightEvaluate Action varlists when calculating signatures...
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-02 stevenknightFix using more than two targets or sources in a list.
2003-02-03 stevenknightAdd CacheDir support.
2003-02-02 stevenknightAdd a strfunction() to Command actions, and add an...
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-15 stevenknightNecessary changes towards supporting Jython.
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-12-19 stevenknightFinish the Action refactoring by removing Builder.execu...
2002-12-17 stevenknightRefactor action execution so it's controlled by the...
2002-11-25 stevenknightMake the shell pickable via a construction variable...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-10-18 stevenknightWin32 test portability.
2002-10-15 stevenknightFix some file headers. (Charles Crain)
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-17 stevenknightRepository support (first cut).
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-05 stevenknightClean up how the Environment dictionary is passed to...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
next