Age | Commit message (Expand) | Author |
2014-07-22 | make environ work by itself; fixes #2557 | Alon Zakai |
2014-07-22 | update test_env | Alon Zakai |
2014-07-22 | EMCC_ONLY_FORCED_STDLIBS option | Alon Zakai |
2014-07-22 | remove no longer needed bad_exception hack; fixes #2560; 1.21.6 | Alon Zakai |
2014-07-22 | emscripten_force_exit option | Alon Zakai |
2014-07-21 | disable some exceptions tests in s_x_x | Alon Zakai |
2014-07-21 | make test_exceptions_white_list more robust | Alon Zakai |
2014-07-21 | fix looking up a file in a non-dir; fixes #2552 | Alon Zakai |
2014-07-21 | DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace() | Alon Zakai |
2014-07-21 | update sanity.test_emcc_caching | Alon Zakai |
2014-07-21 | build enough of libcxxabi to support bad_typeid without undefined symbols; 1.... | Alon Zakai |
2014-07-18 | add missing zconf.h in test suite | Alon Zakai |
2014-07-18 | testcase for #2539 | Alon Zakai |
2014-07-18 | update csmith driver | Alon Zakai |
2014-07-17 | use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534 | Alon Zakai |
2014-07-17 | clean up some old comments | Alon Zakai |
2014-07-17 | handle errors in rename better | Alon Zakai |
2014-07-17 | strsignal; 1.21.4; fixes #2532 | Alon Zakai |
2014-07-16 | disable test_emscripten_api in s_x_x | Alon Zakai |
2014-07-16 | move deps on malloc/free to deps_info, where they belong | Alon Zakai |
2014-07-16 | Clean up code from prabindh's pull request. | Jukka Jylänki |
2014-07-16 | Added tests for invalid parameters and terminators, to test functionality of ... | Prabindh Sundareson |
2014-07-15 | fix error on symlinking to an invalid filename | Alon Zakai |
2014-07-15 | error on invalid pathname to symlink target | Alon Zakai |
2014-07-15 | make lookupPath return failure on '', and check for existence in stat | Alon Zakai |
2014-07-15 | make PATH.resolve return an error result on paths with '' portions | Alon Zakai |
2014-07-15 | Merge pull request #2390 from fadams/add-network-callbacks | juj |
2014-07-14 | c-define __EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__ as t... | Alon Zakai |
2014-07-14 | fix other.test_scons | Alon Zakai |
2014-07-12 | Clean up extra littering includes in Bullet build file to avoid noise. Upstre... | Jukka Jylänki |
2014-07-12 | Fix test other.test_cmake to build after updates to CMake system. | Jukka Jylänki |
2014-07-12 | Fix other.test_cmake to not fail on Ninja generator if EM_BUILD_VERBOSE=3 | Jukka Jylänki |
2014-07-11 | Merge pull request #2513 from juj/improve_cmake_for_sdl2 | juj |
2014-07-10 | allow cwrap calls to not specify argTypes if no args; fixes #2511 | Alon Zakai |
2014-07-10 | disallow creating files with empty names, and add testing | Alon Zakai |
2014-07-10 | avoid v8 in other.test_outline due to flakiness | Alon Zakai |
2014-07-10 | build libcxxabi exception.cpp; 1.21.3 | Alon Zakai |
2014-07-10 | Now that CMake CHECK_INCLUDE_FILE() macro works, don't unconditionally includ... | Jukka Jylänki |
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 | remove obsolete test_async_exit | Alon Zakai |
2014-07-09 | move check for noExitRuntime into exit(), and fix up tests | Alon Zakai |
2014-07-08 | Merge pull request #2503 from waywardmonkeys/remove-commented-out-and-todos | Alon Zakai |
2014-07-08 | emit returncode in shell; fixes #1371 | Alon Zakai |
2014-07-08 | remove some TODOs and commented-out test code | Chad Austin |
2014-07-05 | ressurect optimizeShifts (just in js optimizer and tests), with a fix for ens... | Alon Zakai |
2014-07-04 | fully fix other.test_module_exports_with_closure | Alon Zakai |
2014-07-03 | fix test runner checking for mem init file, when it is empty | Alon Zakai |
2014-07-03 | fix other.test_module_exports_with_closure | Alon Zakai |
2014-07-03 | fix browser.test_uuid to use the temp test dir normally | Alon Zakai |