aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-051.2.51.2.5Alon 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 ↵Chad Austin
sanity tests pass again.
2013-03-04fix some test failuresChad Austin
2013-03-04Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's ↵Chad Austin
feedback
2013-03-04Don't change cwd when running compiler.js. This allows us to use relative ↵Chad Austin
paths for things like shell files and temp directories. This is important especially on Cygwin/Windows because Cygwin and Windows have different absolute paths.
2013-03-04Fix a stupid error that broke emccChad Austin
2013-03-04the compiler does not need to run with a modified cwdChad Austin
2013-03-04Only load tools.shared if it's necessary to compute a default. Now ↵Chad Austin
emscripten.py can run without a ~/.emscripten directory :)
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad Austin
2013-03-04emscripten.py no longer globally depends on tools.sharedChad Austin
2013-03-04Break two more emscripten.py dependencies on tools.sharedChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Make temp_files in main() in emscripten.py, not globally.Chad Austin
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin
2013-03-04Have emscripten.py access the cache module and instantiate objects to break ↵Chad Austin
another dependency on shared.py
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can ↵Chad Austin
be loaded without shared.py
2013-03-04Make chunkify a free functionChad Austin
2013-03-04Work towards making JCache an objectChad Austin
2013-03-04Move run_js into jsrun.py (work towards breaking emscripten.py's dependency ↵Chad Austin
on shared, which requires .emscripten at import time)
2013-03-04.gitignore tests/fake/Chad Austin
2013-03-04kill symlinks to coffeescriptChad Austin
2013-03-04Compile the relooper into the emscripten cache directoryChad Austin
2013-03-04remove jcache global variable in emscripten.pyChad Austin
2013-03-04Integrate formatting feedbackChad Austin
2013-03-04Kill compiler_engine global variable and use the specified compiler engine ↵Chad Austin
for every invocation in emscripten.py
2013-03-04Delete the compiled relooper.js (but allow specification of an arbitrary ↵Chad Austin
relooper)
2013-03-04allow cwd-relative paths when passing --compiler to emscripten.pyChad Austin
2013-03-04Pass configuration into emscriptChad Austin
2013-03-04Add command line option to emscripten.py to suppress usage warningChad Austin
2013-03-04Integrate azakai's style feedback and make sanity tests pass again.Chad Austin
2013-03-04Make a Configuration object holding formerly global variables.Chad Austin
2013-03-04Remove TempFiles's dependency on global and environment variablesChad Austin
2013-03-04experimental partial jni supportAlon Zakai
2013-03-04fix test_structbyvalAlon Zakai
2013-03-04disable emscripten_jcache_printf in non-C++Alon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04compress jcache entries, to minimize disk IOAlon Zakai
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon Zakai
2013-03-04fix cmpxchg for asmAlon Zakai
2013-03-04rename test to avoid grep for 'error' to see itAlon Zakai
2013-03-03do not emit bash on legalized variables of <= 32 bitsAlon Zakai
2013-03-03disable test_dlmalloc, it is not comparable to native due to syscalls anyhowAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-03fix test_cases/inttoptrfloat.llAlon Zakai