summaryrefslogtreecommitdiffstats
path: root/SCons/Script/SConscript.py
Commit message (Expand)AuthorAgeFilesLines
* Update NEXT_RELEASE to 4.9.0William Deegan2025-03-021-1/+1
* Fixed mis-match between code and manpage for Help()'s local_only argument. No...William Deegan2024-12-221-4/+6
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-3/+4
* Implement `GetSConsVersion` static methodThaddeus Crews2024-04-151-4/+12
* 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 unit test, --debug flag, comments in changes.txtStenGruener2023-10-281-2/+2
* Adding tracing of scons script callsStenGruener2023-10-271-0/+4
* Merge branch 'master' into feature/local-helpWilliam Deegan2023-08-241-25/+17
|\
| * missing-sconscript: fix Windows test againMats Wichmann2023-08-071-1/+1
| * Change the default to error on missing SConscriptMats Wichmann2023-08-061-25/+17
* | Add ability to save "local" help onlyMats Wichmann2023-08-011-3/+18
|/
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-11/+11
* Do not initialize DefaultEnvironment onAnatoli Babenia2022-09-151-3/+6
* Remove unused private method SConsEnvironment._exceeds_version()Anatoli Babenia2022-09-151-5/+0
* doc: change five functions to appear global-onlyMats Wichmann2022-09-141-6/+6
* Make EnsurePythonVersion static tooAnatoli Babenia2022-09-041-1/+2
* Exec `EnsureSconsVersion` without init of default environmentAnatoli Babenia2022-09-041-3/+5
* Add ValidateOption() API which validates that all command line options are ei...William Deegan2022-08-131-0/+1
* Change warnings behavior of missing SConscriptMats Wichmann2021-06-181-13/+19
* [PR #3884] fix some timinng errors from initial submitMats Wichmann2021-02-091-3/+3
* Add timing of sconsign write if --debugMats Wichmann2021-02-081-3/+2
* cleanup whitespaceWilliam Deegan2021-01-221-0/+1
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-9/+3
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
* Conditionally suppress deprecation message.Joachim Kuebart2020-08-111-1/+1
* added is_sconscript for checking if node is a sconscript node or notDaniel Moody2020-06-051-1/+2
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-2/+2
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+686