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
/
Environment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into subst_rewrite
William Deegan
2019-02-14
1
-2/+2
|
\
|
*
change default for AppendENVPath to not move existing paths
Daniel
2019-01-28
1
-1/+1
*
|
Merge remote-tracking branch 'upstream/master' into subst_rewrite
William Deegan
2018-10-09
1
-2/+3
|
\
\
|
|
/
|
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-2/+2
*
|
Create a set with all reserved contruction variable names
William Deegan
2018-02-28
1
-2/+5
*
|
Add notations on TODO's
William Deegan
2018-01-30
1
-3/+12
*
|
PEP8
William Deegan
2018-01-30
1
-130/+175
*
|
Formatting improvements
William Deegan
2018-01-30
1
-3/+8
*
|
Incremental checkin. Simple string substition and escaping functional
William Deegan
2018-01-30
1
-2/+27
|
/
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-0/+3
*
Update CHANGES to cover bug fixed as part of another fix
William Deegan
2017-08-19
1
-1/+1
*
PR #344 - Use set() where applicable. In many cases this can lead to performa...
William Deegan
2017-08-07
1
-2/+2
*
Added support for a PyPackageDir function
grbd
2017-08-03
1
-0/+9
*
change comment to docstring as it should have been
William Deegan
2017-07-20
1
-11/+13
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-14/+14
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-17/+17
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-33/+11
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-19/+0
|
*
fix spelling mistakes found by debian lintian tool list here: https://lintian...
William Deegan
2015-09-28
1
-1/+1
|
*
Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...
Dirk Baechle
2015-08-06
1
-8/+2
|
|
\
|
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
1
-8/+2
|
*
|
Issue 3004: Updated Environment.Dump pydoc.
William Blevins
2015-06-29
1
-2/+2
|
*
|
Add an exclude parameter to Glob(), to allow excluding some elements matching...
Alexandre Feblot
2015-04-25
1
-2/+2
|
|
/
|
*
Support -isystem in ParseFlags
James McCoy
2014-09-15
1
-1/+4
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-11/+35
|
\
\
|
|
/
|
*
Merged in ajf58/scons (pull request #160), fixes #2900 (handling of appending...
Dirk Baechle
2014-08-06
1
-4/+30
|
|
\
|
|
*
Remove commented out code.
Andrew Featherstone
2014-07-29
1
-1/+0
|
|
*
Corrects handling of appending dictionaries to CPPDEFINES. Amended a test cas...
Andrew Featherstone
2014-07-29
1
-4/+31
|
*
|
Prevent non defined named non defined exception
Manuel Francisco Naranjo
2014-07-21
1
-4/+2
|
|
/
|
*
Fix development mailing list with a new address @scons.org
anatoly techtonik
2014-05-28
1
-1/+1
|
*
Respect preset CC/CXX values detecting cc/c++/gcc/g++ Tools.
Michael Haubenwallner
2014-05-15
1
-2/+2
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-17/+26
|
\
\
|
|
/
|
*
Merged scons/scons into default
Tom Tanner
2013-10-30
1
-4/+5
|
|
\
|
|
*
- now counting instances only when requested via --debug=count
Dirk Baechle
2013-10-25
1
-4/+5
|
*
|
Added Pseudo command to environment and tests. If a target is declared as
Tom Tanner
2013-09-30
1
-13/+21
|
|
/
*
|
Environment.py: __cmp__ to __eq__. list(*.keys()) for item deletion loops.
Stefan Zimmermann
2013-12-27
1
-4/+4
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-17/+16
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-29/+30
|
/
*
TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos...
William Deegan
2013-04-09
1
-2/+2
*
Add documentation and update CHANGES.txt. Remove the Environment methods Vers...
Robert Managan
2012-11-09
1
-71/+0
*
add support for darwin
Robert Managan
2012-10-17
1
-1/+0
*
Add library version support to Shared Lib builder
Robert Managan
2012-10-17
1
-2/+1
*
Add the versioned sh lib and install methods to Environment
Robert Managan
2012-10-06
1
-0/+74
*
Merged in ptomulik/scons, pull request #25: gettext toolset
Gary Oberbrunner
2012-08-01
1
-8/+5
|
\
|
*
Fixed FindSourceFiles to find leaf nodes.
ptomulik
2012-06-06
1
-1/+14
|
/
*
better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ...
edA-qa mort-ora-y
2012-05-06
1
-8/+11
*
Applied patch from #2732: support -std=c++0x in ParseFlags
Gary Oberbrunner
2011-03-03
1
-1/+6
*
Applied patch from #2433: support -dylib_file in ParseFlags
Gary Oberbrunner
2011-03-03
1
-0/+3
*
Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS)
Gary Oberbrunner
2011-01-12
1
-4/+4
*
Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B...
Gary Oberbrunner
2010-08-15
1
-12/+95
[next]