aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-05-04fix and slow down again the eliminator tool, plus refactoring to enable prope...Alon Zakai
2012-05-04fix bisection bugAlon Zakai
2012-05-03optimize eliminator transitive dependency calculationAlon Zakai
2012-05-03define proper endianness for endian.h and add working but slow-compiling sha1...Alon Zakai
2012-05-03fix bug with js engine being str and not listAlon Zakai
2012-05-01undef __linux__, fixes SDL endianness detectionAlon Zakai
2012-04-28fix prepareClientAttributes bugs: handle non-packed vertex attributes properlyAlon Zakai
2012-04-24add ENV_PREFIX to more placesAlon Zakai
2012-04-24use env python instead of python in tools/shared if it is availableAlon Zakai
2012-04-20parse GL headers for console log cleanerAlon Zakai
2012-04-20clear cache on non-forced sanity checks if the config file changedAlon Zakai
2012-04-18sanity check for javaAlon Zakai
2012-04-17add EM_DEBUG option for test runner printouts of run_jsAlon Zakai
2012-04-15One more linker stub fix for Windows.Sigmund Vik
2012-04-14clean up emscripten temp dirAlon Zakai
2012-04-12fix test_firstrunAlon Zakai
2012-04-12fix EM_SAVE_DIRAlon Zakai
2012-04-12Merge pull request #374 from SiggyBar/build-env-2Alon Zakai
2012-04-11some memcpy support in autodebuggerAlon Zakai
2012-04-11more autodebugger capabilitiesAlon Zakai
2012-04-11Make it easier to use emscripten from a build system.Sigmund Vik
2012-04-09use unique temp dir in emcc unless EMCC_DEBUG=1 is setAlon Zakai
2012-04-08nicer solution for removing linker stubAlon Zakai
2012-04-08clean up linker a.out|exe stubsAlon Zakai
2012-04-05improve clean_webconsole toolAlon Zakai
2012-04-04Unbreak emconfigure et allBehdad Esfahbod
2012-04-03merge fixesAlon Zakai
2012-04-03update webconsole cleaner toolAlon Zakai
2012-04-03add little tool to clean web console logsAlon Zakai
2012-04-03[tools/shared.py]: Added -Xmx1024m, big .js quickly go over the default memor...Pierre Renaux
2012-04-02only include i64 precise code if it will actually be usedAlon Zakai
2012-04-01improve i64 autodebuggingAlon Zakai
2012-03-31add js bloatscan toolAlon Zakai
2012-03-31do not consider division safe for |0 removal, and add testcase 2 from issue 324Alon Zakai
2012-03-30Merge pull request #328 from ehsan/ogre_upstreamAlon Zakai
2012-03-29windows fixesAlon Zakai
2012-03-29properly detect windows in eliminatorAlon Zakai
2012-03-28do not js-optimize away rounding correctionsAlon Zakai
2012-03-28Add a script to strip the contents of functions in llvm assemblyEhsan Akhgari
2012-03-28read stdin differently in windows in eliminatorAlon Zakai
2012-03-26use shlexAlon Zakai
2012-03-21fix some bugs with preloading of entire directoriesAlon Zakai
2012-03-21properly handle closure compiler return codesAlon Zakai
2012-03-21add option to add closure compiler arguments in EMCC_CLOSURE_ARGS env varAlon Zakai
2012-03-20back out change to environment varsAlon Zakai
2012-03-20back out change to cmake compiler stuff due to openjpeg breakageAlon Zakai
2012-03-20revert eliminator change due to breakageAlon Zakai
2012-03-20Misc fixes for Windows.Sigmund Vik
2012-03-20Coffee-script fix for new node.jsSigmund Vik
2012-03-15add file preloading in browsersAlon Zakai