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
/
Main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-5/+6
|
/
*
Fix some AddOption issues
Mats Wichmann
2024-09-11
1
-12/+24
*
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
1
-0/+4
*
Add `SCsub` to known SConscript names
Thaddeus Crews
2024-07-05
1
-0/+4
*
AddOption now recognizes "settable" option
Mats Wichmann
2024-06-17
1
-11/+32
*
Deprecate Python 3.6 support.
Mats Wichmann
2024-05-04
1
-5/+7
*
Disallow python without threading support on startup
Andrew Morrow
2024-01-26
1
-0/+7
*
adding info to the man page, changed debug key
StenGruener
2023-10-28
1
-1/+1
*
adding unit test, --debug flag, comments in changes.txt
StenGruener
2023-10-28
1
-0/+2
*
Merge branch 'master' into feature/local-help
William Deegan
2023-08-24
1
-3/+3
|
\
|
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
1
-3/+3
*
|
Add ability to save "local" help only
Mats Wichmann
2023-08-01
1
-4/+5
|
/
*
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
*
Added test for --debug=json. Implemented DebugOptions(json). Create containin...
William Deegan
2023-06-05
1
-5/+19
*
Added test, CHANGES/RELEASE text. Fixturized SConstruct from test/option/debu...
William Deegan
2023-06-05
1
-1/+0
*
Merge remote-tracking branch 'upstream/master' into json_debug_time_output
William Deegan
2023-06-05
1
-84/+169
|
\
|
*
[ci skip] Fixed typo
William Deegan
2023-05-23
1
-1/+1
|
*
Move pdb-support SConscript list to top
Mats Wichmann
2023-05-09
1
-9/+17
|
*
pdb: minor tweaks to doc [skip appveyor]
Mats Wichmann
2023-05-07
1
-4/+7
|
*
pdb debugging now recognizes SConstruct/SConscript
Mats Wichmann
2023-05-06
1
-1/+37
|
*
Merge branch 'master' into maint/validateOptions
William Deegan
2023-05-04
1
-48/+49
|
|
\
|
|
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-49/+49
|
*
|
Minor cleanup ValidateOptions doc/code/test
Mats Wichmann
2023-04-14
1
-34/+62
|
|
/
*
|
Added build info to json, added --debug=json to docs
William Deegan
2023-06-04
1
-1/+1
*
|
Initial support for writing --debug=time, count into a JSON file
William Deegan
2023-06-04
1
-1/+5
*
|
added --debug=json, which will dump object counts and memory into scons_stats...
William Deegan
2023-04-22
1
-76/+30
|
/
*
[ci skip] Update versionadded for ValidateOptions()
William Deegan
2023-03-02
1
-1/+1
*
Migrate Taskmaster tracing to use python logging
William Deegan
2022-10-22
1
-12/+1
*
move Taskmaster and Jobs to SCons.Taskmaster
William Deegan
2022-10-12
1
-3/+3
*
doc and docstring updates
William Deegan
2022-08-17
1
-6/+5
*
Address doc and docstring feedback from mwichmann
William Deegan
2022-08-16
1
-1/+9
*
Added throw_exception parameter to ValidateOptions() which allows you to sele...
William Deegan
2022-08-15
1
-1/+4
*
Add ValidateOption() API which validates that all command line options are ei...
William Deegan
2022-08-13
1
-0/+11
*
remove scons-ninja-daemon option in favor of interactive
Daniel Moody
2022-03-14
1
-3/+1
*
fix up interactive to support ninja scons daemon
Daniel Moody
2022-02-11
1
-2/+3
*
Merge pull request #4067 from mwichmann/wintweaks
William Deegan
2021-11-26
1
-6/+5
|
\
|
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
1
-6/+5
*
|
rebase from master
William Deegan
2021-11-22
1
-3/+6
|
/
*
Update post release changes
William Deegan
2021-11-22
1
-1/+1
*
4.3.0 updates
4.3.0
William Deegan
2021-11-17
1
-1/+1
*
Post 4.2.0 merge/reset to development mode
William Deegan
2021-08-01
1
-1/+1
*
Fix some imports and other checker warnings
Mats Wichmann
2021-05-05
1
-1/+0
*
Dont call progress if the progress object is Null
Daniel Moody
2021-04-09
1
-2/+3
[next]