aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-19emit unreachable throws only in ASSERTIONS modeAlon Zakai
2012-10-19do not forward worker stdio by default ; fixes test_workerAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
2012-10-20document SMALL_CHUNKSJanus
2012-10-19save benchmarks with different namesAlon Zakai
2012-10-19assert on stack being too large compared to total memoryAlon Zakai
2012-10-19add argument to emscripten_async_prepare_dataAlon Zakai
2012-10-19emscripten_async_prepare_dataAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-10-19add tests for chunked binary web worker xhrJanus
2012-10-18support ALL.test in test runnerAlon Zakai
2012-10-18intel/linux webgl output test runner additionsAlon Zakai
2012-10-17fix closure error in file packagerAlon Zakai
2012-10-17support for SDL resize eventAlon Zakai
2012-10-17UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...Alon Zakai
2012-10-17split up very large js files when passing them into js-optimizer and eliminat...Alon Zakai
2012-10-17remove unneeded node checksAlon Zakai
2012-10-17stop working around v8 bug 1985 which was fixed a while agoAlon Zakai
2012-10-17allow changing java heap size for closure via JAVA_HEAP_SIZE env varAlon Zakai
2012-10-17use base64 as websocket protocolAlon Zakai
2012-10-17add non-working websockets test for large amounts of 'random' dataAlon Zakai
2012-10-17Add explicit braces to one-liner if statements in library_egl.js.Jukka Jylänki
2012-10-17Relax the implementation of eglGetDisplay function to always return the Emscr...Jukka Jylänki
2012-10-17Implemented more EGL functions.Jukka Jylänki
2012-10-17add sscanf support for 'i'Alon Zakai
2012-10-17return identical ids from glGetUniformLocation when we need toAlon Zakai
2012-10-17improve runtimelink handling of function aliasesAlon Zakai
2012-10-17do not include C library in shared library 2Alon Zakai
2012-10-17disable test_gethostbyname without t2Alon Zakai
2012-10-17disable jansson in SAFE_HEAPAlon Zakai
2012-10-17improve node autodetectionAlon Zakai
2012-10-17Don't explode in emconfigure if no args are passedRiccardo Magliocchetti
2012-10-17mark jansson test as only for ta2Alon Zakai
2012-10-17Add `library_jansson` for JSON parsing.Lars Schneider
2012-10-17Support for servers without byte serving, various small fixesJanus
2012-10-15disable test_gethostbyname without t2Alon Zakai
2012-10-15disable jansson in SAFE_HEAPAlon Zakai
2012-10-15improve node autodetectionAlon Zakai
2012-10-14Merge pull request #638 from xrmx/emptyargsAlon Zakai
2012-10-14mark jansson test as only for ta2Alon Zakai
2012-10-14Merge pull request #636 from larsxschneider/json_parserAlon Zakai
2012-10-14handle .a with identically named .o ; fixes #637Alon Zakai
2012-10-14Add `library_jansson` for JSON parsing.Lars Schneider
2012-10-14Don't explode in emconfigure if no args are passedRiccardo Magliocchetti
2012-10-13update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0Alon Zakai
2012-10-13build libcxx and libcxxabi using direct commands, not a makefile, to make thi...Alon Zakai
2012-10-13add -O1 testing for embindAlon Zakai
2012-10-13add parameter to emscripten_set_main_loop to optionally simulate an infinite ...Alon Zakai
2012-10-12get almost all of embind test passingAlon Zakai