Commits
User selector
Commit History
Commits on Nov 14, 2019
Update FindOpenAL.cmake (#9830)
Show description for 1b0bd8bauthored andcommitted
Commits on Nov 7, 2019
Update the list of CXX_COMPILE_FEATURES in Emscripten.cmake to include C++20 (#9794)
Show description for 0428a43authored
Commits on Oct 29, 2019
Remove cmake_minimum_required call from Emscripten.cmake (#9706)
Show description for 0ab4e43authored andcommitted
Commits on Jul 30, 2019
cmake: Update to work with cmake 3.15 and later. (#9102)
Show description for 7527237authored andcommitted
Commits on Jun 25, 2019
Remove cmake WASM=0 hack (#8851)
Show description for e3aa5c0authored
Commits on Apr 1, 2019
Set TARGET_SUPPORTS_SHARED_LIBS in cmake config (#8362)
Show description for 3426a34authored
Commits on Feb 12, 2019
Update Emscripten.cmake to support C++17 (#8030)
Show description for c3e93f3authored andcommittedSplit library_gl.js into library_webgl.js and library_webgl2.js. (#8059)
Show description for ef230f5authored
Commits on Jan 21, 2019
- authored andcommitted
Commits on Oct 15, 2018
Remove ERROR_ON_UNDEFINED_SYMBOLS=1 from tests and other places since it is now the default (#7282)
Show description for feb5be8authored
Commits on Aug 30, 2018
Output emscripten version info to stderr (#7064)
Show description for a1958e2authored
Commits on Jul 5, 2018
Add EMSCRIPTEN_VERSION variable to user CMake scripts (#6809)
Show description for c39a45dauthored andcommitted
Commits on May 10, 2018
Emit WebAssembly by default (#6419)
Show description for 6e58180authored
Commits on Oct 24, 2017
- committed
- committed
Commits on Jun 19, 2017
Commits on May 9, 2017
Commits on May 5, 2017
Commits on Nov 14, 2016
Remove unnecessary specification of CMAKE_(C|CXX)_COMPILER_TARGET
Show description for a255996committed
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