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 library literal prefix code
Mats Wichmann
2023-10-28
1
-6/+10
*
Merge branch 'master' into feature/new-subproc
Mats Wichmann
2023-09-09
1
-2/+2
|
\
|
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
1
-2/+2
*
|
Implement a new subprocess wrapper
Mats Wichmann
2023-07-08
1
-14/+10
|
/
*
Followon to PR #4348: more bool fixes
Mats Wichmann
2023-06-16
1
-12/+8
*
Drop unused environment methods
Mats Wichmann
2023-05-22
1
-25/+0
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-61/+61
*
Fix problem when MergeFlags adds to existing CPPDEFINES
Mats Wichmann
2023-03-09
1
-1/+18
*
rewording of CHANGES.txt info. Changed versionadded to 4.5.0
William Deegan
2023-02-16
1
-1/+1
*
Tweak Append/Prepend e2e tests
Mats Wichmann
2023-02-15
1
-1/+3
*
Adjusted CPPDEFINES behavior for list and tuple
Mats Wichmann
2023-02-09
1
-32/+62
*
Alter append logic to keep existing append of tuple value yielding -Dkey=value
William Deegan
2023-02-03
1
-1/+13
*
Fix some CPPDEFINES handling problems
Mats Wichmann
2023-01-30
1
-1/+1
*
CPPDEFINES: reword some doc stuff
Mats Wichmann
2023-01-30
1
-6/+7
*
Fix some pyside complaints
Mats Wichmann
2023-01-30
1
-2/+2
*
Split out CPPDEFINES handling in Append methods
Mats Wichmann
2023-01-30
1
-123/+183
*
Solution for Issue #4275 (Compilation db get's tmp file command line), also e...
William Deegan
2022-12-11
1
-4/+4
*
Minor doc update for Value nodes [skip appveyor]
Mats Wichmann
2022-10-21
1
-4/+11
*
Fix -fsanitize flag handling
Flaviu Tamas
2022-08-13
1
-1/+1
*
docs: update parseconfig, parseflags, mergeflags
Mats Wichmann
2022-05-04
1
-24/+51
*
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
|
|
|
/
[next]