Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix 64bit long return issue
|
|
|
|
|
|
the testsuite.
|
|
|
|
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
|
|
|
|
|
|
|
|
fs-tracking
|
|
Fix embind/asm.js in PRECISE_F32 mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable embind in fastcomp/asm.js
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
(which has less overhead than the previous helper)
|
|
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.
|
|
|
|
|
|
wrapper types.
|
|
EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0, then use a lighter type identifier. This shaves 175 KB off of our engine's minified JavaScript.
|
|
|
|
|
|
|
|
|