| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix case-sensitive handling when a scanner returns None as a suffix. | Steven Knight | 2009-02-19 | 1 | -0/+7 |
|
|
* | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 1 | -0/+17 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -18/+60 |
|
|
* | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 1 | -11/+13 |
|
|
* | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 1 | -5/+39 |
|
|
* | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ... | Gary Oberbrunner | 2008-12-05 | 1 | -4/+8 |
|
|
* | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 1 | -0/+36 |
|
|
* | Python 2.6 portability: add __{add,radd}__() methods to the CLVar | Steven Knight | 2008-10-12 | 1 | -0/+4 |
|
|
* | implement delete_existing for AppendUnique and PrependUnique. Finishes #2091. | Gary Oberbrunner | 2008-10-02 | 1 | -4/+21 |
|
|
* | Windows portability: use os.sep instead of hard-coded /. | Steven Knight | 2008-09-20 | 1 | -14/+18 |
|
|
* | Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ... | Gary Oberbrunner | 2008-09-18 | 1 | -0/+28 |
|
|
* | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 1 | -0/+1 |
|
|
* | Issue 2176: BuilderWrapper __getattr__ should not raise KeyError | Ludwig Hähne | 2008-09-05 | 1 | -0/+21 |
|
|
* | Issue 2007: backtick() doesn't use ENV | Greg Noel | 2008-08-28 | 1 | -4/+17 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -3/+3 |
|
|
* | Merged revisions 2720-2724 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -3/+3 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -11/+138 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -42/+12 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -0/+15 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -21/+126 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -7/+2 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -76/+4 |
|
|
* | Merged revisions 2121-2135 via svnmerge from | Steven Knight | 2007-07-14 | 1 | -14/+14 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -6/+61 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -3/+6 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -0/+3 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -3/+10 |
|
|
* | Merged revisions 1667-1674 via svnmerge from | Steven Knight | 2006-11-04 | 1 | -22/+34 |
|
|
* | Merged revisions 1582-1665 via svnmerge from | Steven Knight | 2006-11-02 | 1 | -33/+153 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -44/+206 |
|
|
* | More Win32 portability fixes in EnvironmentTests.py. (Baptiste Lepilleur) | Steven Knight | 2006-02-25 | 1 | -1/+8 |
|
|
* | More test portability fixes. (Baptiste Lepilleur and SK) | Steven Knight | 2006-02-15 | 1 | -104/+125 |
|
|
* | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -0/+23 |
|
|
* | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -20/+26 |
|
|
* | Fix AppendUnique and PrependUnique concatenating strings to lists. (Patrick ... | Steven Knight | 2005-11-06 | 1 | -0/+24 |
|
|
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke th... | Steven Knight | 2005-10-14 | 1 | -47/+47 |
|
|
* | When deleting a variable from an OverrideEnvironment, do not throw an excepti... | Steven Knight | 2005-10-08 | 1 | -0/+19 |
|
|
* | Environment infrastructure for special variable handling. | Steven Knight | 2005-09-18 | 1 | -1/+1 |
|
|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -0/+4 |
|
|
* | Refactor the Rsearch*() methods out of existence in favor of simpler utility ... | Steven Knight | 2005-04-13 | 1 | -4/+1 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -114/+67 |
|
|
* | Allow toolpath to be stored in the environment and re-used for Copy() and Too... | Steven Knight | 2005-03-24 | 1 | -0/+46 |
|
|
* | Fix re-scanning of built files for implicit dependencies when the -j option i... | Steven Knight | 2005-03-20 | 1 | -6/+0 |
|
|
* | Fix a regression in handling overridden construction variables when the subst... | Steven Knight | 2005-03-18 | 1 | -28/+134 |
|
|
* | Actually support a global Entry name (since we already documented it). | Steven Knight | 2005-03-16 | 1 | -0/+18 |
|
|
* | Fix stack trace when there's no scanner in an Environment. | Steven Knight | 2005-03-05 | 1 | -0/+6 |
|
|
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -0/+6 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -4/+7 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -0/+14 |
|
|