Age | Commit message (Collapse) | Author |
|
|
|
|
|
BananaBread crashes
|
|
|
|
|
|
Fix 64bit long return issue
|
|
|
|
when including emscripten.h in native builds.
|
|
|
|
the testsuite.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ffdb.py
|
|
Run js retcode assert
|
|
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
|
|
|
|
operate Firefox OS devices from the command line.
|
|
|
|
|
|
the fround polyfill
|
|
Runtime.stackSave and Runtime.stackRestore assignments to their respective versions in the asm namespace. Reran test suite and retested with my own app which makes heavy use of stackSave and stackRestore.
|
|
|
|
|
|
|
|
|
|
fs-tracking
|
|
Fix embind/asm.js in PRECISE_F32 mode
|
|
|
|
|
|
|
|
|
|
https://github.com/kripken/emscripten/pull/1673 .
|
|
|
|
|
|
|
|
Bind std::basic_string<unsigned char> to js strings based on incoming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
see also #2310
|
|
labels on ifs in some cases; fixes #2302
|
|
More detailed SAFE_HEAP.
|
|
would be reported, but not bubble up and be caught by the callers
of the FS methods since the callers will interpret those as problems
with the FS code and report them as such (which is very confusing).
Also removed the "willClose" call as I don't use it.
|