summaryrefslogtreecommitdiffstats
path: root/Source/Checks/cm_cxx_features.cmake
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-2/+0
* C++ feature checks: Improve exclusion of "0 Warning(s)"Brad King2017-06-081-1/+3
* C++ feature checks: Do not match "0 Warning(s)" as a warningWalter Gray2017-06-061-1/+1
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+7
* C++ feature checks: check output for '[Ww]arning'Daniel Pfeifer2017-06-031-1/+1
* Check C++ features even without CMAKE_CXX_STANDARD for CMake itselfBrad King2017-05-191-13/+16
* cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPYDaniel Pfeifer2017-04-221-0/+1
* Add a feature check to test availability of auto_ptrDaniel Pfeifer2016-09-261-0/+1
* Check for availability of unique_ptr and make_unique when building CMakeBrad King2016-09-161-0/+5
* cxx features: add check for nullptrDaniel Pfeifer2016-06-271-0/+1
* cxx features: add check for overrideDaniel Pfeifer2016-06-271-0/+1
* Use <unordered_set> where availableDaniel Pfeifer2016-06-271-0/+1
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-0/+36