summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 2880-2883,2885-2895 via svnmerge fromSteven Knight2008-04-211-1/+2
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-4/+7
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-9/+10
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-8/+13
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-30/+27
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-1/+1
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-0/+8
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-0/+7
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-4/+11
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-11/+11
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-17/+19
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-2/+56
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-4/+4
* Handle FunctionAction signatures when the function is an object method.Steven Knight2005-11-161-0/+8
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-46/+46
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-2/+2
* Avoid rebuilds when otherwise unmodified Python function Actions move within ...Steven Knight2005-05-081-4/+27
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-2/+5
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-261-8/+75
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-8/+6
* Reduce the number of actions created by caching generated LazyActions.Steven Knight2005-02-011-2/+4
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-9/+4
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-23/+6
* ActionFactory action functions should take an env argument, too.Steven Knight2004-12-071-6/+13
* Easier customization of printable strings for , and .Steven Knight2004-11-151-0/+23
* Investigate getting rid of LazyCmdGeneratorSteven Knight2004-11-151-11/+15
* Add a genstring() method to the ListAction class.Steven Knight2004-11-101-4/+5
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-77/+86
* Win32 portability fixes for tests.Steven Knight2004-10-091-3/+3
* Add support for changing directory when executing Actions (the to the target ...Steven Knight2004-09-271-25/+39
* Use callable class strfunction. (Kevin Quick)Steven Knight2004-09-201-0/+41
* Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick)Steven Knight2004-09-131-0/+21
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-1/+28
* Refactor spawning command-line actions to clean up the interface between Acti...Steven Knight2004-09-041-1/+8
* Fix comparisons between Action and subclass instances. (Kevin Quick)Steven Knight2004-08-311-1/+31
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-6/+6
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-10/+26
* Make CommandGenerationAction able to handle subsidiary actions with no strfun...Steven Knight2004-05-041-0/+7
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-89/+104
* Support use of strfunction() with all kinds of Action objects.Steven Knight2004-04-281-45/+137
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-281-20/+43
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-1/+105
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-1/+72
* Make the new --debug=presub option work for LazyCommandGenerators. (Gary Obe...Steven Knight2004-04-031-2/+51
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-1/+13
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-83/+103
* 1.5.2 portability.Steven Knight2004-02-281-4/+2
* Refactor variable substitution for more scalable expansion of , etc.Steven Knight2004-01-201-85/+45
* Refactor construction variable expansion to handle recursive substitution of ...Steven Knight2004-01-051-54/+119
* More Environment method conversions:Steven Knight2003-10-131-7/+0