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
/
EnvironmentTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update NEXT_RELEASE to 4.9.0
William Deegan
2025-03-02
1
-4/+4
*
Add as_dict flag to env.Dictionary
Mats Wichmann
2024-11-12
1
-2/+18
*
Improve Repository docs [skip appveyor]
Mats Wichmann
2024-10-24
1
-3/+3
*
Minor test cleanup - EnvironmentTests
Mats Wichmann
2024-10-18
1
-183/+178
*
Tweak User Guide environment descriptions
Mats Wichmann
2024-09-21
1
-5/+10
*
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
1
-34/+150
*
Fix bug with unique adds and delete_existing
Mats Wichmann
2024-08-19
1
-36/+57
*
Enhancement: Dump() takes multiple args now
Mats Wichmann
2024-07-12
1
-15/+33
*
Move environment var checker to SCons.Util
Mats Wichmann
2024-06-06
1
-35/+0
*
Make is_valid_construction_var really be a bool function
Mats Wichmann
2024-06-02
1
-17/+17
*
Fix ParseFlags so -stdlib goes in CXXFLAGS
Mats Wichmann
2024-05-09
1
-1/+2
*
Improve env.Dump('json') a bit
Mats Wichmann
2024-03-21
1
-1/+2
*
Implement test case for non-serializable json
Thaddeus Crews
2024-03-13
1
-1/+2
*
Fix library literal prefix code
Mats Wichmann
2023-10-28
1
-13/+27
*
switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...
William Deegan
2023-10-28
1
-1/+12
*
Add LIBLITERAL to support gcc -l:filename
Mats Wichmann
2023-10-28
1
-2/+22
*
Implement a new subprocess wrapper
Mats Wichmann
2023-07-08
1
-1/+1
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-194/+194
*
Fix problem when MergeFlags adds to existing CPPDEFINES
Mats Wichmann
2023-03-09
1
-9/+14
*
added example code which demonstrates the problem introduced in 4.5.0 and fix...
William Deegan
2023-03-07
1
-9/+9
*
Fix issue with CPPDEFINES and Clone environments
Mats Wichmann
2023-03-06
1
-104/+146
*
Fix -fsanitize flag handling
Flaviu Tamas
2022-08-13
1
-2/+8
*
docs: update parseconfig, parseflags, mergeflags
Mats Wichmann
2022-05-04
1
-0/+30
*
Add simple unittest for -include
Mats Wichmann
2022-03-17
1
-1/+4
*
Add unittests for unclear Path append operations
Mats Wichmann
2022-01-12
1
-26/+44
*
Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...
Jacob Cassagnol
2021-11-10
1
-1/+2
*
Added test of new functionality for _concat's new affect_signature flag
William Deegan
2021-06-12
1
-1/+4
*
PR #3942: retstore two checks per PR review
Mats Wichmann
2021-06-08
1
-8/+7
*
Update env.Tool behavior and doc
Mats Wichmann
2021-05-23
1
-1/+3
*
Fix checker-spotted issues in Environment apply_tools
Mats Wichmann
2021-05-23
1
-19/+21
*
Add simple unit-test for env.Whereis('')
Mats Wichmann
2021-04-23
1
-0/+2
*
Test tweaks to help testing on mingw-only win32 systems
Mats Wichmann
2021-04-14
1
-1/+1
*
fixed sider issues
Daniel Moody
2021-04-02
1
-0/+1
*
fix up some doc issues and add test coverage
Daniel Moody
2021-04-01
1
-0/+24
*
Drop the local CLVar class from EnvironmentTests
Mats Wichmann
2021-03-28
1
-12/+2
*
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
1
-21/+2
*
Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...
William Deegan
2021-01-16
1
-1/+11
*
resolve sider issue
William Deegan
2021-01-16
1
-1/+0
*
update cachedir tests to workin a test.workpath(), and also verify that the c...
William Deegan
2021-01-16
1
-4/+15
*
Fix bug where SideEffect() was returning duplicate entries
Adam Gross
2021-01-05
1
-3/+9
*
Don't allow duplicate side effects to be added
Adam Gross
2021-01-05
1
-0/+6
*
Fix a sider complaint in EnvironmentTests.py
Mats Wichmann
2020-10-26
1
-1/+7
*
Fix/update global AddMethod
Mats Wichmann
2020-10-12
1
-1/+13
*
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
1
-3/+2
*
Merge branch 'master' into better-tool-msg
William Deegan
2020-09-19
1
-34/+55
|
\
|
*
Fix some MergeFlags issues
Mats Wichmann
2020-08-27
1
-34/+55
*
|
Change erorr in case not-found Tool requested
Mats Wichmann
2020-09-09
1
-4/+4
|
/
*
Simplify more tests to use unittest.main
Mats Wichmann
2020-08-25
1
-15/+6
*
Enable environment dict.setdefault
Mats Wichmann
2020-07-31
1
-4/+51
*
Add keys() and values() to environment
Mats Wichmann
2020-06-25
1
-22/+32
[next]