summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Action.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-37/+148
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-7/+30
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+30
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-0/+2
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+4
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-3/+4
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-4/+12
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-23/+0
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-4/+33
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-1/+9
* Handle FunctionAction signatures when the function is an object method.Steven Knight2005-11-161-9/+20
* 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