index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-04-29
Bump version.
1.3.8
Bruce 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-28
do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp
Alon Zakai
2013-04-26
update benchmarks to have 0 be just start up
Alon Zakai
2013-04-26
refer to wiki for function pointer cast issues
Alon Zakai
2013-04-26
Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-export
Alon Zakai
2013-04-27
Flag malloc_usable_size as weak.
Bruce Mitchener
2013-04-26
update test_emcc
Alon Zakai
2013-04-26
fix test_llvm_nativizer
Alon Zakai
2013-04-26
fix test_runtimelink_multi
Alon Zakai
2013-04-26
refactor missing symbol tests
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix test_life
Alon Zakai
2013-04-26
improve isFunctionType
Alon Zakai
2013-04-26
check bitcasts in eatLLVMIdent, so that call-bitcast is checked
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-26
fix glGetShaderSource string truncation
Alon Zakai
2013-04-26
Merge pull request #1104 from azmeuk/freetype_asm
Alon Zakai
2013-04-26
* Added comments on edited code.
Éloi Rivard
2013-04-26
* Removed some freetype ASM_JS warnings.
Éloi Rivard
2013-04-25
standardize benchmark inputs
Alon Zakai
2013-04-25
informative error on bad function pointer call with ASSERTIONS=1
Alon Zakai
2013-04-25
test for dangerous function pointer casts in asm
Alon Zakai
2013-04-25
fix test_life
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-25
more docs for function pointer casts
Alon Zakai
2013-04-25
emit missing function warnings only in verbose mode
Alon Zakai
2013-04-25
clearer warnings on incompatible function pointer casts
Alon Zakai
2013-04-25
fix test_runtimelink
Alon Zakai
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
debugging text cleanup
Alon Zakai
2013-04-25
Try/catch around idb open.
Alan Kligman
2013-04-25
If caching fails, proceed to process package data.
Alan Kligman
2013-04-25
If there's a problem, fall back to default non-cache loading from remote.
Alan Kligman
2013-04-25
Add browser.test_preload_caching to unit tests. Replace modified-time check w...
Alan Kligman
2013-04-25
Add --use-preload-cache option to emcc, which passes it through to file_packa...
Alan Kligman
2013-04-25
Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...
Alan Kligman
2013-04-25
Updated documentation for --use-preload-cache.
Alan Kligman
2013-04-25
Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...
Alan Kligman
2013-04-25
Ignore lzma native binaries.
Alan Kligman
2013-04-25
Fix missing parameter in cacheRemotePackage invocation. Remove debug console....
Alan Kligman
2013-04-25
Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...
Alan Kligman
2013-04-25
Add no-cache to HEAD request.
Alan Kligman
2013-04-25
Preloading script now uses indexeddb to cache asset packages. Will load them ...
Alan Kligman
2013-04-24
Merge pull request #1089 from waywardmonkeys/remove-wchar-embind
Alon Zakai
2013-04-24
Merge pull request #1091 from waywardmonkeys/fix-libcextra-symbols
Alon Zakai
2013-04-24
fix asm validation of llvm_uadd_with_overflow_i64
Alon Zakai
[next]