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
/
SConsOptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update NEXT_RELEASE to 4.9.0
William Deegan
2025-03-02
1
-1/+1
*
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-2/+3
*
Fix short-option processing
Mats Wichmann
2024-09-16
1
-6/+67
*
Fix some AddOption issues
Mats Wichmann
2024-09-11
1
-7/+13
*
Tweak SConsOptions docstrings
Mats Wichmann
2024-09-06
1
-47/+73
*
Tweak some docstrings for Options
Mats Wichmann
2024-06-20
1
-36/+26
*
AddOption now recognizes "settable" option
Mats Wichmann
2024-06-17
1
-60/+76
*
Cleanup Warnings module
Mats Wichmann
2024-03-08
1
-3/+3
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
1
-1/+1
*
wip
Andrew Morrow
2024-01-19
1
-1/+1
*
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
-1/+1
*
Add ability to save "local" help only
Mats Wichmann
2023-08-01
1
-5/+56
*
Merge remote-tracking branch 'upstream/master' into json_debug_time_output
William Deegan
2023-06-05
1
-11/+11
|
\
|
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-11/+11
*
|
added --debug=json, which will dump object counts and memory into scons_stats...
William Deegan
2023-04-22
1
-1/+1
|
/
*
Fixed using --diskcheck=none from command line. It was always broken. SetOpti...
William Deegan
2022-12-20
1
-1/+4
*
Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...
William Deegan
2022-12-04
1
-2/+2
*
doc and docstring updates
William Deegan
2022-08-17
1
-6/+5
*
Added throw_exception parameter to ValidateOptions() which allows you to sele...
William Deegan
2022-08-15
1
-4/+27
*
Fixed typo
William Deegan
2022-06-14
1
-2/+2
*
Added option to allow scons to determine if it should skip ninja regeneration.
Daniel Moody
2022-06-07
1
-1/+2
*
Additional Help updates
Mats Wichmann
2022-02-04
1
-60/+63
*
Tweak the scons help message
Mats Wichmann
2022-02-03
1
-79/+88
*
Allow disable_execute_ninja and disable_ninja to be set via SetOption
William Deegan
2021-07-21
1
-31/+43
*
Tweak doc of experimental option [skip travis]
Mats Wichmann
2021-07-13
1
-4/+6
*
Merge branch 'master' into ninja-generation
William Deegan
2021-05-24
1
-16/+31
|
\
|
*
Enable SetOption for implicit_deps*
Mats Wichmann
2021-05-08
1
-8/+22
|
*
Make sure SetOption list is up to date
Mats Wichmann
2021-05-08
1
-10/+11
*
|
Add --experimental=ninja
William Deegan
2021-04-13
1
-2/+2
|
/
*
address sider issue
William Deegan
2021-04-12
1
-1/+1
*
better handle all/none and multiple options, expanded tests to cover such
William Deegan
2021-04-12
1
-4/+29
*
Address mwichmann's feedback
William Deegan
2021-04-10
1
-4/+4
*
address mwichmann's review comment
William Deegan
2021-04-10
1
-1/+1
*
Add docs for --experimental switch
William Deegan
2021-04-09
1
-11/+27
*
Change site-dir arg handling
Mats Wichmann
2021-03-25
1
-2/+2
*
SConsOptions: don't modify original options
Mats Wichmann
2021-03-11
1
-1/+1
*
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
1
-1/+4
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
1
-1/+1
|
\
|
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
1
-1/+1
*
|
More improvements
Adam Gross
2020-12-15
1
-1/+1
*
|
Address most review feedback
Adam Gross
2020-12-14
1
-8/+17
*
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2020-12-12
1
-6/+2
|
\
\
|
|
/
|
*
One more unneeded try-import-fixup
Mats Wichmann
2020-11-19
1
-6/+2
*
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
1
-9/+11
|
\
\
|
|
/
|
*
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
1
-4/+2
|
*
Merge pull request #3758 from mwichmann/GetSet-opts
William Deegan
2020-09-19
1
-1/+2
|
|
\
|
|
*
[PR #3758] be more explicit about syncing SetOption list [ci skip]
Mats Wichmann
2020-07-29
1
-1/+2
|
|
*
Align SetOption doc with settable options list. [skip appveyor]
Mats Wichmann
2020-07-27
1
-1/+1
|
*
|
[PR #3784] adjust opt-abbreviation msg after PR review
Mats Wichmann
2020-08-25
1
-1/+1
[next]