summaryrefslogtreecommitdiff
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* 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
* | removed old sconscript changesDaniel Moody2021-04-132-4/+0
* | [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-04-132-0/+4
* | removed old sconscript changesDaniel Moody2021-04-132-4/+0
* | [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-04-132-0/+4
|/
* 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-092-12/+41
* Dont call progress if the progress object is NullDaniel Moody2021-04-091-2/+3
* Fixed issue with multi-target nodes being passed to the progress object.Daniel Moody2021-04-091-1/+2
* Make target selection a subsection in manpage [skip travis] [skipMats Wichmann2021-03-301-37/+31
* Deprecate Python 3.5.Mats Wichmann2021-03-281-1/+1
* Merge branch 'master' into site-dirWilliam Deegan2021-03-251-4/+8
|\
| * Skip empty cmdline args as targetsMats Wichmann2021-03-251-4/+8
* | Change site-dir arg handlingMats Wichmann2021-03-252-6/+8
|/
* SConsOptions: don't modify original optionsMats Wichmann2021-03-111-1/+1
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-1/+4