summaryrefslogtreecommitdiff
path: root/SCons/Script/SConscript.py
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-041-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