https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
f253e15 Merge branch 'master' into llvmsvn 06 August 2013, 20:34:10 UTC
1b7122c Merge branch 'incoming' 05 August 2013, 21:00:16 UTC
a0c6ab5 increase logging output, fixes s_0_0.test_safe_heap 05 August 2013, 20:58:42 UTC
3f1bb8d fix test_fgetc_ungetc 05 August 2013, 20:43:39 UTC
969d433 Merge pull request #1460 from yukoba/sys-sendfile-h Add sys/sendfile.h 04 August 2013, 21:28:20 UTC
0ec5761 mention DISABLE_GL_EMULATION option when initializing gl emulation 04 August 2013, 17:26:04 UTC
f9901e4 Merge pull request #1462 from waywardmonkeys/include-signal-h Include signal h 04 August 2013, 04:51:21 UTC
4dc7e36 Merge pull request #1461 from waywardmonkeys/cdefine-single-quotes cDefine should use single quotes 04 August 2013, 04:50:47 UTC
fd56e35 Include signal.h when using signals. 04 August 2013, 00:51:04 UTC
fb278f7 Use single quotes instead of double quotes with cDefine. This makes these 2 usages match all of the others. 03 August 2013, 16:39:39 UTC
c06061d Add sys/sendfile.h 03 August 2013, 10:31:17 UTC
4b4ca98 add slack to some more browser reftests 03 August 2013, 00:50:29 UTC
838b5fc reftest infrastructure 03 August 2013, 00:48:04 UTC
a30464c make some gl tests more forgiving 03 August 2013, 00:09:16 UTC
eefc6d6 update cube browser tests to use reftests 03 August 2013, 00:09:16 UTC
3d96901 fix sanity tests 02 August 2013, 23:34:33 UTC
c22a339 convert test_cubegeom_pre to reftest 02 August 2013, 22:50:56 UTC
2cb37d3 improve testcase 02 August 2013, 22:29:12 UTC
94457cf accept phi subItems that are parsable LLVM functions 02 August 2013, 22:24:23 UTC
c147db7 infer relative paths in file packager only when not told explicit src and dest paths, and fix test_preload_file 02 August 2013, 18:59:38 UTC
afc5f4c Merge pull request #1457 from inolen/fs_init_split split up FS.init 02 August 2013, 18:22:20 UTC
dce5bea Merge pull request #1453 from yukoba/flock-mprotect-msync Empty implmentations of flock, mprotect and msync 02 August 2013, 18:16:16 UTC
48a9f64 also use LLVM_ROOT to detect when we need to clear the cache 02 August 2013, 18:04:30 UTC
61d8808 properly deprecate all arguments to --minify except for 0 02 August 2013, 17:49:01 UTC
767b7f7 add default extra arguments to beginning of commandline arguments, so that users can override them (not recommended though) 02 August 2013, 17:28:54 UTC
55164c9 move file packager logging into debug-only 02 August 2013, 17:27:58 UTC
bbde98b split up FS.init 02 August 2013, 17:20:05 UTC
543131f add tools to split and merge asm modules from the surrounding code 02 August 2013, 03:32:10 UTC
ad11d72 refactor asm module parsing code into separate file 02 August 2013, 00:46:53 UTC
20f8345 optimize bsearch 01 August 2013, 23:53:47 UTC
3cff82d Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into incoming 01 August 2013, 23:20:27 UTC
19d109d do not use -nostdinc++ with le32 target at all, it does not need it, and add testing for no system c++ headers showing up in our path 01 August 2013, 21:34:43 UTC
ae08d74 Merge pull request #1452 from inolen/onprerun added addOnPreRun and addOnPostRun 01 August 2013, 18:49:50 UTC
f1ee7fe Merge pull request #1455 from j4m3z0r/fast_isspace Use switch statement for isspace implementation. Results in huge speed i... 01 August 2013, 18:43:37 UTC
792959c Use switch statement for isspace implementation. Results in huge speed increase on Chrome Android at least, avoiding a hot path in common tasks like XML parsing, etc. 01 August 2013, 18:32:57 UTC
8dd0ed8 only emit -nostdinc++ when calling clang to build a file ending in a cpp-style suffix 01 August 2013, 17:20:25 UTC
2c4d6f0 do not emit -m32 when using le32 target 01 August 2013, 17:07:15 UTC
caa646d Empty implmentations of flock, mprotect and msync 01 August 2013, 05:00:21 UTC
c1e7876 added addOnPreRun and addOnPostRun 01 August 2013, 03:59:41 UTC
e4ec960 absolutize and verify paths in the file packager 31 July 2013, 21:09:27 UTC
b786b5e fix test_intentional_fault 31 July 2013, 18:56:27 UTC
381eddd fix test_gmtime 31 July 2013, 18:55:25 UTC
38546d9 add some closure aliases 31 July 2013, 18:51:55 UTC
9854bb1 support for stb-image 31 July 2013, 18:14:04 UTC
ad2bd9a Reduce call chain of qsort This will considerably improve the performance of qsort-heavily-used projects like Android-Pinyin-IME, more discussion: https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4 https://github.com/kripken/emscripten/pull/1437 31 July 2013, 02:32:44 UTC
c00b219 Merge pull request #1136 from inolen/incoming OpenAL: buffer queuing and more 31 July 2013, 01:06:22 UTC
b5affc3 updated test_openal_buffers to use btest 31 July 2013, 00:47:10 UTC
4088826 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not relative - call updateSource when calling alGetSourcei 31 July 2013, 00:45:32 UTC
9e0d03b - Added debugging info - Changed source validation conditionals. 31 July 2013, 00:45:32 UTC
c237c13 First pass at buffer queueing 31 July 2013, 00:45:32 UTC
6fd2313 show exit status if exit() is called within main(); fixes test_exit_status 30 July 2013, 23:57:20 UTC
cde63df fix gmtime; closes #1366 30 July 2013, 23:37:14 UTC
5562671 disable asm in embind mode, and add a test for what embind cannot do in asm mode yet; issue #1447 30 July 2013, 22:53:47 UTC
7d395b6 add more non-asm embind testing 30 July 2013, 21:34:12 UTC
c03c413 Merge pull request #1449 from inolen/postrun_fixes update test_ccall to not use a postrun hook 30 July 2013, 21:32:18 UTC
dd881bc Merge pull request #1444 from inolen/async_main don't expect an exit status to be returned from run or callMain 30 July 2013, 21:29:46 UTC
d69c887 Merge pull request #1448 from waywardmonkeys/fix-build Fix build 30 July 2013, 21:28:08 UTC
e6820ab fix and test for multiple static linking 30 July 2013, 21:21:15 UTC
49f6c7e add asm sending for missing symbols 30 July 2013, 21:19:16 UTC
6039aea add asm sending for missing symbols 30 July 2013, 21:15:15 UTC
ecd83ed Update test_ccall to not use a postrun hook 30 July 2013, 21:10:21 UTC
4a50a21 Fix the build, missing comma. 30 July 2013, 07:39:04 UTC
908e87a - remove code that attempts to propogate _main's exit status through returns. we can't rely on that, the status must be signaled through an event to support both sync / async applications. - consolidate exit functionality - moved exitRuntime to callMain 30 July 2013, 04:35:02 UTC
6434d33 Merge pull request #1445 from waywardmonkeys/c-defines C defines 30 July 2013, 04:27:38 UTC
d40b1a8 Missing word in comment in src/settings.js. 30 July 2013, 03:53:09 UTC
bd87d1e Organize C_DEFINES alphabetically. This makes it easier to deal with subsequent changes that will be coming. 30 July 2013, 03:52:14 UTC
acf2390 use fgetc/ungetc in fscanf; properly fixes #1436 30 July 2013, 02:52:53 UTC
0fb0ee5 Merge pull request #1443 from yukoba/isinff_isnanf Add isinff and isnanf 30 July 2013, 00:56:43 UTC
7b1cee5 make i24_mem test ta2 only 30 July 2013, 00:54:45 UTC
4258d64 Added isinff and isnanf 30 July 2013, 00:00:44 UTC
bc57089 Merge pull request #1442 from yukoba/mincore Third argument of mincore is unsigned char 29 July 2013, 23:51:22 UTC
be02aa4 Third argument of mincore is unsigned char 29 July 2013, 23:43:14 UTC
303c4f4 Merge pull request #1441 from yukoba/bcopy Add bcopy implementation 29 July 2013, 23:38:40 UTC
571bd8b Add bcopy implementation 29 July 2013, 23:09:07 UTC
dcc31f8 Merge pull request #1440 from yukoba/statvfs_doc_url Fix statvfs document URL 29 July 2013, 22:52:06 UTC
9ef9ffc Add Yu Kobayashi to AUTHORS 29 July 2013, 22:49:20 UTC
26b6857 Merge pull request #1439 from michaeljbishop/replace-eval-in-jansson Replace eval in jansson 29 July 2013, 22:46:08 UTC
353d5df Fix statvfs document URL 29 July 2013, 22:30:19 UTC
61526bc accept [0 x ..] in the middle of structures, odd as it might seem, this is valid c 29 July 2013, 21:59:16 UTC
021f8eb Replace insecure eval() call with JSON.parse() in the Jansson support. 29 July 2013, 20:41:01 UTC
82cafff fix test_scriptaclass 29 July 2013, 20:38:49 UTC
c30c316 buffer streams that cannot be rewound in fscanf; fixes #1436 29 July 2013, 20:29:02 UTC
af62c8a fix Module acquiring 29 July 2013, 18:35:23 UTC
51bf064 fix reftest runner for var Module approach 29 July 2013, 18:19:24 UTC
302a73c Merge pull request #1370 from inolen/ungetc_fixes misc ungetc fixes 29 July 2013, 17:43:23 UTC
0914aca Merge pull request #1393 from fhd/sdl-surface-refcount Implement SDL_Surface refcounting 26 July 2013, 22:21:18 UTC
9987b9a flatten if-chains into smaller chains, chunking reduces the overhead of flattening them out entirely 26 July 2013, 21:51:29 UTC
b5cff5e Merge pull request #1425 from inolen/module_global eliminate default Module global 26 July 2013, 17:58:20 UTC
80f517d tidy up defensive environment initialization 26 July 2013, 17:47:14 UTC
7e22cdf fix outlining for all debug levels and add testing 26 July 2013, 04:09:45 UTC
068d558 fix bug in aggressive variable elimination and re-enable it 26 July 2013, 02:56:24 UTC
5ef6cf8 do not flatten ifs without elses 26 July 2013, 02:21:27 UTC
b1c6799 support outlining with minification 25 July 2013, 23:42:40 UTC
e618e71 disable aggressiveVariableElimination for now 25 July 2013, 22:05:00 UTC
6309dc1 do not outline sp assignments, because we need sp to perform an outline call 25 July 2013, 20:00:53 UTC
50d8671 allow mixing minifier extra info with general extra info in js optimizer 25 July 2013, 20:00:23 UTC
cf9f278 fix find_bigfuncs.py 25 July 2013, 16:33:59 UTC
36aa6eb Don't leak the last surface and improve SDL_surface refcount test 25 July 2013, 07:43:30 UTC
9aa1c31 flatten if chains in outliner, and be more careful to avoid outlining through an outline call 25 July 2013, 03:06:54 UTC
d1bf010 fix EXPORT_ALL in asm mode 24 July 2013, 22:23:30 UTC
back to top