Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Emscripten sdl set event handler
|
|
Test js libraries in core
|
|
other.test_js_libraries to the core test suite so that it gets tested in all modes.
|
|
Typedarray memfs
|
|
|
|
messes up line numbers; fixes #2410
|
|
Fixes glfwGetProcAddress calls that were causing a ReferenceError except...
|
|
Add emscripten_get_preloaded_image_data
|
|
|
|
|
|
|
|
performance. Add testing for -s MEMFS_APPEND_TO_TYPED_ARRAYS=1 option.
|
|
filesystem for improved performance, especially when backing to IDBFS.
|
|
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files
Conflicts:
AUTHORS
|
|
|
|
|
|
Musl stdio
|
|
|
|
|
|
closes #2389
|
|
|
|
Upstream from imvu
|
|
correctly increment the reference count of the underlying smart pointer.
|
|
|
|
Conflicts:
AUTHORS
|
|
GL_INVALID_ENUM error on unrecognized formats or types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
specifiers. According to the standard, %255c matches exactly 255 characters, while %255s matches up to 255 characters.
|
|
that triple is now deprecated.
|
|
|
|
|
|
|
|
JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf.
|
|
|
|
whole test (Settings.CORRECT_SIGNS = 1). The new musl libc isdigit() function depends on that.
|
|
|