| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -40/+120 |
|
|
* | Issue 2267, fix use of uninitialized variable | Greg Noel | 2008-12-06 | 1 | -6/+6 |
|
|
* | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 1 | -4/+12 |
|
|
* | Fix uncaught KeyboardInterrupt. | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | Fix calling Exit() from within a Python function action, so that it gets | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -23/+30 |
|
|
* | fix bug in SCons.Action._subproc | Greg Noel | 2008-10-08 | 1 | -16/+16 |
|
|
* | Issue 2166, refactor Action() factory to make positional parameters consistent | Greg Noel | 2008-10-04 | 1 | -143/+194 |
|
|
* | make references to subprocess.Popen synchronous | Greg Noel | 2008-09-22 | 1 | -2/+2 |
|
|
* | Call str() on the string values of environment variables used by the | Steven Knight | 2008-09-20 | 1 | -1/+3 |
|
|
* | Add common subproc function and modify routines to use it | Greg Noel | 2008-09-12 | 1 | -2/+59 |
|
|
* | Merged revisions 3057-3059,3061-3264 via svnmerge from | Steven Knight | 2008-08-09 | 1 | -0/+3 |
|
|
* | Merged revisions 2928-2932,2934-2946 via svnmerge from | Steven Knight | 2008-05-18 | 1 | -2/+11 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -2/+5 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -6/+13 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -37/+148 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -7/+30 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -2/+30 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -0/+2 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -2/+4 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -3/+4 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -4/+12 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -23/+0 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -4/+33 |
|
|
* | In the error message, supply the file name that triggered on IOError or OSErr... | Steven Knight | 2006-02-25 | 1 | -1/+9 |
|
|
* | Handle FunctionAction signatures when the function is an object method. | Steven Knight | 2005-11-16 | 1 | -9/+20 |
|
|
* | Get rid of the last tabs in the source files and have the TestSCons infrastru... | Steven Knight | 2005-10-09 | 1 | -3/+3 |
|
|
* | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -2/+4 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -3/+5 |
|
|
* | Avoid rebuilds when otherwise unmodified Python function Actions move within ... | Steven Knight | 2005-05-08 | 1 | -0/+30 |
|
|
* | Refactor Executor creation from Builders to Actions to set up better for batc... | Steven Knight | 2005-04-27 | 1 | -0/+5 |
|
|
* | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -12/+37 |
|
|
* | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 1 | -17/+10 |
|
|
* | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -5/+5 |
|
|
* | Reduce the number of actions created by caching generated LazyActions. | Steven Knight | 2005-02-01 | 1 | -7/+23 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -8/+16 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -13/+12 |
|
|
* | ActionFactory action functions should take an env argument, too. | Steven Knight | 2004-12-07 | 1 | -3/+11 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -1/+6 |
|
|
* | Investigate getting rid of LazyCmdGenerator | Steven Knight | 2004-11-15 | 1 | -26/+50 |
|
|
* | Add a genstring() method to the ListAction class. | Steven Knight | 2004-11-10 | 1 | -0/+6 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -102/+117 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -31/+45 |
|
|
* | Use callable class strfunction. (Kevin Quick) | Steven Knight | 2004-09-20 | 1 | -0/+9 |
|
|
* | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -5/+5 |
|
|
* | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 1 | -1/+6 |
|
|
* | Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick) | Steven Knight | 2004-09-13 | 1 | -1/+1 |
|
|
* | Add a configurable function for command-line printing. (Gary Oberbrunner) | Steven Knight | 2004-09-05 | 1 | -1/+12 |
|
|
* | Refactor spawning command-line actions to clean up the interface between Acti... | Steven Knight | 2004-09-04 | 1 | -65/+42 |
|
|
* | Fix comparisons between Action and subclass instances. (Kevin Quick) | Steven Knight | 2004-08-31 | 1 | -1/+1 |
|
|