aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-29Bump version.1.3.8Bruce Mitchener
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-28do not swallow exceptions in invoke_* that are not C++ exceptions or longjmpAlon Zakai
2013-04-26update benchmarks to have 0 be just start upAlon Zakai
2013-04-26refer to wiki for function pointer cast issuesAlon Zakai
2013-04-26Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-exportAlon Zakai
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai
2013-04-26fix test_runtimelink_multiAlon Zakai
2013-04-26refactor missing symbol testsAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26fix test_lifeAlon Zakai
2013-04-26improve isFunctionTypeAlon Zakai
2013-04-26check bitcasts in eatLLVMIdent, so that call-bitcast is checkedAlon Zakai
2013-04-26fix auto-returns after aborts in float-returning functions, and enable popple...Alon Zakai
2013-04-26fix glGetShaderSource string truncationAlon Zakai
2013-04-26Merge pull request #1104 from azmeuk/freetype_asmAlon Zakai
2013-04-26* Added comments on edited code.Éloi Rivard
2013-04-26* Removed some freetype ASM_JS warnings.Éloi Rivard
2013-04-25standardize benchmark inputsAlon Zakai
2013-04-25informative error on bad function pointer call with ASSERTIONS=1Alon Zakai
2013-04-25test for dangerous function pointer casts in asmAlon Zakai
2013-04-25fix test_lifeAlon Zakai
2013-04-25fix llvm_uadd_with_overflow_i64 in the case of 0 higher bitsAlon Zakai
2013-04-25more docs for function pointer castsAlon Zakai
2013-04-25emit missing function warnings only in verbose modeAlon Zakai
2013-04-25clearer warnings on incompatible function pointer castsAlon Zakai
2013-04-25fix test_runtimelinkAlon Zakai
2013-04-25Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...Alon Zakai
2013-04-25clean up meminit detectionAlon Zakai
2013-04-25debugging text cleanupAlon Zakai
2013-04-25Try/catch around idb open.Alan Kligman
2013-04-25If caching fails, proceed to process package data.Alan Kligman
2013-04-25If there's a problem, fall back to default non-cache loading from remote.Alan Kligman
2013-04-25Add browser.test_preload_caching to unit tests. Replace modified-time check w...Alan Kligman
2013-04-25Add --use-preload-cache option to emcc, which passes it through to file_packa...Alan Kligman
2013-04-25Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...Alan Kligman
2013-04-25Updated documentation for --use-preload-cache.Alan Kligman
2013-04-25Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...Alan Kligman
2013-04-25Ignore lzma native binaries.Alan Kligman
2013-04-25Fix missing parameter in cacheRemotePackage invocation. Remove debug console....Alan Kligman
2013-04-25Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...Alan Kligman
2013-04-25Add no-cache to HEAD request.Alan Kligman
2013-04-25Preloading script now uses indexeddb to cache asset packages. Will load them ...Alan Kligman
2013-04-24Merge pull request #1089 from waywardmonkeys/remove-wchar-embindAlon Zakai
2013-04-24Merge pull request #1091 from waywardmonkeys/fix-libcextra-symbolsAlon Zakai
2013-04-24fix asm validation of llvm_uadd_with_overflow_i64Alon Zakai