summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/CacheDir.py
Commit message (Expand)AuthorAgeFilesLines
* Use uuid lib for Visual Studio guidsMats Wichmann2020-05-011-1/+0
* Clean up some more Python 2 codeMats Wichmann2020-03-031-64/+3
* Remove if PY3 code.William Deegan2020-01-101-5/+1
* Fix some lingering SCons.Errors.EnvironmentError usage (fixes #3415)Mathew Robinson2019-07-311-3/+4
* Add cache hit rate to cache debuggingMathew Robinson2019-05-171-0/+14
* [PR #3353] fix sider nitpickeryMats Wichmann2019-04-281-4/+4
* [PR #3353] tweaks per reviewMats Wichmann2019-04-281-10/+9
* [PR #3353] quiet sider complaint about bare except:Mats Wichmann2019-04-281-2/+2
* Avoid cachedir racesMats Wichmann2019-04-281-6/+69
* Some more lint-derived cleanupsMats Wichmann2019-04-271-1/+1
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-6/+6
* Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...William Deegan2018-10-101-0/+2
* update mtime on cache retrievalGabriel Russell2017-12-131-0/+4
* Remove testing for hashlib and corresponding support for command line options.Andrew Featherstone2017-12-021-6/+1
* oopaThomas Tanner2016-03-191-4/+2
* Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-191-6/+22
* Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-191-17/+18
* Update to produce warning message.Thomas Tanner2016-03-131-5/+19
* improve behaviourThomas Tanner2016-03-121-7/+36
* Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-301-1/+1
* Fix warning message when running SCons with a python built without sha256 or ...William Deegan2015-11-241-0/+1
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-8/+8
* support for --cache-readonlyTom Tanner2013-10-011-1/+7
* Convert old-style class in CacheDir.py.Steven Knight2010-05-131-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-13/+7
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-22/+22
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-8/+18
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+207