summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0075 and belowBrad King2020-10-132-1/+22
* Merge topic 'explicit-source-extensions'Kyle Edwards2020-10-1314-0/+104
|\
| * CMP0115: Require source file extensions to be explicitKyle Edwards2020-10-1314-0/+104
* | Merge topic 'android-verify-abi-in-ndk'Brad King2020-10-131-1/+1
|\ \
| * | Android: Fatal if ABI is not supported by NDKHaibo Huang2020-10-091-1/+1
* | | Merge topic 'export-namelink-only'Craig Scott2020-10-1210-0/+39
|\ \ \
| * | | export: Do not fail generation for namelink-only caseDeniz Bahadir2020-10-0910-0/+39
* | | | Merge topic 'cmake-presets-documentation-fix'Kyle Edwards2020-10-122-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Tests: Test the CMakePresets.json example in the documentationKyle Edwards2020-10-092-0/+12
| |/ /
| * | Merge topic 'iwyu-map-cm-headers' into release-3.19Brad King2020-10-091-1/+0
| |\ \
| * \ \ Merge topic 'GNUInstallDirs-debian' into release-3.19Brad King2020-10-095-0/+122
| |\ \ \ | | |_|/ | |/| |
* | | | Merge topic 'iwyu-map-cm-headers'Brad King2020-10-091-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | IWYU: Map <*> headers to <cm/*> headersKyle Edwards2020-10-081-1/+0
* | | | Merge topic 'GNUInstallDirs-debian'Brad King2020-10-095-0/+122
|\ \ \ \ | | |_|/ | |/| |
| * | | GNUInstallDirs: Comply with Debian Policy on LIBEXECDIRDennis Klein2020-10-081-2/+2
| * | | Tests: Add RunCMake.GNUInstallDirs expected output specific to DebianBrad King2020-10-085-0/+122
* | | | cmMakefile: Drop unnecessary custom command APPEND checkBrad King2020-10-081-1/+1
| |_|/ |/| |
* | | Tests: Fix policy version in RunCMake.ExternalProject testBrad King2020-10-081-1/+1
|/ /
* | Merge topic 'check_cuda_helpers'Brad King2020-10-0811-4/+111
|\ \
| * | CUDA: CheckLinkerFlag now supports CUDARobert Maynard2020-10-083-1/+10
| * | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlagsRobert Maynard2020-10-089-3/+101
* | | FindPython: Enable C language in tests that find the Development componentMarc Chevrier2020-10-0710-10/+10
* | | Merge topic 'cmake-presets-empty-var'Brad King2020-10-0712-0/+56
|\ \ \ | |/ / |/| |
| * | CMakePresets.json: Prohibit empty variable namesKyle Edwards2020-10-0612-0/+56
| |/
* | Merge topic 'add_ispc_to_check_helpers'Brad King2020-10-075-1/+45
|\ \
| * | ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPCRobert Maynard2020-10-065-1/+45
* | | Merge topic 'CheckCompilerFlag-gcc-10'Brad King2020-10-071-0/+7
|\ \ \ | |_|/ |/| |
| * | CheckCompilerFlag: Update the regex used to detect invalid options for GCC 10Luthaf2020-10-061-0/+7
| |/
* | Merge topic 'cmake-presets'Brad King2020-10-06246-13/+2747
|\ \ | |/ |/|
| * CMake GUI: Add presets functionalityKyle Edwards2020-10-0517-0/+870
| * CMake: Add presets functionalityKyle Edwards2020-10-05228-0/+1853
| * cmJSONHelpers: Add new Bind() functionKyle Edwards2020-10-051-12/+23
| * CMake GUI Tests: Increase default sleep timeKyle Edwards2020-10-051-1/+1
* | Merge topic 'add_checkcompilerflag_tests'Brad King2020-10-0614-0/+102
|\ \
| * | CheckCompilerFlag: Add tests to verify module correctnessRobert Maynard2020-10-0614-0/+102
| |/
* | Merge topic 'ci-find-modules'Brad King2020-10-063-5/+7
|\ \
| * | Tests: Revise FindBLAS test to avoid cblas_ manglingBrad King2020-10-051-3/+5
| * | Tests: Improve FindRuby test robustnessBrad King2020-10-052-2/+2
| |/
* | Merge topic 'csharp-source_group-bugfix'Brad King2020-10-063-5/+12
|\ \ | |/ |/|
| * VS: Fix regression in C# source linksKinan Mahdi2020-10-053-5/+12
* | Merge topic 'xcode-refactor-framework-linking'Craig Scott2020-10-045-11/+58
|\ \
| * | Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-025-11/+58
* | | Merge topic 'FetchContent_missing_SOURCE_DIR'Craig Scott2020-10-045-0/+26
|\ \ \
| * | | FetchContent: Raise error if manually given source dir does not existCraig Scott2020-10-035-0/+26
| |/ /
* | | FindSWIG: Fix syntax errorMarc Chevrier2020-10-023-0/+25
* | | Merge topic 'UseSWIG-output-source-file-properties'Brad King2020-10-029-1/+166
|\ \ \
| * | | UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file propertiesMarc Chevrier2020-09-309-1/+166
* | | | Merge topic 'execute_process-fatal-error'Brad King2020-10-0210-0/+32
|\ \ \ \
| * | | | execute_process: add options for fatal errors on subprocess failureAsit Dhal2020-10-0110-0/+32
| |/ / /
* | | | Merge topic 'FindPython-tests-optimizations'Marc Chevrier2020-10-0221-82/+82
|\ \ \ \ | |_|/ / |/| | |