Age | Commit message (Expand) | Author |
2014-07-22 | EMCC_ONLY_FORCED_STDLIBS option | Alon Zakai |
2014-07-21 | DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace() | Alon Zakai |
2014-07-21 | move isxdigit from libcextra to libc | Alon Zakai |
2014-07-21 | move new.cpp from libc into libcxxabi | Alon Zakai |
2014-07-21 | do not warn on malloc not present, we do so at runtime if used (+commented co... | Alon Zakai |
2014-07-21 | build enough of libcxxabi to support bad_typeid without undefined symbols; 1.... | Alon Zakai |
2014-07-17 | strsignal; 1.21.4; fixes #2532 | Alon Zakai |
2014-07-16 | Improve previous fix to take into account different error numbers. | Jukka Jylänki |
2014-07-16 | Add instructions to ffdb.py when user is missing the app name to ffdb.py log ... | Jukka Jylänki |
2014-07-16 | Fix ffdb.py to automatically attempt adb port forward when error 107 'Transpo... | Jukka Jylänki |
2014-07-15 | Use shared.listify() in tools/validate_asmjs.py, and enhance error message is... | Jukka Jylänki |
2014-07-14 | c-define __EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__ as t... | Alon Zakai |
2014-07-12 | Fix tools/validate_asmjs.py to not throw if SPIDERMONKEY_ENGINE is not proper... | Jukka Jylänki |
2014-07-11 | better warning on huge functions | Alon Zakai |
2014-07-11 | limit error output from fastcomp invocation of compiler.js, to make errors cl... | Alon Zakai |
2014-07-11 | Merge pull request #2513 from juj/improve_cmake_for_sdl2 | juj |
2014-07-10 | build libcxxabi exception.cpp; 1.21.3 | Alon Zakai |
2014-07-10 | Fix a long-standing CMake toolchain issue where the toolchain was not able to... | Jukka Jylänki |
2014-07-10 | When using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAK... | Jukka Jylänki |
2014-07-09 | generate libc/libc++ using multiple cores | Alon Zakai |
2014-07-08 | Merge pull request #2496 from waywardmonkeys/fix-relooper-setting | Alon Zakai |
2014-07-08 | Fix up the change in previous commit to abort libc build if nonzero return co... | Jukka Jylänki |
2014-07-08 | Fix Python process spawn deadlock issues when building system libc. | Jukka Jylänki |
2014-07-08 | Let -s RELOOPER work correctly. | Bruce Mitchener |
2014-07-06 | fix bug in resurrected optimizeShifts not popping the stack; fixes slow2.test... | Alon Zakai |
2014-07-05 | add support for ffs libc function. | Sebastien Ronsse |
2014-07-05 | ressurect optimizeShifts (just in js optimizer and tests), with a fix for ens... | Alon Zakai |
2014-07-02 | update musl from 0.9.13 to 1.0.3 | Alon Zakai |
2014-07-02 | check return codes when building system libs | Alon Zakai |
2014-07-01 | clean up how PYTHON is specified. it is not specified in .emscripten by default | Chad Austin |
2014-06-26 | by default, require that subcommands actually succeed. there were scenarios ... | Chad Austin |
2014-06-13 | Fix ffdb.py issue on Windows where user cannot abort logging with Ctrl-C. Add... | Jukka Jylänki |
2014-06-11 | Hide false warnings in 'ffdb.py install --run --log' if app was not installed... | Jukka Jylänki |
2014-06-11 | Improve Ctrl-C exception detection to cover the whole ffdb.py app. | Jukka Jylänki |
2014-06-10 | Add support for printing out a memory summary of a running application with f... | Jukka Jylänki |
2014-06-10 | Add support for printing FFOS device system description fields (deviceActor g... | Jukka Jylänki |
2014-06-10 | Fix ffdb issue when taking a screenshot and the screenshot is small enough to... | Jukka Jylänki |
2014-06-10 | Fix message queueing issue in ffdb.py which could discard log messages if the... | Jukka Jylänki |
2014-06-09 | minor clean | Lu Wang |
2014-06-09 | Add support for passing --run command to ffdb install&launch when a packaged ... | Jukka Jylänki |
2014-06-09 | Add options --run and --log to ffdb launch and install commands for conveniency. | Jukka Jylänki |
2014-06-09 | Merge pull request #2399 from waywardmonkeys/cleanup-includes | Alon Zakai |
2014-06-09 | Improve error message that is shown in ffdb when DevTools is not enabled on a... | Jukka Jylänki |
2014-06-09 | Add a nicer quit message when pressing Ctrl-C to abort an operation in ffdb. | Jukka Jylänki |
2014-06-09 | Improved error messages printed from tools/ffdb.py. Added new commands 'get',... | Jukka Jylänki |
2014-06-07 | On Windows, properly clean up temporary .rsp response file used during the bu... | Jukka Jylänki |
2014-06-07 | Remove non-existing include paths. | Bruce Mitchener |
2014-06-06 | recurse on deps_info.json, and remove workaround we needed without that | Alon Zakai |
2014-06-06 | Add options --host, --port, --verbose and --simulator to tools/ffdb.py | Jukka Jylänki |
2014-06-06 | Remember to free up resources used by Devtools connection for ffdb screenshot... | Jukka Jylänki |