| Age | Commit message (Expand) | Author |
| 2014-07-22 | EMCC_ONLY_FORCED_STDLIBS option | 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-18 | testcase for #2539 | Alon Zakai |
| 2014-07-17 | use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534 | Alon Zakai |
| 2014-07-17 | handle errors in rename better | Alon Zakai |
| 2014-07-16 | move deps on malloc/free to deps_info, where they belong | Alon Zakai |
| 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-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 | 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 | 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 | Fix a long-standing CMake toolchain issue where the toolchain was not able to... | Jukka Jylänki |
| 2014-07-09 | move check for noExitRuntime into exit(), and fix up tests | Alon Zakai |
| 2014-07-08 | emit returncode in shell; fixes #1371 | Alon Zakai |
| 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 other.test_module_exports_with_closure | Alon Zakai |
| 2014-07-03 | emit memory initialization file by default in -O2+ | Alon Zakai |
| 2014-06-26 | by default, require that subcommands actually succeed. there were scenarios ... | Chad Austin |
| 2014-06-23 | proper fix for other.test_argv0_node | Alon Zakai |
| 2014-06-18 | try to fix test_argv0_node for windows | Alon Zakai |
| 2014-06-17 | support argv[0] containing the script node is running; fixes #2431 | Alon Zakai |
| 2014-06-11 | add test for d2768d2ee | Alon Zakai |
| 2014-06-10 | We don't seem to have tests for --js-library in core suite, so move other.tes... | Jukka Jylänki |
| 2014-06-04 | Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte... | Jukka Jylänki |
| 2014-06-03 | fix other.test_emcc_nonfastcomp | Alon Zakai |
| 2014-06-02 | add test for shell code not optimized in -profiling builds | Alon Zakai |
| 2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
| 2014-05-28 | add test for building shared and static libraries with cmake | Markus Henschel |
| 2014-05-27 | clean up shell code using uglify, in optimized builds, when not using closure | Alon Zakai |
| 2014-05-23 | Add whitelist of supported link flags | Ryan Sturgell |
| 2014-05-20 | Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming | Alon Zakai |
| 2014-05-12 | warn on bad exports, fixes #2338 | Alon Zakai |
| 2014-05-09 | remove some warnings on moving files to directories | Alon Zakai |
| 2014-05-07 | Add support for archive groups. | Ryan Sturgell |
| 2014-05-05 | Add support to function run_js() in jsrun.py to assert against a given proces... | Jukka Jylänki |
| 2014-05-02 | switch other.test_embind to fastcomp and only ASM_JS | Alon Zakai |
| 2014-04-29 | support -o with precompiled headers; fixes #2320 | Alon Zakai |
| 2014-04-25 | support disabling ALIASING_FUNCTION_POINTERS in fastcomp | Alon Zakai |
| 2014-04-25 | Merge pull request #2287 from chadaustin/embind-fastcomp-asm.js | Alon Zakai |
| 2014-04-24 | check function table masks in safe heap mode | Alon Zakai |
| 2014-04-24 | enable embind/asm.js tests. | Chad Austin |
| 2014-04-10 | fix test_static_link zlib for new musl | Alon Zakai |
| 2014-04-09 | Merge pull request #2276 from juj/test_odin_validation | Alon Zakai |
| 2014-04-09 | update test_implicit_func after musl updates; fixes #2277 | Alon Zakai |