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
/
SCons
/
Environment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sider complaint
Mats Wichmann
2022-03-15
1
-0/+9
*
Use super call instead of direct class call
Mats Wichmann
2022-03-15
1
-52/+57
*
Update manpage bits about env['ENV'] [skip appveyor]
Mats Wichmann
2022-01-10
1
-12/+12
*
Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...
Jacob Cassagnol
2021-11-10
1
-1/+1
*
Change SCons.Scanner.Base to ScannerBase
Mats Wichmann
2021-10-04
1
-1/+1
*
Rework wording of {HOST,TAGET}_{ARCH_OS}.
Mats Wichmann
2021-09-27
1
-6/+6
*
Tweak env.Tool documentation for clarity
Mats Wichmann
2021-05-24
1
-2/+2
*
Update env.Tool behavior and doc
Mats Wichmann
2021-05-23
1
-5/+6
*
Fix checker-spotted issues in Environment apply_tools
Mats Wichmann
2021-05-23
1
-6/+7
*
Avoid exception if tool set to empty
Mats Wichmann
2021-04-23
1
-5/+7
*
switched back to just type checking the cachedir instead of avoiding linter r...
Daniel Moody
2021-04-07
1
-2/+5
*
fix sider issues
Daniel Moody
2021-04-05
1
-1/+2
*
improved DoubleCacheDir test, added extra cachedir validation check.
Daniel Moody
2021-04-05
1
-6/+15
*
fixed sider issues
Daniel Moody
2021-04-02
1
-1/+1
*
Added reinstantiatng custom cachedir
Daniel Moody
2021-04-01
1
-3/+2
*
Update to add CacheDir arg and address some review comments.
Daniel Moody
2021-04-01
1
-1/+4
*
Added support for passing custom CacheDir classes.
Daniel Moody
2021-04-01
1
-13/+16
*
PR #3898 fix syntax - missing :
Mats Wichmann
2021-03-11
1
-1/+1
*
PR #3898: address review comments
Mats Wichmann
2021-03-11
1
-3/+3
*
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
1
-18/+4
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
1
-128/+141
|
\
|
*
Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...
William Deegan
2021-01-16
1
-5/+6
|
*
New solution to issue described in PR 3114. This should resolve an issue when...
William Deegan
2021-01-16
1
-0/+5
|
*
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
William Deegan
2021-01-15
1
-126/+133
|
|
\
|
|
*
Work around Py3.10 optimizing out a builder test
Mats Wichmann
2021-01-12
1
-1/+1
|
|
*
Merge pull request #3852 from mwichmann/try-continue-patch
William Deegan
2021-01-06
1
-123/+124
|
|
|
\
|
|
|
*
Add back accidentally removed env._canonicalize()
Mats Wichmann
2021-01-04
1
-0/+11
|
|
|
*
Fix awkward consvar code from ancient Python
Mats Wichmann
2021-01-04
1
-129/+119
|
|
*
|
Fix bug where SideEffect() was returning duplicate entries
Adam Gross
2021-01-05
1
-1/+4
|
|
*
|
Don't allow duplicate side effects to be added
Adam Gross
2021-01-05
1
-2/+5
|
|
|
/
|
*
|
Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversion
William Deegan
2020-12-20
1
-176/+183
|
|
\
\
|
|
|
/
|
*
|
docstrings and minor code cleanup
William Deegan
2020-12-08
1
-1/+1
*
|
|
fix bad merge. Add note where we may want deprecation notice
William Deegan
2020-12-13
1
-3/+1
*
|
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2020-12-12
1
-96/+114
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Remove some "star imports"
Mats Wichmann
2020-11-16
1
-97/+113
*
|
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
1
-83/+74
|
\
\
\
|
|
/
/
|
*
|
Fix/update global AddMethod
Mats Wichmann
2020-10-12
1
-38/+8
|
*
|
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
1
-13/+9
|
*
|
[PR #3787] put back a return and update docstring
Mats Wichmann
2020-08-28
1
-7/+11
|
*
|
Fix some MergeFlags issues
Mats Wichmann
2020-08-27
1
-30/+51
|
|
/
*
|
Fix a few issues
Adam Gross
2020-08-04
1
-1/+1
*
|
Add support for overriding the default hash format
Adam Gross
2020-08-04
1
-3/+1
|
/
*
Adjust env.setdefault to be more efficient (review comment)
Mats Wichmann
2020-07-31
1
-1/+1
*
Enable environment dict.setdefault
Mats Wichmann
2020-07-31
1
-2/+19
*
Update docs on Builders, Scanners, Environment
Mats Wichmann
2020-07-17
1
-35/+55
*
Add keys() and values() to environment
Mats Wichmann
2020-06-25
1
-5/+30
*
Docstring changes from Sphinx conversion [ci skip]
Mats Wichmann
2020-05-30
1
-18/+27
*
Extend `Environment.Dump()` to select serialization format
Andrii Doroshenko (Xrayez)
2020-05-28
1
-10/+26
*
classes no longer explicitly inherit from object
Mats Wichmann
2020-05-24
1
-3/+3
*
If ParseFlags called with dict argument, leave unchanged
Mats Wichmann
2020-05-22
1
-2/+1
[next]