Age | Commit message (Expand) | Author |
2014-06-04 | fix sourceRegex for IE; issue #2400 | Alon Zakai |
2014-06-02 | Merge pull request #2364 from juj/musl_stdio | Alon Zakai |
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
2014-05-27 | fix ccall regex for minified code, and add testing | Alon Zakai |
2014-05-23 | try to fix sourceRegex for IE | Alon Zakai |
2014-05-23 | Improve error messages from SAFE_HEAP_ACCESS function. | Jukka Jylänki |
2014-05-22 | note on ccall/cwrap behavior on strings | Alon Zakai |
2014-05-18 | Use JSfuncs.stackrestore instead of duplicating its code | Ophir LOJKINE |
2014-05-18 | Correct indentation | Ophir LOJKINE |
2014-05-11 | Fix typo: 'litterally' -> 'literally' | Ophir LOJKINE |
2014-05-11 | Remove useless spaces | Ophir LOJKINE |
2014-05-11 | Optimize ccall and cwrap | Ophir LOJKINE |
2014-04-29 | Improve SAFE_HEAP assertion messages to be more informative out of the box. | Jukka Jylänki |
2014-04-24 | check function table masks in safe heap mode | Alon Zakai |
2014-03-11 | improve demangler a little | Alon Zakai |
2014-03-09 | add some text to safe heap asserts | Alon Zakai |
2014-02-23 | emit value in safe heap load logging | Alon Zakai |
2014-02-21 | strict fix: Don't define functions within conditionals or try blocks. | Bruce Mitchener |
2014-02-18 | improve typed arrays error | Alon Zakai |
2014-02-16 | support memory growth in (non-validating) asm.js | Alon Zakai |
2014-02-10 | NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilation | Alon Zakai |
2014-02-07 | improve safe heap tests in asm mode | Alon Zakai |
2014-01-23 | export the runtime; fixes #2041 | Alon Zakai |
2014-01-17 | handle unsigned reads in safe heap | Alon Zakai |
2014-01-16 | enable a form of safe heap in asm, using js optimizer pass to ensure full cov... | Alon Zakai |
2014-01-08 | verify imul correctness, workaround for webkit bug 126345; closes #1991 | Alon Zakai |
2014-01-02 | adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M... | Alon Zakai |
2013-12-20 | Update emscripten_log to work with the handwritten JS demangler. Update tests. | Jukka Jylänki |
2013-11-21 | Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into inco... | Alon Zakai |
2013-11-21 | Add missing semicolons in preamble.js | Daniel Baulig |
2013-11-17 | fix some leaked globals; fixes #1823 | Alon Zakai |
2013-11-12 | ignore first L when demangling, literalness is irrelevant to the main name | Alon Zakai |
2013-11-12 | refactor demangler | Alon Zakai |
2013-11-12 | demangle constructors | Alon Zakai |
2013-11-12 | demangle new and delete | Alon Zakai |
2013-11-09 | optimize fround polyfill a tiny bit | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form "var... | Jukka Jylänki |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-28 | only do run dependency tracking when assertions are on | Alon Zakai |
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-15 | Don't try to demangle call stack on browsers where the feature is not supported. | Jukka Jylänki |
2013-10-13 | demangle arrays | Alon Zakai |
2013-10-13 | add remaining basic demangle types | Alon Zakai |
2013-10-13 | demangle references | Alon Zakai |
2013-10-13 | demangle all functions in stack traces, not just one | Alon Zakai |
2013-10-12 | use stackTrace in various places | Alon Zakai |
2013-10-12 | demangle stacks in abort(), using new stackTrace utility | Alon Zakai |
2013-10-12 | properly demangle cxxabi craziness | Alon Zakai |