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
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-2449/+0
*
Remove u' u" from strings. no longer needed
William Deegan
2020-02-18
1
-1/+1
*
Merge pull request #3528 from mwichmann/less-list-conv
William Deegan
2020-01-16
1
-2/+2
|
\
|
*
Stop converting to list where not needed
Mats Wichmann
2020-01-16
1
-2/+2
*
|
Add name parameter as requested in PR
Adam Gross
2020-01-15
1
-2/+2
|
/
*
Merge pull request #3478 from grossag/topic/grossag/value
William Deegan
2019-12-30
1
-1/+1
|
\
|
*
Merge branch 'master' into topic/grossag/value
William Deegan
2019-12-10
1
-6/+35
|
|
\
|
*
|
Memoize environment.Value() to improve performance
Adam Gross
2019-11-25
1
-1/+1
*
|
|
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-1/+1
*
|
|
[PR #3506] restore accidentally removed Split
Mats Wichmann
2019-12-20
1
-0/+21
*
|
|
Remove deprecated SourceCode func/method
Mats Wichmann
2019-12-20
1
-31/+0
*
|
|
Remove deprecated BuildDir, build_dir
Mats Wichmann
2019-12-15
1
-8/+0
*
|
|
Remove deprecated env.Copy()
Mats Wichmann
2019-12-14
1
-8/+0
|
|
/
|
/
|
*
|
Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8
William Deegan
2019-12-08
1
-18/+34
*
|
Merge pull request #3129 from dragon512/update-command
William Deegan
2019-12-06
1
-0/+13
|
\
\
|
|
/
|
/
|
|
*
Allow Command to take more builder options
Jason Kenny
2019-12-04
1
-0/+13
*
|
Added support for "-imacros" to ParseFlags
Ivan Kravets
2019-11-06
1
-28/+28
*
|
Parse GCC -imacros option
Ivan Kravets
2019-11-01
1
-1/+4
|
/
*
Remove deprecated {Source,Target}Signatures
Mats Wichmann
2019-10-20
1
-52/+7
*
Use "in" in preference to string find method
Mats Wichmann
2019-08-30
1
-2/+2
*
Update Dictionary documentation to match implementation [ci skip]
Mats Wichmann
2019-08-25
1
-11/+32
*
add -fmerge-all-constants flag to LINKFLAGS
benjamin reed
2019-07-26
1
-0/+1
*
Merge branch 'master' into fix_slow_md5_decider
William Deegan
2019-07-14
1
-1/+14
|
\
|
*
Allow builders to inherit from OverrideEnvironments
Mathew Robinson
2019-07-09
1
-1/+14
*
|
Add missing repo_node argument to _changed_source()
William Deegan
2019-07-09
1
-3/+3
*
|
Restore MD5-Timestamp performance by removing try/except from every call. Als...
William Deegan
2019-06-26
1
-15/+18
|
/
*
Add -iquote and -idirafter for CCFLAGS
Mats Wichmann
2019-05-02
1
-1/+7
*
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-3/+3
*
Clean up some file opens, regex strings
Mats Wichmann
2019-03-07
1
-2/+2
*
Fix Issue #3303 --config=force overwritting passed in Environment's Decider a...
William Deegan
2019-02-27
1
-0/+1
*
change default for AppendENVPath to not move existing paths
Daniel
2019-01-28
1
-1/+1
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-2/+2
*
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
[next]