summaryrefslogtreecommitdiff
path: root/SCons/Script/SConsOptions.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-11/+11
* Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-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-111-1/+1
* better handle all/none and multiple options, expanded tests to cover suchWilliam Deegan2021-04-111-4/+29
* Address mwichmann's feedbackWilliam Deegan2021-04-101-4/+4
* address mwichmann's review commentWilliam Deegan2021-04-091-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-241-1/+1
| * | Reject abbreviations of AddOption options.Mats Wichmann2020-08-231-4/+7
| |/
* | [ci skip] Clarify --md5-chunksize optionAdam Gross2020-08-041-1/+1
* | Add support for overriding the default hash formatAdam Gross2020-08-041-1/+7
|/
* Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-19/+17
* Merge remote-tracking branch 'origin/master' into patch-1Daniel Moody2020-05-061-1/+5
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+983