http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Action.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-09 stevenknightIssue 2331: For forward compatibility, use "import...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
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 stevenknightFix use of varlist in CommandGeneratorAction, ListActio...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-20 stevenknightDetect implicit command dependencies even when the...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2008-12-06 GregNoelIssue 2267, fix use of uninitialized variable
2008-11-09 GregNoelIssue 2228: discard stderr by using os.devnull
2008-10-31 stevenknightFix uncaught KeyboardInterrupt.
2008-10-31 stevenknightFix calling Exit() from within a Python function action...
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-10-08 GregNoelfix bug in SCons.Action._subproc
2008-10-04 GregNoelIssue 2166, refactor Action() factory to make positiona...
2008-09-22 GregNoelmake references to subprocess.Popen synchronous
2008-09-20 stevenknightCall str() on the string values of environment variable...
2008-09-12 GregNoelAdd common subproc function and modify routines to...
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-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-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-07-15 stevenknightMerged revisions 1502-1677,1679-1682,1684-1918,1920...
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-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-25 stevenknightIn the error message, supply the file name that trigger...
2005-11-16 stevenknightHandle FunctionAction signatures when the function...
2005-10-09 stevenknightGet rid of the last tabs in the source files and have...
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
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-03-01 stevenknightGroup --debug=count output by object modules.
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-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-20 stevenknightUse callable class strfunction. (Kevin Quick)
2004-09-18 stevenknightFix --debug=explain when the action is a Python function.
2004-09-15 stevenknightHandle exceptions in FunctionActions. (Steve Christensen)
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-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-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2003-11-18 stevenknightEnsure that the ENV values are all strings. (Anthony...
2003-11-10 stevenknightUse sys.stdout.write() instead of print so line feeds...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-13 stevenknightMore Environment method conversions:
2003-07-23 stevenknightFix a problem when using --cache-show.
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-30 stevenknightFix the spawn() functions. (Anthony Roach)
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-17 stevenknightInitialize the new branch.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
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 stevenknightWin32 portability.
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-10-18 stevenknightWin32 test portability.
2002-09-27 stevenknightSupport overriding construction variables in builder...
next