https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
6960d22 release 1.12.0 22 February 2014, 00:02:35 UTC
e7ae8fe fix test_files_m: do not put a variable called 'data' in the global scope 21 February 2014, 23:26:21 UTC
6b0f2fa make canvas proxy test less flaky 21 February 2014, 19:30:23 UTC
09a848a Apply coding conventions to library_html5.js. 21 February 2014, 17:51:05 UTC
8e35869 Merge pull request #2136 from rjanicek/worker-console Don't redefine console if it already exists like in Chrome worker. 21 February 2014, 17:32:32 UTC
cb7bdc3 Merge pull request #2139 from TV4Fun/memfixes Fix errors in locale and allocate, and a few other tweaks 21 February 2014, 17:31:24 UTC
e71ed85 Merge pull request #2146 from waywardmonkeys/undefined-symbols Correct some function dependencies to address unresolved symbols in test... 21 February 2014, 17:29:33 UTC
3126951 Add missing semicolons at the end of statements for library_html5.js. 21 February 2014, 12:53:57 UTC
3a2ab2a Merge pull request #2148 from TV4Fun/html5fixes Fix bugs in HTML5 events when using SAFE_HEAP 21 February 2014, 12:49:46 UTC
202271e Fix bugs in HTML5 events when using SAFE_HEAP 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. 21 February 2014, 12:44:19 UTC
1354756 Merge pull request #2145 from TV4Fun/mousefix Fix bug causing incorrect movement values in mouse events 21 February 2014, 09:59:06 UTC
ac28698 Fix indentation in localeconv 21 February 2014, 09:58:17 UTC
a0f9597 Squashed commit of the following: 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. 21 February 2014, 09:45:04 UTC
b611a72 Correct some function dependencies to address unresolved symbols in tests. 21 February 2014, 02:31:11 UTC
eca0f23 tolerate negative values of precision in printf, fallback to default precision 21 February 2014, 02:11:58 UTC
af22db8 Merge pull request #2143 from waywardmonkeys/strict-fixes Strict fixes 21 February 2014, 01:57:27 UTC
d4edc4c strict fix: Don't define functions within conditionals or try blocks. 21 February 2014, 00:42:28 UTC
9d0d878 enable indirectbr tests in fastcomp 21 February 2014, 00:26:53 UTC
92fb611 add fuzz testcase with noalias surrounding an i64 that must be legalized 20 February 2014, 23:15:45 UTC
29d094c fuzzing improvements 20 February 2014, 23:15:45 UTC
50851c7 When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension 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. 20 February 2014, 22:42:49 UTC
7a4a695 update browser.test_matrix_identity 20 February 2014, 22:16:05 UTC
c107b57 fix sanity tests 20 February 2014, 21:35:25 UTC
686d2e6 strict fix: Can't use octal constants. 20 February 2014, 10:49:44 UTC
457013a strict fix: Duplicate key in object literal. 20 February 2014, 10:46:24 UTC
52b3184 Formatting fix and add test 20 February 2014, 07:18:31 UTC
7ead20e emit fuzz errors with the right suffix 19 February 2014, 21:52:58 UTC
2f9106e error on INIT_HEAP in fastcomp 19 February 2014, 21:20:45 UTC
1725a88 add function with $ in its name testcase 19 February 2014, 21:12:30 UTC
edc9c77 Merge pull request #2140 from juj/python_emcc Fix Windows EMCC invocations to call 'python emcc' in a few places instead of just 'emcc'. 19 February 2014, 19:20:33 UTC
714cac9 add atomicrmw sub test 19 February 2014, 18:23:16 UTC
f13a1ea Fix Windows EMCC invocations to call 'python emcc' in a few places instead of just 'emcc'. 19 February 2014, 16:36:55 UTC
68935be Clean up code formatting in VAO code to adhere to coding conventions. Fix reference to emulated GL VAO options to make the browser VAO tests pass. 19 February 2014, 15:43:00 UTC
8733fe4 Remove test on __deps 19 February 2014, 15:42:59 UTC
6a84be7 Change ASSERTION by GL_ASSERTIONS 19 February 2014, 15:42:57 UTC
b5e4175 Add support of both emulate and extension vao 19 February 2014, 15:42:56 UTC
940543a VAO Extension 19 February 2014, 15:42:54 UTC
a28fad1 Correct syntax of allocate function Fix mistaken syntax for use of allocate and restore original, very strange syntax. 19 February 2014, 12:21:33 UTC
c84c6ed Provide better implementation of localeconv and fix logic error in allocate 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. 19 February 2014, 09:17:17 UTC
d1c09eb Remove "OES" extensions from GL functions when using GetProcAddress 19 February 2014, 09:17:17 UTC
1e420af Change compile options for MinSizeRel 19 February 2014, 09:17:17 UTC
3cc5ca0 fixed console detection so it does not throw tested in Chrome and Firefox 19 February 2014, 02:57:43 UTC
c405f99 add toupper_l test 19 February 2014, 02:21:17 UTC
7ef5d06 improve typed arrays error 19 February 2014, 02:05:35 UTC
133b7eb add a version of emscripten_set_main_loop where the main loop takes an argument; fixes #2114 19 February 2014, 01:56:13 UTC
875a2ef Don't redefine console if it already exists like in Chrome worker. 19 February 2014, 01:50:49 UTC
9a864d5 add some asserts in dynCall 19 February 2014, 00:40:53 UTC
e76757c fix function types of main loop funcs in sockets tests 19 February 2014, 00:37:01 UTC
59a81ac enable other.test_link_s in fastcomp 19 February 2014, 00:12:37 UTC
565d3bb useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls, and update other.test_dangerous_func_cast to test that 19 February 2014, 00:09:37 UTC
8934707 define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimized 18 February 2014, 23:28:08 UTC
50d585d version 1.11.1 18 February 2014, 22:53:45 UTC
a746b4c fast test_longjmp_repeat in fastcomp 18 February 2014, 19:29:07 UTC
0d037f7 enable test_scriptaclass in fastcomp 18 February 2014, 03:22:49 UTC
722a170 support reserved function pointers in fastcomp 18 February 2014, 02:14:59 UTC
775bd44 enable a fuzztest that now works in fastcomp 18 February 2014, 01:19:56 UTC
36baff8 error on MAX_SETJMPS changed in fastcomp 18 February 2014, 01:19:45 UTC
bce5431 enable test_float32_precise in fastcomp 17 February 2014, 23:07:09 UTC
a481dec check all i64 functions for whether we need to include precise i64 code 17 February 2014, 22:03:35 UTC
bae7c6e Merge pull request #1871 from abergmeier/fixup_eglSwapBuffers Fix eglSwapBuffers 17 February 2014, 20:05:10 UTC
7493252 support memory growth in (non-validating) asm.js 17 February 2014, 03:28:43 UTC
70797b0 tolerate non-asm variables in asm optimization passes, with no-op coercions (x=x) 17 February 2014, 03:28:39 UTC
192860d optimize traverseGenerated 17 February 2014, 00:30:49 UTC
153f2d9 RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime 16 February 2014, 20:30:22 UTC
6334c3d clear status when proxied worker first responds 15 February 2014, 22:55:09 UTC
928e437 fix canvas proxy code for sending resize events 15 February 2014, 22:52:11 UTC
4013072 Merge pull request #2129 from rjanicek/proxy-request-animation-frame add request animation frame logic to proxy-to-worker 15 February 2014, 22:34:34 UTC
cf97d7f add request animation frame logic to proxy-to-worker if worker sends frames faster then browser can render, skip them 15 February 2014, 02:02:29 UTC
32bbd16 add missing asm coercion to va_arg handler; #2120 15 February 2014, 00:14:15 UTC
a187424 add fuzz testcase 14 February 2014, 23:58:29 UTC
a76d302 improve fuzzing to detect asm validation errors 14 February 2014, 22:28:13 UTC
9e47233 suppress native warnings in fuzzer, csmith emits many 14 February 2014, 19:41:26 UTC
1847ca0 reduce some fuzzer output 14 February 2014, 18:39:42 UTC
8b6047b fix fuzz checker 14 February 2014, 18:29:04 UTC
f39f71f add testcase for i1 constants being properly unsigned 14 February 2014, 18:23:33 UTC
fe899d8 improve c++ fuzzing 14 February 2014, 18:23:15 UTC
218ee06 emit both c++ and c in fuzzer 14 February 2014, 17:46:27 UTC
5e952a9 Remove flush from eglSwapBuffers emulation. 14 February 2014, 14:42:59 UTC
5c1c6af Remove ambiguous error reporting of EGL_NOT_INITIALIZED and add error reporting for EGL_BAD_ACCESS when invalid internal state is encountered. 14 February 2014, 14:36:24 UTC
95f56fc Bring eglSwapBuffers closer to actual documentation. Checks now whether ctx was initialized and not lost. Does a glFlush before returning. And returns success codes from function. 14 February 2014, 14:36:03 UTC
45c7d4c enable legalizer_ta2 testcase in fastcomp 14 February 2014, 03:01:04 UTC
b9d2106 i96_ashr testcase 14 February 2014, 03:01:04 UTC
c8974f1 fix target in hello_world.ll 14 February 2014, 03:01:04 UTC
6b0957f release 1.11.0 14 February 2014, 03:00:29 UTC
67fc4da Merge pull request #2125 from waywardmonkeys/upstream-from-imvu mark several embind functions as always_inline: this reduces code size 13 February 2014, 22:24:34 UTC
3b2fa85 make logo a link 13 February 2014, 22:04:46 UTC
ea8830d improve emcc help on shell file, and add minimal shell file example 13 February 2014, 22:01:34 UTC
c9be5fb Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into incoming Conflicts: AUTHORS 13 February 2014, 21:58:01 UTC
73276eb fix fuzzer test runner cleanups 13 February 2014, 19:48:06 UTC
c5ae63b fuzz tester tweaks 13 February 2014, 19:32:12 UTC
28aabec Fix Mozilla Audio Data API usage after my previous commit that added the use of ScriptProcessorNode to Web Audio backend. Fixes #2126. 13 February 2014, 14:36:23 UTC
786fede mark several embind functions as always_inline: this reduces code size 13 February 2014, 07:53:37 UTC
273e88a Spruced up shell.html 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. 13 February 2014, 02:10:19 UTC
77bb866 test python with lto for more coverage 13 February 2014, 02:07:48 UTC
a5718a1 make openjpeg extra tests on EMCC_DEBUG more lenient 13 February 2014, 01:08:22 UTC
b8dc7df fix bug on using file packager on subdirs; fixes #2123 12 February 2014, 23:54:26 UTC
fa9638d update sanity.test_emcc_caching 12 February 2014, 23:36:08 UTC
9542cfa fix test_sdl_canvas 12 February 2014, 20:02:51 UTC
277ac52 Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming Conflicts: AUTHORS 12 February 2014, 19:59:59 UTC
f8cb7de Merge pull request #2118 from inolen/sdl_lazy_init_fix initialize pixel buffer inside of makeSurface for SDL_SWSURFACE 12 February 2014, 19:47:43 UTC
back to top