aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06Merge pull request #920 from waywardmonkeys/fix-include-orderAlon Zakai
2013-03-05remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8Alon Zakai
2013-03-05remove recursion in relooper FindLive1.2.7Alon Zakai
2013-03-051.2.61.2.6Alon Zakai
2013-03-05fix cache clear time savingAlon Zakai
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 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-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-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can b...Chad Austin
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 o...Chad Austin
2013-03-04kill symlinks to coffeescriptChad Austin
2013-03-04Compile the relooper into the emscripten cache directoryChad Austin
2013-03-04Integrate formatting feedbackChad Austin
2013-03-04allow cwd-relative paths when passing --compiler to emscripten.pyChad Austin
2013-03-04Pass configuration into emscriptChad 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-04emscripten_jcache_printfAlon Zakai
2013-03-04compress jcache entries, to minimize disk IOAlon Zakai
2013-03-04Search libcxx includes before others (libc).Bruce Mitchener
2013-03-03Merge pull request #894 from waywardmonkeys/output-filenameAlon Zakai
2013-03-02commented-out debugging stuffAlon Zakai
2013-03-01improve c autodebuggerAlon Zakai
2013-03-01Print output filename that couldn't be created.Bruce Mitchener
2013-02-28disable v8 stack size increase because of windows instability; make it easy t...Alon Zakai
2013-02-28enlarge v8/node stack size, to avoid relooper stack overflows on huge projectsAlon Zakai
2013-02-28test updatesAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-27Merge pull request #872 from juj/popen_printAlon Zakai
2013-02-26only put filenames with no space in response fileVladimir Vukicevic
2013-02-26add cache debuggingVladimir Vukicevic
2013-02-26clean up response file codeAlon Zakai
2013-02-26Generate response file for llvm-linkVladimir Vukicevic
2013-02-26make DEBUG an intAlon Zakai
2013-02-26sort settings keys, to ensure the same order for debugging and jcache compari...Alon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
2013-02-26save last cache clear timeAlon Zakai