Commits
User selector
Commit History
Commits on Jan 7, 2021
Don't change default CMake compiler / linker flags (#13083)
Show description for 0881d95authored
Commits on Dec 22, 2020
Commits on Sep 15, 2020
Output executables by default. (#11799)
Show description for 3abb4a6authored
Commits on Aug 31, 2020
- authored
cmake: Add missing -DNDEBUG flag to RelWithDebInfo. (#12084)
Show description for ef108c6authored
Commits on Aug 11, 2020
Remove asmjs validation (#11551)
Show description for 2b6e3afauthored
Commits on Jun 19, 2020
Commits on May 14, 2020
Commits on Apr 17, 2020
Disable EMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES under the wasm backend (#10909)
Show description for 5509b8cauthored
Commits on Apr 16, 2020
A couple of cmake cleanups. NFC. (#10934)
Show description for bbc4d8fauthored
Commits on Apr 14, 2020
Tidy up Emscripten.cmake. NFC (#10908)
Show description for b5512c4authored
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