summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* Remove u' u" from strings. no longer neededWilliam Deegan2020-02-181-5/+0
* Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-171-3/+0
* Fix some pyflakes warningsMats Wichmann2020-01-231-4/+4
* Plumb through name in ValueWithMemoAdam Gross2020-01-151-0/+4
* Merge pull request #3478 from grossag/topic/grossag/valueWilliam Deegan2019-12-301-2/+1
|\
| * Fix EnvironmentTests.py now that env.Value() is memoizedAdam Gross2019-11-251-2/+1
* | syntax fixups suggested by PyCharmMats Wichmann2019-12-231-8/+8
* | Remove deprecated SourceCode func/methodMats Wichmann2019-12-201-19/+0
* | Remove deprecated env.Copy()Mats Wichmann2019-12-141-12/+0
|/
* Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-061-0/+2
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-201-91/+0
* make expected flag order match the order passed.benjamin reed2019-08-011-1/+1
* simple changes to tests and docbenjamin reed2019-07-311-1/+3
* add -fmerge-all-constants flag to LINKFLAGSbenjamin reed2019-07-261-2/+4
* Allow builders to inherit from OverrideEnvironmentsMathew Robinson2019-07-091-0/+11
* Add -iquote and -idirafter for CCFLAGSMats Wichmann2019-05-021-7/+15
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-20/+20
* Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-4/+4
* Fix is/is not syntaxMats Wichmann2019-02-111-6/+6
* update EnvironmentTest to work with new defaultDaniel2019-01-301-2/+2
* Remove obsolete __coerce__ methods on CLVar. Not used by new style objectsWilliam Deegan2017-11-211-4/+0
* 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