summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-315-3/+21
| |/
* | Tests: Fix FileAPI interface_exe testKyle Edwards2023-09-012-1/+42
|/
* Merge topic 'cmuvstreamread-raii'Kyle Edwards2023-08-291-2/+56
|\
| * cmUVStreamRead: Return RAII handle to avoid memory leakKyle Edwards2023-08-251-2/+56
* | 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
* | Tests: Run CTestTest2 in explicit configurationBrad King2023-08-221-1/+1
* | CMakeLibTests: Compile with WIN32_LEAN_AND_MEANKyle Edwards2023-08-211-0/+6
* | 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 'debugger-pipe-connections'Brad King2023-08-192-4/+11
|\ \ \
| * | | Debugger: Replace libuv with platform-specific connection codePaul Maybee2023-08-172-4/+11
* | | | Merge topic 'cmList-INSERT-regression'Brad King2023-08-192-0/+68
|\ \ \ \ | | |_|/ | |/| |
| * | | list(INSERT): restore old behaviorMarc Chevrier2023-08-172-0/+68
| * | | Merge topic 'test-debugger-named-pipe-fix' into release-3.27Brad King2023-08-161-7/+7
| |\ \ \
* | \ \ \ Merge topic 'test-debugger-named-pipe-fix'Brad King2023-08-161-7/+7
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | testDebuggerNamedPipe: fix for cppdap with nlohmann_jsonĐoàn Trần Công Danh2023-08-161-7/+7
* | | | Merge topic 'xcframework-check-platform-variant'Kyle Edwards2023-08-1641-16/+70
|\ \ \ \
| * | | | .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-1541-16/+70
* | | | | Merge topic 'ExternalProject-build-jobserver'Brad King2023-08-1612-113/+115
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ExternalProject: Enable Make Job Server with Explicit Build CommandChris Mahoney2023-08-156-1/+71
| * | | | Tests/RunCMake/Make: simplify GNUMakeJobSeverAware check functionChris Mahoney2023-08-156-112/+44
* | | | | Merge topic 'TAPI-is-Apple-only'Brad King2023-08-151-6/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Apple Text Stubs (.tbd): various fixesMarc Chevrier2023-08-111-6/+6
| |/ /
* | | Merge topic 'test-properties-directory'Kyle Edwards2023-08-1419-8/+103
|\ \ \
| * | | get_test_property(): Add DIRECTORY optionKyle Edwards2023-08-113-8/+25
| * | | set_tests_properties(): Add DIRECTORY optionKyle Edwards2023-08-119-0/+43
| * | | set_property(TEST): Add DIRECTORY optionKyle Edwards2023-08-107-0/+35
* | | | Merge topic 'ctest-generate-resource-spec-file'Kyle Edwards2023-08-1439-4/+237
|\ \ \ \
| * | | | CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-1039-4/+237
| |/ / /
* | | | Merge topic 'test-ifort-windows'Brad King2023-08-111-0/+5
|\ \ \ \
| * | | | Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on WindowsBrad King2023-08-101-0/+5
* | | | | Merge topic 'vs-sdk-selection'Brad King2023-08-1010-51/+73
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selectionBrad King2023-08-1010-51/+73
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | VS: Select latest Windows SDK even when targeting Windows 8.1 and belowBrad King2023-08-102-5/+9
| | * | | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selectionBrad King2023-08-101-0/+11
| | * | | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-109-24/+33
| | * | | Tests: Remove redundant condition in RunCMake.GeneratorPlatform testBrad King2023-08-101-23/+21
| | * | | Merge topic 'file-GENERATE-arg-parsing' into release-3.27Brad King2023-08-084-0/+10
| | |\ \ \