sort by:
Revision Author Date Message Commit Date
1db37d7 1.21.10 29 July 2014, 20:39:02 UTC
19ec188 check for existence of module before setting to it, when running in node; fixes #2586 29 July 2014, 18:33:04 UTC
02dfc7a Merge pull request #2591 from juj/test_line_endings Test and fix line endings issue #2133. 29 July 2014, 18:15:27 UTC
d323e4d Merge pull request #2583 from juj/emscripten_webgl_context Emscripten webgl context 29 July 2014, 18:07:55 UTC
183ad0f make test_bad_typeid fastcomp-only 29 July 2014, 17:38:49 UTC
e79f8ea Add test for HTML5 WebGL context creation. 29 July 2014, 08:55:21 UTC
6f78cfb Implement HTML5 WebGL context creation API. Add support to library_gl.js to manage multiple simultaneous GL contexts. 29 July 2014, 08:55:21 UTC
64a2dea Add struct fields for EmscriptenWebGLContextAttributes. 29 July 2014, 08:55:21 UTC
714aa5b Document default values for WebGL context creation functionality. 29 July 2014, 08:55:21 UTC
4f04118 Add api function declaration emscripten_webgl_init_context_attributes(). 29 July 2014, 08:55:21 UTC
129a90a Clarify what target=0 means for emscripten_webgl_create_context(). 29 July 2014, 08:55:21 UTC
3f74d2a Add declarations for new HTML5 functions emscripten_webgl_create_context(), emscripten_webgl_make_context_current(), emscripten_webgl_get_current_context(), emscripten_webgl_destroy_context() and emscripten_webgl_enable_extension() and a type structure EmscriptenWebGLContextAttributes. Yet unimplemented. 29 July 2014, 08:55:21 UTC
8d9bbe8 Merge pull request #2594 from hamishwillee/incoming New Community Page. Fixes to api reference 29 July 2014, 07:22:02 UTC
d9640cf Fixes to html5 and preamble.js in line with feedback from ChrisM. Minor tidy changes to other files 29 July 2014, 07:12:14 UTC
47c46fe Fix issue #2133 with \r\r\n line endings being generated. 29 July 2014, 07:01:38 UTC
6db3be4 improve node stdout workaround to work in closure 28 July 2014, 23:41:58 UTC
65eb97c update other.test_exclude_file 28 July 2014, 23:33:38 UTC
77f8d39 fix other.test_returncode by emitting exit code in node if we waited too long for it to drain stdout 28 July 2014, 23:33:38 UTC
9aa8ab3 support exceptions with virtual inheritance, by letting libcxxabi adjust the pointer as an out param; fixes #2531; 1.21.9 28 July 2014, 23:17:01 UTC
337f6df Creation of new Community page and removal of news and contact page. Fixes as result of feedback 28 July 2014, 22:29:29 UTC
9f5e322 update test_memcpy_memcmp 28 July 2014, 21:55:51 UTC
0670641 update test_files 28 July 2014, 21:50:49 UTC
8c96833 use libcxxabi can_catch to check whether to catch an exception, and remove type info hacks; 1.21.8 28 July 2014, 21:04:30 UTC
97ad2b9 Add a new tool that examines the given text file for line endings, and returns whether they are consistent. Adjust the test suite to test that each test file that is being run has proper line endings. This uncovers issue #2133 to show in the test suite. 28 July 2014, 20:12:38 UTC
b131984 Merge pull request #2587 from juj/workaround_nodejs_stdout_exit workaround_node_js_stdout_exit 28 July 2014, 17:57:30 UTC
95a69d3 Merge pull request #2588 from nathanross/incoming Throw exceptions correctly in strict mode. 28 July 2014, 17:54:22 UTC
622c335 exception throwing works in strict mode 28 July 2014, 02:58:29 UTC
a309ef6 updating authors - have a patch ready. following procedure @ http://kripken.github.io/emscripten/docs/contributing/contributing.html 28 July 2014, 01:23:52 UTC
90e9dd0 Work around node.js bug https://github.com/joyent/node/issues/1669 where stdout buffer is not flushed at process exit and console.log()s performed by the application might not get printed. Fixes https://github.com/kripken/emscripten/issues/2582 27 July 2014, 17:01:19 UTC
893b86f Add an annotate attribute to this test. This makes it generate an llvm.global.annotation, which the backend should ignore. 26 July 2014, 00:15:15 UTC
83706e8 move test_embed_file_large to other 25 July 2014, 20:15:02 UTC
8024889 optimize --embed-file 25 July 2014, 20:13:36 UTC
daa1662 Merge branch 'incoming' of https://github.com/syl22-00/emscripten into incoming Conflicts: AUTHORS 25 July 2014, 20:03:03 UTC
10a7542 do not link in libcxxabi demangle support just for default_terminate_handler; 1.21.7 25 July 2014, 19:49:22 UTC
265b420 add in wiki topics. Fix bug in conf.py 25 July 2014, 18:41:13 UTC
aa217b4 avoid some warnings on missing settings 25 July 2014, 18:07:58 UTC
641625c update test_static_link 25 July 2014, 18:05:29 UTC
5d7fc3e make emscripten_sleep error a runtime thing, to avoid build errors on including the full library 25 July 2014, 18:02:26 UTC
192f5fa Added test for embedding large files 25 July 2014, 10:54:03 UTC
f0f423c remove some unnecessary warnings 25 July 2014, 03:30:45 UTC
24c46cf make test_asyncify node-only 25 July 2014, 03:26:57 UTC
52e9cf9 Merge pull request #2482 from coolwanglu/async_v5 add library_async.js 25 July 2014, 00:34:56 UTC
394f308 support ASYNCIFY 25 July 2014, 00:30:25 UTC
13c81b7 add hamishwillee to AUTHORS 24 July 2014, 23:45:25 UTC
f7bf23d updates 24 July 2014, 23:44:17 UTC
5903bb7 add updated theme files 24 July 2014, 23:44:17 UTC
fed28a4 Full site with API reference and default sphinx_rtd_theme 24 July 2014, 23:44:17 UTC
424862f ignore empty functions in tools/find_bigfuncs 24 July 2014, 22:44:29 UTC
7286eaa remove annoying unnecessary logging message of forced stdlibs when there are none 24 July 2014, 22:35:23 UTC
22adc05 allow creating read-only files; fixes #2573 24 July 2014, 20:58:50 UTC
7fb6526 warn on -s X=Y of invalid keys, and suggest corrections; fixes #2579 24 July 2014, 19:46:54 UTC
5f0a54c When packaging files, make sure we do not make one line-arrays too long 24 July 2014, 14:34:54 UTC
1f07e38 Merge pull request #2575 from coolwanglu/pr2 fix indent 24 July 2014, 08:14:18 UTC
07ca8af disable test_exceptions_alias in s_x_x 24 July 2014, 02:15:50 UTC
0f87798 fix indent 23 July 2014, 22:41:25 UTC
22a61be fix strftime z; #2570 23 July 2014, 21:15:53 UTC
def1a97 fix truncate extending a file from size 0; fixes #2572 23 July 2014, 20:37:48 UTC
e540fcf support strftime z|Z as best we can; fixes #2570 23 July 2014, 20:19:23 UTC
ac64173 run sanity checks with -v + an input file 23 July 2014, 19:07:12 UTC
cf49498 update libcxxabi symbols 23 July 2014, 19:00:17 UTC
48c839f docs improvements 23 July 2014, 17:55:04 UTC
c20f95a keep a list of readdir() entries during read start; fixes #2528 23 July 2014, 17:50:44 UTC
ce11edd disable test_environ in non-fastcomp 23 July 2014, 17:33:32 UTC
35263ec update other.test_mkdir_silly 23 July 2014, 03:27:04 UTC
4b79584 update test_fs_base 23 July 2014, 01:04:17 UTC
034362a give an error if IDBFS is used without IDB support 22 July 2014, 23:43:02 UTC
1c30e41 Merge pull request #2476 from amatus/push-upstream Fix IDBFS for webworkers 22 July 2014, 23:36:14 UTC
2293efa fix getFuncWrapper for aliased function pointers, fixes #2010 22 July 2014, 23:35:00 UTC
d6e755e Fix IDBFS for webworkers 22 July 2014, 23:27:21 UTC
a747952 make environ work by itself; fixes #2557 22 July 2014, 22:34:50 UTC
768b56c consolidate Module.thisProgram 22 July 2014, 21:47:56 UTC
e61582c update test_env 22 July 2014, 21:44:58 UTC
701fc34 Merge pull request #2565 from sunfishcode/incoming Incoming 22 July 2014, 21:37:52 UTC
a08f940 Update default environment variables and argv[0]. 22 July 2014, 21:36:09 UTC
1068519 Implement <sys/unistd.h> compatibility. 22 July 2014, 21:36:09 UTC
3ed23f1 EMCC_ONLY_FORCED_STDLIBS option 22 July 2014, 21:26:04 UTC
803d923 remove no longer needed bad_exception hack; fixes #2560; 1.21.6 22 July 2014, 20:47:40 UTC
0efb852 emscripten_force_exit option 22 July 2014, 19:55:47 UTC
c843ee2 Make eglReleaseThread implementation according to spec. 22 July 2014, 14:07:54 UTC
0b49b2f Merge pull request #2540 from gwichman-zynga-com/incoming add GLUT_STENCIL to glut display mode flags in library_egl.js 22 July 2014, 12:25:01 UTC
d9c6bf6 Merge pull request #2535 from Daft-Freak/splitALC Split AL/ALC errors 22 July 2014, 11:12:39 UTC
03da914 disable some exceptions tests in s_x_x 22 July 2014, 01:05:24 UTC
919e208 make test_exceptions_white_list more robust 21 July 2014, 23:47:13 UTC
7e9e243 Module.memoryInitializerPrefixURL option; #2542 21 July 2014, 23:29:23 UTC
18789e1 do not set EMCC_DEBUG=1 when -v; fixes #2538 21 July 2014, 22:58:03 UTC
f46eb8e fix looking up a file in a non-dir; fixes #2552 21 July 2014, 22:43:12 UTC
d731353 improve warning 21 July 2014, 22:25:45 UTC
812f051 DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace() 21 July 2014, 21:26:38 UTC
d1e74bb move isxdigit from libcextra to libc 21 July 2014, 20:45:56 UTC
780fac7 move new.cpp from libc into libcxxabi 21 July 2014, 20:21:03 UTC
411f6f3 update sanity.test_emcc_caching 21 July 2014, 18:44:22 UTC
1fb983e do not warn on malloc not present, we do so at runtime if used (+commented code to pull in malloc and other system libs based on EXPORTS) 21 July 2014, 18:39:37 UTC
92f653e build enough of libcxxabi to support bad_typeid without undefined symbols; 1.21.5; fixes #2547 21 July 2014, 18:25:08 UTC
7bb5b82 add missing zconf.h in test suite 18 July 2014, 23:21:46 UTC
f42681f testcase for #2539 18 July 2014, 23:21:46 UTC
5da836c Merge pull request #2544 from juj/stacktrace_js IE stack trace fix. 18 July 2014, 22:10:38 UTC
1937fe8 document --memory-init-file on by default in opt builds in Changelog 18 July 2014, 20:51:38 UTC
b88f00d update csmith driver 18 July 2014, 18:54:42 UTC
409051c remove zlib headers from system/include 18 July 2014, 17:41:33 UTC
ce462a2 Fix stackTrace() in preamble.js to support IE10 and IE11. 18 July 2014, 12:40:37 UTC
back to top