summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.24.1v3.24.1Brad King2022-08-172-3/+4
* Merge topic 'revert-ci-msvc-14.33' into release-3.24Brad King2022-08-171-7/+7
|\
| * gitlab-ci: Revert Windows builds from MSVC 14.33 to MSVC 14.32 toolsetBrad King2022-08-171-7/+7
|/
* Merge topic 'FindVulkan-tolerate-FATAL_ERROR' into release-3.24Brad King2022-08-172-0/+15
|\
| * Help: Add 3.24 release note about FindVulkan component enforcementBrad King2022-08-171-0/+5
| * FindVulkan: Restore tolerance of unknown FATAL_ERROR componentBrad King2022-08-171-0/+10
|/
* Merge topic 'ci-msvc-14.33' into release-3.24Brad King2022-08-171-7/+7
|\
| * gitlab-ci: Update Windows builds to MSVC 14.33 toolsetBrad King2022-08-161-7/+7
|/
* Merge topic 'mingw-windres' into release-3.24Brad King2022-08-161-1/+1
|\
| * MinGW: Restore using windres when toolchain-prefixed name is not availableBrad King2022-08-151-1/+1
* | Merge topic 'export-no-shdeps' into release-3.24Brad King2022-08-1610-0/+71
|\ \
| * | export: Restore exclusion of private shared library dependencies from checksBrad King2022-08-1510-0/+71
* | | Merge topic 'automoc-silence-warnings' into release-3.24Brad King2022-08-161-9/+9
|\ \ \
| * | | automoc: avoid compiler warnings in linker-warning-silencing codeAlbert Astals Cid2022-08-101-9/+9
* | | | Merge topic 'doc-warning-as-error' into release-3.24Craig Scott2022-08-161-0/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Help: A missing cross-reference to --compile-no-warning-as-errorCraig Scott2022-08-151-0/+2
| * | | Help: List compiler IDs supported by COMPILE_WARNING_AS_ERRORCraig Scott2022-08-151-0/+23
| |/ /
* | | Merge topic 'warning-as-error-ti-compiler' into release-3.24Brad King2022-08-152-0/+12
|\ \ \
| * | | TI compiler: Add support for COMPILE_WARNING_AS_ERROR target propertyCraig Scott2022-08-122-0/+12
| |/ /
* | | Merge topic 'mingw-flto' into release-3.24Brad King2022-08-151-1/+8
|\ \ \ | |/ / |/| |
| * | IPO: Do not use -flto=auto with GCC 10.x on WindowsBrad King2022-08-101-1/+8
| |/
* | Merge topic 'FindThreads-msvc-no-pthread-flag' into release-3.24Brad King2022-08-091-1/+5
|\ \ | |/ |/|
| * FindThreads: Skip check for -pthread flag when targeting the MSVC ABIBrad King2022-08-081-1/+5
|/
* CMake 3.24.0v3.24.0Brad King2022-08-041-1/+1
* Merge topic 'makefile-path-consistency' into release-3.24Brad King2022-08-044-34/+48
|\
| * Makefiles: Restore path consistency in the global dispatch makefileBrad King2022-08-034-34/+48
* | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas...Brad King2022-08-047-1/+81
|\ \
| * | FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-047-1/+81
* | | Merge topic 'doc-find_package-typo' into release-3.24Brad King2022-08-041-2/+2
|\ \ \
| * | | Help: Fix reST syntax typo in find_package docsEisuke Kawashima2022-08-031-2/+2
* | | | Merge topic 'FindLua-docfmt' into release-3.24Brad King2022-08-041-13/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | FindLua: Improve documentation formattingMichael Hirsch2022-08-031-13/+16
| |/ /
* | | Merge topic 'all-verify-interface-header-sets' into release-3.24Kyle Edwards2022-08-0310-0/+58
|\ \ \ | |/ / |/| |
| * | VERIFY_INTERFACE_HEADER_SETS: Add verification target for allKyle Edwards2022-08-0310-0/+58
* | | Merge topic 'ci-wix-host' into release-3.24Brad King2022-08-031-2/+3
|\ \ \ | |/ / |/| |
| * | ci: host WiX 3.14.0.6526 binaries ourselvesBrad King2022-08-021-2/+3
|/ /
* | Merge topic 'vs-msbuild-arm64' into release-3.24Brad King2022-08-021-1/+1
|\ \
| * | VS: Fix ARM64 host architecture detection in x86 binaryAnton Lapounov2022-08-011-1/+1
* | | Merge topic 'windows-symlink-dir' into release-3.24Brad King2022-08-021-12/+2
|\ \ \ | |_|/ |/| |
| * | Windows: Revert "Prefer junctions for directory symlinks"Brad King2022-08-011-12/+2
* | | Merge topic 'doc-init-VERIFY_INTERFACE_HEADER_SETS' into release-3.24Brad King2022-08-011-1/+5
|\ \ \ | |/ / |/| |
| * | Help: Document initialization of VERIFY_INTERFACE_HEADER_SETS propertyCraig Scott2022-08-011-1/+5
* | | Merge branch 'release-3.23' into release-3.24Brad King2022-08-010-0/+0
|\ \ \
| * \ \ Merge branch 'FindGTest-gmock-needs-gtest' into release-3.23Brad King2022-07-291-1/+1
| |\ \ \
* | \ \ \ Merge topic 'FindGTest-gmock-needs-gtest' into release-3.24Brad King2022-08-011-1/+1
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | FindGTest: Create the gmock targets only when GTest has been foundRobert Maynard2022-07-291-1/+1
| |/ /
* | | Merge topic 'fetchcontent-url-regression' into release-3.24Craig Scott2022-08-011-29/+42
|\ \ \ | |_|/ |/| |
| * | FetchContent: Restore support for multiple URL valuesCraig Scott2022-07-291-29/+42
|/ /
* | CMake 3.24.0-rc5v3.24.0-rc5Brad King2022-07-281-1/+1
* | Merge branch 'release-3.23' into release-3.24Brad King2022-07-281-0/+7
|\ \ | |/