Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai | |
Conflicts: AUTHORS src/library_sdl.js tools/shared.py | |||
2013-09-29 | - append to Building.COMPILER_TEST_OPTS for unistd tests | Anthony Pesch | |
2013-09-29 | Merge pull request #1601 from inolen/idbfs | Alon Zakai | |
NODEFS and IDBFS support | |||
2013-09-29 | - added basic nodefs r/w test | Anthony Pesch | |
2013-09-29 | - added test for FS.syncfs functionality | Anthony Pesch | |
2013-09-27 | make sure to only fast-path stuff we expect | Alon Zakai | |
2013-09-27 | improve intertyper profiler | Alon Zakai | |
2013-09-27 | clean up intertyper paths fork | Alon Zakai | |
2013-09-27 | fix load fast path regexp | Alon Zakai | |
2013-09-27 | better relooper load error | Alon Zakai | |
2013-09-27 | restructure fast paths code flow | Alon Zakai | |
2013-09-27 | fast-path simple loads | Alon Zakai | |
2013-09-27 | fix fast path regexp | Alon Zakai | |
2013-09-27 | fast-path simple geps | Alon Zakai | |
2013-09-27 | intertyper fast paths setup and proof of concept | Alon Zakai | |
2013-09-27 | debugging stuff | Alon Zakai | |
2013-09-27 | improve processMathOp quoting | Alon Zakai | |
2013-09-27 | better check for when things need quoting | Alon Zakai | |
2013-09-27 | === in isLocalVar | Alon Zakai | |
2013-09-27 | - updated several unistd tests to test against NODEFS | Anthony Pesch | |
2013-09-27 | - added idbfs and nodefs | Anthony Pesch | |
- minor coding convention fixes | |||
2013-09-27 | - made chdir use FS.chdir | Anthony Pesch | |
- changed direct references to FS.currentPath to use FS.cwd() - fixed mountpoint resolving in mount - added async FS.syncfs | |||
2013-09-26 | intertyper profiler | Alon Zakai | |
2013-09-26 | optimize parseLLVMString | Alon Zakai | |
2013-09-26 | add total time to html compiler phase | Alon Zakai | |
2013-09-26 | optimize makeSignOp | Alon Zakai | |
2013-09-26 | hackish optimization for pre processing of heap inits, avoid pure numeric ↵ | Alon Zakai | |
strings | |||
2013-09-26 | fix getFastValue regression | Alon Zakai | |
2013-09-26 | remove makeGetPos and part of noNeedFirst | Alon Zakai | |
2013-09-26 | add slack to test_sdl_canvas_alpha | Alon Zakai | |
2013-09-26 | fix debug printout | Alon Zakai | |
2013-09-26 | optimize getFastValue | Alon Zakai | |
2013-09-26 | Merge pull request #1669 from ngld/fix-sscanf-whitespace | Alon Zakai | |
Fix #1668: whiteSpace in _scanString should use only char codes as keys | |||
2013-09-26 | Merge pull request #1631 from juj/responsive_logging | Alon Zakai | |
Responsive logging | |||
2013-09-26 | Don't do Popen workaround on Windows by default, since the cmdline -> call ↵ | Jukka Jylänki | |
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. | |||
2013-09-26 | Use the logging framework instead of print, to be consistent and as the ↵ | Jukka Jylänki | |
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-25 | Merge pull request #1671 from waywardmonkeys/iconv | Alon Zakai | |
Add iconv | |||
2013-09-26 | Bump version.1.6.3 | Bruce Mitchener | |
2013-09-26 | Add iconv from musl. | Bruce Mitchener | |
2013-09-25 | Merge pull request #1670 from waywardmonkeys/add-locale-stuff | Alon Zakai | |
Add locale stuff | |||
2013-09-25 | optimize getFastValue | Alon Zakai | |
2013-09-26 | Bump version.1.6.2 | Bruce Mitchener | |
2013-09-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener | |
2013-09-26 | Implement locale-ignoring strcoll_l. | Bruce Mitchener | |
2013-09-26 | Add a lot of locale code. | Bruce Mitchener | |
2013-09-25 | hide output by default in compiler_funcs.html, main use is profiling | Alon Zakai | |
2013-09-25 | try to load relooper for src dir, if not in expected location | Alon Zakai | |
2013-09-25 | add option to run funcs stage in the browser | Alon Zakai | |
2013-09-25 | remove duplicate temp file cleanup | Alon Zakai | |
2013-09-25 | fix save_debug_files | Alon Zakai | |