summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'test-xcode'Brad King2023-05-1634-311/+340
|\
| * Tests: Split some RunCMake.XcodeProject cases into a separate testBrad King2023-05-1534-311/+340
* | Merge topic 'msvc-wine-showIncludes'Brad King2023-05-165-0/+16
|\ \ | |/ |/|
| * Ninja: Restore detection of msvc-wine showIncludes prefixBrad King2023-05-155-0/+16
* | Merge topic 'system-framework'Brad King2023-05-121-0/+12
|\ \
| * | Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-0/+12
* | | Tests: Teach ISPC tests to run on macOS arm64 hostBrad King2023-05-1012-25/+71
* | | Tests: Fix RunCMake.XcodeProject XcodeSchemaGeneration case on arm64Brad King2023-05-102-1/+2
* | | Ninja: Fix Fortran INCLUDE directive dependencies when not preprocessingBrad King2023-05-099-0/+40
* | | Tests: Teach RunCMake to ignore LLVMFlang -flang-experimental-exec warningBrad King2023-05-091-0/+1
* | | Tests: Teach RunCMake to ignore Intel Fortran remark 10440Brad King2023-05-091-0/+1
|/ /
* | Merge topic 'ctest-timeout-zero'Brad King2023-05-0510-65/+30
|\ \
| * | ctest: Fix TIMEOUT test property with value 0 with --timeout flagBrad King2023-05-042-1/+8
| * | Tests: Move `CTestTestZeroTimeout` into `RunCMake.CTestTimeout`Brad King2023-05-049-64/+22
* | | Merge topic 'compile-only-genex'Brad King2023-05-058-0/+49
|\ \ \
| * | | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genexRobert Maynard2023-05-045-1/+39
| * | | cmGeneratorExpressionNode: implement `COMPILE_ONLY` genexBen Boeckel2023-04-124-0/+11
* | | | Merge topic 'FindCUDAToolkit_more_library_root_detection'Brad King2023-05-051-0/+14
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | FindCUDAToolkit: Support CUDA version extraction from version.jsonRobert Maynard2023-05-041-0/+14
| * | Merge topic 'test-xcode-14.3' into release-3.26Brad King2023-04-041-0/+1
| |\ \
* | \ \ Merge topic 'use-linker-depfile'Brad King2023-05-0412-27/+124
|\ \ \ \
| * | | | Link step: use linker dependency linker fileMarc Chevrier2023-05-0312-27/+124
* | | | | Merge topic 'autogen-system-include'Brad King2023-05-0412-0/+142
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not setOrkun Tokdemir2023-05-034-2/+32
| * | | | Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target propertyOrkun Tokdemir2023-05-038-0/+110
| * | | | Tests/RunCMake: Add option for dynamic expected outputOrkun Tokdemir2023-04-271-0/+2
* | | | | Merge topic 'ci-intel-windows'Brad King2023-05-022-2/+3
|\ \ \ \ \
| * | | | | Tests: Teach CompileFeatures to tolerate __STDC_VERSION__ on Intel ClassicBrad King2023-05-011-1/+2
| * | | | | Tests: Teach RunCMake to ignore Intel Classic deprecation on WindowsBrad King2023-05-011-1/+1
* | | | | | Merge topic 'FindX11-even-more-xcb-components'Brad King2023-05-022-41/+537
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindX11: Remove HAS_X11_xcb check from xcb testsMoses Miller2023-04-282-105/+131
| * | | | | FindX11: Add tests for newly added xcb librariesMoses Miller2023-04-251-8/+421
| * | | | | FindX11: Fix existing testsMoses Miller2023-04-252-21/+31
| * | | | | FindX11: Add more components to FindX11 testsMoses Miller2023-04-251-2/+49
* | | | | | Merge topic 'CMake-uses-cmList-class'Brad King2023-05-011-35/+35
|\ \ \ \ \ \
| * | | | | | CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-1/+0
| * | | | | | cmList class: various enhancementsMarc Chevrier2023-04-291-34/+35
| | |/ / / / | |/| | | |
* | | | | | CPack: Add Inno Setup generatorJannik Alber2023-04-287-0/+227
|/ / / / /
* | | | | Merge topic 'ExternalProject-relative-git-urls'Craig Scott2023-04-2716-0/+293
|\ \ \ \ \
| * | | | | ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-2616-0/+293
| | |_|_|/ | |/| | |
* | | | | Merge topic 'vs-show-cmake-files'Brad King2023-04-274-0/+240
|\ \ \ \ \
| * | | | | VS: Add CMake input files to ZERO_CHECKAlexander Neundorf2023-04-254-0/+240
| | |/ / / | |/| | |
* | | | | Merge topic 'orkun_21455_26_04_2023'Brad King2023-04-276-2/+57
|\ \ \ \ \
| * | | | | Autogen: Update test comments about Qt versionsOrkun Tokdemir2023-04-261-2/+2
| * | | | | Autogen: Add AUTORCC test /w AUTOGEN_BUILD_DIROrkun Tokdemir2023-04-266-0/+55
* | | | | | Merge topic 'preset-includes-macro-expansion'Brad King2023-04-276-0/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | presets: add support for macro expansion to includesZoran Angelov2023-04-266-0/+39
| |/ / / /
* | | | | Merge topic 'iwyu_errors'Brad King2023-04-267-0/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | IWYU: Return error code if user enables error reportingAshish Sadanandan2023-04-257-0/+18
| |/ / /
* | | | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2