Age | Commit message (Expand) | Author |
2014-02-12 | Merge pull request #2118 from inolen/sdl_lazy_init_fix | Alon Zakai |
2014-02-12 | Fixes according to pull request feedback. | jonas echterhoff |
2014-02-12 | Make download progress be correctly displayed when the browser cannot report ... | jonas echterhoff |
2014-02-12 | add another longjmp testcase | Alon Zakai |
2014-02-11 | initialize pixel buffer inside of makeSurface for SDL_SWSURFACE | Anthony Pesch |
2014-02-11 | add longjmp testcase for keeping stuff together and in proper dominance order | Alon Zakai |
2014-02-11 | improve logging of opts | Alon Zakai |
2014-02-11 | silly little llvm debug tool | Alon Zakai |
2014-02-11 | optimize redundant frounds in -O3 | Alon Zakai |
2014-02-12 | Merge pull request #2117 from juj/scriptprocessornode | juj |
2014-02-12 | Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t... | Jukka Jylänki |
2014-02-11 | Merge branch 'incoming' of github.com:mgerhardy/emscripten into incoming | Alon Zakai |
2014-02-11 | refactor mouse wheel handling code to be shared across SDL, glfw, glut | Alon Zakai |
2014-02-11 | update test_safe_dyncalls | Alon Zakai |
2014-02-10 | Merge pull request #2091 from sunfishcode/incoming | Alon Zakai |
2014-02-10 | NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilation | Alon Zakai |
2014-02-10 | keep runtime alive if workers are called | Alon Zakai |
2014-02-10 | keep runtime alive if we call async_prepare* | Alon Zakai |
2014-02-10 | don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ... | Alon Zakai |
2014-02-10 | Handle while statements with empty bodies. | Dan Gohman |
2014-02-10 | Suppress useless warnings in the tests. | Dan Gohman |
2014-02-10 | Use -mllvm -disable-llvm-optzns. | Dan Gohman |
2014-02-10 | add stub for mkport in non-webrtc | Alon Zakai |
2014-02-10 | fix typo in exceptions code | Alon Zakai |
2014-02-10 | fix fake _ZTISt9exception | Alon Zakai |
2014-02-10 | add aborting stubs in main modules, and replace them with functions from side... | Alon Zakai |
2014-02-10 | Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3 | Alon Zakai |
2014-02-10 | Merge pull request #2099 from waywardmonkeys/upstream-from-imvu | Alon Zakai |
2014-02-10 | Merge pull request #1408 from rfk/move-std-fds | Alon Zakai |
2014-02-10 | add more slack to test_sdl_canvas_alpha | Alon Zakai |
2014-02-10 | fix glGetTexParameter; fixes #2112 | Alon Zakai |
2014-02-10 | comment on test suite debugging | Alon Zakai |
2014-02-10 | validate as asm.js in fastcomp -O1 and above, not -O0 output which is very un... | Alon Zakai |
2014-02-10 | make ALL work properly on fastcomp | Alon Zakai |
2014-02-09 | detect .C as c; fixes #2109 | Alon Zakai |
2014-02-09 | Merge pull request #2084 from amatus/push-upstream | Alon Zakai |
2014-02-09 | add missing multibyte/internal.c in musl1.10.4 | Alon Zakai |
2014-02-09 | manually define typeinfo for std::exception | Alon Zakai |
2014-02-09 | emit aborting stubs for all missing functions, not just in asm mode | Alon Zakai |
2014-02-09 | improve gl function copying code | Alon Zakai |
2014-02-09 | override emscripten_ versions of gl funcs when gl emulation kicks in | Alon Zakai |
2014-02-09 | deprecate --split option and disable browser tests using it in fastcomp | Alon Zakai |
2014-02-09 | map gl functions to emscripten_ versions to avoid collisions, and to work in ... | Alon Zakai |
2014-02-09 | enable legacy gl emulation in fastcomp | Alon Zakai |
2014-02-09 | resolve gl aliases directly, simpler for fastcomp | Alon Zakai |
2014-02-09 | enable test_sdl_audio_beeps in fastcomp | Alon Zakai |
2014-02-09 | handle unknown shader compilation bugs a little better | Alon Zakai |
2014-02-09 | add -O1 testing to browser.test_cubegeom_proc | Alon Zakai |
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 |