summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'Ninja-LINK_OPTIONS-with-newlines'Marc Chevrier2023-12-232-0/+9
|\
| * Ninja: LINK_OPTIONS property should support newlinesMarc Chevrier2023-12-202-0/+9
* | Merge topic 'package-dispatch-apple'Brad King2023-12-2019-2/+59
|\ \
| * | CMakePackageConfigHelpers: Add generate_apple_architecture_selection_file()Brad King2023-12-1910-2/+46
| * | generate_apple_platform_selection_file: Add INSTALL_PREFIX optionBrad King2023-12-191-0/+1
| * | Tests: Verify generate_apple_platform_selection_file file pathsBrad King2023-12-1910-0/+12
* | | Merge topic 'add_test-CROSSCOMPILING_EMULATOR-exclusive'Brad King2023-12-205-0/+108
|\ \ \
| * | | add_test: Honor CROSSCOMPILING_EMULATOR only when cross-compilingRalf Habacker2023-12-195-0/+108
* | | | Merge topic 'swift-CMP0157-old'Brad King2023-12-202-3/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Swift/Ninja: Fix missing OFM in CMP0157 OLD behaviorEvan Wilde2023-12-192-3/+12
| |/ /
* | | 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 '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-163-11/+19
|\ \ \ | |/ / |/| |
| * | Swift/Ninja: Split compilation modelEvan Wilde2023-12-153-11/+19
* | | 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
| |/ /
* | | Merge topic 'FindCUDAToolkit-cupti'Brad King2023-12-154-1/+38
|\ \ \ | | |/ | |/|
| * | Tests: Verify CUDA::cupti existence on a subset of machinesRobert Maynard2023-12-144-1/+38
| * | Merge topic 'test-gnu-hurd-sleep' into release-3.28Brad King2023-12-091-1/+1
| |\ \
* | | | 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
| |\ \ \
| * \ \ \ Merge topic 'fix-cxx-module-transitive-requirements' into release-3.28Brad King2023-12-0635-1/+384
| |\ \ \ \
| * \ \ \ \ Merge topic 'LLVMFlang-MSVC-debug' into release-3.28Brad King2023-12-062-4/+9
| |\ \ \ \ \
* | | | | | | 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
* | | | | | | | Merge topic 'LLVMFlang-MSVC'Brad King2023-12-074-3/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | LLVMFlang: Update MSVC runtime library selection for LLVMFlang 18.0Brad King2023-12-061-3/+5
| * | | | | | | | CMakeParseImplicitLinkInfo: Exclude LLVMFlang program entry point for MSVCBrad King2023-12-063-0/+23
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'cmuvprocesschain-external-loop'Brad King2023-12-071-1/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | cmUVProcessChain: Add option for external uv_loop_tKyle Edwards2023-12-051-1/+52
| |/ / / / / /