Age | Commit message (Collapse) | Author |
|
should not have been printed, but queued to be printed later.
|
|
needed by public use when user wants to emscripten_log with a C callstack. Remove redundant emscripten_demangle function.
|
|
|
|
emscripten_get_callstack.
|
|
log messages with callstack information, and function emscripten_get_callstack(), which allows programmatically obtaining the current callstack.
|
|
eglCreateContext.
|
|
EGL_CONTEXT_CLIENT_VERSION field when creating a context. Require the version number 2, since WebGL1 maps to GLES2.
|
|
|
|
|
|
|
|
|
|
|
|
Optimize away masks on stores to HEAP8 and HEAP16.
|
|
Implement command line passing to work to emrun when --emrun is passed.
|
|
Clean up test_indirectbr_many with the help of preprocessor macros
|
|
Optimize HEAP8[i] = x & 255 to HEAP8[i] = x, and similar for HEAP16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--android --list_browsers is called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ordering with explicit synchronization.
|
|
|
|
|
|
|
|
|
|
handled; fixes #1918
|
|
Conflicts:
emcc
|
|
|
|
|
|
Emrun
|
|
|
|
Fix indentation of core test files
|
|
fix typo
|
|
simplifies with alias
|
|
Incoming
|
|
|
|
|
|
|
|
|
|
|
|
|