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
/
Script
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update NEXT_RELEASE to 4.9.0
William Deegan
2025-03-02
3
-3/+3
*
Handle --debug containing memoizer
Mats Wichmann
2025-02-03
1
-3/+12
*
Fixed mis-match between code and manpage for Help()'s local_only argument. No...
William Deegan
2024-12-22
2
-6/+10
*
Merge pull request #4642 from Repiteo/remove-python-3.6
William Deegan
2024-11-16
1
-7/+1
|
\
|
*
Remove Python 3.6 support
Thaddeus Crews
2024-11-16
1
-7/+1
*
|
Merge pull request #4643 from Repiteo/future-annotations
William Deegan
2024-11-16
3
-10/+13
|
\
\
|
*
|
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
3
-10/+13
|
|
/
*
|
*.xml: Add miscellaneous language improvements
Alex Thiessen
2024-11-15
1
-1/+1
*
|
*.xml: Add missing commas
Alex Thiessen
2024-11-15
1
-1/+1
*
|
*.xml: Fix obvious typos etc.
Alex Thiessen
2024-11-15
2
-3/+3
|
/
*
Fix short-option processing
Mats Wichmann
2024-09-16
1
-6/+67
*
Fix some AddOption issues
Mats Wichmann
2024-09-11
2
-19/+37
*
Tweak SConsOptions docstrings
Mats Wichmann
2024-09-06
1
-47/+73
*
Doc: use consistent repeated-args syntax [skip appveyor]
Mats Wichmann
2024-08-03
1
-10/+16
*
Return master to development mode post release
William Deegan
2024-07-08
1
-1/+1
*
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
*
Add `SCsub` to known SConscript names
Thaddeus Crews
2024-07-05
1
-0/+4
*
Standardize license header on in-use doc files [skip appveyor]
Mats Wichmann
2024-06-25
2
-4/+6
*
Tweak some docstrings for Options
Mats Wichmann
2024-06-20
1
-36/+26
*
AddOption now recognizes "settable" option
Mats Wichmann
2024-06-17
3
-83/+136
*
Merge branch 'master' into py36-depr
William Deegan
2024-05-10
3
-4/+26
|
\
|
*
Minor edits
William Deegan
2024-05-04
1
-0/+1
|
*
Implement `GetSConsVersion` static method
Thaddeus Crews
2024-04-15
3
-4/+25
*
|
Deprecate Python 3.6 support.
Mats Wichmann
2024-05-04
1
-5/+7
|
/
*
Cleanup Warnings module
Mats Wichmann
2024-03-08
1
-3/+3
*
doc: update Pseudo description and more
Mats Wichmann
2024-02-09
1
-17/+24
*
Add Pseudo() to global functions, had been omitted.
Mats Wichmann
2024-02-07
1
-0/+1
*
Disallow python without threading support on startup
Andrew Morrow
2024-01-26
1
-0/+7
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
1
-1/+1
*
wip
Andrew Morrow
2024-01-19
1
-1/+1
*
Update SConscript.py: typo
StenGruener
2023-11-29
1
-1/+4
*
Fixing a bug with --debug=sconscript where no exit message was emitted on exc...
StenGruener
2023-11-29
1
-1/+1
*
Updates to make ready for merging
William Deegan
2023-10-29
1
-2/+2
*
adding info to the man page, changed debug key
StenGruener
2023-10-28
2
-2/+2
*
adding unit test, --debug flag, comments in changes.txt
StenGruener
2023-10-28
3
-3/+5
*
Adding tracing of scons script calls
StenGruener
2023-10-27
1
-0/+4
*
Elminate http: references
Mats Wichmann
2023-10-17
1
-1/+1
*
SConscript() doc: minor tweaks after review [skip appveyor]
Mats Wichmann
2023-09-22
1
-4/+4
*
Updates for Export/Import doc [skip appveyor]
Mats Wichmann
2023-09-19
1
-45/+81
*
Merge branch 'master' into feature/local-help
William Deegan
2023-08-24
5
-38/+33
|
\
|
*
Merge branch 'master' into maint/modernize
William Deegan
2023-08-24
3
-35/+30
|
|
\
|
|
*
missing-sconscript: fix Windows test again
Mats Wichmann
2023-08-07
1
-1/+1
|
|
*
Change the default to error on missing SConscript
Mats Wichmann
2023-08-06
3
-35/+30
|
*
|
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
2
-4/+4
|
|
/
*
|
Add ability to save "local" help only
Mats Wichmann
2023-08-01
5
-38/+123
|
/
*
Adjust help message about -H
Mats Wichmann
2023-06-27
1
-1/+1
*
refeactor module variables to be lower case per mwichmann's review
William Deegan
2023-06-09
1
-17/+17
*
Address mwichmann's comments on PR. pep8 naming, abstract base class Stats, q...
William Deegan
2023-06-08
1
-8/+10
*
Skip checking for exception when writing to unwritable dir in test. Change lo...
William Deegan
2023-06-06
1
-1/+3
[next]