Age | Commit message (Collapse) | Author |
|
support, and rename option to PRECISE_F32 to be consistent with other precision options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be able to start network access as early as possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresponsive, since it will only print out compilation output messages at the very end of the whole run.
|
|
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.
|
|
|
|
Add locale stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
writeAsciiToMemory
|
|
|
|
|
|
|
|
|
|
|
|
Automatically compile struct_info.json and save the compiled version in the emscripten cache.
|
|
Added a script to extract struct sizes and field offsets as well as constant (#define) values.
|
|
|
|
|
|
|
|
|