CMake/Source/Checks
Zsolt Parragi d625dfcdf9 Avoid compiling CMake itself as C++17 with Clang's MSVC ABI
GUID functions in ATL cause compilation errors with this compiler.
Add the offending case to our check for C++17 support so that it
is not used by default when it does not work.
2019-02-11 15:04:19 +01:00
..
Curses Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cm_c11_thread_local.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cm_c11_thread_local.cmake Avoid using C11 to build CMake if _Thread_local support is broken 2015-09-15 10:51:54 -04:00
cm_cxx14_check.cmake Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx14_check.cpp Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx17_check.cmake Extend C++17/C++14 feature checks to require unique_ptr 2018-08-01 14:03:43 -04:00
cm_cxx17_check.cpp Avoid compiling CMake itself as C++17 with Clang's MSVC ABI 2019-02-11 15:04:19 +01:00
cm_cxx_features.cmake C++ feature checks: Filter out libstdc++ sprintf warnings 2018-11-20 12:50:45 -05:00
cm_cxx_make_unique.cxx Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
cm_cxx_unique_ptr.cxx Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
Curses.cmake Fix misc. typos 2018-06-04 10:32:49 -04:00