summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* file(MAKE_DIRECTORY): Add optional RESULT keyword to capture failure.Asit Dhal2024-06-2416-11/+49
* Merge topic 'xcode-16'Brad King2024-06-142-2/+3
|\
| * Tests: Update expected results for Xcode 16Brad King2024-06-132-2/+3
* | Merge topic 'fc-cmp0168-fresh'Brad King2024-06-102-11/+14
|\ \ | |/
| * FetchContent: Force cmake --fresh to re-execute direct population stepsCraig Scott2024-06-071-0/+8
| * Tests: RunCMake.FetchContent should not always force _deps removalCraig Scott2024-06-071-3/+0
| * Tests: Fix -direct variants of FetchContent tests using wrong filesCraig Scott2024-06-072-8/+6
* | Merge topic 'doc-testing'Brad King2024-06-061-1/+3
|\ \
| * | Help/dev: Add a CMake Testing GuideBrad King2024-06-051-1/+3
| |/
* | Add deprecation warnings for policies CMP0129 and belowBrad King2024-06-053-0/+30
* | Tests: Modernize RunCMake.CMP0129 test conventions and conditionsBrad King2024-06-0516-29/+34
|/
* Merge topic 'cpack-nuget-dependency-groups'Brad King2024-06-048-0/+109
|\
| * CPack/NuGet: Build dependencies in groupsAlex Opie2024-06-038-0/+109
* | Merge topic 'cmake-C-crash'Brad King2024-06-036-0/+57
|\ \
| * | Fix crash in target-specific commands called from initial cache scriptBrad King2024-06-016-0/+57
* | | Merge topic 'file-accept-empty-lists'Brad King2024-06-034-11/+2
|\ \ \
| * | | file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty listsCraig Scott2024-05-314-11/+2
| | |/ | |/|
* | | Merge topic 'ep-disable-source-changes'Brad King2024-06-034-0/+37
|\ \ \ | |_|/ |/| |
| * | ExternalProject,FetchContent: Avoid CMAKE_DISABLE_SOURCE_CHANGES errorCraig Scott2024-05-314-0/+37
| |/
* | Merge topic 'dep-provider-try_compile'Brad King2024-05-317-1/+124
|\ \ | |/ |/|
| * try_compile: Propagating top level includes into whole-project callsCraig Scott2024-05-307-1/+124
* | Merge topic 'enforce-fc-fully-disconnected-requirements'Brad King2024-05-3013-0/+83
|\ \
| * | FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirementsCraig Scott2024-05-2913-0/+83
* | | Merge topic 'deprecate-fetchcontent_populate'Brad King2024-05-2928-0/+90
|\ \ \ | |/ /
| * | FetchContent: Deprecate FetchContent_Populate(depName)Craig Scott2024-05-2928-0/+90
* | | Merge topic 'swift-multi-config'Brad King2024-05-297-114/+130
|\ \ \
| * | | Swift: Use per-config module file locations in multi-config generatorsDave Abrahams2024-05-241-4/+18
| * | | Tests/RunCMake/Swift: Enable more cases with Ninja Multi-ConfigDave Abrahams2024-05-247-114/+116
* | | | Merge topic 'execute_process-child-startup-info'Brad King2024-05-284-0/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests/RunCMake/execute_process: Check STARTUPINFOW reserved membersBrad King2024-05-244-0/+34
| * | | Merge topic 'cmp0037-message' into release-3.29Brad King2024-05-159-0/+40
| |\ \ \
* | | | | FetchContent: Make FetchContent_Populate() honor CMP0168Craig Scott2024-05-251-0/+16
* | | | | Merge topic 'doc-test-RunCMake'Brad King2024-05-241-30/+201
|\ \ \ \ \
| * | | | | Tests/RunCMake: Document how to write multi-step test casesBrad King2024-05-231-0/+26
| * | | | | Tests/RunCMake: Document commands/variables available to RunCMakeTest scriptsBrad King2024-05-231-8/+132
| * | | | | Tests/RunCMake: Clarify documentation of platform-specific output matchingBrad King2024-05-231-5/+2
| * | | | | Tests/RunCMake: Rename "sub-test" terminology to "case"Brad King2024-05-231-17/+17
| * | | | | Tests/RunCMake: Organize README as multiple sectionsBrad King2024-05-231-1/+13
| * | | | | Tests/RunCMake: Cross-reference README from main Tests/READMEBrad King2024-05-231-2/+14
| | |_|/ / | |/| | |
* | | | | Merge topic 'genex-compiler-frontend-variant'Brad King2024-05-2410-0/+45
|\ \ \ \ \
| * | | | | GenEx: Add generator expr. for CMAKE_<LANG>_COMPILER_FRONTEND_VARIANTDeniz Bahadir2024-05-2210-0/+45
| |/ / / /
* | | | | Merge topic 'ninja-parallel'Brad King2024-05-2413-0/+77
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ninja: Add option for parallel installMartin Duffy2024-05-2313-0/+77
* | | | | Merge topic 'test-race-aix'Brad King2024-05-211-0/+1
|\ \ \ \ \
| * | | | | Tests/RunCMake/CompileFeatures: Avoid intermittent failures on AIXBrad King2024-05-211-0/+1
* | | | | | Tests/RunCMake/Swift: Update for ninja post-1.12 developmentBrad King2024-05-201-1/+0
|/ / / / /
* | | | | Merge topic 'fetchcontent-direct'Craig Scott2024-05-1819-54/+105
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FetchContent: Populate directly without a sub-buildCraig Scott2024-05-1712-43/+94
| * | | | ExternalProject: Move more internal commands out of main fileCraig Scott2024-05-137-11/+11
* | | | | Merge topic 'ewilde/swift-static-try-compile'Brad King2024-05-172-0/+15
|\ \ \ \ \