aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-04-01Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6Alon Zakai
2013-03-30fix -nostdinc++Alon Zakai
2013-03-30Merge pull request #1004 from waywardmonkeys/fix-nostdincxxAlon Zakai
2013-03-29Bump version.Bruce Mitchener
2013-03-27-nostdinc++ is needed to not pick up system C++ headers.Bruce Mitchener
2013-03-26Remove unused llvm-extract stuff.Bruce Mitchener
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ...1.3.5Alon Zakai
2013-03-25Get exceptions working as they were before.Bruce Mitchener
2013-03-25Bump version.1.3.4Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-22v1.3.21.3.2Alon Zakai
2013-03-18v1.3.11.3.1Alon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-15mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3Alon Zakai
2013-03-12disable EMCC_DEBUG when bootstrapping relooperAlon Zakai
2013-03-111.3.01.3.0Alon Zakai
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-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-04fix some test failuresChad Austin
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad 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-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-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-28inline by default, now that lto is off by defaultAlon Zakai