aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2012-11-06save temp files in EMCC_DEBUG modeAlon Zakai
2012-11-06Add another loud error message containing the actual command line when callin...Jukka Jylänki
2012-11-05If configure in shared.py fails with an exception, print out the command line...Jukka Jylänki
2012-11-03fix exit code on sanity failsAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
2012-10-29define LDSHARED, useful in zlib configureAlon Zakai
2012-10-28remove unneeded importAlon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28refactor js optimizer caller a littleAlon Zakai
2012-10-26do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js filesAlon Zakai
2012-10-26parallelize inside js optimizer passes, using all cpu coresAlon Zakai
2012-10-26fail on trying to split up js optimizer on unGlobalizeAlon Zakai
2012-10-25restore limit_sizeAlon Zakai
2012-10-25rewrite of eliminator to better approachAlon Zakai
2012-10-23integrate eliminator as js optimizer passAlon Zakai
2012-10-23rewrite eliminator in jsAlon Zakai
2012-10-20check node version is at least 0.6.8, which is the first to not have v8 bug 1...Alon Zakai
2012-10-20restore workaround for v8 bug 1895Alon Zakai
2012-10-17split up very large js files when passing them into js-optimizer and eliminat...Alon Zakai
2012-10-17remove unneeded node checksAlon Zakai
2012-10-17stop working around v8 bug 1985 which was fixed a while agoAlon Zakai
2012-10-17allow changing java heap size for closure via JAVA_HEAP_SIZE env varAlon Zakai
2012-10-17improve node autodetectionAlon Zakai
2012-10-17Don't explode in emconfigure if no args are passedRiccardo Magliocchetti
2012-10-14handle .a with identically named .o ; fixes #637Alon Zakai
2012-09-28workaround for libcxx --std=c++11 issueAlon Zakai
2012-09-26autoguess ~/.emscripten values on first run, possibly fixes #593Alon Zakai
2012-09-26remove misleading top line in settings when copying it to ~/.emscriptenAlon Zakai
2012-09-26Merge pull request #581 from LCID-Fire/debian_clang_checkAlon Zakai
2012-09-26Make check_clang_version return a bool value.LCID Fire
2012-09-24make with statement in shared.py work in python 2.6Alon Zakai
2012-09-24commented option to add verbose logging to makeAlon Zakai
2012-09-24fix python conventionsAlon Zakai
2012-09-23Reworked `build_library`:LCID Fire
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-22Extract check_clang_version into an own function and correct checking so it w...LCID Fire
2012-09-21add libcxxabi headers to include pathAlon Zakai
2012-09-18indentation fixAlon Zakai
2012-09-18Add ability to use versioned llvm binariesRiccardo Magliocchetti
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity c...Alon Zakai
2012-09-12make all temp files be in TEMP_DIR from ~/.emscriptenAlon Zakai
2012-09-10use abspath in link() because we might chdir in the middleAlon Zakai
2012-08-25disable precise i32 multiplication even in -O0: too slowAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-07-25Add LD to the variables replaced by emmakeJustin Kerk
2012-07-23always look for main in .a filesAlon Zakai
2012-07-17check llvm version only when actually checking sanity - not on every call to ...Alon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-13Disable setting LIBTOOLBehdad Esfahbod
2012-07-13Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATHBehdad Esfahbod