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
/
RELEASE.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Add optional keyword argument auto_filter_projects to MSVSSolution.
Joseph Brill
2024-10-28
1
-2/+13
*
|
|
Merge branch 'master' into jbrill-msvs-tests
Joseph Brill
2024-10-26
1
-0/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add support for tracking beamer themes
Keith F. Prussing
2024-10-21
1
-0/+1
|
|
/
*
|
Update CHANGES.txt and RELEASE.txt [ci skip]
Joseph Brill
2024-10-26
1
-1/+21
|
/
*
Merge pull request #4611 from jcbrill/jbrill-mscommon-debug
William Deegan
2024-10-12
1
-1/+2
|
\
|
*
Added changes/release blurb
William Deegan
2024-10-12
1
-1/+2
*
|
Fix nasm test [skip appveyor]
Mats Wichmann
2024-10-06
1
-0/+2
|
/
*
Merge pull request #4598 from mwichmann/AddOption-shortopts
William Deegan
2024-10-01
1
-0/+5
|
\
|
*
Merge branch 'master' into AddOption-shortopts
William Deegan
2024-09-22
1
-1/+13
|
|
\
|
*
|
Fix short-option processing
Mats Wichmann
2024-09-16
1
-0/+5
*
|
|
Handle permission errors while generating paths on Darwin
Alex James
2024-09-23
1
-0/+4
|
|
/
|
/
|
*
|
Merge branch 'master' into doc/gettext
William Deegan
2024-09-22
1
-1/+2
|
\
\
|
*
|
fix mistake in RELEASE.txt content
William Deegan
2024-09-22
1
-2/+2
|
*
|
Tweak User Guide environment descriptions
Mats Wichmann
2024-09-21
1
-0/+2
*
|
|
Clean up manpage entries for gettext and pdf builders [skip appveyor]
Mats Wichmann
2024-09-20
1
-0/+2
|
/
/
*
|
Add clang, clang++ to default tool search
Mats Wichmann
2024-09-19
1
-0/+7
*
|
Fix initialization of compilation_db emitters
Mats Wichmann
2024-09-16
1
-0/+2
|
/
*
Merge branch 'master' into AddOption-option-obj
William Deegan
2024-09-16
1
-0/+7
|
\
|
*
Merge branch 'master' into issue/TEMPFILE-fiddle
William Deegan
2024-09-16
1
-0/+5
|
|
\
|
|
*
Merge branch 'master' into env/override-del
William Deegan
2024-09-11
1
-1/+4
|
|
|
\
|
|
*
|
Don't let deletions leak from OverrideEnvironment
Mats Wichmann
2024-09-04
1
-0/+5
|
*
|
|
Update docs and usage of TEMPFILE/TempFileMunge
Mats Wichmann
2024-09-14
1
-0/+2
|
|
|
/
|
|
/
|
*
|
|
Fix some AddOption issues
Mats Wichmann
2024-09-11
1
-0/+5
|
/
/
*
|
PackageVariable now returns the default on "true"
Mats Wichmann
2024-09-04
1
-1/+4
|
/
*
put master branch back in develop mode
William Deegan
2024-09-04
1
-47/+37
*
Updates for 4.8.1 release
4.8.1
William Deegan
2024-09-04
1
-28/+7
*
Merge pull request #4584 from siegria/fix_piped_spawn_encoding
William Deegan
2024-09-03
1
-0/+9
|
\
|
*
Changed default encoding for pspawned processes on win32 to now be oem. Updat...
William Deegan
2024-09-02
1
-2/+3
|
*
Add comments to CHANGES.txt and RELEASE.txt
SIEGRIST Anthony
2024-08-09
1
-0/+8
*
|
Merge branch 'master' into issue/unique-delete-existing
William Deegan
2024-08-29
1
-0/+2
|
\
\
|
*
|
Fix ListVariable with a space-containing value
Mats Wichmann
2024-08-16
1
-0/+2
|
|
/
*
|
Fix bug with unique adds and delete_existing
Mats Wichmann
2024-08-19
1
-0/+2
|
/
*
added release.txt blurb. Fixed spelling typo in Defaults.xml
William Deegan
2024-08-06
1
-0/+3
*
Wordsmithing on manpage env Methods section [skip appveyor]
Mats Wichmann
2024-07-25
1
-3/+1
*
Restore usage of "from SCons.Variables import *`
Mats Wichmann
2024-07-17
1
-1/+7
*
Enhancement: Dump() takes multiple args now
Mats Wichmann
2024-07-12
1
-4/+11
*
Implement somewhat pythonic type hints in sctypes
Thaddeus Crews
2024-07-09
1
-1/+5
*
Return master to development mode post release
William Deegan
2024-07-08
1
-148/+24
*
Updates for SCons 4.8.0 release
William Deegan
2024-07-07
1
-10/+7
*
Merge pull request #4567 from Repiteo/scsub-pdb
William Deegan
2024-07-06
1
-0/+2
|
\
|
*
Add `SCsub` to known SConscript names
Thaddeus Crews
2024-07-05
1
-0/+2
*
|
Update manpage intro [skip appveyor]
Mats Wichmann
2024-07-04
1
-0/+1
|
/
*
Merge branch 'master' into jbrill-msvc-detect
Joseph Brill
2024-06-29
1
-0/+19
|
\
|
*
Merge pull request #4556 from mwichmann/perf/env-setitem
William Deegan
2024-06-28
1
-0/+3
|
|
\
|
|
*
Merge branch 'master' into perf/env-setitem
William Deegan
2024-06-24
1
-0/+12
|
|
|
\
|
|
*
|
Update to current fastest env setitem
Mats Wichmann
2024-06-15
1
-0/+3
|
*
|
|
Merge branch 'master' into ruff
William Deegan
2024-06-28
1
-1/+32
|
|
\
\
\
|
|
*
|
|
Standardize license header on in-use doc files [skip appveyor]
Mats Wichmann
2024-06-25
1
-0/+1
|
|
|
|
/
|
|
|
/
|
|
|
*
|
[ci skip] Add note that this change may break SetOption() + ninja usage with fix
William Deegan
2024-06-23
1
-0/+4
|
|
*
|
Merge branch 'master' into modifiable-add-option
William Deegan
2024-06-23
1
-0/+5
|
|
|
\
\
[prev]
[next]