summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Action.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-3/+3
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-2/+4
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-3/+5
* Avoid rebuilds when otherwise unmodified Python function Actions move within ...Steven Knight2005-05-081-0/+30
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-0/+5
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-261-12/+37
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-17/+10
* Group --debug=count output by object modules.Steven Knight2005-03-011-5/+5
* Reduce the number of actions created by caching generated LazyActions.Steven Knight2005-02-011-7/+23
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-8/+16
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-13/+12
* ActionFactory action functions should take an env argument, too.Steven Knight2004-12-071-3/+11
* Easier customization of printable strings for , and .Steven Knight2004-11-151-1/+6
* Investigate getting rid of LazyCmdGeneratorSteven Knight2004-11-151-26/+50
* Add a genstring() method to the ListAction class.Steven Knight2004-11-101-0/+6
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-102/+117
* Add support for changing directory when executing Actions (the to the target ...Steven Knight2004-09-271-31/+45
* Use callable class strfunction. (Kevin Quick)Steven Knight2004-09-201-0/+9
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-181-5/+5
* Handle exceptions in FunctionActions. (Steve Christensen)Steven Knight2004-09-151-1/+6
* Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick)Steven Knight2004-09-131-1/+1
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-1/+12
* Refactor spawning command-line actions to clean up the interface between Acti...Steven Knight2004-09-041-65/+42
* Fix comparisons between Action and subclass instances. (Kevin Quick)Steven Knight2004-08-311-1/+1
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-6/+7
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-9/+13
* Make CommandGenerationAction able to handle subsidiary actions with no strfun...Steven Knight2004-05-041-1/+4
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-127/+109
* Support use of strfunction() with all kinds of Action objects.Steven Knight2004-04-281-22/+28
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-3/+82
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-0/+14
* Make the new --debug=presub option work for LazyCommandGenerators. (Gary Obe...Steven Knight2004-04-031-6/+21
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-1/+1
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-34/+125
* Move the __env__ construction variable into the Environment itself, not creat...Steven Knight2004-02-071-1/+1
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-0/+6
* Refactor variable substitution for more scalable expansion of , etc.Steven Knight2004-01-201-26/+21
* Refactor construction variable expansion to handle recursive substitution of ...Steven Knight2004-01-051-10/+6
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+17
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-101-1/+2
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* More Environment method conversions:Steven Knight2003-10-131-6/+0
* Fix a problem when using --cache-show.Steven Knight2003-07-231-2/+26
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-3/+8
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-28/+8
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-0/+3
* Fix the spawn() functions. (Anthony Roach)Steven Knight2003-04-301-5/+0
* Evaluate Action varlists when calculating signatures. (Steve Christensen)Steven Knight2003-04-271-2/+2
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-4/+26
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-66/+19