https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
eda32b6 RELOOPER_BUFFER_SIZE to change the relooper buffer size easily 14 September 2013, 00:20:59 UTC
7357905 refactor memory initializer code to use run dependencies 13 September 2013, 23:15:15 UTC
1fc6762 emscripten_async_load_script 13 September 2013, 22:13:30 UTC
ee51b2b clear dependenciesFulfilled after use 13 September 2013, 21:57:05 UTC
8f3bb14 refactor code to handle when run dependencies reach 0 13 September 2013, 21:35:40 UTC
1c8a94f remove unneeded var 13 September 2013, 21:32:18 UTC
5a37214 second enet fix to handle musl headers in emscripten 13 September 2013, 17:52:48 UTC
08af465 Merge pull request #1615 from waywardmonkeys/fix-preprocessor-usage Fix using emcc -E. 13 September 2013, 17:37:22 UTC
7a631bb Merge pull request #1616 from waywardmonkeys/typo-fix Typo fix. 13 September 2013, 17:37:02 UTC
2c11153 Merge pull request #1619 from waywardmonkeys/python-build-instructions Python build instructions 13 September 2013, 17:35:11 UTC
61c818d Add compat sys/socketvar.h This is required by xmlvm's hysock which is needed for the benchmark.test_zzz_java_nbody test. 13 September 2013, 17:11:51 UTC
bf349b8 Don't define _POSIX_SHARED_MEMORY_OBJECTS. This isn't implemented, so don't define it. 13 September 2013, 17:11:32 UTC
2c5899b add some stubs for libc needed by libc++ 13 September 2013, 17:07:03 UTC
8fda4dc simplify other.test_llvm_nativizer to not rely on libc stuff 13 September 2013, 17:07:03 UTC
25c16ae update sanity.test_jcache 13 September 2013, 17:07:03 UTC
ed9596d headers readme 13 September 2013, 17:07:03 UTC
1dc5a8a Don't define _POSIX_SHARED_MEMORY_OBJECTS. This isn't implemented, so don't define it. 13 September 2013, 17:07:03 UTC
03a74d3 Skip test_math unless using ta2 isfinite and friends require ta2 with musl headers. 13 September 2013, 17:07:03 UTC
8f1db82 Incorrect return type on a compat header. This was exposed by the update to musl 0.9.13 which now has a prototype for this function. 13 September 2013, 17:07:03 UTC
733e687 Update to musl-0.9.13 headers. 13 September 2013, 17:07:03 UTC
4c3c7df Correctly note musl provenance and differences. 13 September 2013, 17:07:03 UTC
595d7ee Change various 64 bit typedefs over to 32 bit. This also removes all of the changes that were needed for those typedefs to be 64 bit. 13 September 2013, 17:07:03 UTC
b9c8b95 gethostbyname_r update. * gethostbyname_r is now the 6 arg version. * Make enet use the right code path (this should be upstreamed). * Add a compat header to make these declarations visible to all without extra compilation flags. 13 September 2013, 17:07:03 UTC
2a60fa0 Fix sockaddr struct definitions for musl. 13 September 2013, 17:07:03 UTC
1421ef9 Handle fpclassify and signbit for long double. 13 September 2013, 17:07:03 UTC
7b583fb Emscripten requires different #s for stdio fds. 13 September 2013, 17:07:03 UTC
3cd09ed Bump version for new libc headers. 13 September 2013, 17:07:03 UTC
e8d0f42 Provide better impl of __assert_fail(). 13 September 2013, 17:07:02 UTC
c1553c6 Fix fpclassify with musl libc headers. musl defines __fpclassify, __fpclassifyf, __fpclassifyl while the old headers used __fpclassifyd for double rather than __fpclassify. 13 September 2013, 17:07:02 UTC
e06db69 Add __va_copy as a compat/stdarg.h 13 September 2013, 17:07:02 UTC
f1fd6b7 Fix time tests. 13 September 2013, 17:07:02 UTC
d4400bf Fix other.test_embind & other.test_static_link. 13 September 2013, 17:07:02 UTC
a9d0a7f Update to work with new libc headers. 13 September 2013, 17:07:02 UTC
5c6e163 Update libc headers to use musl headers. 13 September 2013, 17:07:02 UTC
8c53e6a Expand on the instructions for building Python. 13 September 2013, 15:04:11 UTC
5404c47 Fix using emcc -E. We don't want to pass this extra flag to emcc as it breaks when doing EMCONFIGURE_JS=1 emconfigure ./configure ... 13 September 2013, 06:37:20 UTC
27d4966 try to use console.log even in workers 13 September 2013, 05:11:25 UTC
5912c32 do not switchify illegally-typed switches 13 September 2013, 04:55:47 UTC
93e1119 Typo fix. 13 September 2013, 04:07:18 UTC
e9f5fc3 Module.logReadFiles option 12 September 2013, 23:01:40 UTC
f9dff9b update other.test_js_optimizer 12 September 2013, 18:29:04 UTC
e48b503 abort registerize at the proper early time when we need to 12 September 2013, 04:33:56 UTC
f937b04 we only allow 1 exported variable from inline js; #1613 12 September 2013, 04:27:14 UTC
c0b0c3f Merge pull request #1613 from juj/inline_asm_testcase inline_asm_testcase 12 September 2013, 04:05:59 UTC
b805225 disable registerize when seeing inline js in non-asm mode, as we do not protect it from replacements there; fixes #1614 12 September 2013, 04:03:35 UTC
162d21d test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake 11 September 2013, 20:46:14 UTC
bb0f0a9 build both configure and cmake versions of bullet, so the cache does not mix them up; #1610 11 September 2013, 20:12:10 UTC
400d245 better comment on inline js in asm.js 11 September 2013, 19:52:19 UTC
4e5b785 Merge pull request #1610 from juj/fix_bullet Fix bullet 11 September 2013, 19:51:45 UTC
83ec41b Merge pull request #1608 from juj/validate_asmjs Validate asmjs 11 September 2013, 19:50:23 UTC
37aea4b better assertion message for corruption checker and asm 11 September 2013, 18:29:17 UTC
83c6879 listen to blur on the window, not the document, so chrome works 11 September 2013, 18:15:27 UTC
26e86e4 Skip asm2x86.test_utf32 since test_utf32 uses inline asm. 11 September 2013, 16:38:15 UTC
a1b9fd2 Add new unit test for inline asm syntax passing through input variables to output variables. 11 September 2013, 15:36:27 UTC
16c0438 Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use cmake to configure bullet build instead of ./configure. On Linux and OSX, run both configure and cmake-based tests. 11 September 2013, 07:36:00 UTC
9b85e4b Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primary source for locating SpiderMonkey. If it was not set appropriately, look from PATH. 11 September 2013, 07:33:47 UTC
75413a5 Use em_validate_asmjs_after_build() in CMake test. 11 September 2013, 07:33:45 UTC
75d4048 Add CMake helper function em_validate_asmjs_after_build() that adds an extra post-build step to project to confirm that the build output is valid asm.js. 11 September 2013, 07:33:44 UTC
0c6dba8 Add validate_asmjs.py tool to help unit-testing whether a build output is proper asm.js or not. 11 September 2013, 07:33:42 UTC
6c4d3ff add space to emcc debug output 10 September 2013, 23:43:47 UTC
bb7546d handle flexible arrays at the end of structs, whose elements are themselves structs; fixes #1602 10 September 2013, 22:03:56 UTC
c33af78 Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t strings to JS when building with -fshort-wchar. Closes #1565. 10 September 2013, 21:39:32 UTC
0869e83 Fix UTF-16 surrogate detection. 10 September 2013, 21:39:32 UTC
ad8acfe Update utf32 test to contain non-BMP characters in the test string. 10 September 2013, 21:39:32 UTC
daebf68 Fix UTF32 <-> JS string conversion for non-BMP characters. Turns out JS string functions .length, .charCodeAt and .fromCharCode do not operate on Unicode code points, but UTF-16-encoded Unicode code units. 10 September 2013, 21:39:31 UTC
998bfba Rename utf32<->jsstring marshalling functions to UTF32ToString and stringToUTF32 following azakai's suggestion on naming convention. 10 September 2013, 21:39:31 UTC
61b6d3c Skip test_utf32 when on s_0_x since they don't link in libc, and the code relies on wcslen(). 10 September 2013, 21:39:31 UTC
65e1c6f Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix) strings to and from JS, and add a test. 10 September 2013, 21:38:39 UTC
ea729be Merge pull request #1605 from juj/mingw32make_nmake_cmake Mingw32make nmake cmake 10 September 2013, 21:30:47 UTC
690a9e1 EMCC_STDERR_FILE option, to log stderr in js compiler to a file 10 September 2013, 21:26:58 UTC
9ef5ffd remove no longer necessary preventDefault 10 September 2013, 20:58:56 UTC
574045b fix preventDefault being called after event has been replaced 10 September 2013, 20:57:45 UTC
7715b41 Remove Hello_Triangle_KD project from msvc tests, since it depends on nonexisting OpenKode. 10 September 2013, 13:20:55 UTC
4c8866d Remove the use of solution folders in msvc10 tests, since that feature is not supported in VS Express. 10 September 2013, 13:19:40 UTC
48b7957 Add missing 'if WINDOWS' in CMake toolchain handling code. 10 September 2013, 13:03:17 UTC
5ad48b3 Fix indentation in Building.which() function. 10 September 2013, 13:02:45 UTC
ee8d8b0 Update docs on test. 09 September 2013, 21:25:08 UTC
c5fa582 Fix previous merge. 09 September 2013, 21:23:19 UTC
74b6a25 Skip nmake test in test_cmake on Windows if PATH doesn't have nmake set up. 09 September 2013, 21:19:10 UTC
de70a48 Add Building.which() function to help find a tool in PATH. Use mingw32-make instead of the nonexistent 'make' with cmake on Windows if mingw32-make is found in PATH. Helps with issue #695. 09 September 2013, 21:19:10 UTC
2456359 Add test that NMake works with CMake. Closes #1069. 09 September 2013, 21:19:09 UTC
f0d162c proxy boundingClientRect 09 September 2013, 20:39:08 UTC
92fe68c preventDefault() when proxying events 09 September 2013, 20:24:40 UTC
cf0d875 Merge pull request #1578 from inolen/browser_exception gracefully handle ExitStatus exception in async main loops 09 September 2013, 20:18:22 UTC
1d6d057 Merge pull request #1583 from juj/cmake_improvements Cmake improvements 09 September 2013, 20:16:38 UTC
4066876 mark side modules as not valid asm.js, for now; #1577 09 September 2013, 18:21:39 UTC
7ee8f9b remove unnecessary -lSDL in sdl-config 09 September 2013, 17:05:56 UTC
70fbf7d proxy input events 09 September 2013, 05:14:04 UTC
971e59f stub out console in proxied worker 09 September 2013, 03:17:48 UTC
0715150 test file preloading in worker 09 September 2013, 03:00:28 UTC
2d0bd00 add test harness support for proxying, test_sdl_canvas_proxy passes 09 September 2013, 01:49:20 UTC
82a80c6 proxy canvas writes 09 September 2013, 00:06:59 UTC
4b23f88 proxy window.close 08 September 2013, 22:39:38 UTC
1a7cf7e stubs for proxied getImageData/putImageData 08 September 2013, 22:26:14 UTC
deacea7 initial setup for proxying: add option and generate separate html and js 08 September 2013, 21:42:36 UTC
649f004 track if there is inline js, and if so do not mark as valid asm.js 08 September 2013, 20:04:13 UTC
4585677 do not assume all postSets from global constants are i32 08 September 2013, 19:09:27 UTC
740e6eb refactor COMPILER_OPTS 08 September 2013, 18:26:35 UTC
272add7 add some cpu undefs that are important for configure steps 08 September 2013, 03:26:59 UTC
a694963 add sdl-config tool 08 September 2013, 03:25:41 UTC
back to top