aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
Conflicts: AUTHORS src/library_sdl.js tools/shared.py
2013-09-29 - append to Building.COMPILER_TEST_OPTS for unistd testsAnthony Pesch
2013-09-29Merge pull request #1601 from inolen/idbfsAlon Zakai
NODEFS and IDBFS support
2013-09-29 - added basic nodefs r/w testAnthony Pesch
2013-09-29 - added test for FS.syncfs functionalityAnthony Pesch
2013-09-27make sure to only fast-path stuff we expectAlon Zakai
2013-09-27improve intertyper profilerAlon Zakai
2013-09-27clean up intertyper paths forkAlon Zakai
2013-09-27fix load fast path regexpAlon Zakai
2013-09-27better relooper load errorAlon Zakai
2013-09-27restructure fast paths code flowAlon Zakai
2013-09-27fast-path simple loadsAlon Zakai
2013-09-27fix fast path regexpAlon Zakai
2013-09-27fast-path simple gepsAlon Zakai
2013-09-27intertyper fast paths setup and proof of conceptAlon Zakai
2013-09-27debugging stuffAlon Zakai
2013-09-27improve processMathOp quotingAlon Zakai
2013-09-27better check for when things need quotingAlon Zakai
2013-09-27=== in isLocalVarAlon Zakai
2013-09-27- updated several unistd tests to test against NODEFSAnthony Pesch
2013-09-27 - added idbfs and nodefsAnthony Pesch
- minor coding convention fixes
2013-09-27 - made chdir use FS.chdirAnthony Pesch
- changed direct references to FS.currentPath to use FS.cwd() - fixed mountpoint resolving in mount - added async FS.syncfs
2013-09-26intertyper profilerAlon Zakai
2013-09-26optimize parseLLVMStringAlon Zakai
2013-09-26add total time to html compiler phaseAlon Zakai
2013-09-26optimize makeSignOpAlon Zakai
2013-09-26hackish optimization for pre processing of heap inits, avoid pure numeric ↵Alon Zakai
strings
2013-09-26fix getFastValue regressionAlon Zakai
2013-09-26remove makeGetPos and part of noNeedFirstAlon Zakai
2013-09-26add slack to test_sdl_canvas_alphaAlon Zakai
2013-09-26fix debug printoutAlon Zakai
2013-09-26optimize getFastValueAlon Zakai
2013-09-26Merge pull request #1669 from ngld/fix-sscanf-whitespaceAlon Zakai
Fix #1668: whiteSpace in _scanString should use only char codes as keys
2013-09-26Merge pull request #1631 from juj/responsive_loggingAlon Zakai
Responsive logging
2013-09-26Don'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-26Use 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-25Merge pull request #1671 from waywardmonkeys/iconvAlon Zakai
Add iconv
2013-09-26Bump version.1.6.3Bruce Mitchener
2013-09-26Add iconv from musl.Bruce Mitchener
2013-09-25Merge pull request #1670 from waywardmonkeys/add-locale-stuffAlon Zakai
Add locale stuff
2013-09-25optimize getFastValueAlon Zakai
2013-09-26Bump version.1.6.2Bruce Mitchener
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Implement locale-ignoring strcoll_l.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-25hide output by default in compiler_funcs.html, main use is profilingAlon Zakai
2013-09-25try to load relooper for src dir, if not in expected locationAlon Zakai
2013-09-25add option to run funcs stage in the browserAlon Zakai
2013-09-25remove duplicate temp file cleanupAlon Zakai
2013-09-25fix save_debug_filesAlon Zakai