Age | Commit message (Expand) | Author |
2013-03-08 | Added test that tests the basic functionality of SDL_Mixer including pausing ... | Michael Bishop |
2013-03-08 | deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1 | Alon Zakai |
2013-03-08 | disable test_openjpeg in s_x_x | Alon Zakai |
2013-03-07 | Merge pull request #930 from waywardmonkeys/update-catch-undef | Alon Zakai |
2013-03-07 | support llvm_ctpop_*; fixes #918 | Alon Zakai |
2013-03-07 | Merge pull request #931 from xxuejie/stdlib_strtod | Alon Zakai |
2013-03-07 | add test for animation in FULL_ES2 | Alon Zakai |
2013-03-06 | Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9 | Xuejie "Rafael" Xiao |
2013-03-06 | Merge pull request #929 from waywardmonkeys/remove-test-Os | Alon Zakai |
2013-03-06 | Merge pull request #848 from manuels/incoming | Alon Zakai |
2013-03-07 | Implement llabs(). | Bruce Mitchener |
2013-03-06 | -fcatch-undefined-behavior is deprecated. | Bruce Mitchener |
2013-03-06 | Remove test_Os now that emcc supports -Os. | Bruce Mitchener |
2013-03-05 | make -Os like -O2 but also disable inlining | Alon Zakai |
2013-03-05 | add lto in benchmarks | Alon Zakai |
2013-03-05 | Add support for getopt/getopt_long | manuels |
2013-03-04 | fix some test failures | Chad Austin |
2013-03-04 | fix test_structbyval | Alon Zakai |
2013-03-04 | emscripten_jcache_printf | Alon Zakai |
2013-03-04 | rename test to avoid grep for 'error' to see it | Alon Zakai |
2013-03-03 | disable test_dlmalloc, it is not comparable to native due to syscalls anyhow | Alon Zakai |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-03-02 | Merge pull request #883 from MichaelRiss/perrorFix | Alon Zakai |
2013-03-01 | optimize processing of things like false & constant, add getFastValue in make... | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |
2013-02-28 | add testing for registerize running in asm.js mode (but not with -g) | Alon Zakai |
2013-02-28 | fix test_exceptions | Alon Zakai |
2013-02-28 | test fixes | Alon Zakai |
2013-02-28 | fix test_white_list_exception | Alon Zakai |
2013-02-28 | fix test_uncaught_exception | Alon Zakai |
2013-02-28 | fix test_exit_stack | Alon Zakai |
2013-02-28 | fix test_exceptions | Alon Zakai |
2013-02-28 | test updates | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-28 | disable llvm lto except for -O3, due to issues we have been seeing | Alon Zakai |
2013-02-28 | added missing test case | Michael Riss |
2013-02-27 | fix and enable gles2 tests | Alon Zakai |
2013-02-27 | comment out hardcoded debug paths | Alon Zakai |
2013-02-27 | Merge pull request #889 from ehsan/sdl_textinput | Alon Zakai |
2013-02-27 | add the rest of the gles2 emulation tests | Alon Zakai |
2013-02-27 | Implement SDL_TEXTINPUT | Ehsan Akhgari |
2013-02-27 | add preparations for gles2 emulation tests | Alon Zakai |
2013-02-27 | FORCE_GL_EMULATION option | Alon Zakai |
2013-02-27 | finish EMCC_OPTIMIZE_NORMALLY test | Alon Zakai |
2013-02-27 | test for EMCC_OPTIMIZE_NORMALLY | Alon Zakai |
2013-02-26 | show signature in dyncall errors, and simplify approach | Alon Zakai |
2013-02-26 | Merge pull request #871 from ysangkok/chrome-fix | Alon Zakai |
2013-02-26 | SAFE_DYNCALLS option | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-26 | adjust cache sizes a little more and update tests | Alon Zakai |