aboutsummaryrefslogtreecommitdiff
path: root/tools/cache.py
AgeCommit message (Expand)Author
2013-12-02move import in cache.py to avoid module interdependencies; fallout from 0f513...Alon Zakai
2013-12-01Introduce safe_ensure_dirs as a safe os.makedirs replacement.Andreas Bergmeier
2013-11-26Prevent Cache.ensure from throwing an error, while the directory already exists.Andreas Bergmeier
2013-05-17Fix a race condition if two emscripten.py instances run at the same timeChad Austin
2013-03-07Fix debug prints in tools/cache.pyVladimir Vukicevic
2013-03-05fix cache clear time savingAlon Zakai
2013-03-05restore jcache debugging, busted by pull #826Alon Zakai
2013-03-05restore jcache compression, busted by pull #826Alon Zakai
2013-03-05restore cache erase save times, busted by pull #826Alon Zakai
2013-03-04Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...Chad Austin
2013-03-04fix some test failuresChad Austin
2013-03-04Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f...Chad Austin
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can b...Chad Austin