aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-09-14dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9Alon Zakai
2013-09-13RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8Alon Zakai
2013-09-13Bump version for new libc headers.1.5.7Bruce Mitchener
2013-09-10Add missing 'if WINDOWS' in CMake toolchain handling code.Jukka Jylänki
2013-09-10Fix indentation in Building.which() function.Jukka Jylänki
2013-09-10Add Building.which() function to help find a tool in PATH. Use mingw32-make i...Jukka Jylänki
2013-09-09Merge pull request #1583 from juj/cmake_improvementsAlon Zakai
2013-09-08refactor COMPILER_OPTSAlon Zakai
2013-09-07add some cpu undefs that are important for configure stepsAlon Zakai
2013-09-05Merge pull request #1586 from waywardmonkeys/remove-emlibtoolAlon Zakai
2013-09-04Improve emscripten to autodetect the temp directory even if TEMP_DIR is not p...Jukka Jylänki
2013-09-04Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ...Jukka Jylänki
2013-09-04Remove unused / unwritten emlibtool.Bruce Mitchener
2013-09-04Remove the old mechanism of generating a CMake toolchain file on the fly when...Jukka Jylänki
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03assert guards against cross-module stack leaksAlon Zakai
2013-09-03always keep malloc and free alive and exported, for internal use and other mo...Alon Zakai
2013-09-03emit side module memory initializer in the right place; test_dlfcn_basic work...Alon Zakai
2013-09-01Use EM_BUILD_VERBOSE instead of EMSCRIPTEN_VERBOSE as the name of the env. va...Jukka Jylänki
2013-08-30Output stdout and stderr from external library builds to console only if EMSC...Jukka Jylänki
2013-08-30Remove Building.configure() from storing stdout and stderr output to a temp f...Jukka Jylänki
2013-08-21emit switches in relooper1.5.6Alon Zakai
2013-08-16Add compat headers, move some things to them.Bruce Mitchener
2013-08-12Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hackAnthony Pesch
2013-08-11initial work on splitting up runner.pyAnthony Pesch
2013-08-09aim for more evenly-sized pieces in outlinerAlon Zakai
2013-08-091.5.51.5.5Bruce Mitchener
2013-08-081.5.41.5.4Alon Zakai
2013-08-08Improve the generation of ~/.emscripten on Windows.Nick Bray
2013-08-08Allow the PNaCl toolchain to be used in place of a standard version of Clang.Nick Bray
2013-08-08Merge pull request #1467 from abergmeier/extend_versionsAlon Zakai
2013-08-07Ensure the linker pulls in static libraries containing exported functions.Nick Bray
2013-08-06Enable LLVM_ADD_VERSION and CLANG_ADD_VERSION being set in Emscripten configu...Andreas Bergmeier
2013-08-05increase logging output, fixes s_0_0.test_safe_heapAlon Zakai
2013-08-05increase logging output, fixes s_0_0.test_safe_heapAlon Zakai
2013-08-02also use LLVM_ROOT to detect when we need to clear the cacheAlon Zakai
2013-08-01do not use -nostdinc++ with le32 target at all, it does not need it, and add ...Alon Zakai
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...Alon Zakai
2013-08-01do not emit -m32 when using le32 targetAlon Zakai
2013-07-15fill EMSCRIPTEN in env with the path to emscriptenAlon Zakai
2013-07-08Remove semicolons from Python code.Jez Ng
2013-07-07keep free() alive like malloc()Alon Zakai
2013-07-06disable -fno-threadsafe-statics, issue #1289Alon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03always do globaldce (and potentially strip-debug), even when we are building ...Alon Zakai
2013-07-03simplify heap initializer mergingAlon Zakai
2013-07-03refactor invoke generation and add missing invokes when linkingAlon Zakai
2013-07-03merge global initializersAlon Zakai
2013-07-03begin work on memory relocationAlon Zakai
2013-07-03move memory initializer pattern to sharedAlon Zakai