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