https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
f99012f v1.3.2 22 March 2013, 21:10:07 UTC
d743fac fix test_chunking 22 March 2013, 20:51:37 UTC
58d5b38 correctly detect type of outputs of call to function pointers 22 March 2013, 20:41:56 UTC
716fcc6 refactor jvm support into a JS library 22 March 2013, 19:32:53 UTC
a915398 export functions in pre phase even in asm (it's just in funcs that we don't) 22 March 2013, 19:32:53 UTC
27abf83 Set the correct panning model 22 March 2013, 19:17:49 UTC
8146bec add default c++ terminate() in library.js 22 March 2013, 18:31:54 UTC
e221762 require -O2 in asm, for now 22 March 2013, 17:46:10 UTC
890f3b5 asmify CHECK_HEAP_ALIGN calls 22 March 2013, 02:01:24 UTC
f8b0b18 fix handling of EMCC_LEAVE_INPUTS_RAW 21 March 2013, 22:06:08 UTC
68760ff do not save broken pre output to jcache 21 March 2013, 04:01:15 UTC
9e1a93b improve error message 21 March 2013, 03:56:27 UTC
c5c45ba abort compilation if there are unresolved in asm.js, after showing them all 21 March 2013, 03:13:25 UTC
aee53a0 do not exist runtime if simulating an infinite loop 20 March 2013, 23:31:44 UTC
e768401 do not show the simulate-infinite-loop exception 20 March 2013, 23:18:19 UTC
22e4c33 fix test_emscripten_api_infloop 20 March 2013, 23:16:52 UTC
187d251 remove CATCH_EXIT_CODE and make it the default behavior 20 March 2013, 22:45:48 UTC
6159c4f add exception debug warning on resume 0 20 March 2013, 21:19:54 UTC
5090adf Merge pull request #972 from waywardmonkeys/fix-resume-undef When there's no exception, just drop the resume. 20 March 2013, 21:18:14 UTC
02a8619 Implement alcGetError 20 March 2013, 19:07:37 UTC
a3c3c96 Remove two other workarounds 20 March 2013, 19:07:37 UTC
fc3612b Revert "Work around two Firefox bugs" This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13. Conflicts: src/library_openal.js 20 March 2013, 19:07:37 UTC
421e70e alcGetError 20 March 2013, 18:13:54 UTC
5709c2a refactor Browser initialization 20 March 2013, 17:40:26 UTC
4b4e858 restore test_sdl_mouse to the proper state, after the last fix 20 March 2013, 17:35:06 UTC
60af6a0 Merge pull request #983 from vvuk/sdl-backbuffer-size Remove border from canvas to get right values from getBoundingClientRect 20 March 2013, 17:33:59 UTC
1b8d4a4 Remove border from canvas 20 March 2013, 17:28:17 UTC
fb190b5 update test_sdl_mouse 20 March 2013, 17:10:48 UTC
f07c7fb Merge pull request #982 from ehsan/openal Fix a bunch of makeSetValue calls in the OpenAL backend 20 March 2013, 15:25:04 UTC
8ef8c03 Fix a bunch of makeSetValue calls in the OpenAL backend 20 March 2013, 14:47:47 UTC
d94b8c0 Merge pull request #970 from vvuk/non-fs-pointer-lock teach library_browser about non-fullscreen pointerlock if Module.element PointerLock is true 20 March 2013, 14:43:24 UTC
cc8858d fix indentation 20 March 2013, 14:41:56 UTC
3fba6c7 Merge pull request #968 from vvuk/sdl-backbuffer-size Make SDL handle the case where canvas backbuffer and canvas CSS element are not the same size 20 March 2013, 14:40:05 UTC
cfa39e8 update test_strtod, now that we handle negative zero 20 March 2013, 03:50:04 UTC
9be42fe make test_chunking a little more lenient 20 March 2013, 03:12:11 UTC
bcbce47 handle negative zero; fixes #921 20 March 2013, 03:04:38 UTC
7eda11d Merge pull request #979 from vvuk/openal-indices fix OpenAL makeGetValue indices 20 March 2013, 01:31:04 UTC
3541a70 fix OpenAL makeGetValue indices 20 March 2013, 01:29:12 UTC
d5da0b0 Merge pull request #977 from ehsan/openal Initial support for positional audio 20 March 2013, 00:19:35 UTC
e06e22e Use the equalpower panning model 19 March 2013, 23:54:23 UTC
c6bd6f9 Fix a typo 19 March 2013, 23:54:12 UTC
616d4a7 Merge pull request #973 from waywardmonkeys/fix-ctype-decls Replace broken _CTYPE_* definitions with correct. 19 March 2013, 23:43:25 UTC
dea71e9 Merge pull request #974 from waywardmonkeys/fix-ctpop Fix large values in llvm_ctpop_i32(). 19 March 2013, 23:42:57 UTC
104f25c Implement alListenerfv 19 March 2013, 22:34:34 UTC
003042c Merge pull request #975 from ehsan/openal Only pause/resume in progress sources if the buffer being played back is... 19 March 2013, 21:57:57 UTC
7c71bf1 Only pause/resume in progress sources if the buffer being played back is the same as the buffer for the new source 19 March 2013, 21:55:00 UTC
5762096 teach library_browser about non-fullscreen pointerlock if Module.elementPointerLock is true 19 March 2013, 19:58:17 UTC
ff32a1a Make SDL handle the case where canvas backbuffer and canvas CSS element are not the same size 19 March 2013, 19:56:41 UTC
2e2fa68 Fix large values in llvm_ctpop_i32(). Large values looked like negative values, we have to do an unsigned shift. Fixes issue #966. 19 March 2013, 17:12:29 UTC
795a334 Replace broken _CTYPE_* definitions with correct. These aren't currently used, but are used in the updated libcxx port. Fixes issues #939. 19 March 2013, 16:08:15 UTC
6fd0fa9 When there's no exception, just drop the resume. This addresses part of what was raised in http://llvm.org/PR15518 and issue #917. 19 March 2013, 10:00:54 UTC
8754ddc Merge pull request #945 from ting-yuan/incoming Fix the return value of fgets(). 19 March 2013, 04:52:37 UTC
ec8e3e0 Add myself to AUTHORS 19 March 2013, 04:13:29 UTC
10f6f63 v1.3.1 19 March 2013, 01:48:20 UTC
bfbdd49 process in chunks in fast path in Pointer_stringify 19 March 2013, 01:47:36 UTC
9f5ddb1 fix bullet benchmark 18 March 2013, 23:11:21 UTC
9642a51 check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT 18 March 2013, 22:07:17 UTC
5685df8 add option to turn all unresolved references into dead functions (i.e., no compile-time warnings or errors, instead runtime aborts 18 March 2013, 20:42:32 UTC
cc35ae7 switchify the main formatString loop 18 March 2013, 20:08:24 UTC
e330447 add more vsnprintf testing 18 March 2013, 18:47:13 UTC
e5f5b24 fix printing of %llx very small and very large values 18 March 2013, 18:35:47 UTC
f44831c make Pointer_stringify argument handling consistent 18 March 2013, 18:21:53 UTC
eb3e21e mark undefined symbol as dead in bullet 18 March 2013, 18:08:31 UTC
855894f do not warn/error on unresolved symbols that have been declared dead 18 March 2013, 18:08:18 UTC
1c0c65e fix asm*.test_cases 18 March 2013, 17:35:21 UTC
e6280e8 Add a testcase to check the behavior of fgets on eol. 18 March 2013, 09:54:22 UTC
8d5887c add test for pull #956 18 March 2013, 04:15:27 UTC
a3e02a5 Merge pull request #956 from michaeljbishop/fix-stride-discrepancy-in-renderer-cache Finding a renderer in the cache now takes into account the current VBO stride. 18 March 2013, 03:59:08 UTC
1040d2f add OPENAL_DEBUG to settings.js 18 March 2013, 02:46:23 UTC
66d12e3 Merge pull request #962 from ehsan/openal Hide all of the console.* stuff behind a compile time flag 18 March 2013, 02:44:44 UTC
c354c76 optimize SDL.offsets 18 March 2013, 01:47:59 UTC
8afcc61 Merge pull request #958 from caiiiycuk/offsets Fix offsets for canvas 18 March 2013, 01:43:32 UTC
8063101 improve error message on memory growth in asm.js 18 March 2013, 01:24:29 UTC
a451835 mention DEAD_FUNCTIONS in unresolved symbol abort in asm.js mode 18 March 2013, 01:23:03 UTC
1353386 abort compilation in asm.js when we see setjmp 18 March 2013, 01:22:06 UTC
a400029 Hide all of the console.* stuff behind a compile time flag 17 March 2013, 19:02:25 UTC
58bb22b Fix offsets for canvas 17 March 2013, 14:19:19 UTC
4197860 error on undefined symbols in asm.js mode, since it breaks validation and must be corrected 17 March 2013, 04:07:19 UTC
cb49e9a When finding renderers in the cache, the stride of the current vertex buffer object is also taken into account. This fixes a problem where a renderer could be used to draw a vertex buffer object with a different stride value than the renderer captured when the renderer was created. 16 March 2013, 23:34:23 UTC
3baf8e7 enable second test 16 March 2013, 17:29:11 UTC
eb3a262 get bindings generator to work in asm.js (except for customizeVTable) 16 March 2013, 17:27:51 UTC
9b64a95 optimize away the allocation in glUniformMatrix?fv with count == 1 16 March 2013, 02:31:01 UTC
459e5e6 remove leading zeros in %llx 16 March 2013, 02:15:00 UTC
1b1dfff optimize away the allocation in glUniform?fv with count == 1 16 March 2013, 01:06:46 UTC
314a0b9 mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3 16 March 2013, 00:10:22 UTC
27d1a24 add option to disable utf support, and test that in asm2g 15 March 2013, 21:34:13 UTC
fefd5ca remove unused Array_stringify 15 March 2013, 20:41:10 UTC
49fe4a8 fix strncasecmp comparison signedness 15 March 2013, 19:05:48 UTC
38a151b Replace OpenAL headers with our own 15 March 2013, 18:53:17 UTC
af7beb7 Fix a typo 15 March 2013, 18:53:17 UTC
f5d120e Implement alDeleteSources 15 March 2013, 18:53:16 UTC
0f5fa43 Implement alDeleteBuffers 15 March 2013, 18:53:16 UTC
5d68f71 Implement alSourceUnqueueBuffers 15 March 2013, 18:53:16 UTC
ff46d95 Add tests for playback states 15 March 2013, 18:53:16 UTC
be5bc3b Implement alGetSourcei 15 March 2013, 18:53:16 UTC
00a39d2 Implement proper pause/replay support 15 March 2013, 18:53:16 UTC
837404f Use the correct function name 15 March 2013, 18:53:16 UTC
001c03c Rework the playback infrastructure to be able to support stopping 15 March 2013, 18:53:16 UTC
2e29828 Remove the unneeded struct 15 March 2013, 18:53:16 UTC
506b491 Fix another off-by-one bug 15 March 2013, 18:53:16 UTC
back to top