aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-14dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9Alon Zakai
2013-09-13Merge pull request #1620 from waywardmonkeys/remove-cxx-mangled-catgetsAlon Zakai
2013-09-14Remove C++ mangled catgets / catopen / catclose.Bruce Mitchener
2013-09-13tolerate SDL_Delay in workersAlon Zakai
2013-09-13RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8Alon Zakai
2013-09-13refactor memory initializer code to use run dependenciesfailureAlon Zakai
2013-09-13emscripten_async_load_scriptAlon Zakai
2013-09-13clear dependenciesFulfilled after useAlon Zakai
2013-09-13refactor code to handle when run dependencies reach 0Alon Zakai
2013-09-13remove unneeded varAlon Zakai
2013-09-13add some stubs for libc needed by libc++Alon Zakai
2013-09-13Change various 64 bit typedefs over to 32 bit.Bruce Mitchener
2013-09-13gethostbyname_r update.Bruce Mitchener
2013-09-13Fix sockaddr struct definitions for musl.Bruce Mitchener
2013-09-13Handle fpclassify and signbit for long double.failsBruce Mitchener
2013-09-13Provide better impl of __assert_fail().Bruce Mitchener
2013-09-13Fix fpclassify with musl libc headers.Bruce Mitchener
2013-09-13Fix time tests.Bruce Mitchener
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-12try to use console.log even in workersAlon Zakai
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-09-12Module.logReadFiles optionAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11better comment on inline js in asm.jsAlon Zakai
2013-09-11better assertion message for corruption checker and asmAlon Zakai
2013-09-11listen to blur on the window, not the document, so chrome worksAlon Zakai
2013-09-10handle flexible arrays at the end of structs, whose elements are themselves s...Alon Zakai
2013-09-10Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t...Jukka Jylänki
2013-09-10Fix UTF-16 surrogate detection.Jukka Jylänki
2013-09-10Fix UTF32 <-> JS string conversion for non-BMP characters. Turns out JS strin...Jukka Jylänki
2013-09-10Rename utf32<->jsstring marshalling functions to UTF32ToString and stringToUT...Jukka Jylänki
2013-09-10Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)...Jukka Jylänki
2013-09-10remove no longer necessary preventDefaultAlon Zakai
2013-09-10fix preventDefault being called after event has been replacedAlon Zakai
2013-09-09proxy boundingClientRectAlon Zakai
2013-09-09preventDefault() when proxying eventsAlon Zakai
2013-09-09Merge pull request #1578 from inolen/browser_exceptionAlon Zakai
2013-09-08proxy input eventsAlon Zakai
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