Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | reduce some fuzzer output | Alon Zakai | |
2014-02-14 | fix fuzz checker | Alon Zakai | |
2014-02-14 | add testcase for i1 constants being properly unsigned | Alon Zakai | |
2014-02-14 | improve c++ fuzzing | Alon Zakai | |
2014-02-14 | emit both c++ and c in fuzzer | 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 ↵ | Andreas Bergmeier | |
reporting for EGL_BAD_ACCESS when invalid internal state is encountered. | |||
2014-02-14 | Bring eglSwapBuffers closer to actual documentation. | Andreas Bergmeier | |
Checks now whether ctx was initialized and not lost. Does a glFlush before returning. And returns success codes from function. | |||
2014-02-14 | Redirect emcmake calls to emconfigure. | Andreas Bergmeier | |
2014-02-13 | enable legalizer_ta2 testcase in fastcomp | Alon Zakai | |
2014-02-13 | i96_ashr testcase | Alon Zakai | |
2014-02-13 | fix target in hello_world.ll | Alon Zakai | |
2014-02-13 | release 1.11.01.11.0 | Alon Zakai | |
2014-02-13 | Merge pull request #2125 from waywardmonkeys/upstream-from-imvu | Alon Zakai | |
mark several embind functions as always_inline: this reduces code size | |||
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 | |
incoming Conflicts: AUTHORS | |||
2014-02-13 | fix fuzzer test runner cleanups | Alon Zakai | |
2014-02-13 | fuzz tester tweaks | Alon Zakai | |
2014-02-13 | Fix Mozilla Audio Data API usage after my previous commit that added the use ↵ | Jukka Jylänki | |
of ScriptProcessorNode to Web Audio backend. Fixes #2126. | |||
2014-02-13 | mark several embind functions as always_inline: this reduces code size | Chad Austin | |
2014-02-12 | Spruced up shell.html | Jack Arrington | |
Made a bunch of changes to shell, including a logo, a nicer spinner, and better colors. Note on the image: I simply inlined the svg logo from docs/, which made the file significantly longer. | |||
2014-02-12 | test python with lto for more coverage | Alon Zakai | |
2014-02-12 | make openjpeg extra tests on EMCC_DEBUG more lenient | Alon Zakai | |
2014-02-12 | fix bug on using file packager on subdirs; fixes #2123 | Alon Zakai | |
2014-02-12 | update sanity.test_emcc_caching | Alon Zakai | |
2014-02-12 | fix test_sdl_canvas | Alon Zakai | |
2014-02-12 | Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-02-12 | Merge pull request #2118 from inolen/sdl_lazy_init_fix | Alon Zakai | |
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE | |||
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 | |
total size of files (as is the case in compressed downloads), but writing full size to the generated js. | |||
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 | |
Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode. | |||
2014-02-12 | Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in ↵ | Jukka Jylänki | |
the special case when the requested SDL_OpenAudio sampling rate matches the Web Audio graph native sampling rate. Using ScriptProcessorNode should have the benefit that it pulls audio buffer updates with better granularity/precision than using setTimeout, which suffers from too much jitter (even spikes as long as 230msecs seen). | |||
2014-02-11 | update authors | Sami Vaarala | |
2014-02-11 | Merge branch 'incoming' of github.com:mgerhardy/emscripten into incoming | Alon Zakai | |
Conflicts: src/library_sdl.js | |||
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-11 | escape curly braces in regexps for more portability (unescaped curly braces ↵ | Sami Vaarala | |
are technically a SyntaxError in Ecmascript E5/E5.1) | |||
2014-02-10 | Merge pull request #2091 from sunfishcode/incoming | Alon Zakai | |
Use -mllvm -disable-llvm-optzns. | |||
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 | |
as it now needs libc | |||
2014-02-10 | Handle while statements with empty bodies. | Dan Gohman | |
When a while statement body is empty, it contains an empty block with no statement list. |