https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
d47ce49 1.35.2 21 October 2015, 00:36:36 UTC
f31d9a6 Merge branch 'back-to-llvm' into incoming 21 October 2015, 00:35:15 UTC
9ba452a 1.35.1 21 October 2015, 00:34:57 UTC
3a738fe call stop(0) in WebAudio as a workaround for a WebKit bug #3861 20 October 2015, 21:11:09 UTC
56c5055 reduce -s linker warning to debug 19 October 2015, 19:14:06 UTC
12706b0 fix -s bug with a new -compiler param starting on the next arg 19 October 2015, 19:14:06 UTC
5d89a5d do not force stderr to STDOUT in check_execute 19 October 2015, 19:14:06 UTC
42fb486 1.35.0 19 October 2015, 17:11:20 UTC
28dab92 update other.test_emterpreter 15 October 2015, 22:15:15 UTC
e55cdf4 update test_stack_overflow for new llvm, which is much harder to trick into hitting a stack overflow 15 October 2015, 21:08:41 UTC
4129850 move personality funcs to funcs, per new llvm ir rules 15 October 2015, 20:10:18 UTC
60031ea update llvm version to 3.8 15 October 2015, 20:03:15 UTC
1d798ff make browser.test_sdl2_ttf not use hardware acceleration, which should give a more consistent result 15 October 2015, 18:09:59 UTC
fad7fb2 Update ChangeLog.markdown to 1.34.12. 15 October 2015, 17:50:30 UTC
3388b79 Fix test browser.test_fs_lz4fs_package on Windows. (It would fail due to mismatch in expected file sizes caused by ascii vs binary file writes). 15 October 2015, 12:21:11 UTC
266e8d0 update test_aaa_normal 14 October 2015, 22:16:58 UTC
d1bd35d fix out of memory abort message 14 October 2015, 22:16:12 UTC
fd78e15 increase timeout in browser.test_zzz_pthread_gcc_atomic_fetch_and_op 14 October 2015, 18:02:25 UTC
5c9b908 make other.test_crunch less strict 14 October 2015, 18:01:54 UTC
a3895e8 Merge pull request #3848 from juj/get_clang_native_env get_clang_native_env 13 October 2015, 18:52:15 UTC
45c1871 1.34.12 13 October 2015, 18:25:07 UTC
c8816d9 fix scons breakage from a2c00e8cadba1105b880f0bd4fc4a314c21778e7 in finding ~/.emscripten when no EM_CONFIG 13 October 2015, 18:23:40 UTC
3026b45 add testing for deterministic builds 13 October 2015, 17:53:41 UTC
a6f8710 fix some nondeterministic behavior in registerizeHarder 13 October 2015, 17:52:00 UTC
78aa504 Add new function get_clang_native_env() which finds the required Visual Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running test_sse1_full and test_sse2_full without needing to manually open up Visual Studio Command Prompt to run those tests. Add get_clang_native_env() and get_clang_native_args() to always be present in pairs to be idiomatic, even though the other locations don't strictly need it (since just building .bc and not linking). 13 October 2015, 13:23:23 UTC
bb52d63 Fix broken links in downloads.rst. Closes #3847. 13 October 2015, 11:57:05 UTC
d7039f8 remove temporary debug code for test_wasm_polyfill_prototype 12 October 2015, 02:20:29 UTC
eb2ad40 Don't attempt to run test_sse2_full when native system is 32-bit, since the test requires access to SSE2 intrinsics that only exist in 64-bit mode. 11 October 2015, 19:32:32 UTC
a05a798 debugging adjustments for wasm test 10 October 2015, 03:52:11 UTC
373af75 Merge branch 'libArgsFix' of https://github.com/pimlu/emscripten into incoming 09 October 2015, 19:08:36 UTC
f67235f temporary code to debug wasm error on ubuntu bot 09 October 2015, 19:04:15 UTC
4d92a4e add more timeout to browser.test_split_memory_large_file 09 October 2015, 17:14:43 UTC
9eed0f4 test js built w/ extra POSIX compliant linking syntax also refactored `other.test_l_link`. 09 October 2015, 04:59:46 UTC
b885765 update build arguments to new abs path flag 09 October 2015, 04:59:46 UTC
61cabfa update/build documentation for abs path warnings 09 October 2015, 04:59:26 UTC
3fdaf16 run pthreads tests at the end, to avoid browser hangs affecting all the browser tests 09 October 2015, 00:13:10 UTC
5d0546d use a decorator for non-emterpreter tests 08 October 2015, 23:29:40 UTC
f5cebc8 remove obsolete test_exit_stack 08 October 2015, 23:24:35 UTC
eb80b1b remove jansson 08 October 2015, 23:08:00 UTC
94fd2ab simd load instructions are not __const__ as they dereference their parameter #3839 08 October 2015, 21:37:09 UTC
72f4d65 Merge branch 'sdl2_image_formats' of https://github.com/Daft-Freak/emscripten into incoming 08 October 2015, 20:10:20 UTC
071f358 allow individual tests to say they need to run in all js engines, and do so in simd tests 08 October 2015, 20:07:24 UTC
6e00e5d use a decorator for simd tests 08 October 2015, 18:58:18 UTC
529cdc3 do not infinite loop when asked for more random tests than exist 08 October 2015, 18:57:34 UTC
43b7b71 reminder about EM_ALL_ENGINES 08 October 2015, 18:54:23 UTC
780fa39 add option for specifing image formats to support with SDL2_image and add test 08 October 2015, 18:46:30 UTC
88f8ed1 partial simd polyfill update from upstream 08 October 2015, 18:36:51 UTC
a4419bb add testcase for trivial bitcasts between vector types through an i128 07 October 2015, 22:47:53 UTC
b9b924b disable test_simd15 in asm1 - legalizing -O1 output is much harder, and probably not worth it since -O0 and -O2+ work 07 October 2015, 18:56:36 UTC
402b805 add testcase for #3789 06 October 2015, 22:23:32 UTC
aac4abd add testcase for #3788 06 October 2015, 22:23:32 UTC
7659eed Fix other.test_emrun on build slaves, which pass EMSCRIPTEN_BROWSER="/path/to/firefox -profile /path/to/profile" which confused the emrun test treat it as whole as an executable name. 07 October 2015, 05:14:23 UTC
0d678bf Skip Crunch-related tests in the test harness if Crunch is not configured on the system. 07 October 2015, 03:21:17 UTC
a2c00e8 Fix SCons emscripten.py tool to route the important Emscripten-used environment variables from parent shell to later invocations of em++/emcc by SCons. Fixes other.test_scons on the build slaves which have EM_CONFIG in custom location. 06 October 2015, 17:08:20 UTC
3c82103 use Uint8Array as a constructor in other.test_split_memory_faking, which some JS engines are picky about 05 October 2015, 23:57:04 UTC
8685af4 add slack to browser.test_sdl2_ttf 05 October 2015, 23:57:04 UTC
521088b fix crunch and audio file packaging metadata 05 October 2015, 22:30:37 UTC
99e76e2 Merge branch 'split_memory' into incoming 05 October 2015, 21:19:42 UTC
4d293fc only have one dlmalloc in the list of system libs, so forcing all system libs still only links in one, fixing a bug where the last would override the others due to weak linking of malloc/free 05 October 2015, 20:56:24 UTC
11d6f71 add test for preload plugins being necessary 05 October 2015, 17:54:01 UTC
6de12cb Merge branch '3785-no-auto-decode' into incoming 05 October 2015, 17:47:12 UTC
1aba65a support ABORTING_MALLOC modes in split memory, and refactor message when cannot grow memory 05 October 2015, 17:43:15 UTC
aa094fe Merge branch 'incoming' into split_memory Conflicts: src/preamble.js tests/test_other.py 05 October 2015, 17:31:37 UTC
a50fbc3 default absolute paths warnings to hidden enabled with `-Wwarn-absolute-paths`. 04 October 2015, 03:13:33 UTC
e2643e1 fix #3777: make `-l SDL` do the same thing as `-lSDL` like Clang right now this creates hundreds of benign warnings in testing because `-I /tmp/foo` now properly warns for absolute paths. see emcc:643. 04 October 2015, 03:13:33 UTC
ccfa418 Also add no-thread stubs of emscripten-specific threading functions to library_pthread_stub.js. This allows the same precompiled .bc files to be used later for both pthreads-enabled and disabled builds. 02 October 2015, 23:58:10 UTC
0b21f1e Fix typo in reference to computeImageSize in GL. 02 October 2015, 23:46:17 UTC
6d9ed83 Merge pull request #3832 from juj/dce_gl_getters DCE gl getters 02 October 2015, 23:28:33 UTC
bda50f6 rename 'prepare' methods to the better 'preload plugins' terminology 02 October 2015, 21:33:23 UTC
b08a8a1 stop doing the extra preparation work (decode images, etc.) unless asked to #3785 02 October 2015, 21:07:31 UTC
c7a47d8 Move GL.computeImageSize() to standalone function emscriptenWebGLComputeImageSize(), since it is only referenced by emscriptenWebGLGetTexPixelData(), and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:39:11 UTC
ed43abc Move GL.getTexPixelData() to standalone function emscriptenWebGLGetTexPixelData(), since it is only referenced by texture-related GL functions, and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:36:45 UTC
aed25db Move GL.get() to standalone function emscriptenWebGLGet(), since it is only referenced by glGet*(), and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:34:15 UTC
2650506 Move GL.getUniform() to standalone function emscriptenWebGLGetUniform(), since it is only referenced by rarely used glGetUniform*(), and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:28:14 UTC
4b98022 Move GL.getVertexAttrib() to standalone function emscriptenWebGLGetVertexAttrib(), since it is only referenced by rarely used glGetVertexAttrib*(), and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:25:52 UTC
505db07 Move GL.getIndexed() to standalone function emscriptenWebGLGetIndexed(), since it is only referenced by rarely used glGetIntegeri_v() and glGetInteger64i_v(), and as a global function can easily be DCEd away if not needed. 02 October 2015, 19:22:51 UTC
12c3158 Merge pull request #3782 from juj/webgl2_part_2 Webgl2 part 2 02 October 2015, 18:49:27 UTC
b625d19 Work around current FF Nightly limitation on SharedArrayBuffer on a pending spec change https://bugzilla.mozilla.org/show_bug.cgi?id=1205390. 02 October 2015, 16:06:21 UTC
9a16e2b Fix makeHEAPViews for unsigned integer WebGL entry points to refer to HEAPU32 instead of HEAP32. 02 October 2015, 15:47:43 UTC
4d081be Fix a bug with FULL_ES3 emulation, where mapped buffers were tracked by bound target, when it needs to be tracked by object name instead. Move GL.validateBufferTarget inside FULL_ES3 for dead code elimination. 02 October 2015, 00:58:18 UTC
0508b22 Revise error handling in glGetSynciv(). 02 October 2015, 00:51:44 UTC
1e61e79 Add WebGL 2 function glGetInternalFormativ(). 02 October 2015, 00:51:43 UTC
650cf6f Add WebGL 2 function glGetUniformuiv(). 02 October 2015, 00:51:42 UTC
0b0acea Refactor to merge glGetUniformiv() and glGetUniformfv() under a common implementation. 02 October 2015, 00:51:41 UTC
9ec21e2 Implement WebGL 2 functions glGetVertexAttribIiv() and glGetVertexAttribIuiv(). 02 October 2015, 00:51:40 UTC
06df1d8 Refactor glGetVertexAttribiv() and glGetVertexAttribfv() under a common GL.getVertexAttrib() function. 02 October 2015, 00:51:40 UTC
fef50f0 Implement WebGL 2 sync related functions. 02 October 2015, 00:51:39 UTC
41b7b83 Implement WebGL 2/FULL_ES3 glGetBufferPointerv(). Mark down a noted bug in FULL_ES3 for later fix. 02 October 2015, 00:51:38 UTC
050ed13 Unify handling of null input pointers across other functions as well - never write out to null pointer, but issue a GL error instead. 02 October 2015, 00:51:37 UTC
2acd2ab Add WebGL 2 function glGetBufferParameteri64v(). 02 October 2015, 00:51:36 UTC
b054e7c Unify the handling of null input pointer in GL.getIndexed() to be identical to GL.get(). 02 October 2015, 00:51:35 UTC
b71c852 Add WebGL 2 function glGetInteger64i_v(). 02 October 2015, 00:51:35 UTC
bcc9a92 Refactor the contents of glGetIntegeri_v() to a helper function GL.getIndexed() to avoid code repetition. 02 October 2015, 00:51:34 UTC
0aef7af Remove redundant returns in glGet* functions. 02 October 2015, 00:51:33 UTC
fd22fce add WebGL 2 function glGetInteger64v(). 02 October 2015, 00:51:32 UTC
1eecc01 Fix syntax errors in the invocation of extensions-related GL entry points and make them closure safe. 02 October 2015, 00:48:58 UTC
ee95e13 ABORTING_MALLOC option #3822 01 October 2015, 21:59:37 UTC
61eda67 add a larger timeout to browser.test_sdl2_ttf 30 September 2015, 21:06:28 UTC
8e7d35e Merge branch 'sdl2_ttf_port' of https://github.com/TheKK/emscripten into incoming Conflicts: AUTHORS 30 September 2015, 21:02:10 UTC
46b1a6b Merge branch 'aphs-multi-test-suite' of https://github.com/aidanhs/emscripten into incoming 30 September 2015, 20:55:50 UTC
back to top