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
2014-02-09
move emscripten_GetProcAddress to a C library, so that it is less hackish and...
1.10.3
Alon Zakai
2014-02-08
system libs fixes
Alon Zakai
2014-02-08
add test for getProcAddress that requires we allow collisions in the main nam...
Alon Zakai
2014-02-08
move system libs calculation to its own file
Alon Zakai
2014-02-07
test for eglGetProcAddress
Alon Zakai
2014-02-07
TODO
Alon Zakai
2014-02-07
move deps info to file
Alon Zakai
2014-02-07
make sdl malloc hack nicer, and improve back deps trick
Alon Zakai
2014-02-07
add mechanism to add a C library dependency from a JS library, in emcc
Alon Zakai
2014-02-07
do not include system libs in shared libs
Alon Zakai
2014-02-07
do not emit i64 support code in shared libs
Alon Zakai
2014-02-07
comments on --embed-file being inefficient, and recommending --preload-file
Alon Zakai
2014-02-07
use emcc in s_x_x tests, to get libc
Alon Zakai
2014-02-07
improve safe heap tests in asm mode
Alon Zakai
2014-02-06
Merge pull request #2103 from juj/opt_cmp
1.10.2
Alon Zakai
2014-02-06
Merge pull request #2100 from dreamlayers/prevent_hotkeys
Alon Zakai
2014-02-06
fix constant generation bug due to 3605f8cc
Alon Zakai
2014-02-06
warn when rendering without setAnimationFrame
Alon Zakai
2014-02-06
Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.
Jukka Jylänki
2014-02-06
use .set on big memcpys
Alon Zakai
2014-02-06
fuzz -O3 as well
Alon Zakai
2014-02-06
add memset test
Alon Zakai
2014-02-06
Revert strcmp.c to musl v0.9.13 so that the versions in this pull request mat...
Jukka Jylänki
2014-02-06
Add missing memcmp symbol declaration from previous commit.
Jukka Jylänki
2014-02-06
Add strcoll as well so that library.js does not need to depend on musl libc c...
Jukka Jylänki
2014-02-06
Add optimized versions of musl libc string and memory comparison functions.
Jukka Jylänki
2014-02-06
Merge pull request #2082 from inolen/oes_stdder
juj
2014-02-06
add memcpy test
Alon Zakai
2014-02-06
Always preventDefault() on keydown if keypress is not needed.
Boris Gjenero
2014-02-05
allow external variables to be defined as strings in library*.js files
Alon Zakai
2014-02-05
add testcase for odd large doubles
Alon Zakai
2014-02-05
avoid blobs when not necessary for client code mods
Alon Zakai
2014-02-05
optimize out fround calls on clients that do not support fround
Alon Zakai
2014-02-05
comment on emscripten_set_main_loop fps setting
Alon Zakai
2014-02-05
tool to parse unaligned output
Alon Zakai
2014-02-05
disable other.test_chunking in fastcomp, since it's irrelevant
Alon Zakai
2014-02-05
Merge pull request #2097 from dreamlayers/web_audio
juj
2014-02-04
disable WARN_UNALIGNED by default
Alon Zakai
2014-02-04
Add myself to AUTHORS.
Boris Gjenero
2014-02-04
WARN_UNALIGNED option for fastcomp
Alon Zakai
2014-02-04
Improve Web Audio buffering.
Boris Gjenero
2014-02-04
Merge pull request #2094 from inolen/lazy_init_surface_buffer
Alon Zakai
2014-02-04
Merge pull request #2096 from juj/test_minmax
Alon Zakai
2014-02-04
do not apply de-morgan's laws on floats, nans break them
Alon Zakai
2014-02-04
Add test_minmax that checks different comparisons when nans and infs are rela...
Jukka Jylänki
2014-02-04
lazily initialize SDL surface buffer
Anthony Pesch
2014-02-03
proper fix for simplifying f32-int bitcasts
Alon Zakai
2014-02-03
handle fround in optimizing out of tempDoublePtr
Alon Zakai
2014-02-03
fix wrapper coercions on floats in fastcomp
Alon Zakai
2014-02-03
support for floats in fastcomp
Alon Zakai
[next]