Age | Commit message (Expand) | Author |
2013-09-13 | Provide better impl of __assert_fail(). | Bruce Mitchener |
2013-09-13 | Fix fpclassify with musl libc headers. | Bruce Mitchener |
2013-09-13 | Fix time tests. | Bruce Mitchener |
2013-09-13 | Update to work with new libc headers. | Bruce Mitchener |
2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener |
2013-09-12 | try to use console.log even in workers | Alon Zakai |
2013-09-12 | do not switchify illegally-typed switches | Alon Zakai |
2013-09-12 | Module.logReadFiles option | Alon Zakai |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai |
2013-09-11 | better comment on inline js in asm.js | Alon Zakai |
2013-09-11 | better assertion message for corruption checker and asm | Alon Zakai |
2013-09-11 | listen to blur on the window, not the document, so chrome works | Alon Zakai |
2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves s... | Alon Zakai |
2013-09-10 | Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t... | Jukka Jylänki |
2013-09-10 | Fix UTF-16 surrogate detection. | Jukka Jylänki |
2013-09-10 | Fix UTF32 <-> JS string conversion for non-BMP characters. Turns out JS strin... | Jukka Jylänki |
2013-09-10 | Rename utf32<->jsstring marshalling functions to UTF32ToString and stringToUT... | Jukka Jylänki |
2013-09-10 | Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)... | Jukka Jylänki |
2013-09-10 | remove no longer necessary preventDefault | Alon Zakai |
2013-09-10 | fix preventDefault being called after event has been replaced | Alon Zakai |
2013-09-09 | proxy boundingClientRect | Alon Zakai |
2013-09-09 | preventDefault() when proxying events | Alon Zakai |
2013-09-09 | Merge pull request #1578 from inolen/browser_exception | Alon Zakai |
2013-09-08 | proxy input events | Alon Zakai |
2013-09-08 | stub out console in proxied worker | Alon Zakai |
2013-09-08 | test file preloading in worker | Alon Zakai |
2013-09-08 | proxy canvas writes | Alon Zakai |
2013-09-08 | proxy window.close | Alon Zakai |
2013-09-08 | stubs for proxied getImageData/putImageData | Alon Zakai |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai |
2013-09-08 | track if there is inline js, and if so do not mark as valid asm.js | Alon Zakai |
2013-09-08 | do not assume all postSets from global constants are i32 | Alon Zakai |
2013-09-07 | when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi... | Alon Zakai |
2013-09-07 | some sdl additions | Alon Zakai |
2013-09-06 | handle inline assembly more carefully, avoid it being seen by asm optimizatio... | Alon Zakai |
2013-09-06 | Merge pull request #1598 from juj/informative_oom_message | Alon Zakai |
2013-09-06 | improve non-switchification error message | Alon Zakai |
2013-09-06 | fix inline js in x86 target, enable testing sans validation for inline js in ... | Alon Zakai |
2013-09-05 | Merge pull request #1581 from inolen/rwfile | Alon Zakai |
2013-09-05 | double simplifications | Alon Zakai |
2013-09-06 | add long double aliases for a lot of things. | Bruce Mitchener |
2013-09-06 | When running out of memory and growing heap size is not allowed, actually pri... | Jukka Jylänki |
2013-09-05 | Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefine | Alon Zakai |
2013-09-05 | Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precision | Alon Zakai |
2013-09-04 | Merge pull request #1587 from inolen/openal_buffers_revert | Alon Zakai |
2013-09-05 | Improve precision of clock_gettime(). Update clock_getres(). | Bruce Mitchener |
2013-09-04 | restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabi | Alon Zakai |
2013-09-04 | Merge pull request #1582 from waywardmonkeys/simplify-timezone | Alon Zakai |
2013-09-04 | longjmp test across asm modules | Alon Zakai |
2013-09-04 | remove no longer needed library.js constants for some libcxxabi stuff, which ... | Alon Zakai |