summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* OrangeC: Add support for OrangeC compilerDavid Lindauer2023-09-2532-44/+63
* Merge topic 'CrayClang-compiler'Brad King2023-09-251-1/+1
|\
| * CrayClang: Add support for this compilerRyan Krattiger2023-09-221-1/+1
* | Tests: Update tests to run in symlinked treeKyle Edwards2023-09-225-19/+29
|/
* 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 'FindPkgConfig-override'Brad King2023-09-202-0/+20
|\ \ \ | |_|/ |/| |
| * | FindPkgConfig: Allow to override variables when calling pkg_get_variableCorentin Noël2023-09-192-0/+20
* | | 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
* | | | | 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-0710-15/+42
* | | 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-065-0/+5
|\ \ \
| * | | cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-295-0/+5
* | | | Merge topic 'xcode-no-legacy-buildsystem'Brad King2023-09-065-3/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-315-3/+21
| |/ /
* | | Tests: Fix FileAPI interface_exe testKyle Edwards2023-09-012-1/+42
|/ /
* | macOS: IMPORTED framework: Honor SYSTEM target property in all casesMarc Chevrier2023-08-271-0/+12
* | Merge topic 'modules-better-messages'Brad King2023-08-254-22/+24
|\ \
| * | cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-234-22/+24
| |/
* | Merge topic 'imported-cxxmodules'Brad King2023-08-2131-10/+524
|\ \
| * | cmExperimental: recycle the C++ modules API UUIDBen Boeckel2023-08-1712-12/+12
| * | Tests/RunCMake/CXXModules: add tests which use modules from imported targetsBen Boeckel2023-08-1711-0/+102
| * | cmExportFileGenerator: export private compile info for C++ modulesBen Boeckel2023-08-1713-0/+412
* | | Merge topic 'cmList-INSERT-regression'Brad King2023-08-191-0/+47
|\ \ \ | |/ / |/| / | |/
| * list(INSERT): restore old behaviorMarc Chevrier2023-08-171-0/+47
* | Merge topic 'xcframework-check-platform-variant'Kyle Edwards2023-08-1641-16/+70
|\ \
| * | .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-1541-16/+70