aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2014-02-18version 1.11.11.11.1Alon Zakai
2014-02-13release 1.11.01.11.0Alon Zakai
2014-02-11improve logging of optsAlon Zakai
2014-02-09add missing multibyte/internal.c in musl1.10.4Alon Zakai
2014-02-09move emscripten_GetProcAddress to a C library, so that it is less hackish and...1.10.3Alon Zakai
2014-02-06Add optimized versions of musl libc string and memory comparison functions.Jukka Jylänki
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-29release 1.10.01.10.0Alon Zakai
2014-01-25Bump version to 1.9.5 to cause relooper to rebuild after previous change.Jukka Jylänki
2014-01-22Bump version after adding new entries to src/struct_info.json.Jukka Jylänki
2014-01-21deprecate -O3 in preparation for using it for heavier js optsAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai
2014-01-17remove current memory initialization chunking via .concat(..)Alon Zakai
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-15re-merge split blocks in multiples1.9.2Alon Zakai
2014-01-15share block ids in relooper among split blocks1.9.1Alon Zakai
2014-01-15release 1.9.01.9.0Alon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-15remove musl use of fwritex1.8.13Alon Zakai
2014-01-15Bump version.Bruce Mitchener
2014-01-14fix wprintf-related bug that bit fastcomp1.8.11Alon Zakai
2014-01-14Bump version.1.8.10Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-13Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8Alon Zakai
2014-01-13allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7Alon Zakai
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07Merge branch 'incoming' into llvm-3.41.8.6Alon Zakai
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-06check clang version before applying version-specific changes, like disabling ...1.8.5Alon Zakai
2014-01-06refactor vector disabling codeAlon Zakai
2014-01-06disable vectorization which llvm 3.4 has on by default1.8.4Alon Zakai
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure minifyi...Fraser Adams
2014-01-04fix some relooper compiler warnings and update reftests for previous fixes1.8.3Alon Zakai
2014-01-03release 1.8.21.8.2Alon Zakai
2014-01-03make sure to give Ids to split blocks in relooper1.8.1Alon Zakai
2013-12-31sanity check for js backend in fastcompAlon Zakai
2013-12-31implementation of libuuidFraser Adams
2013-12-30disable jcache in fastcomp, and fake emscripten_jcache_printfAlon Zakai
2013-12-28optimize relooper id counters1.8.0Alon Zakai
2013-12-26support for optional complete emulation in relooper1.7.9Alon Zakai
2013-12-24Fixed small problems which exhibit themself when building projects with too m...Volo Zyko
2013-12-23fix size limit in limit_size, necessary for s_0_0.test_safe_heapAlon Zakai
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-13Fix an issue with the --em-config cmdline option where the option was not see...Jukka Jylänki
2013-12-13Add new emcc command line parameter --em-config that allows specifying the lo...Jukka Jylänki
2013-12-12skip sanity checks if EM_CONFIG is used instead of normal ~/.emscriptenAlon Zakai
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity c...Alon Zakai
2013-12-06fix creation of temp dir in EMCC_DEBUG for the first timeAlon Zakai