https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
9adbe69 try emscripten triple 19 October 2012, 17:12:07 UTC
20d009d use sparc instead of arm as target abi 19 October 2012, 01:20:49 UTC
0658985 use arm as the default target, to avoid x86_fp80 issues 19 October 2012, 00:47:22 UTC
97c679e support ALL.test in test runner 18 October 2012, 19:00:28 UTC
1bf1c38 intel/linux webgl output test runner additions 18 October 2012, 18:51:36 UTC
b71b928 fix closure error in file packager 18 October 2012, 03:34:08 UTC
9981061 support for SDL resize event 17 October 2012, 20:58:42 UTC
ee500a3 UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to support some nonportable code 17 October 2012, 19:44:21 UTC
a2b4acb split up very large js files when passing them into js-optimizer and eliminator, to allow optimizing very large files without node hitting out-of-memory 17 October 2012, 19:44:21 UTC
255ffd7 remove unneeded node checks 17 October 2012, 19:44:21 UTC
30dd27f stop working around v8 bug 1985 which was fixed a while ago 17 October 2012, 19:44:21 UTC
768cdc3 allow changing java heap size for closure via JAVA_HEAP_SIZE env var 17 October 2012, 19:44:21 UTC
f1b51b9 use base64 as websocket protocol 17 October 2012, 19:44:21 UTC
87830ba add non-working websockets test for large amounts of 'random' data 17 October 2012, 19:44:21 UTC
5e2d3c4 Add explicit braces to one-liner if statements in library_egl.js. 17 October 2012, 19:44:20 UTC
aedc5f0 Relax the implementation of eglGetDisplay function to always return the Emscripten EGLDisplay handle. This allows EGL-using GLES2-related tests to pass, they expect to utilize eglGetDisplay as if running on X11. 17 October 2012, 19:44:20 UTC
d2666c2 Implemented more EGL functions. 17 October 2012, 19:44:20 UTC
cede7ac add sscanf support for 'i' 17 October 2012, 19:44:20 UTC
34240fe return identical ids from glGetUniformLocation when we need to 17 October 2012, 19:43:59 UTC
eb466e6 improve runtimelink handling of function aliases 17 October 2012, 19:43:59 UTC
844faf3 do not include C library in shared library 2 17 October 2012, 19:43:59 UTC
9c2c84b disable test_gethostbyname without t2 17 October 2012, 19:43:59 UTC
9af94ff disable jansson in SAFE_HEAP 17 October 2012, 19:43:59 UTC
e5c0673 improve node autodetection 17 October 2012, 19:43:59 UTC
3d14ede Don't explode in emconfigure if no args are passed 17 October 2012, 19:43:59 UTC
02bd5b6 mark jansson test as only for ta2 17 October 2012, 19:43:59 UTC
31bba7e Add `library_jansson` for JSON parsing. Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript. [1] https://github.com/akheron/jansson 17 October 2012, 19:43:59 UTC
860cf61 handle .a with identically named .o ; fixes #637 14 October 2012, 19:39:24 UTC
86c9095 update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0 14 October 2012, 01:44:15 UTC
922608f build libcxx and libcxxabi using direct commands, not a makefile, to make this more easily portable to windows where make is not always present 14 October 2012, 00:10:01 UTC
146bd5f add -O1 testing for embind 14 October 2012, 00:02:44 UTC
45ba35a add parameter to emscripten_set_main_loop to optionally simulate an infinite loop by throwing an exception (like glutMainLoop) 13 October 2012, 17:06:33 UTC
3a156a3 get almost all of embind test passing 12 October 2012, 21:26:22 UTC
217dbc2 embind integration in emcc and work towards a test 12 October 2012, 20:40:12 UTC
706cca7 remove some phi warnings by default 12 October 2012, 20:17:32 UTC
7841ffa embind header fixes 12 October 2012, 20:07:35 UTC
6a17020 Merge branch 'master' into incoming 12 October 2012, 19:56:21 UTC
9234b19 make runtimelink work in the browser 11 October 2012, 23:15:07 UTC
b0098a4 refactor runtimelink test 11 October 2012, 20:21:51 UTC
f377f67 indentation fix 11 October 2012, 19:00:20 UTC
2be2720 emscripten_async_prepare 05 October 2012, 01:13:17 UTC
2ac61df stub for IMG_Load_RW 05 October 2012, 00:31:26 UTC
1cfd5c9 recvmsg and further socket debugging 04 October 2012, 23:06:47 UTC
4a5d352 socket debugging 04 October 2012, 01:30:18 UTC
7cf5981 fix gethostbyname_r 04 October 2012, 00:41:49 UTC
4f2f867 socket listen faking 04 October 2012, 00:38:19 UTC
363ce16 ignore and warn on -Os 03 October 2012, 19:12:22 UTC
20cd149 fix gethostbyname closure error 03 October 2012, 18:29:51 UTC
cc14e2a enet and socket improvements 03 October 2012, 01:41:28 UTC
a607486 sendmsg and recvmsg 03 October 2012, 00:33:50 UTC
5d8c2cf make socket relay parametrizable 03 October 2012, 00:21:31 UTC
5e128f8 socket improvements towards enet test 02 October 2012, 21:52:47 UTC
d62af69 support for connecting to sockets with fake ips from gethostbyname 02 October 2012, 19:41:22 UTC
0035201 gethostbyname initial support 02 October 2012, 19:12:28 UTC
550dc59 preparation for enet testing 02 October 2012, 19:12:28 UTC
7d47c81 improve emscripten.h for native builds 02 October 2012, 19:12:28 UTC
808ec53 fix websocket outgoing queue logic 02 October 2012, 03:45:09 UTC
412ecd6 inet_addr 02 October 2012, 01:24:12 UTC
248b605 clean up websocket tests 02 October 2012, 00:59:56 UTC
fc41ff3 improve websocket harness durability 02 October 2012, 00:16:32 UTC
328e02c websockets test notes and tweaks 01 October 2012, 23:38:50 UTC
6c8ac38 add socket send(), and almost working test 01 October 2012, 23:35:27 UTC
2a4599a make WebsockHarness parametrizable 01 October 2012, 22:09:01 UTC
574eb96 make socket server parametrizable 01 October 2012, 22:07:09 UTC
8c53160 CONFIGURE_CC option to let you define the compiler used when configure-ing 01 October 2012, 18:44:18 UTC
5a7de50 fix file paths with --embed, fixes #597 01 October 2012, 18:02:01 UTC
375982d Merge pull request #592 from imvu/embind-pull-request Embind pull request 01 October 2012, 17:48:28 UTC
b614f2b Merge branch 'incoming' 30 September 2012, 17:24:53 UTC
7eaa780 headers fix; fixes test_inet 30 September 2012, 04:32:09 UTC
917daa5 fix test_split* 30 September 2012, 03:30:15 UTC
fbf5cb1 always run websockets test last because it hangs the test harness 30 September 2012, 03:22:06 UTC
be25346 Merge pull request #594 from larsxschneider/lars/add-split-option Add emcc option "--split <size>" to split javascript file. 30 September 2012, 00:27:56 UTC
c68516a note on file packager 28 September 2012, 23:48:14 UTC
c80eb42 SO_KEEPALIVE 28 September 2012, 22:48:43 UTC
32e88a5 support ioctl-FIONREAD 28 September 2012, 22:37:02 UTC
46b3356 improve websocket harness 28 September 2012, 22:35:18 UTC
77f0580 improve websocket harness 28 September 2012, 21:53:56 UTC
253a112 refactor websockets harness 28 September 2012, 21:05:27 UTC
8e6b210 workaround for libcxx --std=c++11 issue 28 September 2012, 20:53:54 UTC
9070da6 final fixes for websockets test, now passes 28 September 2012, 18:29:18 UTC
fc15d3d fix websockify usage issues and add basic data reading 28 September 2012, 18:16:01 UTC
4298da2 workaround for websockify issue 63 27 September 2012, 23:41:39 UTC
31f7b2a initial (not-yet-working) sockets implementation 27 September 2012, 23:11:55 UTC
dc78d7d Fix assert output. 27 September 2012, 20:26:23 UTC
c70758e Merge branch 'incoming' 26 September 2012, 20:20:05 UTC
e546b42 autoguess ~/.emscripten values on first run, possibly fixes #593 26 September 2012, 19:30:46 UTC
a7fdd2c remove misleading top line in settings when copying it to ~/.emscripten 26 September 2012, 18:55:23 UTC
926b9f5 Merge pull request #589 from LCID-Fire/browser_setcanvassize Implemented Browser.setCanvasSize to have a central point for resizing <... 26 September 2012, 17:57:15 UTC
a11ff3b Merge pull request #581 from LCID-Fire/debian_clang_check Extract check_clang_version into an own function and correct checking so... 26 September 2012, 17:51:45 UTC
0c33345 Add emcc option "--split <size>" to split javascript file. Splits the resulting javascript file into pieces to ease debugging. This option only works if Javascript is generated (target -o <name>.js). Files with function declarations must be loaded before main file upon execution. Without "-g" option: Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js". With "-g" option: Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js". 26 September 2012, 17:30:19 UTC
e5338c8 browser test harness note about allowing popups 26 September 2012, 16:35:35 UTC
58056b5 Break IMVU dependencies in embind javascript 26 September 2012, 06:35:44 UTC
5208548 Break embind's dependency on boost::optional 26 September 2012, 06:25:30 UTC
ec45caf add embind tests 26 September 2012, 01:28:03 UTC
b1f14cf Move embind/emval into emscripten proper 26 September 2012, 01:14:35 UTC
2530052 Move embind C++ implementation into emscripten repository 26 September 2012, 01:14:28 UTC
86305a2 Add embind headers 26 September 2012, 01:14:22 UTC
c74da50 add workaround for older node versions 26 September 2012, 00:45:00 UTC
7975d7a fix null error in settings.js - we need this to be parsable from python too 26 September 2012, 00:27:10 UTC
a070cc8 Merge pull request #590 from imvu/relative-paths-pull-requests Support loading emscripten argument filenames with relative paths 26 September 2012, 00:24:33 UTC
back to top