Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
fix GLFW glfwGetMouseWheel is reversed bug
|
|
|
|
|
|
|
|
|
|
|
|
global tempRet0, but this fails when asm.js and/or closure are enabled as tempRet0 was declared again inside the asm closure. This fix exports tempRet0 via an accessor method Runtime.getTempRet0() which is visible with or without optimisations being enabled
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
re-merge split nodes early
|
|
|
|
Chrome as well.
|
|
|
|
|
|
|
|
rectangle.
|
|
|
|
Sdl2 touch api additions
|
|
Embind code size reduction by using lightweight RTTI record for non-polymorphic types
|
|
spidermonkey_none
|
|
fix_test_atomic_cxx
|
|
user CMake toolchain files. Also CACHE the variable Emscripten, in the hope of that fixing the visibility issue with variable. Some users have reported that in their CMakeLists.txt files the variable EMSCRIPTEN is not always visible, even though in the Emscripten cmake unit tests it always works. Fixes #2288. Thanks mhenschel!
|
|
runner operation.
|
|
formatting in test_atomic_cxx. Fixes the test on OSX.
|
|
|
|
|
|
|
|
|
|
|
|
|