aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-08stub out console in proxied workerAlon Zakai
2013-09-08test file preloading in workerAlon Zakai
2013-09-08proxy canvas writesAlon Zakai
2013-09-08proxy window.closeAlon Zakai
2013-09-08stubs for proxied getImageData/putImageDataAlon Zakai
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-08track if there is inline js, and if so do not mark as valid asm.jsAlon Zakai
2013-09-08do not assume all postSets from global constants are i32Alon Zakai
2013-09-07when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi...Alon Zakai
2013-09-07some sdl additionsAlon Zakai
2013-09-06handle inline assembly more carefully, avoid it being seen by asm optimizatio...Alon Zakai
2013-09-06Merge pull request #1598 from juj/informative_oom_messageAlon Zakai
2013-09-06improve non-switchification error messageAlon Zakai
2013-09-06fix inline js in x86 target, enable testing sans validation for inline js in ...Alon Zakai
2013-09-05Merge pull request #1581 from inolen/rwfileAlon Zakai
2013-09-05double simplificationsAlon Zakai
2013-09-06add long double aliases for a lot of things.Bruce Mitchener
2013-09-06When running out of memory and growing heap size is not allowed, actually pri...Jukka Jylänki
2013-09-05Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefineAlon Zakai
2013-09-05Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precisionAlon Zakai
2013-09-04Merge pull request #1587 from inolen/openal_buffers_revertAlon Zakai
2013-09-05Improve precision of clock_gettime(). Update clock_getres().Bruce Mitchener
2013-09-04restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabiAlon Zakai
2013-09-04Merge pull request #1582 from waywardmonkeys/simplify-timezoneAlon Zakai
2013-09-04longjmp test across asm modulesAlon Zakai
2013-09-04remove no longer needed library.js constants for some libcxxabi stuff, which ...Alon Zakai
2013-09-04do not emit externals in side modulesAlon Zakai
2013-09-04handle glBufferData usages that are not in WebGL; fixes #1589Alon Zakai
2013-09-04fix repeated calls to glDraw* where the count changes but not the client attr...Alon Zakai
2013-09-04rearranged FS function orderAnthony Pesch
2013-09-04Revert "reimplement getCurrentTime"Anthony Pesch
2013-09-04Single quotes for cDefine.Bruce Mitchener
2013-09-04Simplify some timezone code.Bruce Mitchener
2013-09-03 - added readFile and writeFile helpersAnthony Pesch
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORTAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03add some long double libc stubsAlon Zakai
2013-09-03free H_BASE on cleanupAnthony Pesch
2013-09-03do not eliminate supposedly stub functions in side modules, as they may be im...Alon Zakai
2013-09-03do no run cleanups on dlclose of selfAlon Zakai
2013-09-03typo fix, index is in arguments[0]Anthony Pesch
2013-09-03fix cleanup code to not happen in main moduleAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03move neededTables assignment to right place; fixes test_dlfcn_unique_sigAlon Zakai
2013-09-03use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forwardAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03commentAlon Zakai