Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | Provide better implementation of localeconv and fix logic error in allocate | Joel Croteau | |
This allocates more space to the structure returned by localeconv. This fixes an error caused by some locale functions (specifically moneypunct_byname::init trying to access members of the lconv struct beyond the first and dereferencing invalid pointers. This also fixes a bug in allocate() which occurred when allocating a single-typed array of data of type size greater than one byte. The function had been incrementing its index into the array by the byte size, causing it to skip elements in arrays of larger type sizes. Fixes issue #2134. | |||
2014-02-19 | Remove "OES" extensions from GL functions when using GetProcAddress | Joel Croteau | |
2014-02-19 | Change compile options for MinSizeRel | Joel Croteau | |
2014-02-18 | add toupper_l test | Alon Zakai | |
2014-02-18 | improve typed arrays error | Alon Zakai | |
2014-02-18 | add a version of emscripten_set_main_loop where the main loop takes an ↵ | Alon Zakai | |
argument; fixes #2114 | |||
2014-02-18 | add some asserts in dynCall | Alon Zakai | |
2014-02-18 | fix function types of main loop funcs in sockets tests | Alon Zakai | |
2014-02-18 | enable other.test_link_s in fastcomp | Alon Zakai | |
2014-02-18 | useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer ↵ | Alon Zakai | |
calls, and update other.test_dangerous_func_cast to test that | |||
2014-02-18 | define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimized | Alon Zakai | |
2014-02-18 | version 1.11.11.11.1 | Alon Zakai | |
2014-02-18 | fast test_longjmp_repeat in fastcomp | Alon Zakai | |
2014-02-17 | enable test_scriptaclass in fastcomp | Alon Zakai | |
2014-02-17 | support reserved function pointers in fastcomp | Alon Zakai | |
2014-02-17 | enable a fuzztest that now works in fastcomp | Alon Zakai | |
2014-02-17 | error on MAX_SETJMPS changed in fastcomp | Alon Zakai | |
2014-02-17 | enable test_float32_precise in fastcomp | Alon Zakai | |
2014-02-17 | check all i64 functions for whether we need to include precise i64 code | Alon Zakai | |
2014-02-17 | Merge pull request #1871 from abergmeier/fixup_eglSwapBuffers | juj | |
Fix eglSwapBuffers | |||
2014-02-16 | support memory growth in (non-validating) asm.js | Alon Zakai | |
2014-02-16 | tolerate non-asm variables in asm optimization passes, with no-op coercions ↵ | Alon Zakai | |
(x=x) | |||
2014-02-16 | optimize traverseGenerated | Alon Zakai | |
2014-02-16 | RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and ↵ | Alon Zakai | |
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime | |||
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-15 | Merge pull request #2129 from rjanicek/proxy-request-animation-frame | Alon Zakai | |
add request animation frame logic to proxy-to-worker | |||
2014-02-14 | add request animation frame logic to proxy-to-worker | Richard Janicek | |
if worker sends frames faster then browser can render, skip them | |||
2014-02-14 | add missing asm coercion to va_arg handler; #2120 | Alon Zakai | |
2014-02-14 | add fuzz testcase | Alon Zakai | |
2014-02-14 | improve fuzzing to detect asm validation errors | Alon Zakai | |
2014-02-14 | suppress native warnings in fuzzer, csmith emits many | Alon Zakai | |
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-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 | |