summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* try_compile(): Include languages with _ or - when passing linker varsCraig Scott2024-03-224-0/+40
* 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
|\
| * Apple Text Based Stubs: should be usage in subdirectoriesMarc Chevrier2024-03-142-3/+14
* | Merge topic 'LINKER_TYPE-mold-support' into release-3.29Brad King2024-03-148-4/+13
|\ \ | |/ |/|
| * LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-138-4/+13
* | Merge topic 'export-find_dependency-calls' into release-3.29Brad King2024-03-1318-0/+49
|\ \
| * | EXPORT_PACKAGE_DEPENDENCIES: Add experimental feature gateBrad King2024-03-1218-0/+49
* | | 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
* | | install(EXPORT): Drop REQUIRED from exported find_dependency callsBrad King2024-03-112-5/+5
| |/ |/|
* | Merge topic 'ctest-j-default' into release-3.29Brad King2024-03-1130-4/+241
|\ \
| * | ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-1028-4/+195
| * | Tests: Convert CTestTestSkipReturnCode to RunCMake.ctest_test caseBrad King2024-03-102-0/+15
| * | Tests: Convert CTestTestSerialOrder to RunCMake.ctest_test caseBrad King2024-03-102-0/+31
* | | ctest: Remove unnecessary and ambiguous tests-from-file comment syntaxBrad King2024-03-082-0/+6
* | | ctest: Honor tests-from-file options with empty inputBrad King2024-03-089-0/+29
* | | Tests: Make ctest tests-from-file expected output more preciseBrad King2024-03-087-3/+13
* | | Merge topic 'cxxmodules-target-objects' into release-3.29Brad King2024-03-084-0/+42
|\ \ \ | | |/ | |/|
| * | Tests/CXXModules: add a test using `TARGET_OBJECTS` from modulesBen Boeckel2024-03-064-0/+42
| * | Merge topic 'cxxmodules-no-export-basedirs-as-include-paths' into release-3.28Brad King2024-02-297-0/+147
| |\ \
* | | | ctest: Exit with failure when tests-from-file input is missingBrad King2024-03-0614-0/+24
* | | | Tests: Generalize ctest tests-from-file test casesBrad King2024-03-066-9/+9
| |_|/ |/| |
* | | Merge topic 'cxxmodules-no-export-basedirs-as-include-paths' into release-3.29Brad King2024-02-297-0/+147
|\ \ \
| * \ \ Merge branch 'backport-3.28-cxxmodules-no-export-basedirs-as-include-paths'Brad King2024-02-287-0/+147
| |\ \ \ | | | |/ | | |/|
| | * | cmExportFileGenerator: only export include paths for HEADERS file setsBen Boeckel2024-02-287-0/+147
* | | | Merge topic 'test-cxxmodules-vs' into release-3.29Brad King2024-02-281-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Tests/RunCMake/CXXModules: Update VS circular error messageBrad King2024-02-281-1/+1
| |/
* | Swift: Ninja: Pass module name to all swift buildsEvan Wilde2024-02-232-1/+7
* | Merge topic 'restore-link-interface-objlib-with-unity' into release-3.29Brad King2024-02-226-1/+37
|\ \ | |/
| * Restore support for TARGET_OBJECTS in link interfaces with unity buildsBrad King2024-02-215-0/+36
| * Tests: Update RunCMake.TargetObjects cmake_minimum_required versionBrad King2024-02-211-1/+1
| * Merge topic 'cxxmodules-transitive-std' into release-3.28Brad King2024-02-212-2/+2
| |\
* | \ Merge topic 'cxxmodules-transitive-std' into release-3.29Brad King2024-02-212-2/+2
|\ \ \ | | |/ | |/|
| * | Tests/CXXModules: test `cxx_std_20` coming from a dependencyBen Boeckel2024-02-202-2/+2
* | | Merge topic 'cxxmodules-transitive-modules-usage' into release-3.29Brad King2024-02-2118-4/+298
|\ \ \ | | |/ | |/|
| * | cmExportFileGenerator: export link libraries as-isBen Boeckel2024-02-204-4/+4
| * | Tests/CXXModules: test transitive modules usageBen Boeckel2024-02-2014-0/+294
| |/
* | Merge topic 'cxxmodules-transitive-target-usage' into release-3.29Brad King2024-02-2021-0/+307
|\ \ | |/
| * Tests/CXXModules: add a test with transitive targetsBen Boeckel2024-02-1921-0/+307
* | Merge topic 'cxxmodules-nmc-duplicate-synthetic-targets' into release-3.29Brad King2024-02-198-0/+119
|\ \ | |/
| * Tests/CXXModules: add a test importing from a `Ninja` installBen Boeckel2024-02-168-0/+78
| * Tests/CXXModules: support building a project with `Ninja`Ben Boeckel2024-02-161-0/+29
| * Tests/CXXModules: document `CMake_TEST_MODULE_COMPILATION` itemsBen Boeckel2024-02-161-0/+12
| * Merge topic 'cxxmodules-collation-restat' into release-3.28Brad King2024-02-167-2/+59
| |\