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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' into AddOption-option-obj
William Deegan
2024-09-16
8
-157/+427
|
\
|
*
Merge branch 'master' into issue/TEMPFILE-fiddle
William Deegan
2024-09-16
5
-111/+337
|
|
\
|
|
*
Update some doc for OverrideEnvironment
Mats Wichmann
2024-09-14
1
-6/+6
|
|
*
Merge branch 'master' into env/override-del
William Deegan
2024-09-11
3
-69/+105
|
|
|
\
|
|
*
|
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
5
-111/+337
|
*
|
|
Update docs and usage of TEMPFILE/TempFileMunge
Mats Wichmann
2024-09-14
3
-46/+90
|
|
|
/
|
|
/
|
*
|
|
Fix some AddOption issues
Mats Wichmann
2024-09-11
2
-19/+37
|
/
/
*
|
Merge branch 'master' into maint/PkgVariable
William Deegan
2024-09-11
1
-47/+73
|
\
\
|
*
|
Tweak SConsOptions docstrings
Mats Wichmann
2024-09-06
1
-47/+73
|
|
/
*
|
PackageVariable now returns the default on "true"
Mats Wichmann
2024-09-04
2
-22/+32
|
/
*
Updates for 4.8.1 release
4.8.1
William Deegan
2024-09-04
1
-4/+4
*
Merge pull request #4584 from siegria/fix_piped_spawn_encoding
William Deegan
2024-09-03
1
-2/+2
|
\
|
*
Changed default encoding for pspawned processes on win32 to now be oem. Updat...
William Deegan
2024-09-02
1
-10/+2
|
*
Added \r\n -> \n per jcbrill feedback in PR
William Deegan
2024-08-16
1
-2/+2
|
*
Switched to 'oem' encoding per jcbrill's advice
William Deegan
2024-08-16
1
-2/+4
|
*
Updates and slight refactor in fix
William Deegan
2024-08-16
1
-2/+8
|
*
Apply 'utf-8' encoding if encoding is set to None
siegria
2024-08-08
1
-2/+2
*
|
Merge branch 'master' into issue/unique-delete-existing
William Deegan
2024-08-29
9
-22/+121
|
\
\
|
*
|
Variables testing: confirm space-containing values
Mats Wichmann
2024-08-27
2
-3/+17
|
*
|
Fix ListVariable with a space-containing value
Mats Wichmann
2024-08-16
8
-21/+106
|
|
/
*
|
Fix bug with unique adds and delete_existing
Mats Wichmann
2024-08-19
2
-52/+83
|
/
*
added release.txt blurb. Fixed spelling typo in Defaults.xml
William Deegan
2024-08-06
1
-1/+1
*
Doc: use consistent repeated-args syntax [skip appveyor]
Mats Wichmann
2024-08-03
3
-42/+58
*
Added test to check that 'from SCons.Variables import *' will import all type...
William Deegan
2024-07-24
1
-0/+22
*
Restore usage of "from SCons.Variables import *`
Mats Wichmann
2024-07-17
1
-0/+5
*
Enhancement: Dump() takes multiple args now
Mats Wichmann
2024-07-12
3
-45/+92
*
Implement somewhat pythonic type hints in sctypes
Thaddeus Crews
2024-07-09
1
-6/+32
*
Return master to development mode post release
William Deegan
2024-07-08
1
-1/+1
*
4.8.0 updates
4.8.0
William Deegan
2024-07-07
1
-4/+4
*
Updates for SCons 4.8.0 release
William Deegan
2024-07-07
1
-1/+1
*
Bump SCons "added" version to 4.8 [skip appveyor]
Mats Wichmann
2024-07-07
2
-1/+5
*
Merge pull request #4567 from Repiteo/scsub-pdb
William Deegan
2024-07-06
1
-0/+4
|
\
|
*
Add `SCsub` to known SConscript names
Thaddeus Crews
2024-07-05
1
-0/+4
*
|
Additinal tweaks for $VSWHERE [skip appveyor]
Mats Wichmann
2024-07-03
1
-14/+15
*
|
Further tweak $VSWHERE, also $MSVC_VERSION [skip appveyor]
Mats Wichmann
2024-07-03
1
-31/+39
*
|
vswhere: remove mention of legacy option [skip appveyor]
Mats Wichmann
2024-07-02
1
-6/+3
*
|
Update $VSWHERE description. [skip appveyor]
Mats Wichmann
2024-07-01
1
-33/+48
|
/
*
Merge pull request #4534 from jcbrill/jbrill-msvc-detect
William Deegan
2024-07-01
17
-664/+2909
|
\
|
*
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-06-29
120
-499/+622
|
|
\
|
*
\
Merge branch 'master' into jbrill-msvc-detect
William Deegan
2024-06-07
10
-91/+186
|
|
\
\
|
*
|
|
Fix bug in Config.py initialization and rework support for MsvcQueryVersionTo...
Joseph Brill
2024-05-28
5
-32/+91
|
*
|
|
Fix msvc_query_version_toolset function test in vcTests.py
Joseph Brill
2024-05-28
2
-3/+37
|
*
|
|
Rework experimental msvc_query_version_toolset function.
Joseph Brill
2024-05-27
4
-92/+179
|
*
|
|
Fix issue #4543: Add support for msvc toolset versions 14.4x for msvc buildto...
Joseph Brill
2024-05-27
6
-160/+294
|
*
|
|
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-05-26
3
-73/+86
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-05-21
2
-161/+201
|
|
\
\
\
\
|
*
|
|
|
|
Simplify check for VSWHERE undefined, None, or empty.
Joseph Brill
2024-05-21
1
-3/+3
|
*
|
|
|
|
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-05-20
6
-95/+143
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-05-18
2
-105/+97
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-05-14
26
-294/+309
|
|
\
\
\
\
\
\
\
[prev]
[next]