| Age | Commit message (Expand) | Author |
| 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-16 | Convert ints that were signalling booleans to EM_BOOL everywhere in html5.h w... | Jukka Jylänki |
| 2014-07-16 | Clean up code from prabindh's pull request. | Jukka Jylänki |
| 2014-07-16 | Fix for incorrect parsing of context attributes as in emscripten issue #2518 | Prabindh Sundareson |
| 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 | Fix emrun process exit code handler to use __ATEXIT__ instead of depending on... | Jukka Jylänki |
| 2014-07-15 | Fix missing param in docs for --js-opts. | Jukka Jylänki |
| 2014-07-15 | Merge pull request #2390 from fadams/add-network-callbacks | juj |
| 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-14 | Fix broken link to page visibility api | Jukka Jylänki |
| 2014-07-14 | fix other.test_scons | Alon Zakai |
| 2014-07-14 | copy the event in SDL_PushEvent, and free it later after copy is no longer ne... | Alon Zakai |
| 2014-07-14 | refactor emscripten.h to avoid ugly function pointer type definitions in func... | 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-12 | Fix tools/validate_asmjs.py to not throw if SPIDERMONKEY_ENGINE is not proper... | Jukka Jylänki |
| 2014-07-12 | Fix EMSCRIPTEN root path search in CMake toolchain file. | Jukka Jylänki |
| 2014-07-11 | clean up emscripten.h | Alon Zakai |
| 2014-07-11 | better warning on huge functions | Alon Zakai |
| 2014-07-11 | use forEach in extensions iteration in gl code; fixes #2514 | Alon Zakai |
| 2014-07-11 | Merge pull request #2486 from sronsse/pkg-config | Alon Zakai |
| 2014-07-11 | limit error output from fastcomp invocation of compiler.js, to make errors cl... | Alon Zakai |
| 2014-07-11 | Fix mouse events handler to not throw in case the provided Module doesn't hav... | Jukka Jylänki |
| 2014-07-11 | Merge pull request #2497 from juj/compiler_nonzero_exit | juj |
| 2014-07-11 | Revice src/compiler.js to try process.exit() only if running in node. Make th... | Jukka Jylänki |
| 2014-07-11 | Merge pull request #2513 from juj/improve_cmake_for_sdl2 | juj |
| 2014-07-10 | Merge pull request #2465 from waywardmonkeys/scons-fixes | Alon Zakai |
| 2014-07-10 | Merge pull request #2509 from waywardmonkeys/embind-improvement | Alon Zakai |
| 2014-07-10 | allow cwrap calls to not specify argTypes if no args; fixes #2511 | Alon Zakai |
| 2014-07-10 | Merge pull request #2512 from waywardmonkeys/fix-windows-settings-issue | Alon Zakai |
| 2014-07-10 | disallow creating files with empty names, and add testing | Alon Zakai |
| 2014-07-10 | normalize path in mkdir | Alon Zakai |
| 2014-07-10 | disallow creating files with the name . or .. | 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 | Restore the soname symlink generation feature when using CMAKE_SYSTEM_NAME "E... | Jukka Jylänki |
| 2014-07-10 | Now that CMake CHECK_INCLUDE_FILE() macro works, don't unconditionally includ... | Jukka Jylänki |
| 2014-07-10 | After previous toolchain directory/include structure change, UNIX=1 was not g... | Jukka Jylänki |
| 2014-07-10 | Add explicit support for CMake CMakeBackwardsCompatibilityC.cmake detection l... | Jukka Jylänki |
| 2014-07-10 | Add CMake directive CMAKE_SIZEOF_INT=4 which openjpeg CMake detection was mis... | 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 | avoid the need for replacing backslashes with slashes on windows for some set... | Chad Austin |
| 2014-07-10 | When using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAK... | Jukka Jylänki |