| Commit message (Expand) | Author | Age | Files | Lines |
* | pep8 | William Deegan | 2017-03-30 | 1 | -2/+0 |
|
|
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 1 | -1/+1 |
|
|
* | fix test which depended on order of dictionary.items() which changed between ... | William Deegan | 2017-02-26 | 1 | -1/+3 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -1/+1 |
|
|
* | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -1/+2 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -73/+54 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -25/+0 |
|
|
| * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -46/+46 |
|
|
| * | Support -isystem in ParseFlags | James McCoy | 2014-09-15 | 1 | -2/+8 |
|
|
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Adding a unit-test for pull-request #150 | Manuel Francisco Naranjo | 2014-07-21 | 1 | -0/+5 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -3/+4 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -5/+34 |
|\ \
| |/ |
|
| * | 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 |
| |/ |
|
* | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e... | Stefan Zimmermann | 2014-03-31 | 1 | -4/+4 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -11/+6 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -22/+22 |
|/ |
|
* | 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 |
|
|