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
*
Update NEXT_RELEASE to 4.9.0
William Deegan
2025-03-02
1
-3/+3
*
Tweak Clean and NoClean manpage entries [skip appveyor]
Mats Wichmann
2024-11-17
1
-2/+12
*
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-8/+12
*
Add as_dict flag to env.Dictionary
Mats Wichmann
2024-11-12
1
-25/+33
*
Improve Repository docs [skip appveyor]
Mats Wichmann
2024-10-24
1
-1/+1
*
Update some doc for OverrideEnvironment
Mats Wichmann
2024-09-14
1
-6/+6
*
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
1
-63/+168
*
Fix bug with unique adds and delete_existing
Mats Wichmann
2024-08-19
1
-16/+26
*
Enhancement: Dump() takes multiple args now
Mats Wichmann
2024-07-12
1
-14/+24
*
Update to current fastest env setitem
Mats Wichmann
2024-06-15
1
-20/+17
*
Move environment var checker to SCons.Util
Mats Wichmann
2024-06-06
1
-8/+2
*
Teach Clone() to respect the variables= kwarg.
Mats Wichmann
2024-06-04
1
-7/+21
*
Make is_valid_construction_var really be a bool function
Mats Wichmann
2024-06-02
1
-2/+2
*
Tweak some things about Command() docs
Mats Wichmann
2024-05-22
1
-37/+29
*
Fix ParseFlags so -stdlib goes in CXXFLAGS
Mats Wichmann
2024-05-09
1
-3/+7
*
Tools update, maninly documentation
Mats Wichmann
2024-03-31
1
-6/+17
*
Improve env.Dump('json') a bit
Mats Wichmann
2024-03-21
1
-24/+37
*
Merge pull request #4480 from Repiteo/non-serializable
William Deegan
2024-03-13
1
-1/+1
|
\
|
*
Merge branch 'master' into non-serializable
William Deegan
2024-02-18
1
-2/+3
|
|
\
|
*
|
Explicitly wrap non-serializable values in json dump
Thaddeus Crews
2024-02-14
1
-1/+1
*
|
|
Minor manpage updates. [skip appveyor]
Mats Wichmann
2024-03-01
1
-0/+11
|
|
/
|
/
|
*
|
Merge branch 'master' into complex-type-hint-framework
William Deegan
2024-02-14
1
-3/+9
|
\
\
|
|
/
|
*
doc: update Pseudo description and more
Mats Wichmann
2024-02-09
1
-3/+9
*
|
Implement framework for hinting complex types
Thaddeus Crews
2024-01-15
1
-2/+3
|
/
*
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
[next]