Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-21 | release 1.12.01.12.0 | Alon Zakai | |
2014-02-21 | fix test_files_m: do not put a variable called 'data' in the global scope | Alon Zakai | |
2014-02-21 | make canvas proxy test less flaky | Alon Zakai | |
2014-02-21 | Apply coding conventions to library_html5.js. | Jukka Jylänki | |
2014-02-21 | Merge pull request #2136 from rjanicek/worker-console | Alon Zakai | |
Don't redefine console if it already exists like in Chrome worker. | |||
2014-02-21 | Merge pull request #2139 from TV4Fun/memfixes | Alon Zakai | |
Fix errors in locale and allocate, and a few other tweaks | |||
2014-02-21 | Merge pull request #2146 from waywardmonkeys/undefined-symbols | Alon Zakai | |
Correct some function dependencies to address unresolved symbols in test... | |||
2014-02-21 | Add missing semicolons at the end of statements for library_html5.js. | Jukka Jylänki | |
2014-02-21 | Merge pull request #2148 from TV4Fun/html5fixes | juj | |
Fix bugs in HTML5 events when using SAFE_HEAP | |||
2014-02-21 | Fix bugs in HTML5 events when using SAFE_HEAP | Joel Croteau | |
This fixes a SAFE_HEAP_STORE is not a function error when using mouse events and a segfault that occurs when the beforeunload callback returns 0. | |||
2014-02-21 | Merge pull request #2145 from TV4Fun/mousefix | juj | |
Fix bug causing incorrect movement values in mouse events | |||
2014-02-21 | Fix indentation in localeconv | Joel Croteau | |
2014-02-21 | Squashed commit of the following: | Joel Croteau | |
commit e2a8165560c7ec6be2d5650e0a3c6a4b520d1f56 Author: Joel Croteau <jcroteau@gmail.com> Date: Fri Feb 21 01:40:50 2014 -0800 Fix indentation in fillMouseEventData commit a5d620164e2ab7cb7ba61803c1eedb53f888f4cb Author: Joel Croteau <jcroteau@gmail.com> Date: Thu Feb 20 23:56:01 2014 -0800 Remove dependency on Browser.getMovementX/Y commit 2e4f0a4c5fc9ab1857e33862c49e20c1418320c2 Author: Joel Croteau <jcroteau@gmail.com> Date: Thu Feb 20 10:27:52 2014 -0800 Fix error that was causing FillMouseEventData to fail with SAFE_HEAP enabled The parentheses without semicolons generated when using SAFE_HEAP caused the compiled code to generate SAFE_HEAP_STORE is not a function errors. commit 470dbf6bcb3f88c809b3fea41e197680eda08c7e Author: Joel Croteau <jcroteau@gmail.com> Date: Thu Feb 20 07:12:02 2014 -0800 Fix bug causing incorrect movement values in mouse events This adds code to correctly set the movementX and movementY members of EmscriptenMouseEvents sent to callback functions by the HTML5 event library. movementX and movementY are not members of the base HTML5 mouse event, so we need to add extra code to retrieve them for our events. | |||
2014-02-21 | Correct some function dependencies to address unresolved symbols in tests. | Bruce Mitchener | |
2014-02-20 | tolerate negative values of precision in printf, fallback to default precision | Alon Zakai | |
2014-02-20 | Merge pull request #2143 from waywardmonkeys/strict-fixes | Alon Zakai | |
Strict fixes | |||
2014-02-21 | strict fix: Don't define functions within conditionals or try blocks. | Bruce Mitchener | |
2014-02-20 | enable indirectbr tests in fastcomp | Alon Zakai | |
2014-02-20 | add fuzz testcase with noalias surrounding an i64 that must be legalized | Alon Zakai | |
2014-02-20 | fuzzing improvements | Alon Zakai | |
2014-02-21 | When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension ↵ | Jukka Jylänki | |
effectively, since we need to maintain the VAO state in the emulation layer to be able to programmatically construct the appropriate VBOs for rendering. Therefore only use WebGL VAO extension only when LEGACY_GL_EMULATION is not set. (An alternative could be to glGet() the VAO state when bound, or to maintain a shadow cache alongside the VAOs in the emulation layer, but that wholly defeats the performance purposes of VAOs, so it's the same to just never use the VAO extension when emulating). This fixes the browser GL emulation VAO tests. | |||
2014-02-20 | update browser.test_matrix_identity | Alon Zakai | |
2014-02-20 | fix sanity tests | Alon Zakai | |
2014-02-20 | strict fix: Can't use octal constants. | Bruce Mitchener | |
2014-02-20 | strict fix: Duplicate key in object literal. | Bruce Mitchener | |
2014-02-19 | Formatting fix and add test | Joel Croteau | |
2014-02-19 | emit fuzz errors with the right suffix | Alon Zakai | |
2014-02-19 | error on INIT_HEAP in fastcomp | Alon Zakai | |
2014-02-19 | add function with $ in its name testcase | Alon Zakai | |
2014-02-19 | Merge pull request #2140 from juj/python_emcc | Alon Zakai | |
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of just 'emcc'. | |||
2014-02-19 | add atomicrmw sub test | Alon Zakai | |
2014-02-19 | Fix Windows EMCC invocations to call 'python emcc' in a few places instead ↵ | Jukka Jylänki | |
of just 'emcc'. | |||
2014-02-19 | Clean up code formatting in VAO code to adhere to coding conventions. Fix ↵ | Jukka Jylänki | |
reference to emulated GL VAO options to make the browser VAO tests pass. | |||
2014-02-19 | Remove test on __deps | Anthony Liot | |
2014-02-19 | Change ASSERTION by GL_ASSERTIONS | Anthony Liot | |
2014-02-19 | Add support of both emulate and extension vao | Anthony Liot | |
2014-02-19 | VAO Extension | Anthony Liot | |
2014-02-19 | Correct syntax of allocate function | Joel Croteau | |
Fix mistaken syntax for use of allocate and restore original, very strange syntax. | |||
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 | fixed console detection so it does not throw | Richard Janicek | |
tested in Chrome and Firefox | |||
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 | Don't redefine console if it already exists like in Chrome worker. | Richard Janicek | |
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 |