Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Removed specific callbacks for directories and files, opting instead
for callbacks that apply to generic paths.
|
|
a file has been written to.
|
|
|
|
|
|
|
|
|
|
Enable embind in fastcomp/asm.js
|
|
|
|
|
|
|
|
|
|
|
|
fix GLFW glfwGetMouseWheel is reversed bug
|
|
|
|
|
|
|
|
direct access. See issue #2249."
This reverts commit 50bcf89f21c098aa54033733b33cb66c6c56d7ce.
It broke asm.js validation.
|
|
|
|
|
|
github.com:usagi/emscripten into incoming
Conflicts:
AUTHORS
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
glfwSetKeyCallback; fixes #1320
|
|
|
|
|
|
asm.js-ify some LLVM intrinsics
|
|
(which has less overhead than the previous helper)
|