summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* cmake: configure preset add support for --install-prefix mappingRobert Maynard2021-03-0912-1/+67
* cmake: add support for --install-prefix command argumentRobert Maynard2021-03-043-3/+12
* Clang: C17 default versionRaul Tambre2021-02-251-1/+3
* CMakeCCompilerId: Fix C standard detection in Clang MSVC modeRaul Tambre2021-02-251-0/+7
* Genex: Fix grammatical error in TARGET_OBJECTS error messageKyle Edwards2021-02-243-6/+6
* Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-2420-0/+140
* Merge topic 'preset-flag-consistency'Brad King2021-02-249-7/+40
|\
| * ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-231-2/+10
| * cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-231-2/+10
| * cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-237-3/+20
* | Merge topic 'LINK_LANGUAGE-genex-respects-LINKER_LANGUAGE-property'Brad King2021-02-244-5/+34
|\ \
| * | Genex: LINK_LANGUAGE respects LINKER_LANGUAGE propertyMarc Chevrier2021-02-234-5/+34
| |/
* | Merge topic 'autogen-cmp0116-fix'Brad King2021-02-245-0/+41
|\ \
| * | Tests: Test Qt autogen target with CMP0116 set to WARNKyle Edwards2021-02-232-0/+3
| * | Tests: Test per-CC behavior of CMP0116Kyle Edwards2021-02-233-0/+38
* | | Merge topic 'preset-no-comments'Brad King2021-02-247-15/+16
|\ \ \
| * \ \ Merge branch 'backport-3.19-preset-no-comments' into preset-no-commentsBrad King2021-02-246-6/+16
| |\ \ \
| | * | | CMakePresets.json: Remove undocumented support for commentsKyle Edwards2021-02-246-6/+16
| * | | | Tests: Remove comments from CMakePresetsTest/Good.json.inKyle Edwards2021-02-241-9/+0
| | |_|/ | |/| |
| * | | Merge topic 'test-ExternalProject-CONFIGURE_HANDLED_BY_BUILD' into release-3.20Brad King2021-02-231-2/+2
| |\ \ \
* | \ \ \ Merge topic 'ninja-status-stderr'Brad King2021-02-243-0/+12
|\ \ \ \ \
| * | | | | Tests: Update for upstream ninja change to write status on stderrBrad King2021-02-233-0/+12
| | |_|/ / | |/| | |
* | | | | Merge topic 'test-ExternalProject-CONFIGURE_HANDLED_BY_BUILD'Brad King2021-02-231-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Tests: Fix ExternalProject CONFIGURE_HANDLED_BY_BUILD on 1s filesystemsDaan De Meyer2021-02-221-2/+2
* | | | | Merge topic 'test-macos-arm64'Brad King2021-02-236-4/+33
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Tests: Suppress failures on macOS arm64 due to separate Xcode signing phaseBrad King2021-02-226-0/+29
| * | | | Tests: Clarify internal project name in RunCMake.GoogleTest casesBrad King2021-02-224-4/+4
| * | | | Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20Brad King2021-02-225-0/+85
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'backport-FetchContent-timestamps' into fix-IS_NEWER_THAN-usageBrad King2021-02-225-0/+85
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-225-0/+85
* | | | | Merge topic 'vs-pch-one-lang'Brad King2021-02-225-0/+33
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-195-0/+33
| |/ / /
* | | | Merge topic 'list-index-arg-parsing'Brad King2021-02-1953-0/+217
|\ \ \ \
| * | | | cmListCommand: add a policy for failing on invalid indiciesBen Boeckel2021-02-1853-0/+217
* | | | | Merge topic 'fetchcontent-patch-step-typo'Craig Scott2021-02-183-0/+25
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | FetchContent: Restore patch command supportCraig Scott2021-02-173-0/+25
| |/ /
* | | UseSWIG: avoid spurious policy warningsMarc Chevrier2021-02-111-14/+0
* | | Add deprecation warnings for policies CMP0081 and belowBrad King2021-02-108-2/+85
|/ /
* | Merge topic 'xcode12-ios_install_combined'Brad King2021-02-093-4/+29
|\ \ | |/
| * IOS_INSTALL_COMBINED: Support Xcode 12 (command line only)Craig Scott2021-02-083-4/+29
* | Merge topic 'object-lib-multiarch'Brad King2021-02-0911-12/+56
|\ \
| * | add_library(): Allow imported object libraries with multi-archCraig Scott2021-02-069-7/+55
| * | Tests: TargetObjects does not need any languages enabledCraig Scott2021-02-052-5/+1
* | | Merge topic 'cmake_library_architecture_better_multiarch_support'Brad King2021-02-0824-1/+51
|\ \ \
| * | | CMakeDetermineCompilerABI: Parse library arch from versioned pathsRobert Maynard2021-02-0424-1/+51
| |/ /
* | | Merge topic 'fetchcontent-performance'Brad King2021-02-0515-68/+7
|\ \ \
| * | | FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-042-18/+0
| * | | ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-046-7/+7
| * | | ExternalProject: Avoid scanning docs for keywords, use include_guard()Craig Scott2021-01-297-43/+0
* | | | Merge topic 'build-test-presets'Brad King2021-02-0581-30/+800
|\ \ \ \