summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'hip-nvidia'Brad King2023-09-227-11/+40
|\
| * HIP: Add support for NVIDIA GPUsBrad King2023-09-216-2/+19
| * HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platformBrad King2023-09-213-3/+13
| * Tests/HIP/WithDefs: Clean up test caseBrad King2023-09-211-5/+3
| * Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initializationBrad King2023-09-211-1/+5
* | Merge topic 'cuda-factor-out-lang'Brad King2023-09-222-2/+6
|\ \ | |/
| * CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURESBrad King2023-09-212-2/+6
* | Merge topic 'macOS-system-framework-link'Brad King2023-09-224-13/+20
|\ \
| * | macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linkedMarc Chevrier2023-09-214-13/+20
* | | Merge topic 'fileset-private-dep'Brad King2023-09-2120-0/+125
|\ \ \ | |/ / |/| |
| * | Ninja: Allow compilation before generation of dependencies' private sourcesMartin Duffy2023-09-2020-0/+125
* | | Merge topic 'fortran-in-custom-targets'Brad King2023-09-2021-6/+173
|\ \ \
| * | | Tests/FortranModules: add a test for iface Fortran sourcesBen Boeckel2023-09-205-0/+38
| * | | Tests/FortranModules: also test INTERFACE targets with Fortran sourcesBen Boeckel2023-09-204-0/+22
| * | | add_custom_target: Fix regression with Fortran sourcesBen Boeckel2023-09-204-0/+26
| * | | Tests/FortranModules: add a test case for #25223Ben Boeckel2023-09-187-0/+81
| * | | Tests/FortranModules: move issue 25112 fix from FortranOnlyBen Boeckel2023-09-185-6/+6
| * | | Merge topic 'cxxmodules-non-compiled-source' into release-3.27Brad King2023-09-146-1/+37
| |\ \ \
* | \ \ \ Merge topic 'FindPkgConfig-override'Brad King2023-09-202-0/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FindPkgConfig: Allow to override variables when calling pkg_get_variableCorentin Noël2023-09-192-0/+20
* | | | | Merge topic 'test-ExportImport'Brad King2023-09-191-4/+4
|\ \ \ \ \
| * | | | | Tests: Fix ExportImport test with read-only source treeBrad King2023-09-181-4/+4
| |/ / / /
* | | | | cmake: Clarify error if -P script does not existscivision2023-09-185-5/+6
|/ / / /
* | | | find_(library|file|path): Drop PATH-derived search prefixesBrad King2023-09-1427-180/+0
| |_|/ |/| |
* | | Merge topic 'cxxmodules-non-compiled-source'Brad King2023-09-146-1/+37
|\ \ \
| * \ \ Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com...Ben Boeckel2023-09-126-1/+37
| |\ \ \ | | | |/ | | |/|
| | * | cxxmodules: detect and message about non-compiled sourcesBen Boeckel2023-09-126-1/+37
* | | | Merge topic 'autogen-exe-per-config'Brad King2023-09-1419-22/+424
|\ \ \ \
| * | | | NinjaMultiConfig: Update tests for the new dependency changeOrkun Tokdemir2023-09-133-22/+40
| * | | | Autogen: AUTO*_EXECUTABLE: add support for per-config valuesOrkun Tokdemir2023-09-1315-0/+382
| * | | | RunCMake: Add RunCMake_TEST_EXPECT_RESULTOrkun Tokdemir2023-09-131-0/+2
* | | | | Merge topic 'mingw-search-prefixes'Brad King2023-09-1417-4/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MinGW: Search for packages in standard MSYSTEM environment prefixesBrad King2023-09-1317-4/+44
* | | | | Merge topic 'orkun_21677_16_06_2023'Brad King2023-09-1316-52/+123
|\ \ \ \ \
| * | | | | Autogen: Move QtAutoMocDeps tests to RunCMake/AutogenOrkun Tokdemir2023-09-1115-52/+113
| * | | | | RunCMake: Add RunCMake_TEST_NOT_EXPECT variablesOrkun Tokdemir2023-09-111-0/+10
| | |/ / / | |/| | |
* | | | | Merge topic 'presets-schema'Brad King2023-09-126-0/+20
|\ \ \ \ \
| * | | | | presets: Add $schema property to JSON schemaChenMoFeiJin2023-09-126-0/+20
* | | | | | Merge topic 'vs-cuda-object-libs'Brad King2023-09-122-0/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | VS: Avoid unnecessary CUDA device linking for OBJECT librariesRobert Maynard2023-09-112-0/+2
| | |_|_|/ | |/| | |
* | | | | Tests/RunCMake: Set $ENV{PWD} before each testKyle Edwards2023-09-112-6/+12
| |_|_|/ |/| | |
* | | | cmake_host_system_information: Add MSYSTEM_PREFIX queryBrad King2023-09-109-0/+33
| |_|/ |/| |
* | | Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test}Brad King2023-09-0715-94/+38
* | | Merge topic 'FindPkgConfig-system-cflags'Brad King2023-09-074-4/+13
|\ \ \ | |_|/ |/| |
| * | FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_INCLUDE_PATH in environmentCristian Le2023-09-062-0/+9
| * | Tests: Rename RunCMake.FindPkgConfig LIBRARY_PATH case to SYSTEM_PATHCristian Le2023-09-063-3/+3
* | | Merge topic 'replace-cmsysprocess-with-cmuvprocesschain'Brad King2023-09-066-4/+5
|\ \ \
| * | | cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-4/+0
| * | | cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-295-0/+5
* | | | Merge topic 'xcode-no-legacy-buildsystem'Brad King2023-09-065-3/+21
|\ \ \ \ | |_|/ / |/| | |