summaryrefslogtreecommitdiffstats
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Cleanup Warnings moduleMats Wichmann2024-03-081-3/+3
* doc: update Pseudo description and moreMats Wichmann2024-02-091-17/+24
* Add Pseudo() to global functions, had been omitted.Mats Wichmann2024-02-071-0/+1
* Disallow python without threading support on startupAndrew Morrow2024-01-261-0/+7
* review feedback: legacysched to legacy_schedAndrew Morrow2024-01-201-1/+1
* wipAndrew Morrow2024-01-191-1/+1
* Update SConscript.py: typoStenGruener2023-11-291-1/+4
* Fixing a bug with --debug=sconscript where no exit message was emitted on exc...StenGruener2023-11-291-1/+1
* Updates to make ready for mergingWilliam Deegan2023-10-291-2/+2
* adding info to the man page, changed debug keyStenGruener2023-10-282-2/+2
* adding unit test, --debug flag, comments in changes.txtStenGruener2023-10-283-3/+5
* Adding tracing of scons script callsStenGruener2023-10-271-0/+4
* Elminate http: referencesMats Wichmann2023-10-171-1/+1
* SConscript() doc: minor tweaks after review [skip appveyor]Mats Wichmann2023-09-221-4/+4
* Updates for Export/Import doc [skip appveyor]Mats Wichmann2023-09-191-45/+81
* Merge branch 'master' into feature/local-helpWilliam Deegan2023-08-245-38/+33
|\
| * Merge branch 'master' into maint/modernizeWilliam Deegan2023-08-243-35/+30
| |\
| | * missing-sconscript: fix Windows test againMats Wichmann2023-08-071-1/+1
| | * Change the default to error on missing SConscriptMats Wichmann2023-08-063-35/+30
| * | "Modernize" to Python 3.6 via toolMats Wichmann2023-08-042-4/+4
| |/
* | Add ability to save "local" help onlyMats Wichmann2023-08-015-38/+123
|/
* 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 docsWilliam Deegan2023-06-051-0/+17
* Added test for --debug=json. Implemented DebugOptions(json). Create containin...William Deegan2023-06-052-5/+20
* 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-056-182/+282
|\
| * [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-045-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
| |/
* | 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-222-77/+31
|/
* 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-201-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-221-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