summaryrefslogtreecommitdiffstats
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Update NEXT_RELEASE to 4.9.0William Deegan2025-03-023-3/+3
* Handle --debug containing memoizerMats Wichmann2025-02-031-3/+12
* Fixed mis-match between code and manpage for Help()'s local_only argument. No...William Deegan2024-12-222-6/+10
* 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
* | Merge pull request #4643 from Repiteo/future-annotationsWilliam Deegan2024-11-163-10/+13
|\ \
| * | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-163-10/+13
| |/
* | *.xml: Add miscellaneous language improvementsAlex Thiessen2024-11-151-1/+1
* | *.xml: Add missing commasAlex Thiessen2024-11-151-1/+1
* | *.xml: Fix obvious typos etc.Alex Thiessen2024-11-152-3/+3
|/
* Fix short-option processingMats Wichmann2024-09-161-6/+67
* Fix some AddOption issuesMats Wichmann2024-09-112-19/+37
* Tweak SConsOptions docstringsMats Wichmann2024-09-061-47/+73
* Doc: use consistent repeated-args syntax [skip appveyor]Mats Wichmann2024-08-031-10/+16
* 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-072-1/+5
* Add `SCsub` to known SConscript namesThaddeus Crews2024-07-051-0/+4
* Standardize license header on in-use doc files [skip appveyor]Mats Wichmann2024-06-252-4/+6
* Tweak some docstrings for OptionsMats Wichmann2024-06-201-36/+26
* AddOption now recognizes "settable" optionMats Wichmann2024-06-173-83/+136
* Merge branch 'master' into py36-deprWilliam Deegan2024-05-103-4/+26
|\
| * Minor editsWilliam Deegan2024-05-041-0/+1
| * Implement `GetSConsVersion` static methodThaddeus Crews2024-04-153-4/+25
* | Deprecate Python 3.6 support.Mats Wichmann2024-05-041-5/+7
|/
* 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