summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'nvhpc-Werror' into release-3.24Brad King2022-07-051-1/+1
|\
| * NVHPC: warnings as error flag is "-Werror"Robert Maynard2022-07-011-1/+1
* | Merge topic 'add_nvcc_compile_warning_support' into release-3.24Brad King2022-07-0523-45/+87
|\ \ | |/
| * CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target propertyRobert Maynard2022-07-019-1/+18
| * Tests: Refactor warn on error tests to support multiple languagesRobert Maynard2022-06-2916-44/+69
* | Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-013-0/+37
* | Merge topic 'file-set-crash' into release-3.24Brad King2022-06-307-0/+28
|\ \
| * | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-297-0/+28
| * | Merge topic 'ci-xcode-13.3' into release-3.23Brad King2022-04-261-0/+1
| |\ \
* | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-273-0/+22
| |_|/ |/| |
* | | Merge topic 'vs-compile-batching' into release-3.24Brad King2022-06-231-1/+1
|\ \ \
| * | | VS: Add variable to to turn off Visual Studio compile batchingBrad King2022-06-221-1/+1
* | | | FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-227-203/+72
|/ / /
* | | Tests: Add Fortran test C function prototypeWilliam R. Dieter2022-06-141-0/+1
* | | Utilities/Release: Add windows-arm64 package to file tableBrad King2022-06-131-0/+2
* | | Merge topic 'fetchcontent-global-targets' into release-3.24Brad King2022-06-118-0/+92
|\ \ \
| * | | FetchContent: Honor CMAKE_FIND_PACKAGE_TARGETS_GLOBALCraig Scott2022-06-108-0/+92
* | | | Merge topic 'xcode-14' into release-3.24Brad King2022-06-111-0/+2
|\ \ \ \
| * | | | Tests: Teach RunCMake to ignore Xcode DVTSDK warningsBrad King2022-06-101-0/+2
| * | | | Merge branch 'ci-xcode-13.3' into release-3.22Brad King2022-04-261-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-251-1/+1
| | * | | Tests: Teach RunCMake to ignore Xcode extension point warningsBrad King2022-04-251-0/+1
* | | | | Merge topic 'ExternalProject-stamp-genex' into release-3.24Brad King2022-06-102-0/+16
|\ \ \ \ \
| * | | | | ExternalProject: Express per-config step stamp file paths using CONFIG genexBrad King2022-06-082-0/+16
| | |_|/ / | |/| | |
* | | | | CheckIPOSupported: Compile check using flags of calling projectBrad King2022-06-109-0/+42
* | | | | MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64"Brad King2022-06-097-37/+0
|/ / / /
* | | | Merge topic 'ci-ispc'Brad King2022-06-071-1/+1
|\ \ \ \
| * | | | ci: remove ISPC from the Fedora CI imageBrad King2022-06-061-1/+1
* | | | | Merge topic 'print-sources'Brad King2022-06-0715-0/+136
|\ \ \ \ \
| * | | | | Tests: Add tests for CMakePrintHelpersFeRD (Frank Dana)2022-06-0615-0/+136
* | | | | | Merge topic 'tests-java-compiler-var'Brad King2022-06-071-1/+1
|\ \ \ \ \ \
| * | | | | | Tests: Use Java_JAVAC_EXECUTABLE variable consistentlyCraig Scott2022-06-041-1/+1
* | | | | | | Merge topic 'ext_disabled'Brad King2022-06-071-5/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Tests/CompileFeatures: Fix CMP0128OldSameStandard with default OFFRaul Tambre2022-06-041-5/+1
* | | | | | | Merge topic 'if-command-PATH_EQUAL'Brad King2022-06-0610-0/+72
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | if command: Add PATH_EQUAL operatorMarc Chevrier2022-06-0310-0/+72
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'test-ExternalProject-fs-delay'Brad King2022-06-041-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tests: Fix RunCMake.ExternalProject filesystem delay for Borland MakefilesBrad King2022-06-031-1/+8
* | | | | | Merge topic 'genex-PATH_EQUAL'Brad King2022-06-039-0/+92
|\ \ \ \ \ \
| * | | | | | Genex-PATH_EQUAL: path comparisonMarc Chevrier2022-06-019-0/+92
| |/ / / / /
* | | | | | FetchContent: Respect the CMP0135 policy settingCraig Scott2022-06-025-8/+49
|/ / / / /
* | | | | Genex-PATH: path handlingMarc Chevrier2022-05-3127-0/+1155
* | | | | Merge topic 'msvc-compilers-default-to-ZI'Brad King2022-05-277-0/+37
|\ \ \ \ \
| * | | | | MSVC: Default to -ZI instead of /Zi for x86 and x64Glen Chung2022-05-267-0/+37
* | | | | | VERIFY_INTERFACE_HEADER_SETS: Add property for list of header setsKyle Edwards2022-05-256-0/+33
| |/ / / / |/| | | |
* | | | | Merge topic 'dependency-providers'Brad King2022-05-2538-0/+286
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-2438-0/+286
* | | | | Merge topic 'findvulkan-moltenvk'Brad King2022-05-242-4/+35
|\ \ \ \ \
| * | | | | FindVulkan: Add component for `MoltenVK`MACHIZAUD Andréa2022-05-222-4/+31
| * | | | | FindVulkan: Mark test target with `cxx_std_11` to avoid AppleClang warningsMACHIZAUD Andréa2022-05-221-0/+4