sort by:
Revision Author Date Message Commit Date
5c03805 add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2 14 March 2014, 23:14:00 UTC
e56b193 Merge pull request #2224 from juj/osx_mouse OSX mouse support. 14 March 2014, 23:10:22 UTC
cef72b4 Add better documentation to emscripten/html5.h KeyEvent structure on the current implementation and deprecation status of the various fields. See also pr #2222. 14 March 2014, 19:52:26 UTC
b7ac1c0 Merge pull request #2225 from juj/safari_webaudio Safari 6.0.5 webaudio fixes in SDL and OpenAL library. 14 March 2014, 19:11:11 UTC
dee56ea Fix typo in comment. 14 March 2014, 19:00:23 UTC
21fc381 Make tests/openal_playback.cpp compilable outside the test runner. 14 March 2014, 18:58:04 UTC
7cd9a3c Fix OpenAL library to work with old Web Audio API syntax that exists in Safari 6.0.5 at least. 14 March 2014, 18:58:03 UTC
b3b29be Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement the AudioBufferSourceNode.start() method, but only has the older .noteOn() method, and the audio ctors don't come out as functions, but strongly typed ctor objects. 14 March 2014, 18:58:02 UTC
a564e87 Add an automated version of the html5 mouse test in browser test suite. 14 March 2014, 09:26:19 UTC
fb0b19e Implement support for Webkit mouse wheel events. Add new interactive mouse test. Checked on OSX Safari 6.0.5. Fixes #2219. 13 March 2014, 14:34:46 UTC
a124ef1 Manually implement mouse movementXY in HTML5 mousemove events when the browser does not provide the data. Fixes part 2) from issue #2219. 13 March 2014, 13:51:41 UTC
0d1230d Fix typo with missing parentheses from previous commit that broke keyevents from performing deferred fullscreen/pointerlock requests. 13 March 2014, 13:27:42 UTC
50ecad0 Fix IE fullscreen requests to not run in mousedown events, since IE doesn't allow them. Related to #2219. 12 March 2014, 09:15:44 UTC
74a3d9f Register mouse callbacks in test_html5_fullscreen.c sample so that it can be tested on IE as well. 12 March 2014, 09:15:08 UTC
7dfd4a4 Make tests/test_html5_fullscreen.c standalone-compilable outside test suite. 12 March 2014, 09:15:06 UTC
77e8b7d improve demangler a little 11 March 2014, 18:14:53 UTC
f69f770 improve CHECK_HEAP_ALIGN message 11 March 2014, 17:07:48 UTC
065c4cd Updated ChangeLog to latest. 11 March 2014, 12:03:57 UTC
d4ef937 Implement a IE10+ specific path to emscripten_get_callstack to get the call stack information. In IE, callstacks are populated only when an exception object is thrown. Closes #2212. 11 March 2014, 11:25:36 UTC
5c692fd Clean up warnings in emscripten_log test. 11 March 2014, 11:23:46 UTC
7998d7b fix mouse wheel deltas for closure compiler in html5 API, and add some closure testing; #2214 11 March 2014, 00:02:27 UTC
4d4fe2e add test for odin validation 10 March 2014, 22:58:22 UTC
1ec3afe add -w to spidermonkey to see odin warnings 10 March 2014, 22:50:29 UTC
131713b avoid llvm-dis when using save-bc in fastcomp 10 March 2014, 21:16:11 UTC
fe4bffc restore some closure testing 10 March 2014, 20:24:41 UTC
54b0f19 forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specific workaround for Module detection; fixes #2209 10 March 2014, 20:24:37 UTC
501fdd7 1.13.1 10 March 2014, 19:10:02 UTC
8b67982 Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming Conflicts: AUTHORS 10 March 2014, 17:12:32 UTC
8658790 add some text to safe heap asserts 10 March 2014, 01:10:24 UTC
d8423a6 add aliases testcase 08 March 2014, 18:40:59 UTC
99a8cf5 Added myself to AUTHORS 08 March 2014, 14:12:04 UTC
3dac5a4 Fix GLFW ESC key GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h. 08 March 2014, 14:10:25 UTC
5d9b2a6 fix C syntax in html5.h 08 March 2014, 02:13:11 UTC
4d32fb5 Implement emscripten_async_wget2_data This adds the new function emscripten_async_wget2_data to read from an XMLHTTPRequest directly into memory while supporting advanced features. 08 March 2014, 02:09:28 UTC
e351933 Merge pull request #2202 from abergmeier/fix_address Correct my email address. 07 March 2014, 23:31:46 UTC
019fb88 Merge pull request #2206 from juj/fix_osx_test_preload_file Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX. 07 March 2014, 23:28:36 UTC
8b9e832 more work on hackish function removal using profiling 07 March 2014, 22:25:25 UTC
bda9400 todo about TextEncoder 07 March 2014, 18:36:17 UTC
8992445 Merge branch 'master' of github.com:Noxalus/emscripten into incoming Conflicts: AUTHORS 07 March 2014, 18:31:38 UTC
0ad0c02 Support syntax --preload-file x@x where both sides are identical and outside the current source tree. The code would accidentally treat that case as if user had instead written '--preload-file x'. Closes #2201. 07 March 2014, 11:58:16 UTC
8e536eb Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX. 07 March 2014, 11:41:15 UTC
0cff078 Update AUTHORS 07 March 2014, 09:10:40 UTC
d960419 Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreen Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size. 07 March 2014, 09:06:16 UTC
a184d1c Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size. 07 March 2014, 09:01:25 UTC
ba91806 Correct my email address. 07 March 2014, 08:25:11 UTC
1c8d548 some primitive profiling tools 07 March 2014, 02:24:31 UTC
f60959d only include necessary system libraries amongst each other based on explicit dependencies; fixes #2191 06 March 2014, 23:39:23 UTC
565db26 remove extraneous eps since we have svg 06 March 2014, 23:39:23 UTC
6df7a25 use png instead of jpeg for logos 06 March 2014, 23:39:23 UTC
82c7264 provide a bitmap for the 'powered-by' logo 06 March 2014, 23:39:23 UTC
98cf330 move 'powered by' logo to media dir 06 March 2014, 23:39:23 UTC
9f5b692 add (void) to C functions in emscripten.h 06 March 2014, 23:13:17 UTC
a77291c only include necessary system libraries amongst each other based on explicit dependencies; fixes #2191 06 March 2014, 22:46:17 UTC
8876c50 Merge pull request #2182 from juj/llvm_version llvm_version check. 06 March 2014, 22:23:21 UTC
be5930a Merge pull request #2195 from waywardmonkeys/upstream-scons-changes Upstream scons changes 06 March 2014, 22:22:49 UTC
b9db8f9 Merge pull request #2198 from juj/interactive_tests Interactive tests 06 March 2014, 22:21:24 UTC
7be8742 mark opts in fuzz saves 06 March 2014, 19:43:30 UTC
b2f5042 add commented out line to help debugging llvm opt aborts 06 March 2014, 19:42:43 UTC
20d5ffb add docs and testing for mem init file being async 06 March 2014, 19:42:43 UTC
1ac8ea0 show logging about preload/pre-main time even without a main 06 March 2014, 19:42:43 UTC
2a7b7d2 Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen. 06 March 2014, 18:46:56 UTC
04e5ac4 Added new test suite 'interactive', which contains those browser tests that require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests. 06 March 2014, 18:14:52 UTC
a51c5b0 Upstream changes to scons support from IMVU. 06 March 2014, 16:10:13 UTC
4d2cd23 Update closure-externs.js Add a gamepad support with closure. 06 March 2014, 14:30:10 UTC
7dfba42 Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR. 06 March 2014, 03:39:09 UTC
cbaebc0 Disable emptyasm_aue, as inline asm is now diagnosed with an error. This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away. 06 March 2014, 02:49:30 UTC
28f0397 remove stale dependencies in openal 06 March 2014, 02:41:54 UTC
1bc27b9 throttle glut requestAnimationFrames; fixes #2183 06 March 2014, 02:36:47 UTC
05503ab disable asm validation when backend tells us 06 March 2014, 01:58:52 UTC
4f5016a run llvm-lit on JS codegen tests 06 March 2014, 01:26:51 UTC
223dd71 Merge pull request #2190 from DerKoun/incoming Fix for full screen closing immediately 06 March 2014, 00:45:19 UTC
a7aa19e Fixed full screen closing immediately Fixed full screen closing immediately because of canvas container not being defined. 05 March 2014, 23:28:01 UTC
7442be3 Add EXT_shader_texture_lod to trivially supported extensions 05 March 2014, 22:16:17 UTC
5774e5d emscripten_debugger() 05 March 2014, 21:30:14 UTC
baab492 some test_outline updates 05 March 2014, 20:21:56 UTC
81ec613 use -m32 in fuzzer 05 March 2014, 19:05:29 UTC
6ce994e Allow going fullscreen in response to mousedown events 05 March 2014, 18:54:25 UTC
e7e0628 Merge commit '0ec7107' into HEAD 05 March 2014, 18:53:36 UTC
9392717 Merge commit '19312ae' into HEAD 05 March 2014, 18:53:31 UTC
e0f312c If the directory tree for used LLVM compiler is not from a LLVM source checkout and clang_version is not found, assume clang_version = llvm_version. 05 March 2014, 17:11:48 UTC
9f910ce Pass OPT_LEVEL into llc's -O option. 04 March 2014, 22:40:34 UTC
580bd53 explain EXPORTED_FUNCTIONS better 04 March 2014, 18:37:01 UTC
f70abc7 Update for the new datalayout string. 04 March 2014, 16:39:05 UTC
84f01eb Fix an implicit declaration of atoi in sqlite's benchmark.c. 04 March 2014, 08:09:11 UTC
19312ae Pass correct args for test_sdl_canvas. 04 March 2014, 02:48:56 UTC
a7f7be8 improve testing for statically incorrect calls 04 March 2014, 01:50:16 UTC
e303c7f disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct errors in improper function calls with the wrong type (but we do warn in this test) 04 March 2014, 00:36:10 UTC
4d94ef6 forward assertions setting into backend, and test checking for invalid # of args in static calls 04 March 2014, 00:34:10 UTC
7f45922 enable errors on implicit functions by default; fixes #2175 03 March 2014, 23:38:42 UTC
bc921f4 Merge pull request #2179 from sunfishcode/incoming Revert the extendedprecision.ll change in 76ad462, since this test isn't... 03 March 2014, 23:18:17 UTC
4e93069 Revert the extendedprecision.ll change in 76ad462, since this test isn't disabled for non-fastcomp. 03 March 2014, 22:41:57 UTC
6b58586 docs edit 03 March 2014, 22:13:38 UTC
6ec190d Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscripten into incoming Conflicts: AUTHORS 03 March 2014, 22:10:55 UTC
aca0e4d Merge pull request #2178 from sunfishcode/incoming Testsuite cleanups 03 March 2014, 22:06:20 UTC
c47c5c3 Eliminate undefined behavior in test_sscanf_other_whitespace.in. 03 March 2014, 22:02:06 UTC
168ec74 Allow multiple worker responses (via messages) if desired. Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file. 03 March 2014, 22:00:11 UTC
ace4517 update package.json 03 March 2014, 21:58:28 UTC
c6e98e9 Merge pull request #2151 from haneefmubarak/cleanup cleanup series I - part I 03 March 2014, 21:50:09 UTC
76ad462 Tidy up and fix several tests in tests/cases. 03 March 2014, 21:43:41 UTC
226dd0d release 1.13.0 03 March 2014, 21:39:50 UTC
back to top