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-03-23
remove unneeded check from relooper
1.3.3
Alon Zakai
2013-03-22
v1.3.2
1.3.2
Alon Zakai
2013-03-22
fix test_chunking
Alon Zakai
2013-03-22
correctly detect type of outputs of call to function pointers
Alon Zakai
2013-03-22
refactor jvm support into a JS library
Alon Zakai
2013-03-22
export functions in pre phase even in asm (it's just in funcs that we don't)
Alon Zakai
2013-03-22
Set the correct panning model
Ehsan Akhgari
2013-03-22
add default c++ terminate() in library.js
Alon Zakai
2013-03-22
require -O2 in asm, for now
Alon Zakai
2013-03-21
asmify CHECK_HEAP_ALIGN calls
Alon Zakai
2013-03-21
fix handling of EMCC_LEAVE_INPUTS_RAW
Alon Zakai
2013-03-20
do not save broken pre output to jcache
Alon Zakai
2013-03-20
improve error message
Alon Zakai
2013-03-20
abort compilation if there are unresolved in asm.js, after showing them all
Alon Zakai
2013-03-20
do not exist runtime if simulating an infinite loop
Alon Zakai
2013-03-20
do not show the simulate-infinite-loop exception
Alon Zakai
2013-03-20
fix test_emscripten_api_infloop
Alon Zakai
2013-03-20
remove CATCH_EXIT_CODE and make it the default behavior
Alon Zakai
2013-03-20
add exception debug warning on resume 0
Alon Zakai
2013-03-20
Merge pull request #972 from waywardmonkeys/fix-resume-undef
Alon Zakai
2013-03-20
Implement alcGetError
Ehsan Akhgari
2013-03-20
Remove two other workarounds
Ehsan Akhgari
2013-03-20
Revert "Work around two Firefox bugs"
Ehsan Akhgari
2013-03-20
alcGetError
Alon Zakai
2013-03-20
refactor Browser initialization
Alon Zakai
2013-03-20
restore test_sdl_mouse to the proper state, after the last fix
Alon Zakai
2013-03-20
Merge pull request #983 from vvuk/sdl-backbuffer-size
Alon Zakai
2013-03-20
Remove border from canvas
Vladimir Vukicevic
2013-03-20
update test_sdl_mouse
Alon Zakai
2013-03-20
Merge pull request #982 from ehsan/openal
Alon Zakai
2013-03-20
Fix a bunch of makeSetValue calls in the OpenAL backend
Ehsan Akhgari
2013-03-20
Merge pull request #970 from vvuk/non-fs-pointer-lock
Alon Zakai
2013-03-20
fix indentation
Alon Zakai
2013-03-20
Merge pull request #968 from vvuk/sdl-backbuffer-size
Alon Zakai
2013-03-19
update test_strtod, now that we handle negative zero
Alon Zakai
2013-03-19
make test_chunking a little more lenient
Alon Zakai
2013-03-19
handle negative zero; fixes #921
Alon Zakai
2013-03-19
Merge pull request #979 from vvuk/openal-indices
Alon Zakai
2013-03-19
fix OpenAL makeGetValue indices
Vladimir Vukicevic
2013-03-19
Merge pull request #977 from ehsan/openal
Ehsan Akhgari
2013-03-19
Use the equalpower panning model
Ehsan Akhgari
2013-03-19
Fix a typo
Ehsan Akhgari
2013-03-19
Merge pull request #973 from waywardmonkeys/fix-ctype-decls
Alon Zakai
2013-03-19
Merge pull request #974 from waywardmonkeys/fix-ctpop
Alon Zakai
2013-03-19
Implement alListenerfv
Ehsan Akhgari
2013-03-19
Merge pull request #975 from ehsan/openal
Alon Zakai
2013-03-19
Only pause/resume in progress sources if the buffer being played back is the ...
Ehsan Akhgari
2013-03-19
teach library_browser about non-fullscreen pointerlock if Module.elementPoint...
Vladimir Vukicevic
2013-03-19
Make SDL handle the case where canvas backbuffer and canvas CSS element are n...
Vladimir Vukicevic
2013-03-20
Fix large values in llvm_ctpop_i32().
Bruce Mitchener
[next]