| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -1/+23 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -4/+4 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -17/+30 |
|
|
* | Simplify how NodeLists expand callable methods by making the NodeList | Steven Knight | 2009-01-04 | 1 | -23/+13 |
|
|
* | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 1 | -8/+26 |
|
|
* | Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null | Steven Knight | 2008-12-30 | 1 | -22/+17 |
|
|
* | Fix our SCons.Util.CLVar implementation (__add__() and __radd__() | Steven Knight | 2008-10-11 | 1 | -0/+4 |
|
|
* | Issue 1646: Block-wise signature computation for large files | Ludwig Hähne | 2008-09-28 | 1 | -0/+17 |
|
|
* | Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ... | Gary Oberbrunner | 2008-09-18 | 1 | -24/+80 |
|
|
* | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 1 | -2/+0 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -38/+112 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -33/+116 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -46/+78 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -0/+93 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -4/+88 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -4/+93 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -0/+19 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -0/+76 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -0/+6 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -18/+36 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -63/+3 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -9/+14 |
|
|
* | More test portability fixes. (Baptiste Lepilleur and SK) | Steven Knight | 2006-02-15 | 1 | -1/+1 |
|
|
* | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -8/+10 |
|
|
* | Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el... | Steven Knight | 2006-01-21 | 1 | -2/+2 |
|
|
* | Optimize is_List et al. Add a script harness and scripts for benchmarking Py... | Steven Knight | 2005-09-25 | 1 | -11/+54 |
|
|
* | Fix leftover SCons.Util references. (Ralf W. Grosse-Kunstleve and Patrick Me... | Steven Knight | 2005-09-24 | 1 | -2/+2 |
|
|
* | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -794/+9 |
|
|
* | test | Steven Knight | 2005-09-08 | 1 | -4/+1 |
|
|
* | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -32/+4 |
|
|
* | Handle files with white space when in temporary files. (Stanislav Baranov) | Steven Knight | 2005-08-20 | 1 | -1/+4 |
|
|
* | Minor speedus in variable expansion. | Steven Knight | 2005-03-25 | 1 | -67/+82 |
|
|
* | Speed up string expansion. Cache find_file() results in the Memoizer. | Steven Knight | 2005-03-08 | 1 | -10/+6 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -0/+6 |
|
|
* | Win32 portability fixes. | Steven Knight | 2005-01-03 | 1 | -2/+2 |
|
|
* | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+6 |
|
|
* | Speed up handling of NodeLists. (Kevin Quick) | Steven Knight | 2004-12-31 | 1 | -111/+102 |
|
|
* | Apply Memoizer to cache more return values from various methods. (Kevin Quick) | Steven Knight | 2004-12-31 | 1 | -80/+88 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -12/+32 |
|
|
* | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 1 | -1/+1 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -7/+38 |
|
|
* | Fix Value node expansion in command-line strings. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -1/+9 |
|
|
* | Faster/leaner tree dumping. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -3/+43 |
|
|
* | Improved regular expression for removing pairs from command-line strings. (... | Steven Knight | 2004-10-27 | 1 | -1/+1 |
|
|
* | Avoid copying __builtin__ when evaluating variables. (Gary Oberbrunner) | Steven Knight | 2004-10-22 | 1 | -0/+26 |
|
|
* | When subst() returns a non-string object, return the object and not a list on... | Steven Knight | 2004-10-21 | 1 | -3/+4 |
|
|
* | Optimization: don't expand variables by using eval unless we have to. (Han-... | Steven Knight | 2004-10-10 | 1 | -27/+62 |
|
|
* | Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie... | Steven Knight | 2004-10-09 | 1 | -28/+33 |
|
|
* | Fix env.subst() stack trace on var containing ListAction. | Steven Knight | 2004-09-27 | 1 | -8/+20 |
|
|