aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Convert ints that were signalling booleans to EM_BOOL everywhere in html5.h w...Jukka Jylänki
2014-07-16Clean up code from prabindh's pull request.Jukka Jylänki
2014-07-16Fix for incorrect parsing of context attributes as in emscripten issue #2518Prabindh Sundareson
2014-07-16Added tests for invalid parameters and terminators, to test functionality of ...Prabindh Sundareson
2014-07-15fix error on symlinking to an invalid filenameAlon Zakai
2014-07-15error on invalid pathname to symlink targetAlon Zakai
2014-07-15make lookupPath return failure on '', and check for existence in statAlon Zakai
2014-07-15make PATH.resolve return an error result on paths with '' portionsAlon Zakai
2014-07-15Fix emrun process exit code handler to use __ATEXIT__ instead of depending on...Jukka Jylänki
2014-07-15Fix missing param in docs for --js-opts.Jukka Jylänki
2014-07-15Merge pull request #2390 from fadams/add-network-callbacksjuj
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-14Fix broken link to page visibility apiJukka Jylänki
2014-07-14fix other.test_sconsAlon Zakai
2014-07-14copy the event in SDL_PushEvent, and free it later after copy is no longer ne...Alon Zakai
2014-07-14refactor emscripten.h to avoid ugly function pointer type definitions in func...Alon Zakai
2014-07-12Clean up extra littering includes in Bullet build file to avoid noise. Upstre...Jukka Jylänki
2014-07-12Fix test other.test_cmake to build after updates to CMake system.Jukka Jylänki
2014-07-12Fix other.test_cmake to not fail on Ninja generator if EM_BUILD_VERBOSE=3Jukka Jylänki
2014-07-12Fix tools/validate_asmjs.py to not throw if SPIDERMONKEY_ENGINE is not proper...Jukka Jylänki
2014-07-12Fix EMSCRIPTEN root path search in CMake toolchain file.Jukka Jylänki
2014-07-11clean up emscripten.hAlon Zakai
2014-07-11better warning on huge functionsAlon Zakai
2014-07-11use forEach in extensions iteration in gl code; fixes #2514Alon Zakai
2014-07-11Merge pull request #2486 from sronsse/pkg-configAlon Zakai
2014-07-11limit error output from fastcomp invocation of compiler.js, to make errors cl...Alon Zakai
2014-07-11Fix mouse events handler to not throw in case the provided Module doesn't hav...Jukka Jylänki
2014-07-11Merge pull request #2497 from juj/compiler_nonzero_exitjuj
2014-07-11Revice src/compiler.js to try process.exit() only if running in node. Make th...Jukka Jylänki
2014-07-11Merge pull request #2513 from juj/improve_cmake_for_sdl2juj
2014-07-10Merge pull request #2465 from waywardmonkeys/scons-fixesAlon Zakai
2014-07-10Merge pull request #2509 from waywardmonkeys/embind-improvementAlon Zakai
2014-07-10allow cwrap calls to not specify argTypes if no args; fixes #2511Alon Zakai
2014-07-10Merge pull request #2512 from waywardmonkeys/fix-windows-settings-issueAlon Zakai
2014-07-10disallow creating files with empty names, and add testingAlon Zakai
2014-07-10normalize path in mkdirAlon Zakai
2014-07-10disallow creating files with the name . or ..Alon Zakai
2014-07-10avoid v8 in other.test_outline due to flakinessAlon Zakai
2014-07-10build libcxxabi exception.cpp; 1.21.3Alon Zakai
2014-07-10Restore the soname symlink generation feature when using CMAKE_SYSTEM_NAME "E...Jukka Jylänki
2014-07-10Now that CMake CHECK_INCLUDE_FILE() macro works, don't unconditionally includ...Jukka Jylänki
2014-07-10After previous toolchain directory/include structure change, UNIX=1 was not g...Jukka Jylänki
2014-07-10Add explicit support for CMake CMakeBackwardsCompatibilityC.cmake detection l...Jukka Jylänki
2014-07-10Add CMake directive CMAKE_SIZEOF_INT=4 which openjpeg CMake detection was mis...Jukka Jylänki
2014-07-10Fix a long-standing CMake toolchain issue where the toolchain was not able to...Jukka Jylänki
2014-07-10avoid the need for replacing backslashes with slashes on windows for some set...Chad Austin
2014-07-10When using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAK...Jukka Jylänki