Age | Commit message (Collapse) | Author |
|
|
|
that refer to it. fixes #1942
|
|
|
|
statically, and improve testing for that; fixes #1886
|
|
stages, only link them in when building to js or html. closes #1886
|
|
|
|
|
|
|
|
|
|
|
|
added demangling '_main' to 'main()'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--exclude-file
|
|
emscripten_log() and emscripten_get_callstack()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the rest of the browser suite does, instead of always testing user default browser.
|
|
output instead of python pipe, since on linux, spawning chrome browser would run into a mysterious issue where piping the emrun output would hang the python subprocess spawn.
|
|
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.
|
|
|
|
|
|
Implement command line passing to work to emrun when --emrun is passed.
|
|
Clean up test_indirectbr_many with the help of preprocessor macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
emcc
|
|
|
|
|
|
Emrun
|
|
|