https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
475548d move emscripten_GetProcAddress to a C library, so that it is less hackish and can work in fastcomp 09 February 2014, 18:22:26 UTC
b3ab733 system libs fixes 09 February 2014, 04:31:56 UTC
2ab9b01 add test for getProcAddress that requires we allow collisions in the main namespace with gl* functions 09 February 2014, 03:44:38 UTC
157f315 move system libs calculation to its own file 08 February 2014, 20:14:56 UTC
7ec33d3 test for eglGetProcAddress 08 February 2014, 00:00:11 UTC
2c1fbef TODO 07 February 2014, 21:45:33 UTC
4a2e11d move deps info to file 07 February 2014, 21:43:18 UTC
94c4724 make sdl malloc hack nicer, and improve back deps trick 07 February 2014, 18:45:15 UTC
534faf1 add mechanism to add a C library dependency from a JS library, in emcc 07 February 2014, 18:36:50 UTC
f546a41 do not include system libs in shared libs 07 February 2014, 16:32:53 UTC
484a2d3 do not emit i64 support code in shared libs 07 February 2014, 16:32:38 UTC
b286fb5 comments on --embed-file being inefficient, and recommending --preload-file 07 February 2014, 15:48:58 UTC
e56dbf9 use emcc in s_x_x tests, to get libc 07 February 2014, 15:25:45 UTC
cb877f3 improve safe heap tests in asm mode 07 February 2014, 15:25:15 UTC
c95b10c Merge pull request #2103 from juj/opt_cmp Add optimized versions of musl libc string and memory comparison functions. 07 February 2014, 03:47:23 UTC
11a84a6 Merge pull request #2100 from dreamlayers/prevent_hotkeys Always preventDefault() on keydown if keypress is not needed. 07 February 2014, 03:32:55 UTC
6b25b9b fix constant generation bug due to 3605f8cc 07 February 2014, 03:20:22 UTC
7a63da0 warn when rendering without setAnimationFrame 07 February 2014, 03:12:46 UTC
831bb58 Fix test_strcmp_uni and test_dlfcn_stacks after previous commit. 07 February 2014, 03:02:40 UTC
d42013b use .set on big memcpys 06 February 2014, 23:41:19 UTC
42da12d fuzz -O3 as well 06 February 2014, 23:41:19 UTC
c06ff61 add memset test 06 February 2014, 23:41:19 UTC
25fcd51 Revert strcmp.c to musl v0.9.13 so that the versions in this pull request match the ones that waywardmonkeys has pushed in earlier. 06 February 2014, 23:05:30 UTC
1df678f Add missing memcmp symbol declaration from previous commit. 06 February 2014, 22:43:56 UTC
95b77f9 Add strcoll as well so that library.js does not need to depend on musl libc code. 06 February 2014, 22:26:38 UTC
a2f95d5 Add optimized versions of musl libc string and memory comparison functions. 06 February 2014, 22:07:04 UTC
51d39aa Merge pull request #2082 from inolen/oes_stdder don't check to enable OES_standard_derivatives in GL.getSource 06 February 2014, 17:34:42 UTC
7e44599 add memcpy test 06 February 2014, 17:13:43 UTC
8a0e08a Always preventDefault() on keydown if keypress is not needed. Some browser shortcut keys activate if event.preventDefault() is not called for the keydown event. This will prevent all such hotkeys when keypress events aren't needed. 06 February 2014, 05:19:02 UTC
3605f8c allow external variables to be defined as strings in library*.js files 06 February 2014, 02:26:05 UTC
9cd4058 add testcase for odd large doubles 06 February 2014, 00:19:01 UTC
13f89e4 avoid blobs when not necessary for client code mods 05 February 2014, 23:31:55 UTC
0c9c8b4 optimize out fround calls on clients that do not support fround 05 February 2014, 20:16:05 UTC
9532e38 comment on emscripten_set_main_loop fps setting 05 February 2014, 17:41:52 UTC
db8a8a9 tool to parse unaligned output 05 February 2014, 16:52:45 UTC
e455058 disable other.test_chunking in fastcomp, since it's irrelevant 05 February 2014, 16:27:17 UTC
e6d16cd Merge pull request #2097 from dreamlayers/web_audio Web Audio buffering improvement 05 February 2014, 12:32:43 UTC
b51a233 disable WARN_UNALIGNED by default 05 February 2014, 04:55:02 UTC
c9f1526 Add myself to AUTHORS. 05 February 2014, 04:45:44 UTC
1968ba1 WARN_UNALIGNED option for fastcomp 04 February 2014, 23:19:37 UTC
56c4c4d Improve Web Audio buffering. This changes the Web Audio code to increase buffers according to SDL.audio.numSimultaneouslyQueuedBuffers, which can be changed via Module['SDL_numSimultaneouslyQueuedBuffers']. It becomes more similar to Mozilla Audio Data code. Multiple pending timers are used to improve sound when there is high CPU usage. 04 February 2014, 17:16:09 UTC
42c6bbe Merge pull request #2094 from inolen/lazy_init_surface_buffer lazily initialize SDL surface buffer 04 February 2014, 17:02:10 UTC
8e2e740 Merge pull request #2096 from juj/test_minmax Add test_minmax that checks different comparisons when nans and infs are related. 04 February 2014, 16:57:46 UTC
71c8f19 do not apply de-morgan's laws on floats, nans break them 04 February 2014, 16:54:12 UTC
7bfb911 Add test_minmax that checks different comparisons when nans and infs are related. 04 February 2014, 16:38:58 UTC
7d8756c lazily initialize SDL surface buffer 04 February 2014, 10:37:27 UTC
3136112 proper fix for simplifying f32-int bitcasts 04 February 2014, 04:38:50 UTC
b6782ad handle fround in optimizing out of tempDoublePtr 04 February 2014, 03:12:41 UTC
9ce4121 fix wrapper coercions on floats in fastcomp 04 February 2014, 00:20:20 UTC
2d10610 support for floats in fastcomp 03 February 2014, 21:33:20 UTC
0e12ac5 disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a load for a constnat address, which should segfault 03 February 2014, 17:52:30 UTC
9a79e79 sscanf fix and test fix 03 February 2014, 17:01:24 UTC
3700ece comment 03 February 2014, 03:55:26 UTC
e9205ea enable postset counting code in fastcomp on asm1.test_cubescript 03 February 2014, 02:08:43 UTC
d9b630d enable test_intentional_fault in all fastcomp modes 03 February 2014, 01:47:56 UTC
21d1e49 comments 03 February 2014, 01:37:17 UTC
1341770 parse exports from fastcomp, and enable test_llvm_used 03 February 2014, 01:35:43 UTC
60e3e46 enable test_segfault in fastcomp 03 February 2014, 01:08:41 UTC
a3632a1 support EXCEPTION_CATCHING_WHITELIST in fastcomp 03 February 2014, 01:07:37 UTC
23892d2 add some X11 headers 02 February 2014, 23:10:56 UTC
8ecf74e enable tests/cases/uadd_overflow_ta2 in fastcomp 02 February 2014, 22:48:46 UTC
e057f87 fix for FS.utime parameters 02 February 2014, 04:37:01 UTC
62ca84a move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION define 02 February 2014, 04:28:15 UTC
737de35 make sure RAND_MAX is a proper value 02 February 2014, 00:49:00 UTC
f5c957b Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the test fails due to asm.js execution in SpiderMonkey not being able to retrieve callstacks. Add link to relevant bugzilla entry. Closes #1970. 01 February 2014, 08:30:45 UTC
53af8ab comment 01 February 2014, 00:21:10 UTC
8a6bb8d option to allow modifying code before executing it 31 January 2014, 23:59:23 UTC
6fef13a Fix indentation in the comments added in the previous commit. 31 January 2014, 22:57:50 UTC
6dba7fa Restrict touch events to not run deferred fullscreen+pointerlock requests due to security implications. Mark down related bugzilla entry. 31 January 2014, 22:44:26 UTC
506dcd8 Add support for detecting whether screen orientation lock succeeds or fails. Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 . 31 January 2014, 22:02:18 UTC
f70fd0e Merge pull request #2079 from inolen/fs_unmount fs unmount support 31 January 2014, 19:13:26 UTC
c326a24 make sure rand() returns values only up to RAND_MAX; #1855 31 January 2014, 19:06:14 UTC
5c35062 further fix for #1407 31 January 2014, 18:59:40 UTC
35ef551 headless fix 31 January 2014, 01:28:08 UTC
5ce6395 mark new testcase as ta2-only 30 January 2014, 23:14:32 UTC
e431e3d added basic unmount support don't emit syncfs callback multiple times error when mounting to an existing mountpoint 30 January 2014, 22:58:35 UTC
4f531c5 Merge pull request #2080 from inolen/idbfs_updates idbfs updates 30 January 2014, 22:30:00 UTC
2aa3348 asmify rand 30 January 2014, 22:20:58 UTC
602d114 asmify rand_r 30 January 2014, 22:07:01 UTC
c14cab6 use Math.imul in rand_r 30 January 2014, 22:02:14 UTC
64d52bf use all 32 bits in rand_r 30 January 2014, 22:01:54 UTC
90e12f4 misc cleanups 30 January 2014, 21:53:16 UTC
00ebebf Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming 30 January 2014, 21:46:31 UTC
5cae031 fix exceptions whitelist check on invoke using function pointer; fixes #2081 30 January 2014, 20:23:27 UTC
f756644 add fuzz testcase 30 January 2014, 19:28:59 UTC
7b902a5 improve fuzzing setup 30 January 2014, 19:21:59 UTC
65184b4 don't leak streams in readFile and writeFile don't invoke multiple callbacks when idbfs sync errors added canOwn option to writeFile updated idbfs sync to specify canOwn when writing to the local fs reworked idbfs sync to use an index with openKeyCursor to avoid deserializing all values when getting the set members 30 January 2014, 17:47:21 UTC
25252c1 make emlink.py executable 30 January 2014, 02:18:14 UTC
a01edb0 Merge pull request #2077 from inolen/enable_udp enable UDP tests in socket tests 30 January 2014, 01:08:13 UTC
ee756a2 enable test_bigswitch in asm 30 January 2014, 00:50:45 UTC
b33f067 add legalizer_b testcase 30 January 2014, 00:00:02 UTC
092c9c4 improve i96 test 29 January 2014, 23:09:08 UTC
e8746d3 remove obsolete sig param to sign/unSign 29 January 2014, 22:52:58 UTC
bf2b465 add testcase for i96 shifts 29 January 2014, 22:33:58 UTC
6fc5fed better error message on errors in CRUNCH 29 January 2014, 22:33:58 UTC
9cc5eec check correct define for UDP mode minor fixes related to UDP mode 29 January 2014, 22:11:00 UTC
15fa890 Merge pull request #2065 from Daft-Freak/al AL improvements 29 January 2014, 20:37:33 UTC
940ed60 fix locale-removing aliases that break because they then have the wrong sig; fixes #2076 29 January 2014, 20:22:15 UTC
9b61253 enable tests/cases/514 in fastcomp 29 January 2014, 19:44:07 UTC
ef1e460 release 1.10.0 29 January 2014, 18:28:48 UTC
back to top