summaryrefslogtreecommitdiff
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into maint/validateOptionsWilliam Deegan2023-05-035-90/+91
|\
| * Add some cheap return and parameter annotationsMats Wichmann2023-05-015-91/+91
* | Minor cleanup ValidateOptions doc/code/testMats Wichmann2023-04-142-90/+133
|/
* man: add a "New in..." to ValidateOPtions [skip appveyor]Mats Wichmann2023-03-031-3/+3
* [ci skip] Update versionadded for ValidateOptions()William Deegan2023-03-021-1/+1
* Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-1/+4
* Manpage tweaking [skip appveyor]Mats Wichmann2022-12-061-11/+9
* Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...William Deegan2022-12-041-2/+2
* Migrate Taskmaster tracing to use python loggingWilliam Deegan2022-10-211-12/+1
* move Taskmaster and Jobs to SCons.TaskmasterWilliam Deegan2022-10-121-3/+3
* Do not initialize DefaultEnvironment onAnatoli Babenia2022-09-152-7/+13
* Remove unused private method SConsEnvironment._exceeds_version()Anatoli Babenia2022-09-151-5/+0
* doc: change five functions to appear global-onlyMats Wichmann2022-09-142-10/+10
* Make EnsurePythonVersion static tooAnatoli Babenia2022-09-042-2/+3
* Exec `EnsureSconsVersion` without init of default environmentAnatoli Babenia2022-09-042-6/+11
* Import functions with adding SConscript namespaceAnatoli Babenia2022-09-041-2/+1
* doc and docstring updatesWilliam Deegan2022-08-173-13/+11
* rework the docsWilliam Deegan2022-08-161-14/+27
* Address doc and docstring feedback from mwichmannadd_api_to_check_for_invalid_options_issue_4187William Deegan2022-08-152-7/+19
* Added throw_exception parameter to ValidateOptions() which allows you to sele...William Deegan2022-08-153-5/+52
* add language with instructions what to do if options added by tools are being...William Deegan2022-08-141-3/+8
* address comments by mwichmannWilliam Deegan2022-08-141-2/+2
* Add ValidateOption() API which validates that all command line options are ei...William Deegan2022-08-134-0/+33
* 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
* SConscript doc tweaks per #4150 review comments [skip appveyor]Mats Wichmann2022-05-261-2/+3
* A little more work on Sconscript() documentation [skip appveyor]Mats Wichmann2022-05-251-22/+21
* Try to improve variantdir docs [skip appveyor]Mats Wichmann2022-05-251-30/+26
* remove scons-ninja-daemon option in favor of interactiveDaniel Moody2022-03-143-93/+77
* Fix issue where only the first interactive 'build' command's results were bei...William Deegan2022-02-141-1/+6
* fix up interactive to support ninja scons daemonDaniel Moody2022-02-113-72/+87
* Additional Help updatesMats Wichmann2022-02-041-60/+63
* Tweak the scons help messageMats Wichmann2022-02-031-79/+88
* Merge pull request #4067 from mwichmann/wintweaksWilliam Deegan2021-11-261-6/+5
|\
| * Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-261-6/+5
* | rebase from masterWilliam Deegan2021-11-211-3/+6
|/
* Update post release changesWilliam Deegan2021-11-211-1/+1
* 4.3.0 updates4.3.0William Deegan2021-11-171-1/+1
* Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-041-1/+1
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-07-311-1/+1
* 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 pull request #3959 from mwichmann/nowarn-missing-sconscriptWilliam Deegan2021-07-121-13/+19
|\
| * Change warnings behavior of missing SConscriptMats Wichmann2021-06-181-13/+19
* | Merge branch 'master' into ninja-generationWilliam Deegan2021-05-246-386/+429
|\ \ | |/
| * Update the documentation for GetOptionMats Wichmann2021-05-111-285/+277
| * Enable SetOption for implicit_deps*Mats Wichmann2021-05-082-153/+159
| * Make sure SetOption list is up to dateMats Wichmann2021-05-082-16/+67
| * Fix some imports and other checker warningsMats Wichmann2021-05-054-7/+1
* | Add --experimental=ninjaWilliam Deegan2021-04-131-2/+2