https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
0725ff3 Bump version. 25 September 2013, 23:46:53 UTC
894d13a Add wprintf, swprintf, vswprintf, vfwprintf, etc. 25 September 2013, 23:46:53 UTC
2fd1d58 Implement locale-ignoring strcoll_l. 25 September 2013, 23:46:53 UTC
7d58080 Add a lot of locale code. 25 September 2013, 23:46:48 UTC
690f8c8 Merge pull request #1642 from waywardmonkeys/newlocale-freelocale newlocale and freelocale 25 September 2013, 03:26:17 UTC
454b9e4 Merge pull request #1641 from waywardmonkeys/fix-negative-zero-bug Fix negative zero bug 25 September 2013, 03:25:38 UTC
284026d Add test case for zero multiplication. 25 September 2013, 02:54:06 UTC
afc3ada Don't rewrite multiplication by 0 as 0. This isn't safe when floats are involved as -1 * 0 is -0, not 0. 25 September 2013, 02:54:06 UTC
0183803 Simple implementation of newlocale / freelocale. This removes a couple of errors from libcxx test suites. 25 September 2013, 02:33:02 UTC
2ec8c7a Merge pull request #1629 from ngld/fix-ccallFunc-utf8 Fix ccallFunc to properly support UTF-8 strings 25 September 2013, 01:02:06 UTC
323b01c sdl alpha test 25 September 2013, 00:53:45 UTC
4c845ac Fix entire surface alpha blending with SDL_SetAlpha 25 September 2013, 00:53:45 UTC
2df6b61 Hide logging in Web Audio intended mostly for debugging. 24 September 2013, 23:56:45 UTC
87eda48 Fix bug where resuming SDL audio multiple times could cause multiple audio event loops to be accumulated. Add a mechanism for avoiding buffer starving a bit better with Web Audio. 24 September 2013, 23:56:45 UTC
4afa345 Make the tones shorter in duration to have the test harness not timeout (60 seconds timeout duration) before all the beeps are finished. 24 September 2013, 23:56:45 UTC
7341ab1 Update the sdl audio beep test to new test_browser.py suite after rebase. 24 September 2013, 23:56:45 UTC
72aaf4a Document Mozilla Audio Data API is used as a workaround. 24 September 2013, 23:56:45 UTC
a4f4ce2 Allow compiling the sdl_audio_beep.cpp sample outside the browser test harness. 24 September 2013, 23:56:45 UTC
cc19844 Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note that this path is still disabled for Firefox, since Mozilla Audio Data API gives better sound quality. 24 September 2013, 23:56:45 UTC
ce9057f Fix AUTHORS to have UTF-8 encoding. 24 September 2013, 23:56:44 UTC
45e01ab Make the time periods between beeps longer to be able to distinguish audio quality better. 24 September 2013, 23:56:44 UTC
9447ede Explicitly disconnect generated audio buffers with Web Audio API to guarantee no resources will be leaked. (not sure if this is necessary, but it uncovered a timing bug, and doesn't hurt to be safe) 24 September 2013, 23:56:44 UTC
257d5f4 Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout, and instead calling safeSetInterval to control the timing drift explicitly. 24 September 2013, 23:56:44 UTC
84c0421 Improve the Web Audio callback buffer scheduling logic to stay ahead of buffer underflow by at least more than one sample block. 24 September 2013, 23:56:44 UTC
e17329c Fix reporting of silence parameter in SDL audio api. 24 September 2013, 23:56:44 UTC
a762e30 Fix closure issues with Web Audio support in SDL. 24 September 2013, 23:56:44 UTC
7a1e760 Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add better support for different SDL audio formats and sample rates. Add browser test for SDL audio beep sample. 24 September 2013, 23:56:44 UTC
6df56c0 Switched to single quotes for consistency. Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> 24 September 2013, 23:56:44 UTC
dcbdbb4 Fixed some stuff I forgot to change. Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> 24 September 2013, 23:56:44 UTC
0462f14 Rewritten with audioBuffers Added myself to AUTHORS Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> 24 September 2013, 23:56:44 UTC
abeaac2 Made the WebAudioAPI support slightly more efficient by removing some unnecessary channels. Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> 24 September 2013, 23:56:18 UTC
85462ce Added WebAudioAPI output to mixer code 24 September 2013, 23:56:18 UTC
161ca12 Merge pull request #1625 from ngld/dprintf Implemented dprintf. (Fixes #1250) 24 September 2013, 23:50:02 UTC
d597a4f Merge pull request #1650 from rharkeadsk/dev/fix-printf-padding Fix 3 issues with formatting (printf) 24 September 2013, 23:47:27 UTC
061e625 improve check for Float64Array; fixes #1651 24 September 2013, 23:40:52 UTC
aa80b0c do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 24 September 2013, 23:38:22 UTC
f6b7cf2 Merge pull request #1656 from juj/gl_id_validation Gl id validation 24 September 2013, 20:36:32 UTC
ddcc62e Merge pull request #1643 from waywardmonkeys/fix-typo Fix typo in URL in warning message 24 September 2013, 20:27:42 UTC
604c535 Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catches and reports situations where user code passes nonexisting or deleted GL objects to texture/program/shader/framebuffer/renderbuffer functions, and yells out explicitly that the user code is not behaving properly. 24 September 2013, 19:06:26 UTC
bcc4e16 Merge pull request #1658 from juj/WEBGL_depth_texture Webgl depth texture 24 September 2013, 18:48:22 UTC
f5a688b Fix indentation in previous commit. 24 September 2013, 18:48:16 UTC
8e2d812 Merge pull request #1660 from waywardmonkeys/fix-performance-regression Fix performance regression 24 September 2013, 17:34:31 UTC
baa4d38 Mark __assert_fail as _Noreturn. This eliminates a performance regression caused in the box2d benchmark by switching to the musl headers. Without this being _Noreturn, clang / llvm generates much worse code involving phis and extra loads. 24 September 2013, 14:01:04 UTC
626cdae Enable WEBGL_depth_texture on GL context init. WEBGL_depth_texture is an extension that adds support for 16-bit and 32-bit integer depth formats, as well as the packed d24s8 integer depth+stencil format. See http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/ 24 September 2013, 10:33:50 UTC
4db5a7e do not leak emcc args changes in test_cases 24 September 2013, 04:13:11 UTC
de101af forward noSafe in makeGet|SetValue 24 September 2013, 04:12:55 UTC
2da91fb optimize end of intertyper 24 September 2013, 01:38:05 UTC
d69f425 simplify chunk size determination in emscripten.py 24 September 2013, 01:28:28 UTC
d9b3858 handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap 24 September 2013, 00:23:07 UTC
ca912fd sort target labels in switches so output is consistently ordered 23 September 2013, 23:53:48 UTC
6e8e67d write out file in standalone call to js_optimizer.py 23 September 2013, 23:50:49 UTC
73abe82 fix split file marker 23 September 2013, 23:03:06 UTC
2a0f90a asm coerce in atomicrmw; fixes #1637 23 September 2013, 23:03:06 UTC
46aac53 comment about LTO stability 23 September 2013, 23:03:01 UTC
94e987c remove interim relooper builds if final bootstrap phase did not succeed 23 September 2013, 21:33:24 UTC
79b2ee7 relooper input is ascii, emit it to the heap more efficiently with writeAsciiToMemory 23 September 2013, 21:33:24 UTC
b1f12d5 optimize string compares in getNativeTypeSize 23 September 2013, 21:33:24 UTC
bf33ff5 optimize getNativeTypeSize 23 September 2013, 21:33:24 UTC
5c33401 remove unnecessary filter after tokenizer 23 September 2013, 21:33:24 UTC
f388628 optimize end of intertyper 23 September 2013, 21:33:24 UTC
0f5c7d3 remove comment about unordered_set; it is slower 23 September 2013, 21:33:24 UTC
d932563 unwrap tokenizer 23 September 2013, 21:33:24 UTC
07135d1 remove duplicate code 23 September 2013, 21:33:24 UTC
c145771 only create relooper in funcs phase 23 September 2013, 21:33:24 UTC
4427635 clean up reloopers 23 September 2013, 21:33:24 UTC
cef3678 initialize currLabelFinished 23 September 2013, 21:33:24 UTC
4afa4bb simplify function splitter 23 September 2013, 21:33:24 UTC
29865c4 remove framework entirely 23 September 2013, 21:33:24 UTC
b636bda fix inline assembly 23 September 2013, 21:33:24 UTC
9fbb606 deframeworkify the rest of intertyper 23 September 2013, 21:33:24 UTC
5de0965 deframeworkify intertyper:tokenizer 23 September 2013, 21:33:24 UTC
e699ba4 move tokenizer out of intertyper 23 September 2013, 21:33:24 UTC
efbfbe4 deframeworkify intertyper:lineSplitter 23 September 2013, 21:33:24 UTC
c72d99e remove last substrate code from jsifier 23 September 2013, 21:33:24 UTC
ef7a4a9 deframeworkify jsifier:function lines 23 September 2013, 21:33:24 UTC
60327a9 deframeworkify jsifier:functionStub 23 September 2013, 21:33:24 UTC
131c2c4 deframeworkify jsifier:alias 23 September 2013, 21:33:24 UTC
e526309 deframeworkify jsifier:globalVariable 23 September 2013, 21:33:24 UTC
1b11ed2 remove unused type jsifying code 23 September 2013, 21:33:24 UTC
d2a26a8 de-frameworkify analyzer 23 September 2013, 21:33:24 UTC
0b1b15f fix asm coercion in store abort 23 September 2013, 21:06:31 UTC
293c7b4 Fix typo in URL. 20 September 2013, 14:25:28 UTC
61c9d6e Implement missing 'space' formatting flag This flag causes space (padding) to be reserved for the sign even if the number is positive. It is basically the same as the 'plus' flag except that a space is displayed instead of a plus sign. The 'plus' flag takes precedence. 19 September 2013, 21:24:31 UTC
b72b6d8 Fix bug with forced display of sign on negative integers The negative sign was displayed twice. 19 September 2013, 21:09:10 UTC
e4678be Fix bug with zero-padded negative integers The zero padding was before the sign. It should be after. 19 September 2013, 20:03:15 UTC
f19bb60 Correct typo. 19 September 2013, 11:11:20 UTC
45f8f9c generate valid code for segfaulting loads, not assignless aborts 19 September 2013, 01:50:26 UTC
c5d546a enable extra_info for standalone js_optimizer.py 19 September 2013, 01:37:53 UTC
552ad1f allow js_optimizer.py to run standalone 19 September 2013, 01:33:10 UTC
7320a88 Add a test and myself to AUTHORS. 18 September 2013, 21:40:26 UTC
59dc10c Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X). 18 September 2013, 21:39:50 UTC
4c20907 Merge pull request #1630 from ngld/fix-resume-exception Fix EXCEPTION_CATCHING_WHITELIST (#1623) 18 September 2013, 21:36:41 UTC
fe524f9 handle memory initializer when there are deps added during preRun 18 September 2013, 21:34:29 UTC
b59df0d Add myself to AUTHORS 18 September 2013, 21:03:12 UTC
fdf356f Merge pull request #1611 from juj/cmake_link_js Cmake link js 18 September 2013, 20:34:30 UTC
d34408d Merge pull request #1628 from michaeljbishop/pread-fix2 Fixes in pread() 18 September 2013, 20:24:13 UTC
ee9d510 Removed old test case and put a test case in a more appropriate area. tests/unistd/io.* --- Revert "Added to the test_files test to ensure the pread() functionality." This reverts commit 2ed2fb5df392251a0957543b920272b9b2ae7908. 18 September 2013, 19:44:58 UTC
2ed2fb5 Added to the test_files test to ensure the pread() functionality. 18 September 2013, 14:59:04 UTC
37c5356 Remove code duplication on CMake link macros. 18 September 2013, 13:27:52 UTC
d0b2971 Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s . 18 September 2013, 13:27:51 UTC
back to top