summaryrefslogtreecommitdiffstats
path: root/SCons/Script/SConsOptions.py
Commit message (Expand)AuthorAgeFilesLines
* Update NEXT_RELEASE to 4.9.0William Deegan2025-03-021-1/+1
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-2/+3
* Fix short-option processingMats Wichmann2024-09-161-6/+67
* Fix some AddOption issuesMats Wichmann2024-09-111-7/+13
* Tweak SConsOptions docstringsMats Wichmann2024-09-061-47/+73
* Tweak some docstrings for OptionsMats Wichmann2024-06-201-36/+26
* AddOption now recognizes "settable" optionMats Wichmann2024-06-171-60/+76
* Cleanup Warnings moduleMats Wichmann2024-03-081-3/+3
* review feedback: legacysched to legacy_schedAndrew Morrow2024-01-201-1/+1
* wipAndrew Morrow2024-01-191-1/+1
* adding info to the man page, changed debug keyStenGruener2023-10-281-1/+1
* adding unit test, --debug flag, comments in changes.txtStenGruener2023-10-281-1/+1
* Add ability to save "local" help onlyMats Wichmann2023-08-011-5/+56
* Merge remote-tracking branch 'upstream/master' into json_debug_time_outputWilliam Deegan2023-06-051-11/+11
|\
| * Add some cheap return and parameter annotationsMats Wichmann2023-05-011-11/+11
* | added --debug=json, which will dump object counts and memory into scons_stats...William Deegan2023-04-221-1/+1
|/
* Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-201-1/+4
* Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-2/+2
* doc and docstring updatesWilliam Deegan2022-08-171-6/+5
* Added throw_exception parameter to ValidateOptions() which allows you to sele...William Deegan2022-08-151-4/+27
* Fixed typoWilliam Deegan2022-06-141-2/+2
* Added option to allow scons to determine if it should skip ninja regeneration.Daniel Moody2022-06-071-1/+2
* Additional Help updatesMats Wichmann2022-02-041-60/+63
* Tweak the scons help messageMats Wichmann2022-02-031-79/+88
* Allow disable_execute_ninja and disable_ninja to be set via SetOptionWilliam Deegan2021-07-211-31/+43
* Tweak doc of experimental option [skip travis]Mats Wichmann2021-07-131-4/+6
* Merge branch 'master' into ninja-generationWilliam Deegan2021-05-241-16/+31
|\
| * Enable SetOption for implicit_deps*Mats Wichmann2021-05-081-8/+22
| * Make sure SetOption list is up to dateMats Wichmann2021-05-081-10/+11
* | Add --experimental=ninjaWilliam Deegan2021-04-131-2/+2
|/
* address sider issueWilliam Deegan2021-04-121-1/+1
* better handle all/none and multiple options, expanded tests to cover suchWilliam Deegan2021-04-121-4/+29
* Address mwichmann's feedbackWilliam Deegan2021-04-101-4/+4
* address mwichmann's review commentWilliam Deegan2021-04-101-1/+1
* Add docs for --experimental switchWilliam Deegan2021-04-091-11/+27
* Change site-dir arg handlingMats Wichmann2021-03-251-2/+2
* SConsOptions: don't modify original optionsMats Wichmann2021-03-111-1/+1
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-1/+4
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-1/+1
|\
| * Add timing of sconsign write if --debugMats Wichmann2021-02-081-1/+1
* | More improvementsAdam Gross2020-12-151-1/+1
* | Address most review feedbackAdam Gross2020-12-141-8/+17
* | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-121-6/+2
|\ \ | |/
| * One more unneeded try-import-fixupMats Wichmann2020-11-191-6/+2
* | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-9/+11
|\ \ | |/
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-4/+2
| * Merge pull request #3758 from mwichmann/GetSet-optsWilliam Deegan2020-09-191-1/+2
| |\
| | * [PR #3758] be more explicit about syncing SetOption list [ci skip]Mats Wichmann2020-07-291-1/+2
| | * Align SetOption doc with settable options list. [skip appveyor]Mats Wichmann2020-07-271-1/+1
| * | [PR #3784] adjust opt-abbreviation msg after PR reviewMats Wichmann2020-08-251-1/+1