aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22Merge branch 'master' into incomingAlon Zakai
2012-10-22switch benchmark suite to -O2+ from -O3Alon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-22Merge branch 'incoming'Alon Zakai
2012-10-22fix SAFE_HEAP historyAlon Zakai
2012-10-22fix strtok temp state ; fixes #658Alon Zakai
2012-10-22fix array detection in preadAlon Zakai
2012-10-21listen to glut events on glutInit, so it works even without main loopAlon Zakai
2012-10-20check node version is at least 0.6.8, which is the first to not have v8 bug 1...Alon Zakai
2012-10-20report times of passes in EMCC_DEBUGAlon Zakai
2012-10-20implement simplifyZeroComp js optimizer pass, not yet executedAlon Zakai
2012-10-20restore workaround for v8 bug 1895Alon Zakai
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