Age | Commit message (Expand) | Author |
2013-05-01 | only recommend jcache with -g | Alon Zakai |
2013-05-01 | require -g with jcache, fixes test_jcache | Alon Zakai |
2013-04-30 | add support for changing the llvm target using EMCC_LLVM_TARGET in the env | Alon Zakai |
2013-04-29 | error on undefined symbols in js configure-ing | Alon Zakai |
2013-04-29 | add target settings | Alon Zakai |
2013-04-29 | [libcextra] Add wcwidth, wcswidth. | Bruce Mitchener |
2013-04-29 | [libcextra] wctrans and friends. | Bruce Mitchener |
2013-04-29 | [libcextra] add isw* classification functions. | Bruce Mitchener |
2013-04-25 | Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod... | Alon Zakai |
2013-04-25 | clean up meminit detection | Alon Zakai |
2013-04-25 | Add --use-preload-cache option to emcc, which passes it through to file_packa... | Alan Kligman |
2013-04-23 | Clean up libc / libcxx build infrastructure. | Bruce Mitchener |
2013-04-22 | Move wchar,mb stuff to libcextra. | Bruce Mitchener |
2013-04-22 | Add musl multibyte function implementations. | Bruce Mitchener |
2013-04-22 | Add musl wchar function implementations. | Bruce Mitchener |
2013-04-22 | Let libc.symbols use same symbol format as libcxx. | Bruce Mitchener |
2013-04-19 | update tests | Alon Zakai |
2013-04-19 | disable asm.js when using embind | Alon Zakai |
2013-04-19 | enable ASM_JS=1 in -O1+, and start to update testing | Alon Zakai |
2013-04-17 | enable asm in -O1 and prepare to add testing | Alon Zakai |
2013-04-16 | Merge pull request #1038 from juj/fix_test_asm_pgo_windows | Alon Zakai |
2013-04-15 | default memory initializer to off, and add testing coverage | Alon Zakai |
2013-04-13 | refactor option to use full js in configure, add EMCONFIGURE_JS option | Alon Zakai |
2013-04-11 | Remove the unwanted abstraction that callee is allowed to autodelete a respon... | Jukka Jylänki |
2013-04-11 | Extend the use of response files to cover the case when emcc invokes emscript... | Jukka Jylänki |
2013-04-10 | do not use memory init file without ta2, since we lay out memory in ta2 forma... | Alon Zakai |
2013-04-10 | emcc note about .mem files | Alon Zakai |
2013-04-09 | restore memory initialization and testing | Alon Zakai |
2013-04-05 | disable memory init for now | Alon Zakai |
2013-04-05 | work towards detecting chunked memory init | Alon Zakai |
2013-04-05 | do not copy mem file when already in all places | Alon Zakai |
2013-04-05 | load memory initializer immediately | Alon Zakai |
2013-04-05 | refactor preRun additions | Alon Zakai |
2013-04-05 | use a separate memory initialization file | Alon Zakai |
2013-03-25 | remove symbol removing hack; export all malloc symbols as weak; add test for ...1.3.5 | Alon Zakai |
2013-03-25 | Get exceptions working as they were before. | Bruce Mitchener |
2013-03-25 | Get things working with the new libcxx / libcxxabi. | Bruce Mitchener |
2013-03-25 | Build libcxx and libcxxabi with C++11. | Bruce Mitchener |
2013-03-25 | Clean up lists of files, building libcxx / libcxxabi. | Bruce Mitchener |
2013-03-22 | require -O2 in asm, for now | Alon Zakai |
2013-03-21 | fix handling of EMCC_LEAVE_INPUTS_RAW | Alon Zakai |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-15 | mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3 | Alon Zakai |
2013-03-12 | support -s KEY=@PATH in emcc, for very large settings values | Alon Zakai |
2013-03-10 | --save-bc option | Alon Zakai |
2013-03-10 | error on pgo with asm | Alon Zakai |
2013-03-10 | larger pgo test, with asm measurements | Alon Zakai |
2013-03-09 | Merge branch 'asm_minifier' into incoming | Alon Zakai |
2013-03-09 | make sure to remove trivial whitespace | Alon Zakai |
2013-03-09 | minify by default in -O2+, unless -g | Alon Zakai |