summaryrefslogtreecommitdiff
path: root/Source/Checks
Commit message (Expand)AuthorAgeFilesLines
* Restore support for cross-compiling CMake itselfMarc Chevrier2021-01-181-1/+7
* cm_cxx_features: Filter out MSBXXXX warningsAnonymous Maarten2020-10-081-0/+2
* cmake_path command: path managementMarc Chevrier2020-09-062-8/+40
* STL Support: Add cm::filesystem::path in <cm/filesystem>Marc Chevrier2020-07-092-0/+15
* Merge topic 'cm_cxx_features-icpc-10121'Brad King2020-05-011-0/+2
|\
| * cm_cxx_features: Filter out 'icpc: command line warning #10121'Jennifer Kathleen Green2020-04-301-0/+2
* | Merge topic 'cm_cxx_features-libhugetlbfs'Brad King2020-04-301-0/+2
|\ \ | |/
| * cm_cxx_features: Filter out libhugetlbfs warningsJennifer Green2020-04-291-0/+2
* | cm_cxx_features: Remove CUDA installation warning filteringRaul Tambre2020-04-011-2/+0
|/
* cm_cxx_features: Filter out CUDA installation warningsRaul Tambre2020-03-091-0/+2
* Merge topic 'cmext-memory'Brad King2019-12-043-2/+12
|\
| * Memory management: cast functions for managed pointersMarc Chevrier2019-11-273-2/+12
* | C++ feature checks: Ignore linker warningsMarcus Calhoun-Lopez2019-11-251-0/+2
|/
* Refactor: Use added message types in various modulesAlex Turbov2019-11-026-15/+47
* Extend C++17 feature checks to require std::optionalBrad King2019-08-231-1/+4
* Merge topic 'cxx-checks-warning-match'Brad King2019-03-081-1/+1
|\
| * C++ feature checks: Match warnings more strictlyBrad King2019-03-071-1/+1
| * Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
* | Extend C++17/C++14 feature checks to cover more standard library APIsMathieu Garaud2019-02-272-2/+18
* | Avoid compiling CMake itself as C++17 with Clang's MSVC ABIZsolt Parragi2019-02-111-0/+13
|/
* C++ feature checks: Filter out libstdc++ sprintf warningsBrad King2018-11-201-0/+2
* Extend C++17/C++14 feature checks to require unique_ptrBrad King2018-08-014-4/+9
* C++ feature checks: Ignore Xcode warningsGregor Jasny2018-06-191-0/+2
* Fix misc. typosluz.paz2018-06-041-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+4
* Merge topic 'cxx-checks-tolerate-more-warnings'Brad King2018-04-301-0/+3
|\
| * C++ feature checks: Filter out warnings caused by local configurationBrad King2018-04-301-0/+3
* | ccmake: Check for curses more robustly before enablingBrad King2018-03-213-0/+81
|/
* Compile CMake as C++17 if supported by the compilerBrad King2017-12-222-0/+43
* Generalize check for C++14 constructsBrad King2017-12-223-33/+36
* Simplify CM_FALLTHROUGH implementationBrad King2017-11-304-40/+0
* Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-282-15/+0
* Remove checks for auto_ptr that we no longer needBrad King2017-09-272-19/+0
* C++ feature checks: Filter out warnings caused by user flagsBrad King2017-09-191-0/+2
* C++ feature checks: Prepare for multiple check output filtersBrad King2017-09-191-1/+2
* Drop now-unused definition of CM_OVERRIDEBrad King2017-09-152-25/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-242-15/+0
* Merge topic 'cxx11-unordered'Daniel Pfeifer2017-08-233-16/+0
|\
| * Use C++11 unordered containersDaniel Pfeifer2017-08-223-16/+0
* | Fix CM_FALLTHROUGH with -Wunused-parameterBrad King2017-08-223-3/+3
|/
* 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-034-0/+40
* 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-222-0/+15
* Add a feature check to test availability of auto_ptrDaniel Pfeifer2016-09-262-0/+19
* Check for availability of unique_ptr and make_unique when building CMakeBrad King2016-09-163-0/+17
* CM_OVERRIDE: fix feature test for clangDaniel Pfeifer2016-06-291-0/+2
* cxx features: add check for nullptrDaniel Pfeifer2016-06-272-0/+15