summaryrefslogtreecommitdiff
path: root/Tests/CMakeOnly
Commit message (Expand)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 3.5Brad King2023-03-0112-12/+12
* Find{BZip2,LibLZMA,ZLIB}: use *_VERSION as modern CMakeMichael Hirsch2022-11-071-2/+2
* Tests: handle a case when hg executable is brokenmakise-homura2022-06-281-1/+12
* CheckSymbolExists: Work around GCC failure with -pedantic-errors optionTimo Röhling2021-10-221-0/+11
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+3
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
* Tests: bump cmake_minimum_required version to 2.8.12Rolf Eike Beer2021-04-055-5/+5
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-235-5/+5
* CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlagsRobert Maynard2020-10-082-0/+19
* Merge topic 'CheckLanguage-cuda-host'Brad King2020-05-061-9/+9
|\
| * CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILERBrad King2020-05-051-9/+9
* | FindRuby: Rename variables to match case of module nameJulien Marrec2020-03-111-1/+1
* | Ninja Multi-Config: Don't include MinSizeRel by defaultKyle Edwards2020-02-062-3/+11
* | Tests: Enable missing Objective C/C++ testsBrad King2019-12-193-31/+8
* | project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFOREDeniz Bahadir2019-10-183-0/+20
|/
* Languages: Add support for Objective-C++Steve Wilson2019-09-284-2/+39
* Languages: Add support for Objective-CSteve Wilson2019-09-284-1/+47
* FindPythonInterp: Document lack of version filtering for plain `python`Brad King2019-07-301-1/+1
* CheckCXXSymbolExists: Make C++-syntax symbols work on more compilersHong Xu2019-07-261-0/+14
* CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilationRobert Maynard2019-06-031-1/+2
* project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-013-0/+20
* project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-272-0/+10
* Test ProjectInclude: Add NONE to avoid enabling languagesRuslan Baratov2019-03-271-1/+1
* Tests: Teach tests when to treat clang-cl as MSVCZsolt Parragi2019-02-111-1/+1
* CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-131-1/+1
* FindJPEG: Add version detection and associated test update and docsMateusz Loskot2018-04-171-1/+1
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-1/+1
* GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-301-2/+3
* Merge topic 'fix-test-all-find-modules'Brad King2017-04-241-5/+1
|\
| * Tests: Simplify CMakeOnly.AllFindModules policy settingsBrad King2017-04-211-5/+1
* | Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-1/+1
* | Tests: Optionally skip local packages versions in CMakeOnly.AllFindModulesBrad King2017-04-032-2/+9
* | Tests: Add option to customize LinkInterfaceLoop timeoutBrad King2017-03-311-1/+8
* | Tests: Fix CMakeOnly.find_library test logic for libx32 caseChristian Schmidbauer2017-03-101-1/+1
* | Tests: Add x32 tests to test suiteSteven Newbury2017-03-087-0/+16
* | find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-017-1/+14
|/
* C# support: add compiler detection for MSVCMichael Stürmer2016-12-152-0/+24
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-283-3/+3
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-107-0/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-164-8/+16
* Merge topic 'FindProtobuf-variable-case'Brad King2016-03-111-2/+1
|\
| * FindProtobuf: Rename variables to match case of module nameAntonio Perez Barrero2016-03-071-2/+1
* | Add FindLTTngUST module to find LTTng-UST libraryPhilippe Proulx2016-03-071-1/+1
|/
* FindProtobuf: check versionAntonio Perez Barrero2016-02-161-0/+1
* Compiler ID: Compiler versions must be a valid, numeric version string.James Johnston2015-12-033-0/+21
* Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly testsBrad King2015-08-111-0/+6
* Merge topic 'CheckCompilerFlag-do-not-use-FLAGS'Brad King2015-07-091-0/+7
|\
| * Check*CompilerFlag: Revert to previous method used to pass flags (#15641)Brad King2015-07-081-0/+7
* | FindHDF5: Add version supportAxel Huebl2015-05-131-2/+2
|/