index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
EnvironmentTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove u' u" from strings. no longer needed
William Deegan
2020-02-18
1
-5/+0
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
1
-3/+0
*
Fix some pyflakes warnings
Mats Wichmann
2020-01-23
1
-4/+4
*
Plumb through name in ValueWithMemo
Adam Gross
2020-01-15
1
-0/+4
*
Merge pull request #3478 from grossag/topic/grossag/value
William Deegan
2019-12-30
1
-2/+1
|
\
|
*
Fix EnvironmentTests.py now that env.Value() is memoized
Adam Gross
2019-11-25
1
-2/+1
*
|
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-8/+8
*
|
Remove deprecated SourceCode func/method
Mats Wichmann
2019-12-20
1
-19/+0
*
|
Remove deprecated env.Copy()
Mats Wichmann
2019-12-14
1
-12/+0
|
/
*
Added support for "-imacros" to ParseFlags
Ivan Kravets
2019-11-06
1
-0/+2
*
Remove deprecated {Source,Target}Signatures
Mats Wichmann
2019-10-20
1
-91/+0
*
make expected flag order match the order passed.
benjamin reed
2019-08-01
1
-1/+1
*
simple changes to tests and doc
benjamin reed
2019-07-31
1
-1/+3
*
add -fmerge-all-constants flag to LINKFLAGS
benjamin reed
2019-07-26
1
-2/+4
*
Allow builders to inherit from OverrideEnvironments
Mathew Robinson
2019-07-09
1
-0/+11
*
Add -iquote and -idirafter for CCFLAGS
Mats Wichmann
2019-05-02
1
-7/+15
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-20/+20
*
Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...
William Deegan
2019-04-18
1
-4/+4
*
Fix is/is not syntax
Mats Wichmann
2019-02-11
1
-6/+6
*
update EnvironmentTest to work with new default
Daniel
2019-01-30
1
-2/+2
*
Remove obsolete __coerce__ methods on CLVar. Not used by new style objects
William Deegan
2017-11-21
1
-4/+0
*
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
[next]