summaryrefslogtreecommitdiff
path: root/Source/Checks
Commit message (Expand)AuthorAgeFilesLines
* cm_cxx_features: Ignore MSVC command-line warnings (Dxxxx)Roffild2023-03-021-0/+2
* ccmake: Update minimum required version of CMake for curses checkBrad King2023-03-011-4/+1
* Merge topic 'filesystem-path-c++03-abi'Brad King2022-10-212-3/+12
|\
| * cm/filesystem: Fix crash with pre-C++11 std::string GNU ABI in C++17Brad King2022-10-202-3/+12
* | cm_cxx_features: filter out warnings from Xcode 14Gregor Jasny2022-06-211-1/+1
* | cm_cxx_filesystem.cxx: revert erroneous changeMarc Chevrier2022-03-151-2/+0
* | Genex-LINK_GROUP: Add possibility to group libraries at link stepMarc Chevrier2022-02-281-0/+2
|/
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-153-3/+3
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+3
* 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