https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
a957cf3 relocate GL procs so that they can be implemented in C but the library version still be run through a function pointer 06 July 2013, 17:00:29 UTC
0d84667 comments 04 July 2013, 23:36:03 UTC
c9027f5 improve warning text 04 July 2013, 04:54:06 UTC
c1ea8dc fix test_static_link for the case where spidermonkey shell is not in JS_ENGINES 04 July 2013, 04:32:21 UTC
455fc9b Merge pull request #1341 from inolen/pointer_stringify_hang assert on bad pointer in Pointer_stringify 04 July 2013, 01:31:57 UTC
753cf7f move emlink docs to wiki; add link to them 04 July 2013, 00:43:39 UTC
f272e0e add working bullet static linking test 03 July 2013, 23:58:01 UTC
6ad418d force-include .a contents of multiple archives when they are the only inputs aside from linked libraries 03 July 2013, 23:57:44 UTC
0903bbc enable working zlib static linking test 03 July 2013, 23:18:57 UTC
e6c426b force-include .a contents when it is the only input aside from linked libraries 03 July 2013, 23:18:29 UTC
2e57075 fix test_source_map 03 July 2013, 22:52:42 UTC
dea79e5 parse i64-to-ptr conversions of constants at compile time 03 July 2013, 22:50:45 UTC
0774a0a fix test_openjpeg 03 July 2013, 22:38:02 UTC
405d75e stop emitting no-longer-needed alias constants 03 July 2013, 22:31:05 UTC
a4d526c move runPostSets into asm module 03 July 2013, 22:31:05 UTC
1804c48 run postSets in a global initializer, before all other global initializers 03 July 2013, 22:31:05 UTC
c8065da remove old comment 03 July 2013, 22:31:05 UTC
2657616 add function pointers test 03 July 2013, 22:31:05 UTC
c3965c1 fix test harness 03 July 2013, 22:31:05 UTC
b9f5f84 fix f_bases handling in static linker 03 July 2013, 22:31:05 UTC
1ff89fa refactor static link test and add todo 03 July 2013, 22:31:05 UTC
729e1fe emit F_BASE 03 July 2013, 22:31:05 UTC
5beb8da do not relocate function pointers when no need to (no such table in parent) 03 July 2013, 22:31:05 UTC
aebf1a7 refactor getIndex calls to include the signature 03 July 2013, 22:31:05 UTC
1f4e095 handle multiple F_BASE_.. in relocation 03 July 2013, 22:31:05 UTC
4a907af always do globaldce (and potentially strip-debug), even when we are building something linkable 03 July 2013, 22:31:05 UTC
fa5cc31 mark internal globals as private as well 03 July 2013, 22:31:05 UTC
8b68c8a fix relocation of global linkable variables, enable iostream module linking test 03 July 2013, 22:31:05 UTC
218696c add a naming to globals that can be linked and used across modules 03 July 2013, 22:31:05 UTC
cde6b80 warn on undefined global variables after linking 03 July 2013, 22:31:05 UTC
f4adcce refactor sendings linking 03 July 2013, 22:31:05 UTC
4f9dfa2 refactor linking of imports 03 July 2013, 22:31:04 UTC
a98a8a9 add missing newline 03 July 2013, 22:31:04 UTC
461478f testing for using libc in a side module, and forcing inclusion of libc making it work 03 July 2013, 22:31:04 UTC
5b27fcf allow picking a library to force inclusion of in EMCC_FORCE_STDLIBS 03 July 2013, 22:31:04 UTC
650a1d7 finalize floats during relocation in side modules 03 July 2013, 22:31:04 UTC
2c44a12 docs 03 July 2013, 22:31:04 UTC
1d043dd testing for linking with malloc 03 July 2013, 22:31:04 UTC
0a77a10 simplify heap initializer merging 03 July 2013, 22:31:04 UTC
803b1bc prepare for libc++ linking test 03 July 2013, 22:31:04 UTC
ef34fd4 add various aborting stubs for libc stuff used in libc++ 03 July 2013, 22:31:04 UTC
ef9e867 coerce in cmpxchg 03 July 2013, 22:31:04 UTC
549f104 include fastLong in FULL_LIBRARY 03 July 2013, 22:31:04 UTC
48edb13 emit proper filler functions in merged function tables 03 July 2013, 22:31:04 UTC
8544ce1 do not add imports that are implemented by the main module 03 July 2013, 22:31:04 UTC
8c44f91 handle function table updates with nested braces 03 July 2013, 22:31:04 UTC
41645b7 fix enlarging of merged function tables 03 July 2013, 22:31:04 UTC
5e360b7 fix non-linking of C libs in side modules 03 July 2013, 22:31:04 UTC
fd7ca56 finish function table merging and enable testing 03 July 2013, 22:31:04 UTC
7596d28 refactor invoke generation and add missing invokes when linking 03 July 2013, 22:31:04 UTC
7be8c34 do not link in C libraries in side modules 03 July 2013, 22:31:04 UTC
dda4942 assert on no nesting in function table updates during linking 03 July 2013, 22:31:04 UTC
56d117e wip test for merging function tables 03 July 2013, 22:31:04 UTC
ca79765 update function table masks 03 July 2013, 22:31:04 UTC
ca59b24 merge function tables 03 July 2013, 22:31:04 UTC
91e27cc link docs 03 July 2013, 22:31:04 UTC
f5c71a9 clone aliased functions in shared modules 03 July 2013, 22:31:04 UTC
11db722 apply replacements to module defs, and add testing for merging of overlapping global initializers 03 July 2013, 22:31:03 UTC
0de466d apply replacements to exports 03 July 2013, 22:31:03 UTC
077b37c apply replacements in global initializer merging 03 July 2013, 22:31:03 UTC
585b3d7 merge global initializers 03 July 2013, 22:31:03 UTC
fd36ac8 standardize global initializers syntax 03 July 2013, 22:31:03 UTC
b231d9f add optional header to test_static_link 03 July 2013, 22:31:03 UTC
0561274 fix memory initializer counting and add test for merging of two of them 03 July 2013, 22:31:03 UTC
5e01920 fix heap merging, add padding and offset adjustment, basic test passes in reverse as well 03 July 2013, 22:31:03 UTC
b0e85bc merge module defs 03 July 2013, 22:31:03 UTC
405928b merge exports 03 July 2013, 22:31:03 UTC
20e81c4 begin work on memory relocation 03 July 2013, 22:31:03 UTC
8bd809c refactor test 03 July 2013, 22:31:03 UTC
3e03187 first working static linking test 03 July 2013, 22:31:03 UTC
8c72d67 move memory initializer pattern to shared 03 July 2013, 22:31:03 UTC
9663d80 cleanup 03 July 2013, 22:31:03 UTC
cdea2d3 test improvements 03 July 2013, 22:31:03 UTC
74e6002 cleanups 03 July 2013, 22:31:03 UTC
af60ede ifdef out gl emulation when disabled 03 July 2013, 22:31:03 UTC
5e2839d remove duplicate function marker 03 July 2013, 22:31:03 UTC
31edf8e fix detection of whether we know which are the generated functions in js optimizer 03 July 2013, 22:31:03 UTC
54aecff allow extra info in js optimizer, and send relocate pass info that way 03 July 2013, 22:31:03 UTC
5cee70c invoke relocation pass in js optimizer 03 July 2013, 22:31:03 UTC
b65d9c3 start writing out a combined module 03 July 2013, 22:31:03 UTC
754ba99 refactor and calculate new imports 03 July 2013, 22:31:03 UTC
0af083b start to parse imports 03 July 2013, 22:31:03 UTC
f2178dc start to parse asm modules 03 July 2013, 22:31:03 UTC
c8ba746 comment 03 July 2013, 22:31:03 UTC
190b20e DISABLE_GL_EMULATION option 03 July 2013, 22:31:02 UTC
fac77c3 initial setup 03 July 2013, 22:31:02 UTC
fc397a9 Merge pull request #1343 from int3/firstrun-paths Fix and test for find_executable. 03 July 2013, 04:27:28 UTC
fe3655d Fix and test for find_executable. 02 July 2013, 10:39:05 UTC
0a2260a Optimize (x<y)&1 Add an optimization to simplifyExpressionsPre to replace (x<y)&1 with x<y if possible. This comes up frequently in C++ with bool variables. 02 July 2013, 00:29:45 UTC
f1d7b1b assert on bad pointer in Pointer_stringify 02 July 2013, 00:06:01 UTC
01708b7 Merge pull request #1335 from inolen/module_exports Module export improvements 01 July 2013, 18:21:29 UTC
6fe5cf7 Merge branch 'master' of github.com:josephg/emscripten into incoming 01 July 2013, 18:16:04 UTC
4fc8717 update tests 01 July 2013, 18:14:41 UTC
1f8cdac - Added MODULE_NAME setting to control global module export 01 July 2013, 18:02:05 UTC
dfa6470 Added Joseph Gentle to authors 01 July 2013, 17:35:41 UTC
f29ffc1 Merge pull request #1338 from mnaamani/nodesockets ipv6 related improvements 01 July 2013, 17:26:43 UTC
547b13c do not optimize while into do-while if there are continues; fixes #1337 30 June 2013, 19:49:32 UTC
6e3a916 Merge pull request #1336 from int3/csmith Some tweaks to make CSmith easier to setup / debug. 30 June 2013, 17:31:05 UTC
77b9c55 Fixed emscripten_get_now in a shell 30 June 2013, 17:04:39 UTC
d3307c5 align sin6_family of sockaddr_in6 with other socket address structures 29 June 2013, 19:11:03 UTC
back to top