| Commit message (Expand) | Author | Age | Files | Lines |
* | Support -isystem in ParseFlags | James McCoy | 2014-09-15 | 1 | -2/+8 |
|
|
* | Adding a unit-test for pull-request #150 | Manuel Francisco Naranjo | 2014-07-21 | 1 | -0/+5 |
|
|
* | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -3/+4 |
|
|
* | Fix names in several places and refer to the .PHONY command | Tom Tanner | 2013-10-07 | 1 | -1/+1 |
|
|
* | Merged scons/scons into default | Tom Tanner | 2013-09-30 | 1 | -1/+7 |
|\ |
|
| * | Added tests for Literal object comparison, and updated CHANGES.txt. | Gary Oberbrunner | 2013-09-29 | 1 | -1/+7 |
|
|
* | | Added Pseudo command to environment and tests. If a target is declared as | Tom Tanner | 2013-09-30 | 1 | -4/+27 |
|/ |
|
* | Fix nested LIBPATH expansion by flattening sequences in subst_path. | Gary Oberbrunner | 2012-10-06 | 1 | -0/+15 |
|
|
* | Applied patch from #2732: support -std=c++0x in ParseFlags | Gary Oberbrunner | 2011-03-03 | 1 | -0/+3 |
|
|
* | Applied patch from #2433: support -dylib_file in ParseFlags | Gary Oberbrunner | 2011-03-03 | 1 | -3/+6 |
|
|
* | Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS) | Gary Oberbrunner | 2011-01-12 | 1 | -2/+3 |
|
|
* | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 1 | -0/+14 |
|
|
* | Test fixes for Solaris, notably making test/Actions/function.py print | Steven Knight | 2010-06-08 | 1 | -2/+2 |
|
|
* | Convert old-style utility classes in unit test files (*Tests.py) | Steven Knight | 2010-05-12 | 1 | -21/+21 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -51/+17 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -3/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -15/+5 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -9/+9 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -5/+5 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -3/+4 |
|
|
* | Issue 2327: provide a compat sorted() function for pre-2.4 Python versions. | Steven Knight | 2010-03-25 | 1 | -12/+7 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -132/+131 |
|
|
* | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 1 | -11/+17 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -33/+33 |
|
|
* | 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 |
|
|