Age | Commit message (Expand) | Author |
2013-09-13 | refactor memory initializer code to use run dependenciesfailure | Alon Zakai |
2013-09-13 | clear dependenciesFulfilled after use | Alon Zakai |
2013-09-13 | refactor code to handle when run dependencies reach 0 | Alon Zakai |
2013-09-13 | remove unneeded var | 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-06 | When running out of memory and growing heap size is not allowed, actually pri... | Jukka Jylänki |
2013-08-20 | todo comment on TextDecoder | Alon Zakai |
2013-08-11 | experimental toFloat32 option | Alon Zakai |
2013-08-09 | - always throw an exception in exit | Anthony Pesch |
2013-08-07 | manually fill heap history in write targets of VFS.write|read into the heap | Alon Zakai |
2013-07-31 | added addOnPreRun and addOnPostRun | Anthony Pesch |
2013-07-31 | add some closure aliases | Alon Zakai |
2013-07-30 | Merge pull request #1449 from inolen/postrun_fixes | Alon Zakai |
2013-07-30 | Update test_ccall to not use a postrun hook | Anthony Pesch |
2013-07-29 | - remove code that attempts to propogate _main's exit status through returns... | Anthony Pesch |
2013-07-26 | Merge pull request #1425 from inolen/module_global | Alon Zakai |
2013-07-24 | eliminate default Module global | Anthony Pesch |
2013-07-23 | fix Math.imul closuring | Alon Zakai |
2013-07-22 | no need to closure-guard Math.imul definitions (only used internally anyhow, ... | Alon Zakai |
2013-07-07 | comment on ccall array type being 8 bit | Alon Zakai |
2013-07-03 | Merge pull request #1341 from inolen/pointer_stringify_hang | Alon Zakai |
2013-07-03 | run postSets in a global initializer, before all other global initializers | Alon Zakai |
2013-07-01 | assert on bad pointer in Pointer_stringify | Anthony Pesch |
2013-05-30 | export PGOMonitor | Alon Zakai |
2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
2013-05-21 | show awaited run dependencies only in ASSERTIONS builds | Alon Zakai |
2013-05-21 | Specialize Array/TypedArray in allocate() to avoid unnecessary array construc... | tingyuan |
2013-05-19 | export imul through closure | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-29 | improve safe heap logging | Alon Zakai |
2013-04-19 | support for Runtime.addFunction in asm.js | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-09 | remove ATMAIN hack, use a designated runPostSets function for postSets | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-09 | always load memory initializer asynchronously, to keep shell and web as simil... | Alon Zakai |
2013-04-05 | allow non-ta2 memory initializer loading | Alon Zakai |
2013-04-05 | wait for Browser to show up to fetch memory initializer | Alon Zakai |
2013-04-05 | refactor preRun additions | Alon Zakai |
2013-04-05 | use a separate memory initialization file | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-03-18 | process in chunks in fast path in Pointer_stringify | Alon Zakai |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-18 | make Pointer_stringify argument handling consistent | Alon Zakai |
2013-03-17 | improve error message on memory growth in asm.js | Alon Zakai |
2013-03-15 | add option to disable utf support, and test that in asm2g | Alon Zakai |