Age | Commit message (Expand) | Author |
2014-02-17 | Merge pull request #1871 from abergmeier/fixup_eglSwapBuffers | juj |
2014-02-16 | support memory growth in (non-validating) asm.js | Alon Zakai |
2014-02-16 | RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi... | Alon Zakai |
2014-02-15 | clear status when proxied worker first responds | Alon Zakai |
2014-02-15 | fix canvas proxy code for sending resize events | Alon Zakai |
2014-02-14 | add request animation frame logic to proxy-to-worker | Richard Janicek |
2014-02-14 | add missing asm coercion to va_arg handler; #2120 | Alon Zakai |
2014-02-14 | Remove flush from eglSwapBuffers emulation. | Andreas Bergmeier |
2014-02-14 | Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporti... | Andreas Bergmeier |
2014-02-14 | Bring eglSwapBuffers closer to actual documentation. | Andreas Bergmeier |
2014-02-13 | make logo a link | Alon Zakai |
2014-02-13 | improve emcc help on shell file, and add minimal shell file example | Alon Zakai |
2014-02-13 | Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ... | Alon Zakai |
2014-02-13 | Fix Mozilla Audio Data API usage after my previous commit that added the use ... | Jukka Jylänki |
2014-02-12 | Spruced up shell.html | Jack Arrington |
2014-02-12 | Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming | Alon Zakai |
2014-02-11 | initialize pixel buffer inside of makeSurface for SDL_SWSURFACE | Anthony Pesch |
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 | escape curly braces in regexps for more portability (unescaped curly braces a... | Sami Vaarala |
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 | 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 #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 | fix glGetTexParameter; fixes #2112 | Alon Zakai |
2014-02-09 | Merge pull request #2084 from amatus/push-upstream | 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 | map gl functions to emscripten_ versions to avoid collisions, and to work in ... | Alon Zakai |
2014-02-09 | resolve gl aliases directly, simpler for fastcomp | Alon Zakai |
2014-02-09 | handle unknown shader compilation bugs a little better | 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-07 | move deps info to file | Alon Zakai |
2014-02-07 | do not emit i64 support code in shared libs | Alon Zakai |
2014-02-07 | improve safe heap tests in asm mode | Alon Zakai |
2014-02-06 | Remove constants that are missing in netinet/in.h1.10.2-0amatus1 | David Barksdale |
2014-02-06 | Remove _-prefix from in6addr_* | David Barksdale |
2014-02-06 | Merge pull request #2103 from juj/opt_cmp1.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 |