Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 4a54aa9027 hackish emscript_fast toolchain integrations 2013-11-19 18:19:48 -08:00
Jukka Jylänki 3488df1fa0 Use the logging framework instead of print, to be consistent and as the 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.
2013-09-26 12:44:54 +03:00
Alon Zakai e33179a36b fix asm validation of side modules 2013-09-03 14:41:30 -07:00
Anthony Pesch fe3533636b - added tests for tcgetattr / tcsetattr
- made test_stdin async to work in the node environment
 - clearerr should reset both eof and error indicators
 - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case
2013-08-29 12:57:33 -07:00
Alon Zakai a864b58025 use -- for jsc 2013-08-19 15:17:09 -07:00
Chad Austin d0423ad1cc Move run_js into jsrun.py (work towards breaking emscripten.py's dependency on shared, which requires .emscripten at import time) 2013-03-04 19:14:38 -08:00