summaryrefslogtreecommitdiffstats
path: root/SCons/CacheDir.py
Commit message (Expand)AuthorAgeFilesLines
* Lock creation of CacheDir configMats Wichmann2024-03-111-6/+9
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-2/+2
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-2/+5
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-5/+5
* Fix problem where Java inner classes cannot cacheMats Wichmann2023-01-131-15/+25
* added missing newline to cachedir debug message.Daniel Moody2022-01-241-1/+1
* Added cache-debug messages for cache push failures.Daniel Moody2021-12-281-1/+2
* Moved CacheDir permissions update code behind atomic rename operation.Daniel Moody2021-07-101-3/+6
* Some code modernizatoionMats Wichmann2021-05-031-10/+5
* merged latest master with CacheDir changes.Daniel Moody2021-04-011-1/+2
* fix up some doc issues and add test coverageDaniel Moody2021-04-011-7/+4
* Added support for passing custom CacheDir classes.Daniel Moody2021-04-011-2/+24
* Update to be compat with py 3.5 (no f-strings)William Deegan2021-02-121-1/+1
* Update CacheDir to use uuid for tmpfile unique name generation.Daniel Moody2021-02-111-1/+3
* Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...William Deegan2021-01-161-1/+0
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-6/+3
* Close scons logfiles on completionMats Wichmann2020-05-291-1/+6
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-1/+1
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+293