https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
0a8f236 update unistd tests to run only on node 01 October 2013, 01:07:30 UTC
f3f74a9 run test_fs_nodefs_rw only in node 01 October 2013, 00:54:38 UTC
f717fa8 fix other.test_static_link 01 October 2013, 00:16:46 UTC
5afeeb4 update test_outline 30 September 2013, 23:41:45 UTC
af8c0ef fix sanity.test_emcc_caching (we now have a cache dir earlier on) 30 September 2013, 20:55:01 UTC
b01d44e Merge branch 'incoming' of github.com:ngld/emscripten into incoming Conflicts: AUTHORS src/library_sdl.js tools/shared.py 30 September 2013, 20:44:29 UTC
2725cfa - append to Building.COMPILER_TEST_OPTS for unistd tests 29 September 2013, 22:00:41 UTC
61221f3 Merge pull request #1601 from inolen/idbfs NODEFS and IDBFS support 29 September 2013, 18:51:22 UTC
4db1179 - added basic nodefs r/w test 29 September 2013, 08:50:35 UTC
67f4aab - added test for FS.syncfs functionality 29 September 2013, 08:50:14 UTC
51256ab make sure to only fast-path stuff we expect 28 September 2013, 04:51:32 UTC
9a7389a improve intertyper profiler 28 September 2013, 04:42:06 UTC
1f2058f clean up intertyper paths fork 28 September 2013, 04:33:56 UTC
5ae5fd0 fix load fast path regexp 28 September 2013, 01:31:09 UTC
3d74fe3 better relooper load error 28 September 2013, 01:30:29 UTC
f2542d2 restructure fast paths code flow 28 September 2013, 01:16:55 UTC
26cab17 fast-path simple loads 28 September 2013, 00:37:20 UTC
040aa2d fix fast path regexp 27 September 2013, 23:04:16 UTC
6cf7808 fast-path simple geps 27 September 2013, 22:02:34 UTC
2d45e5d intertyper fast paths setup and proof of concept 27 September 2013, 20:15:17 UTC
c2560b7 debugging stuff 27 September 2013, 17:19:09 UTC
f6eb863 improve processMathOp quoting 27 September 2013, 17:19:09 UTC
a242ce0 better check for when things need quoting 27 September 2013, 17:19:09 UTC
076828e === in isLocalVar 27 September 2013, 17:19:09 UTC
9eaadf5 - updated several unistd tests to test against NODEFS 27 September 2013, 07:46:17 UTC
c354b83 - added idbfs and nodefs - minor coding convention fixes 27 September 2013, 07:46:17 UTC
36ab87e - made chdir use FS.chdir - changed direct references to FS.currentPath to use FS.cwd() - fixed mountpoint resolving in mount - added async FS.syncfs 27 September 2013, 07:46:17 UTC
7a840e5 intertyper profiler 27 September 2013, 05:03:31 UTC
9dae026 optimize parseLLVMString 27 September 2013, 01:09:25 UTC
7a1f00e add total time to html compiler phase 27 September 2013, 00:51:37 UTC
94b9d47 optimize makeSignOp 27 September 2013, 00:34:33 UTC
c4258fe hackish optimization for pre processing of heap inits, avoid pure numeric strings 26 September 2013, 23:15:10 UTC
2aa7826 fix getFastValue regression 26 September 2013, 23:15:10 UTC
79a9283 remove makeGetPos and part of noNeedFirst 26 September 2013, 23:15:10 UTC
40047b7 add slack to test_sdl_canvas_alpha 26 September 2013, 20:08:13 UTC
830acc3 fix debug printout 26 September 2013, 18:23:47 UTC
ae97275 optimize getFastValue 26 September 2013, 18:15:28 UTC
a697c39 Merge pull request #1669 from ngld/fix-sscanf-whitespace Fix #1668: whiteSpace in _scanString should use only char codes as keys 26 September 2013, 17:29:16 UTC
ebfb4a9 Merge pull request #1631 from juj/responsive_logging Responsive logging 26 September 2013, 17:06:07 UTC
99dcc4e Don't do Popen workaround on Windows by default, since the cmdline -> call emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresponsive, since it will only print out compilation output messages at the very end of the whole run. 26 September 2013, 09:45:24 UTC
3488df1 Use the logging framework instead of print, to be consistent and as the logging framework prints out messages unbuffered which is more responsive on Windows. Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE >= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur. Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well. 26 September 2013, 09:44:54 UTC
252317c Merge pull request #1671 from waywardmonkeys/iconv Add iconv 26 September 2013, 03:22:19 UTC
19ac41a Bump version. 26 September 2013, 02:22:22 UTC
e197906 Add iconv from musl. 26 September 2013, 02:22:22 UTC
e89fc45 Merge pull request #1670 from waywardmonkeys/add-locale-stuff Add locale stuff 26 September 2013, 02:13:43 UTC
328abc1 optimize getFastValue 26 September 2013, 01:53:16 UTC
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
e261419 hide output by default in compiler_funcs.html, main use is profiling 25 September 2013, 22:51:11 UTC
3b278b7 try to load relooper for src dir, if not in expected location 25 September 2013, 22:48:27 UTC
6dda61e add option to run funcs stage in the browser 25 September 2013, 22:40:06 UTC
ac75b94 remove duplicate temp file cleanup 25 September 2013, 22:26:10 UTC
c9e163a fix save_debug_files 25 September 2013, 22:17:47 UTC
c2769dd loop only on the actually new types in type analysis 25 September 2013, 21:48:32 UTC
f84e9e2 Merge pull request #1665 from juj/validate_gl_spec_64 Validate gl spec 64 25 September 2013, 17:21:48 UTC
c2473a6 Merge pull request #1653 from juj/fix_ar_handling Fix ar handling 25 September 2013, 17:09:02 UTC
2370dd4 Fix some comments and bump EMSCRIPTEN_VERSION 25 September 2013, 15:44:57 UTC
8481d30 Replace references to QUANTUM_SIZE with C_STRUCTS equivalents. 25 September 2013, 15:33:52 UTC
e9705b2 Add timeb.h to struct_info.json 25 September 2013, 14:41:40 UTC
5f726b5 Fix #1668: whiteSpace in _scanString should use only char codes as keys not chars and char codes. 25 September 2013, 14:03:12 UTC
5705b1a Also validate size and stride parameters in calls to glVertexAttribPointer. 25 September 2013, 09:19:57 UTC
6344d99 Add debug check under GL_ASSERTIONS that the alignment restrictions for vertex attribute stride and offset presented in WebGL section 6.4 are satisfied in user code. See http://www.khronos.org/registry/webgl/specs/latest/1.0/#6.4 . 25 September 2013, 07:22:29 UTC
794624d Do not get confused by Apple GCC dylib special '-compatibility_version' and '-current_version' directives when scanning for input files. Fixes test_the_bullet on OSX after the previous commit. 25 September 2013, 05:59:27 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
back to top