aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-12Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incomingAlon Zakai
2014-02-12Merge pull request #2118 from inolen/sdl_lazy_init_fixAlon Zakai
2014-02-12Fixes according to pull request feedback.jonas echterhoff
2014-02-12Make download progress be correctly displayed when the browser cannot report ...jonas echterhoff
2014-02-12add another longjmp testcaseAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-11add longjmp testcase for keeping stuff together and in proper dominance orderAlon Zakai
2014-02-11improve logging of optsAlon Zakai
2014-02-11silly little llvm debug toolAlon Zakai
2014-02-11optimize redundant frounds in -O3Alon Zakai
2014-02-12Merge pull request #2117 from juj/scriptprocessornodejuj
2014-02-12Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...Jukka Jylänki
2014-02-11update authorsSami Vaarala
2014-02-11Merge branch 'incoming' of github.com:mgerhardy/emscripten into incomingAlon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2014-02-11update test_safe_dyncallsAlon Zakai
2014-02-11escape curly braces in regexps for more portability (unescaped curly braces a...Sami Vaarala
2014-02-10Merge pull request #2091 from sunfishcode/incomingAlon Zakai
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-10keep runtime alive if workers are calledAlon Zakai
2014-02-10keep runtime alive if we call async_prepare*Alon Zakai
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ...Alon Zakai
2014-02-10Handle while statements with empty bodies.Dan Gohman
2014-02-10Suppress useless warnings in the tests.Dan Gohman
2014-02-10Use -mllvm -disable-llvm-optzns.Dan Gohman
2014-02-10add stub for mkport in non-webrtcAlon Zakai
2014-02-10fix typo in exceptions codeAlon Zakai
2014-02-10fix fake _ZTISt9exceptionAlon Zakai
2014-02-10add aborting stubs in main modules, and replace them with functions from side...Alon Zakai
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-02-10Merge pull request #1408 from rfk/move-std-fdsAlon Zakai
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai
2014-02-10fix glGetTexParameter; fixes #2112Alon Zakai
2014-02-10comment on test suite debuggingAlon Zakai
2014-02-10validate as asm.js in fastcomp -O1 and above, not -O0 output which is very un...Alon Zakai
2014-02-10make ALL work properly on fastcompAlon Zakai
2014-02-09detect .C as c; fixes #2109Alon Zakai
2014-02-09Merge pull request #2084 from amatus/push-upstreamAlon Zakai
2014-02-09add missing multibyte/internal.c in musl1.10.4Alon Zakai
2014-02-09manually define typeinfo for std::exceptionAlon Zakai
2014-02-09emit aborting stubs for all missing functions, not just in asm modeAlon Zakai
2014-02-09improve gl function copying codeAlon Zakai
2014-02-09override emscripten_ versions of gl funcs when gl emulation kicks inAlon Zakai
2014-02-09deprecate --split option and disable browser tests using it in fastcompAlon Zakai
2014-02-09map gl functions to emscripten_ versions to avoid collisions, and to work in ...Alon Zakai
2014-02-09enable legacy gl emulation in fastcompAlon Zakai
2014-02-09resolve gl aliases directly, simpler for fastcompAlon Zakai
2014-02-09enable test_sdl_audio_beeps in fastcompAlon Zakai
2014-02-09handle unknown shader compilation bugs a little betterAlon Zakai