summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'preset-flag-consistency' into release-3.20Brad King2021-02-2414-15/+56
|\
| * ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-234-6/+21
| * cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-233-4/+13
| * cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-239-5/+22
* | Merge topic 'LINK_LANGUAGE-genex-respects-LINKER_LANGUAGE-property' into rele...Brad King2021-02-245-6/+39
|\ \
| * | Genex: LINK_LANGUAGE respects LINKER_LANGUAGE propertyMarc Chevrier2021-02-235-6/+39
| |/
* | Merge topic 'autogen-cmp0116-fix' into release-3.20Brad King2021-02-2425-148/+237
|\ \
| * | Help: Note that CMP0116 is recorded at the time of CC creationKyle Edwards2021-02-231-1/+4
| * | 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
| * | Ninja: Use CMP0116 status recorded at time of custom command's creationKyle Edwards2021-02-231-2/+2
| * | cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-2318-145/+190
* | | Merge branch 'release-3.19' into release-3.20Brad King2021-02-240-0/+0
|\ \ \
| * \ \ Merge branch 'backport-3.19-preset-no-comments' into release-3.19Brad King2021-02-248-7/+25
| |\ \ \
| * \ \ \ Merge branch 'ninja-status-stderr' into release-3.19Brad King2021-02-233-0/+12
| |\ \ \ \
* | \ \ \ \ Merge topic 'preset-no-comments' into release-3.20Brad King2021-02-2410-20/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-3.19-preset-no-comments' into preset-no-commentsBrad King2021-02-248-7/+25
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | CMakePresets.json: Remove undocumented support for commentsKyle Edwards2021-02-248-7/+25
| * | | | | | Tests: Remove comments from CMakePresetsTest/Good.json.inKyle Edwards2021-02-241-9/+0
| * | | | | | Revert "Help: Document JSON comment support in cmake-presets(7)"Kyle Edwards2021-02-241-4/+1
* | | | | | | Merge topic 'ninja-status-stderr' into release-3.20Brad King2021-02-243-0/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Tests: Update for upstream ninja change to write status on stderrBrad King2021-02-233-0/+12
| | |/ / / | |/| | |
* | | | | Merge topic 'ci-macos-arm64' into release-3.20Brad King2021-02-239-89/+146
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | gitlab-ci: Add macos-arm64 jobs for Ninja and XcodeBrad King2021-02-234-0/+72
| * | | | gitlab-ci: rename macos build and test jobs to macos-x86_64Brad King2021-02-235-32/+32
| * | | | ci: add sccache 0.2.15 custom build for aarch64-apple-darwinBrad King2021-02-231-0/+7
| * | | | ci: update to sccache 0.2.15 on linux buildsBrad King2021-02-231-5/+5
| * | | | ci: Use Qt macOS 10.13+ package for macOS build and test jobsBrad King2021-02-231-52/+30
|/ / / /
* | | | Merge topic 'test-ExternalProject-CONFIGURE_HANDLED_BY_BUILD' into release-3.20Brad 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' into release-3.20Brad King2021-02-2311-19/+58
|\ \ \ \ \
| * | | | | Tests: Suppress failures on macOS arm64 due to separate Xcode signing phaseBrad King2021-02-228-0/+47
| * | | | | Tests: Fix CTestTestCrash expected output on macOS arm64Brad King2021-02-221-1/+1
| * | | | | Tests: Remove explicit no-signing marks from BundleTestBrad King2021-02-223-14/+6
| * | | | | Tests: Clarify internal project name in RunCMake.GoogleTest casesBrad King2021-02-224-4/+4
* | | | | | Merge topic 'cmake-gui-restore-search' into release-3.20Brad King2021-02-232-0/+10
|\ \ \ \ \ \
| * | | | | | cmake-gui: Restore search bar for cache view and environment dialogSankhesh Jhaveri2021-02-222-0/+10
| |/ / / / /
* | | | | | Merge topic 'nag-fortran-include-moddir' into release-3.20Brad King2021-02-231-0/+1
|\ \ \ \ \ \
| * | | | | | NAG: Fix using Fortran modules from their output directoryBrad King2021-02-221-0/+1
* | | | | | | Merge topic 'per-config-autogen-info-file' into release-3.20Brad King2021-02-232-4/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Autogen: Don't change the order of HEADERS array in AutogenInfo.jsonCraig Scott2021-02-222-4/+4
| |/ / / / /
* | | | | | Merge topic 'fix-IS_NEWER_THAN-usage' into release-3.20Brad King2021-02-228-6/+111
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-226-4/+107
| * | | | | ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checksCraig Scott2021-02-222-2/+4
* | | | | | Merge topic 'vs-pch-one-lang' into release-3.20Brad King2021-02-226-7/+44
|\ \ \ \ \ \
| * | | | | | VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-196-1/+38
| * | | | | | cmVisualStudio10TargetGenerator: Refactor per-source PCH logicBrad King2021-02-191-6/+6
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cpackifw-scanbuild-fix' into release-3.20Brad King2021-02-221-2/+9
|\ \ \ \ \ \
| * | | | | | CPackIFWInstaller: Avoid potential null pointer dereferenceCraig Scott2021-02-191-2/+9
* | | | | | | Merge topic 'doc-cpack-dpkg-shlibdeps-l' into release-3.20Brad King2021-02-221-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |