summaryrefslogtreecommitdiffstats
path: root/SCons/Util
Commit message (Expand)AuthorAgeFilesLines
* Tweak Util moduleMats Wichmann2023-09-197-162/+1461
* filellock: also recognize PermissionErrorMats Wichmann2023-09-051-2/+2
* msvc config cache: add locking on cachefileMats Wichmann2023-09-042-0/+150
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-1/+1
* refeactor module variables to be lower case per mwichmann's reviewWilliam Deegan2023-06-091-11/+11
* Address mwichmann's comments on PR. pep8 naming, abstract base class Stats, q...William Deegan2023-06-081-9/+12
* Skip checking for exception when writing to unwritable dir in test. Change lo...William Deegan2023-06-061-4/+4
* Added docsWilliam Deegan2023-06-051-1/+1
* Added test for --debug=json. Implemented DebugOptions(json). Create containin...William Deegan2023-06-051-1/+4
* Added test, CHANGES/RELEASE text. Fixturized SConstruct from test/option/debu...William Deegan2023-06-051-1/+1
* Merge remote-tracking branch 'upstream/master' into json_debug_time_outputWilliam Deegan2023-06-054-42/+42
|\
| * Add some cheap return and parameter annotationsMats Wichmann2023-05-014-42/+42
* | Added build info to json, added --debug=json to docsWilliam Deegan2023-06-041-6/+33
* | Initial support for writing --debug=time, count into a JSON fileWilliam Deegan2023-06-041-6/+32
* | added --debug=json, which will dump object counts and memory into scons_stats...William Deegan2023-04-221-0/+156
|/
* added example code which demonstrates the problem introduced in 4.5.0 and fix...William Deegan2023-03-071-0/+1
* Fix issue with CPPDEFINES and Clone environmentsMats Wichmann2023-03-061-2/+2
* Adjusted CPPDEFINES behavior for list and tupleMats Wichmann2023-02-091-4/+7
* Split out CPPDEFINES handling in Append methodsMats Wichmann2023-01-301-11/+13
* Fix typoMats Wichmann2022-12-181-1/+1
* Util splitup: do some work to quiet siderMats Wichmann2022-12-183-14/+14
* Turn Util module into a packageMats Wichmann2022-12-154-0/+2360