summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'gtest_discover_tests_error_message'Brad King2023-12-192-0/+2
|\
| * GoogleTest: Add working directory to gtest_discover_tests error messageAlexander Krabler2023-12-182-0/+2
* | Merge topic 'package-dispatch-apple'Brad King2023-12-194-0/+15
|\ \
| * | CMakePackageConfigHelpers: Clarify Apple platform selection usage errorBrad King2023-12-184-0/+15
* | | Merge topic 'Xcode-Check-Imported-Framework'Brad King2023-12-192-0/+28
|\ \ \ | |/ / |/| |
| * | Xcode: Restore support for standalone IMPORTED_LOCATION_<CONFIG>Marc Chevrier2023-12-182-0/+28
| * | Merge topic 'test-gnu-hurd-sleep' into release-3.28Brad King2023-12-091-1/+1
| |\ \
* | \ \ Merge topic 'package-dispatch-apple'Brad King2023-12-1827-0/+180
|\ \ \ \
| * | | | Tests: Cover generate_apple_platform_selection_file on all platformsBrad King2023-12-1627-0/+180
* | | | | Merge topic 'fc-provider-find-package-args'Craig Scott2023-12-173-0/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FetchContent: Fix FIND_PACKAGE_ARGS not being passed to dep providersCraig Scott2023-12-163-0/+19
| |/ / /
* | | | Merge topic 'swift-split-compilation-model'Brad King2023-12-161-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Swift/Ninja: Split compilation modelEvan Wilde2023-12-151-3/+3
* | | | Merge topic 'cmake-test-launcher'Brad King2023-12-1520-8/+374
|\ \ \ \
| * | | | fileapi: Add test launcher to codemodel-v2Ralf Habacker2023-12-1311-1/+245
| * | | | add_test: Optionally use a launcher for tests running in-project targetsRalf Habacker2023-12-138-0/+120
| * | | | fileapi: Make launcher attribute 'arguments' optionalRalf Habacker2023-12-132-7/+9
| |/ / /
* | | | Tests/RunCMake/XcFramework: Add iOS and iOS Simulator to .xcfwKyle Edwards2023-12-116-50/+107
* | | | Merge topic 'find-rustc-importlibs'Brad King2023-12-097-1/+14
|\ \ \ \
| * | | | MSVC: Teach find_library to consider Rust's '${name}.dll.lib' conventionDaniel Ching2023-12-084-0/+4
| * | | | Tests: Add case covering find_library behavior when targeting MSVC ABIBrad King2023-12-075-1/+10
* | | | | Merge topic 'test-gnu-hurd-sleep'Brad King2023-12-091-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Tests: Do not expect EINTR when sleep is interrupted on GNU/HurdMattias Ellert2023-12-081-1/+1
* | | | | Merge topic 'ninja-dev'Brad King2023-12-092-4/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Tests: Update for changes to upstream ninja development versionBrad King2023-12-082-4/+11
| |/ / /
| * | | Merge topic 'cxxmodules-msvc-corner-cases' into release-3.28Brad King2023-12-065-3/+27
| |\ \ \
* | | | | Tests: Fix RunCMake.try_run case on gfortran < 4.3Brad King2023-12-071-1/+1
* | | | | Tests: Add inspection step to RunCMake.try_runBrad King2023-12-073-4/+37
* | | | | Tests: Remove unused code from RunCMake.try_runBrad King2023-12-071-4/+0
* | | | | Merge topic 'GoogleTest-discovery-scope'Brad King2023-12-073-0/+53
|\ \ \ \ \
| * | | | | GoogleTest: Avoid silent failures of dynamic test discoveryMoritz Haase2023-12-063-0/+53
* | | | | | CMakeParseImplicitLinkInfo: Exclude LLVMFlang program entry point for MSVCBrad King2023-12-063-0/+23
| |_|_|/ / |/| | | |
* | | | | Merge topic 'cxxmodules-msvc-corner-cases'Brad King2023-12-065-3/+27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Tests/CXXModules: enhance `internal-partitions` testBen Boeckel2023-12-054-1/+17
| * | | | Tests/CXXModules: import from an internal partitionBen Boeckel2023-12-053-2/+10
* | | | | Merge topic 'fix-cxx-module-transitive-requirements'Brad King2023-12-0635-1/+384
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | cmCxxModuleMapper: Fix transitive requirements computationnamniav2023-12-0535-1/+384
* | | | Merge topic 'cxxmodules-pch'Brad King2023-12-054-0/+24
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Tests/CXXModules: add a test which scans a PCH-using sourceBen Boeckel2023-12-044-0/+24
| |/
* | Merge topic 'ctest-jobserver-client'Brad King2023-12-048-0/+61
|\ \
| * | ctest: Add support for running under a make job server on POSIX systemsBrad King2023-12-038-0/+61
* | | Merge topic 'fileapi-exe-launcher'Brad King2023-12-0411-4/+288
|\ \ \
| * | | fileapi: Add cross-compiling emulator to codemodel-v2Ralf Habacker2023-12-0111-4/+288
* | | | Merge topic 'cmake-non-writable-build-dir'Brad King2023-12-046-12/+45
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Add case covering non-writable CMAKE_BINARY_DIRBrad King2023-11-304-0/+26
| * | | Tests: Factor out RunCMake helper to get UNIX user idBrad King2023-11-302-12/+19
* | | | Merge topic 'xcode-embed-xpc-services'Brad King2023-12-015-0/+46
|\ \ \ \ | |/ / / |/| | |
| * | | Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-295-0/+46
* | | | Merge topic 'execute_process-no-extension'Brad King2023-11-307-0/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Add case to cover execute_process support for no extension on WindowsKyle Edwards2023-11-307-0/+57