summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'file-RPATH-large-ELF'Brad King2024-03-245-1/+50
|\
| * cmELF: Get correct section count for large ELF binariesMartin Duffy2024-03-225-1/+50
* | Merge topic 'linker-vars-propagate-try_compile'Brad King2024-03-244-0/+40
|\ \
| * | try_compile(): Include languages with _ or - when passing linker varsCraig Scott2024-03-224-0/+40
| * | Merge topic 'ninja-fortran-include' into release-3.29Brad King2024-03-204-8/+15
| |\ \
* | \ \ Merge topic 'doc-CMP0118'Brad King2024-03-2291-247/+976
|\ \ \ \
| * | | | CMP0118: Revise documentation to describe actual behaviorDeniz Bahadir2024-03-218-68/+68
| * | | | CMP0118: Fix some tests and add more testsDeniz Bahadir2024-03-1984-179/+908
* | | | | Merge topic 'fileapi-provide-glob-dependent'Brad King2024-03-213-3/+53
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fileapi: Add CONFIGURE_DEPENDS glob info to cmakeFiles objectArctic Lampyrid2024-03-193-3/+53
* | | | | Merge topic 'ninja-fortran-include'Brad King2024-03-204-8/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Ninja: Fix Fortran module deps in files INCLUDEd by preprocessed sourcesBrad King2024-03-194-8/+15
* | | | | Merge topic 'package-dispatch-apple'Brad King2024-03-2014-7/+96
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | generate_apple_*_selection_file: Add option to capture errorsBrad King2024-03-1911-0/+75
| * | | | generate_apple_architecture_selection_file: Document $(ARCHS_STANDARD) supportBrad King2024-03-194-1/+6
| * | | | generate_apple_architecture_selection_file: Simplify signatureBrad King2024-03-191-3/+3
| * | | | Tests/RunCMake/CMakePackage: Fix Apple architecture selection argument orderBrad King2024-03-191-1/+4
| * | | | Tests/RunCMake/CMakePackage: Add architecture i386 for macOS on Xcode < 10Brad King2024-03-191-4/+10
| * | | | Merge topic 'Apple-TBD-in-subdirecory' into release-3.29Brad King2024-03-142-3/+14
| |\ \ \ \
| * \ \ \ \ Merge topic 'autogen-makefile-depfile' into release-3.29Brad King2024-03-146-1/+28
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge topic 'LINKER_TYPE-mold-support' into release-3.29Brad King2024-03-148-4/+13
| |\ \ \ \ \
* | | | | | | Tests: Pass path to WiX 3 into RunCMake.CPack_WIX testBrad King2024-03-192-2/+6
* | | | | | | Tests: Teach RunCMake.CPack_WIX to honor windows-arm64 hostsBrad King2024-03-183-2/+7
* | | | | | | Tests: Convert CPackWiXGenerator to RunCMake.CPack_WIXBrad King2024-03-1817-100/+90
* | | | | | | Tests/RunCMake: Add new infrastructure to run cpackBrad King2024-03-183-0/+136
* | | | | | | Tests/RunCMake: Add option to print custom details in failure outputBrad King2024-03-182-0/+6
* | | | | | | Merge topic 'ci-wix'Brad King2024-03-181-3/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Tests: Teach CPackWiXGenerator to use WiX tools in PATHBrad King2024-03-141-3/+2
* | | | | | | Merge topic 'Apple-TBD-in-subdirecory'Brad King2024-03-142-3/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Apple Text Based Stubs: should be usage in subdirectoriesMarc Chevrier2024-03-142-3/+14
| |/ / / /
| * | | | Merge topic 'export-find_dependency-calls' into release-3.29Brad King2024-03-1319-0/+50
| |\ \ \ \
* | \ \ \ \ Merge topic 'autogen-makefile-depfile'Brad King2024-03-146-1/+28
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Autogen: Restore target-ordering dependencies in Makefiles with DEPFILEBrad King2024-03-146-1/+28
* | | | | | Merge topic 'LINKER_TYPE-mold-support'Brad King2024-03-148-4/+13
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-138-4/+13
* | | | | | Merge topic 'ctest-tls-options'Brad King2024-03-1351-16/+116
|\ \ \ \ \ \
| * | | | | | ctest: Fall back to CMake options for TLS versionBrad King2024-03-1216-0/+35
| * | | | | | ctest: Fall back to CMake options for TLS server verificationBrad King2024-03-123-3/+3
| * | | | | | ctest: Add explicit options for TLS versionBrad King2024-03-129-0/+15
| * | | | | | ctest: Add explicit options for TLS server verificationBrad King2024-03-1218-0/+51
| * | | | | | Tests: Make RunCMake.ctest_submit invalid host name case more robustBrad King2024-03-1213-16/+15
* | | | | | | Merge topic 'GoogleTest-source-line'Brad King2024-03-131-1/+21
|\ \ \ \ \ \ \
| * | | | | | | GoogleTest: Add DEF_SOURCE_LINE property to gtest_add_testsDaniel Sim2024-03-111-1/+21
* | | | | | | | Merge topic 'export-find_dependency-calls'Brad King2024-03-1319-0/+50
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-1219-0/+50
* | | | | | | | Merge topic 'ci-xcode-15.3'Brad King2024-03-133-3/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'backport-3.28-ci-xcode-15.3'Brad King2024-03-123-3/+10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Tests: Update RunCMake.CheckCompilerFlag for Xcode 15.3Brad King2024-03-121-2/+2
| | * | | | | Tests: Update RunCMake.CompileFeatures for Xcode 15.3Brad King2024-03-122-1/+8
* | | | | | | Merge topic 'ci-wix'Brad King2024-03-121-9/+1
|\ \ \ \ \ \ \