CMake/Source/Checks
Daniel Pfeifer 9e2d6f0c4d CM_OVERRIDE: mark destructor overridden in the feature test.
This is important for two reasons:

1. A compiler might warn about a class that has a virtual member
function but no virtual destructor.  We don't want to treat the feature
as incomplete in this case.

2. MSVC10 supports the override identifier except on destructors.  In
this case, the feature really is incomplete and we want to detect it as
such.
2016-06-27 23:24:09 +02: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_cstdio.cmake Avoid using C++14 to build CMake if cstdio breaks 2015-05-08 11:04:21 -04:00
cm_cxx14_cstdio.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cm_cxx_features.cmake cxx features: add check for override 2016-06-27 10:37:41 -04:00
cm_cxx_override.cxx CM_OVERRIDE: mark destructor overridden in the feature test. 2016-06-27 23:24:09 +02:00
cm_cxx_unordered_map.cxx Make C++ feature checks extensible 2016-06-27 10:37:40 -04:00
cm_cxx_unordered_set.cxx Use <unordered_set> where available 2016-06-27 10:37:40 -04:00