Age | Commit message (Collapse) | Author |
|
Conflicts:
src/parseTools.js
src/preamble.js
|
|
test suite
|
|
support, and rename option to PRECISE_F32 to be consistent with other precision options
|
|
|
|
|
|
|
|
|
|
|
|
temp dir
|
|
|
|
|
|
Replace x>>2<<2 and x>>3<<3 with x&-4 and x&-8, respectively, since
an and is cheaper than two shifts.
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
|
|
|
|
logging framework prints out messages unbuffered which is more responsive on Windows.
Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE >= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur.
Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well.
|
|
|
|
|
|
|
|
Automatically compile struct_info.json and save the compiled version in the emscripten cache.
|
|
|
|
|
|
|
|
are able to access other modules, but do not catch exceptions
|
|
|
|
|
|
|
|
|
|
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to
|
|
|
|
|
|
as shared libs
|
|
|
|
|
|
|
|
|
|
|
|
Bring SCons integration up to date with latest incoming and fix some SCons build reliability issues and races
|
|
|
|
|
|
|
|
|
|
Also address style feedback.
|
|
Handle keyboard interrupt in child processes.
|
|
|
|
|