aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2013-11-11version 1.7.41.7.4Alon Zakai
2013-11-11version 1.7.31.7.3Alon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-09Fix test_asm_pgo on Windows by using response files. The test failed by excee...Jukka Jylänki
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-07Bump version & regen symbols for libcxx.Bruce Mitchener
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-231.7.11.7.1Alon Zakai
2013-10-221.7.01.7.0Alon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08do not assume only -O2 reloops in ensure_relooperAlon Zakai
2013-10-03remove unneeded EMIT_GENERATED_FUNCTIONSAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-26Don't do Popen workaround on Windows by default, since the cmdline -> call em...Jukka Jylänki
2013-09-26Use the logging framework instead of print, to be consistent and as the loggi...Jukka Jylänki
2013-09-26Bump version.1.6.3Bruce Mitchener
2013-09-26Bump version.1.6.2Bruce Mitchener
2013-09-25Fix some comments and bump EMSCRIPTEN_VERSIONngld
2013-09-23handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrapAlon Zakai
2013-09-23remove interim relooper builds if final bootstrap phase did not succeedAlon Zakai
2013-09-23relooper input is ascii, emit it to the heap more efficiently with writeAscii...1.6.1Alon Zakai
2013-09-23clean up reloopers1.6.0Alon Zakai
2013-09-17Updated library_sdl.jsngld
2013-09-16Integrate the new tool into emscriptenngld
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