summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* pep8William Deegan2017-03-301-2/+0
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
* fix test which depended on order of dictionary.items() which changed between ...William Deegan2017-02-261-1/+3
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Run futurize --stage1.Russel Winder2016-01-011-1/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-73/+54
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-25/+0
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-46/+46
| * Support -isystem in ParseFlagsJames McCoy2014-09-151-2/+8
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-0/+5
|\ \ | |/
| * Adding a unit-test for pull-request #150Manuel Francisco Naranjo2014-07-211-0/+5
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+4
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-3/+4
* | Merged with [default]Stefan Zimmermann2014-03-311-5/+34
|\ \ | |/
| * Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-1/+1
| * Merged scons/scons into defaultTom Tanner2013-09-301-1/+7
| |\
| | * Added tests for Literal object comparison, and updated CHANGES.txt.Gary Oberbrunner2013-09-291-1/+7
| * | Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-4/+27
| |/
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-4/+4
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-11/+6
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-22/+22
|/
* Fix nested LIBPATH expansion by flattening sequences in subst_path.Gary Oberbrunner2012-10-061-0/+15
* Applied patch from #2732: support -std=c++0x in ParseFlagsGary Oberbrunner2011-03-031-0/+3
* Applied patch from #2433: support -dylib_file in ParseFlagsGary Oberbrunner2011-03-031-3/+6
* Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS)Gary Oberbrunner2011-01-121-2/+3
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-0/+14
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-081-2/+2
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-21/+21
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-51/+17
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-15/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-9/+9
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-5/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-3/+4
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-251-12/+7
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-132/+131
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-11/+17
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-33/+33
* Fix case-sensitive handling when a scanner returns None as a suffix.Steven Knight2009-02-191-0/+7
* Issue 1193: Make suffix-matching for scanersSteven Knight2009-02-181-0/+17
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-18/+60
* Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193Gary Oberbrunner2009-01-011-11/+13
* Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved constructionSteven Knight2008-12-071-5/+39
* Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ...Gary Oberbrunner2008-12-051-4/+8
* Issue 2238: Add a __contains__() method to support the "val in env"Steven Knight2008-11-091-0/+36
* Python 2.6 portability: add __{add,radd}__() methods to the CLVarSteven Knight2008-10-121-0/+4
* implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.Gary Oberbrunner2008-10-021-4/+21
* Windows portability: use os.sep instead of hard-coded /.Steven Knight2008-09-201-14/+18