Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
When there's no exception, just drop the resume. | |||
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 | |
This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13. Conflicts: src/library_openal.js | |||
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 | |
Remove border from canvas to get right values from getBoundingClientRect | |||
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 | |
Fix a bunch of makeSetValue calls in the OpenAL backend | |||
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 | |
teach library_browser about non-fullscreen pointerlock if Module.element PointerLock is true | |||
2013-03-20 | fix indentation | Alon Zakai | |
2013-03-20 | Merge pull request #968 from vvuk/sdl-backbuffer-size | Alon Zakai | |
Make SDL handle the case where canvas backbuffer and canvas CSS element are not the same size | |||
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 | |
fix OpenAL makeGetValue indices | |||
2013-03-19 | fix OpenAL makeGetValue indices | Vladimir Vukicevic | |
2013-03-19 | Merge pull request #977 from ehsan/openal | Ehsan Akhgari | |
Initial support for positional audio | |||
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 | |
Replace broken _CTYPE_* definitions with correct. | |||
2013-03-19 | Merge pull request #974 from waywardmonkeys/fix-ctpop | Alon Zakai | |
Fix large values in llvm_ctpop_i32(). | |||
2013-03-19 | Implement alListenerfv | Ehsan Akhgari | |
2013-03-19 | Merge pull request #975 from ehsan/openal | Alon Zakai | |
Only pause/resume in progress sources if the buffer being played back is... | |||
2013-03-19 | Only pause/resume in progress sources if the buffer being played back is the ↵ | Ehsan Akhgari | |
same as the buffer for the new source | |||
2013-03-19 | teach library_browser about non-fullscreen pointerlock if ↵ | Vladimir Vukicevic | |
Module.elementPointerLock is true | |||
2013-03-19 | Make SDL handle the case where canvas backbuffer and canvas CSS element are ↵ | Vladimir Vukicevic | |
not the same size | |||
2013-03-20 | Fix large values in llvm_ctpop_i32(). | Bruce Mitchener | |
Large values looked like negative values, we have to do an unsigned shift. Fixes issue #966. | |||
2013-03-19 | Replace broken _CTYPE_* definitions with correct. | Bruce Mitchener | |
These aren't currently used, but are used in the updated libcxx port. Fixes issues #939. | |||
2013-03-19 | When there's no exception, just drop the resume. | Bruce Mitchener | |
This addresses part of what was raised in http://llvm.org/PR15518 and issue #917. | |||
2013-03-18 | Merge pull request #945 from ting-yuan/incoming | Alon Zakai | |
Fix the return value of fgets(). | |||
2013-03-19 | Add myself to AUTHORS | tingyuan | |
2013-03-18 | v1.3.11.3.1 | Alon Zakai | |
2013-03-18 | process in chunks in fast path in Pointer_stringify | Alon Zakai | |
2013-03-18 | fix bullet benchmark | Alon Zakai | |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai | |
2013-03-18 | add option to turn all unresolved references into dead functions (i.e., no ↵ | Alon Zakai | |
compile-time warnings or errors, instead runtime aborts | |||
2013-03-18 | switchify the main formatString loop | Alon Zakai | |
2013-03-18 | add more vsnprintf testing | Alon Zakai | |
2013-03-18 | fix printing of %llx very small and very large values | Alon Zakai | |