Commits
User selector
Commit History
Commits on Oct 27, 2016
Commits on Sep 21, 2016
Don't do CMake compiler autodetection for Emscripten, since CMake doesn't know about Emscripten toolchain. Instead report the supported features from the module toolchain, and add a test that those…
Show description for bc40d00committedPerform compiler IDing manually in Emscripten toolchain to set `CMAKE_C_STANDARD_COMPUTED_DEFAULT` and `CMAKE_CXX_STANDARD_COMPUTED_DEFAULT` variables. Fixes #4129 and supercedes #4134. Also refact…
Show description for 69a2d54committed
Commits on Aug 17, 2016
Commits on Aug 14, 2016
Emscripten.cmake: use list(APPEND CMAKE_FIND_ROOT_PATH ...)
Show description for 01e0fc5committed
Commits on Aug 13, 2016
Emscripten.cmake: CMakeForceCompilers OPTION defaulted to OFF
Show description for 36531a9committedEmscripten.cmake: use list(APPEND CMAKE_MODULE_PATH ...)
Show description for 48b6d54committed
Commits on Oct 21, 2015
Commits on May 12, 2015
Override CMake CheckTypeSize.
Show description for b206b9ecommittedAdd support for CMAKE_CROSSCOMPILING_EMULATOR.
Show description for 832d95dcommitted
Commits on May 10, 2015
Override CMake TestBigEndian.
Show description for 11630fbcommitted
Commits on Nov 1, 2014
- committed
Commits on Sep 17, 2014
Commits on Jul 12, 2014
Commits on Jul 10, 2014
Restore the soname symlink generation feature when using CMAKE_SYSTEM_NAME "Emscripten", like the previous CMAKE_SYSTEM_NAME "Linux" did. This lets test_openjpeg generate output files with same fil…
Show description for c064ab8committed- committed
- committed
- committed
Fix a long-standing CMake toolchain issue where the toolchain was not able to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously th…
Show description for 6038404committed
Commits on Nov 17, 2013
Loading