Group --debug=count output by object modules.
[scons.git] / src / engine / SCons / Action.py
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...
2002-08-23 stevenknightImplement spawn() using os.system() on Posix OSes....
2002-08-06 stevenknightSupport Repository and Default().
2002-08-04 stevenknightFix commands with spaces in them (Bug: 589281 and 58928...
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-09 stevenknightAdd a Platform() method.
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-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
2002-03-08 stevenknightChanges to the CommandGenerator functionality. (Charle...
2002-02-20 stevenknightAdd command generator function support. (Anthony Roach)
2002-01-29 stevenknightPut quotes around arguments that contain white space...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-11 stevenknightAdd command-line redirection (Charles Crain).
2002-01-09 stevenknightSplit Action objects into their own module.