| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: handle a case when hg executable is broken | makise-homura | 2022-06-28 | 1 | -1/+12 |
|
|
* | CheckSymbolExists: Work around GCC failure with -pedantic-errors option | Timo Röhling | 2021-10-22 | 1 | -0/+11 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -0/+3 |
|
|
* | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -1/+1 |
|
|
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -1/+1 |
|
|
* | Tests: bump cmake_minimum_required version to 2.8.12 | Rolf Eike Beer | 2021-04-05 | 5 | -5/+5 |
|
|
* | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 5 | -5/+5 |
|
|
* | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 2 | -0/+19 |
|
|
* | Merge topic 'CheckLanguage-cuda-host' | Brad King | 2020-05-06 | 1 | -9/+9 |
|\ |
|
| * | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER | Brad King | 2020-05-05 | 1 | -9/+9 |
|
|
* | | FindRuby: Rename variables to match case of module name | Julien Marrec | 2020-03-11 | 1 | -1/+1 |
|
|
* | | Ninja Multi-Config: Don't include MinSizeRel by default | Kyle Edwards | 2020-02-06 | 2 | -3/+11 |
|
|
* | | Tests: Enable missing Objective C/C++ tests | Brad King | 2019-12-19 | 3 | -31/+8 |
|
|
* | | project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE | Deniz Bahadir | 2019-10-18 | 3 | -0/+20 |
|/ |
|
* | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 4 | -2/+39 |
|
|
* | Languages: Add support for Objective-C | Steve Wilson | 2019-09-28 | 4 | -1/+47 |
|
|
* | FindPythonInterp: Document lack of version filtering for plain `python` | Brad King | 2019-07-30 | 1 | -1/+1 |
|
|
* | CheckCXXSymbolExists: Make C++-syntax symbols work on more compilers | Hong Xu | 2019-07-26 | 1 | -0/+14 |
|
|
* | CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilation | Robert Maynard | 2019-06-03 | 1 | -1/+2 |
|
|
* | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE | Ruslan Baratov | 2019-04-01 | 3 | -0/+20 |
|
|
* | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 2 | -0/+10 |
|
|
* | Test ProjectInclude: Add NONE to avoid enabling languages | Ruslan Baratov | 2019-03-27 | 1 | -1/+1 |
|
|
* | Tests: Teach tests when to treat clang-cl as MSVC | Zsolt Parragi | 2019-02-11 | 1 | -1/+1 |
|
|
* | CMakeParseArguments: Remove superfluous includes of CMakeParseArguments | Kyle Edwards | 2018-12-14 | 1 | -1/+1 |
|
|
* | FindJPEG: Add version detection and associated test update and docs | Mateusz Loskot | 2018-04-17 | 1 | -1/+1 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -1/+1 |
|
|
* | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests | Craig Scott | 2017-12-29 | 1 | -2/+3 |
|
|
* | Merge topic 'fix-test-all-find-modules' | Brad King | 2017-04-24 | 1 | -5/+1 |
|\ |
|
| * | Tests: Simplify CMakeOnly.AllFindModules policy settings | Brad King | 2017-04-21 | 1 | -5/+1 |
|
|
* | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -1/+1 |
|
|
* | | Tests: Optionally skip local packages versions in CMakeOnly.AllFindModules | Brad King | 2017-04-03 | 2 | -2/+9 |
|
|
* | | Tests: Add option to customize LinkInterfaceLoop timeout | Brad King | 2017-03-31 | 1 | -1/+8 |
|
|
* | | Tests: Fix CMakeOnly.find_library test logic for libx32 case | Christian Schmidbauer | 2017-03-10 | 1 | -1/+1 |
|
|
* | | Tests: Add x32 tests to test suite | Steven Newbury | 2017-03-08 | 7 | -0/+16 |
|
|
* | | find_library: Allow custom lib suffix be used as find path | Christian Schmidbauer | 2017-03-01 | 7 | -1/+14 |
|/ |
|
* | C# support: add compiler detection for MSVC | Michael Stürmer | 2016-12-15 | 2 | -0/+24 |
|
|
* | Use string(APPEND) in Tests | Daniel Pfeifer | 2016-07-27 | 3 | -3/+3 |
|
|
* | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 7 | -0/+7 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 4 | -8/+16 |
|
|
* | Merge topic 'FindProtobuf-variable-case' | Brad King | 2016-03-11 | 1 | -2/+1 |
|\ |
|
| * | FindProtobuf: Rename variables to match case of module name | Antonio Perez Barrero | 2016-03-07 | 1 | -2/+1 |
|
|
* | | Add FindLTTngUST module to find LTTng-UST library | Philippe Proulx | 2016-03-07 | 1 | -1/+1 |
|/ |
|
* | FindProtobuf: check version | Antonio Perez Barrero | 2016-02-16 | 1 | -0/+1 |
|
|
* | Compiler ID: Compiler versions must be a valid, numeric version string. | James Johnston | 2015-12-03 | 3 | -0/+21 |
|
|
* | Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly tests | Brad King | 2015-08-11 | 1 | -0/+6 |
|
|
* | Merge topic 'CheckCompilerFlag-do-not-use-FLAGS' | Brad King | 2015-07-09 | 1 | -0/+7 |
|\ |
|
| * | Check*CompilerFlag: Revert to previous method used to pass flags (#15641) | Brad King | 2015-07-08 | 1 | -0/+7 |
|
|
* | | FindHDF5: Add version support | Axel Huebl | 2015-05-13 | 1 | -2/+2 |
|/ |
|
* | Fortran: Test that CMAKE_Fortran_COMPILER_VERSION is set (#15372) | Brad King | 2015-02-19 | 1 | -9/+1 |
|
|
* | Tests: Fix CMP0054 warnings | Brad King | 2014-09-16 | 1 | -3/+3 |
|
|