| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incorrect UserError usage | Richard Quirk | 2011-12-24 | 1 | -1/+1 |
* | Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames. | Gary Oberbrunner | 2011-03-11 | 1 | -2/+12 |
* | Make Action+None and None+Action work as expected (silently ignore the None a... | Gary Oberbrunner | 2011-02-27 | 1 | -2/+8 |
* | Initial Migration of MSVC logic from 1.3 branch. | William Deegan | 2010-06-03 | 1 | -2/+2 |
* | Convert the old-style classes in Action.py to new-style classes. | Steven Knight | 2010-05-13 | 1 | -6/+6 |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -10/+0 |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -1/+1 |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -3/+3 |
* | Issue 2331: For forward compatibility, use "import pickle" and have | Steven Knight | 2010-04-09 | 1 | -3/+6 |
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -2/+2 |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -1/+1 |
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -53/+45 |
* | Fix use of varlist in CommandGeneratorAction, ListAction and LazyAction | Steven Knight | 2010-01-14 | 1 | -1/+17 |
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
* | Detect implicit command dependencies even when the command is quoted. | Steven Knight | 2009-01-20 | 1 | -1/+8 |
* | 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 from0.96.96 | 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 |