summaryrefslogtreecommitdiffstats
path: root/SCons/Script/Main.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4642 from Repiteo/remove-python-3.6William Deegan2024-11-161-7/+1
|\
| * Remove Python 3.6 supportThaddeus Crews2024-11-161-7/+1
* | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-5/+6
|/
* Fix some AddOption issuesMats Wichmann2024-09-111-12/+24
* Return master to development mode post releaseWilliam Deegan2024-07-081-1/+1
* Updates for SCons 4.8.0 releaseWilliam Deegan2024-07-071-1/+1
* Bump SCons "added" version to 4.8 [skip appveyor]Mats Wichmann2024-07-071-0/+4
* Add `SCsub` to known SConscript namesThaddeus Crews2024-07-051-0/+4
* AddOption now recognizes "settable" optionMats Wichmann2024-06-171-11/+32
* Deprecate Python 3.6 support.Mats Wichmann2024-05-041-5/+7
* Disallow python without threading support on startupAndrew Morrow2024-01-261-0/+7
* adding info to the man page, changed debug keyStenGruener2023-10-281-1/+1
* adding unit test, --debug flag, comments in changes.txtStenGruener2023-10-281-0/+2
* Merge branch 'master' into feature/local-helpWilliam Deegan2023-08-241-3/+3
|\
| * "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-3/+3
* | Add ability to save "local" help onlyMats Wichmann2023-08-011-4/+5
|/
* Adjust help message about -HMats Wichmann2023-06-271-1/+1
* refeactor module variables to be lower case per mwichmann's reviewWilliam Deegan2023-06-091-17/+17
* Address mwichmann's comments on PR. pep8 naming, abstract base class Stats, q...William Deegan2023-06-081-8/+10
* Skip checking for exception when writing to unwritable dir in test. Change lo...William Deegan2023-06-061-1/+3
* Added test for --debug=json. Implemented DebugOptions(json). Create containin...William Deegan2023-06-051-5/+19
* Added test, CHANGES/RELEASE text. Fixturized SConstruct from test/option/debu...William Deegan2023-06-051-1/+0
* Merge remote-tracking branch 'upstream/master' into json_debug_time_outputWilliam Deegan2023-06-051-84/+169
|\
| * [ci skip] Fixed typoWilliam Deegan2023-05-231-1/+1
| * Move pdb-support SConscript list to topMats Wichmann2023-05-091-9/+17
| * pdb: minor tweaks to doc [skip appveyor]Mats Wichmann2023-05-071-4/+7
| * pdb debugging now recognizes SConstruct/SConscriptMats Wichmann2023-05-061-1/+37
| * Merge branch 'master' into maint/validateOptionsWilliam Deegan2023-05-041-48/+49
| |\
| | * Add some cheap return and parameter annotationsMats Wichmann2023-05-011-49/+49
| * | Minor cleanup ValidateOptions doc/code/testMats Wichmann2023-04-141-34/+62
| |/
* | Added build info to json, added --debug=json to docsWilliam Deegan2023-06-041-1/+1
* | Initial support for writing --debug=time, count into a JSON fileWilliam Deegan2023-06-041-1/+5
* | added --debug=json, which will dump object counts and memory into scons_stats...William Deegan2023-04-221-76/+30
|/
* [ci skip] Update versionadded for ValidateOptions()William Deegan2023-03-021-1/+1
* Migrate Taskmaster tracing to use python loggingWilliam Deegan2022-10-221-12/+1
* move Taskmaster and Jobs to SCons.TaskmasterWilliam Deegan2022-10-121-3/+3
* doc and docstring updatesWilliam Deegan2022-08-171-6/+5
* Address doc and docstring feedback from mwichmannWilliam Deegan2022-08-161-1/+9
* Added throw_exception parameter to ValidateOptions() which allows you to sele...William Deegan2022-08-151-1/+4
* Add ValidateOption() API which validates that all command line options are ei...William Deegan2022-08-131-0/+11
* remove scons-ninja-daemon option in favor of interactiveDaniel Moody2022-03-141-3/+1
* fix up interactive to support ninja scons daemonDaniel Moody2022-02-111-2/+3
* 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-221-3/+6
|/
* Update post release changesWilliam Deegan2021-11-221-1/+1
* 4.3.0 updates4.3.0William Deegan2021-11-171-1/+1
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-08-011-1/+1
* Fix some imports and other checker warningsMats Wichmann2021-05-051-1/+0
* Dont call progress if the progress object is NullDaniel Moody2021-04-091-2/+3