summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Make Action+None and None+Action work as expected (silently ignore the None a...Gary Oberbrunner2011-02-271-2/+13
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-081-0/+4
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-20/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-6/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-1/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-18/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-7/+9
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-26/+24
* Python 1.5 fix (nested scopes).Steven Knight2010-01-141-2/+6
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-141-0/+90
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-12/+5
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-041-116/+231
* Merged revisions 3057-3059,3061-3264 via svnmerge fromSteven Knight2008-08-091-0/+10
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-14/+16
* 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