index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
cache.py
Age
Commit message (
Collapse
)
Author
2013-12-02
move import in cache.py to avoid module interdependencies; fallout from ↵
Alon Zakai
0f5135e436 breaking test_llvm_nativizer
2013-12-01
Introduce safe_ensure_dirs as a safe os.makedirs replacement.
Andreas Bergmeier
It only uses os.makedirs call, which is more atomic than calling 2 procs. Thus exception due to already existent directory should not longer occur.
2013-11-26
Prevent Cache.ensure from throwing an error, while the directory already exists.
Andreas Bergmeier
2013-05-17
Fix a race condition if two emscripten.py instances run at the same time
Chad Austin
2013-03-07
Fix debug prints in tools/cache.py
Vladimir Vukicevic
2013-03-05
fix cache clear time saving
Alon Zakai
2013-03-05
restore jcache debugging, busted by pull #826
Alon Zakai
2013-03-05
restore jcache compression, busted by pull #826
Alon Zakai
2013-03-05
restore cache erase save times, busted by pull #826
Alon Zakai
2013-03-04
Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the ↵
Chad Austin
sanity tests pass again.
2013-03-04
fix some test failures
Chad Austin
2013-03-04
Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's ↵
Chad Austin
feedback
2013-03-04
Split Cache and JCache into objects and move them into cache.py so they can ↵
Chad Austin
be loaded without shared.py