Age | Commit message (Expand) | Author |
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 |
2013-09-04 | do not emit externals in side modules | Alon Zakai |
2013-09-04 | handle glBufferData usages that are not in WebGL; fixes #1589 | Alon Zakai |
2013-09-04 | fix repeated calls to glDraw* where the count changes but not the client attr... | Alon Zakai |
2013-09-04 | rearranged FS function order | Anthony Pesch |
2013-09-04 | Revert "reimplement getCurrentTime" | Anthony Pesch |
2013-09-04 | Single quotes for cDefine. | Bruce Mitchener |
2013-09-04 | Simplify some timezone code. | Bruce Mitchener |
2013-09-03 | - added readFile and writeFile helpers | Anthony Pesch |
2013-09-03 | add extCall_* methods in asm dlopen support, parallel to invoke in that they ... | Alon Zakai |
2013-09-03 | abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORT | Alon Zakai |
2013-09-03 | refactor dlfcn support into DLFCN | Alon Zakai |
2013-09-03 | add some long double libc stubs | Alon Zakai |
2013-09-03 | free H_BASE on cleanup | Anthony Pesch |
2013-09-03 | do not eliminate supposedly stub functions in side modules, as they may be im... | Alon Zakai |
2013-09-03 | do no run cleanups on dlclose of self | Alon Zakai |
2013-09-03 | typo fix, index is in arguments[0] | Anthony Pesch |
2013-09-03 | fix cleanup code to not happen in main module | Alon Zakai |
2013-09-03 | clean up shared modules when dlclose()d | Alon Zakai |
2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai |
2013-09-03 | move neededTables assignment to right place; fixes test_dlfcn_unique_sig | Alon Zakai |
2013-09-03 | use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forward | Alon Zakai |
2013-09-03 | support function pointer calls across asm modules by passing them all through... | Alon Zakai |
2013-09-03 | use addFunction in dlsym, and define F_BASE in side modules so they can run a... | Alon Zakai |
2013-09-03 | comment | Alon Zakai |