summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'file-install-macos' into release-3.26Brad King2023-03-081-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'backport-3.24-file-install-macos'Brad King2023-03-080-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | file(INSTALL): Fix file ownership regression when running as root on macOSBrad King2023-03-071-0/+6
| | | |/ | | |/|
| * | | file(INSTALL): Fix file ownership regression when running as root on macOSBrad King2023-03-071-0/+6
|/ / /
* | | Merge topic 'clang-16-cxx-modules' into release-3.26Brad King2023-03-063-22/+44
|\ \ \
| * | | Clang: Record Clang 16.0 flags for our experimental C++ modules supportBrad King2023-03-033-22/+44
* | | | Merge branch 'release-3.25' into release-3.26Brad King2023-03-060-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'release-3.24' into release-3.25Brad King2023-03-030-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'release-3.23' into release-3.24Brad King2023-03-030-0/+0
| | |\ \
| | | * \ Merge branch 'GoogleTest-type-param-suite' into release-3.23Brad King2023-03-036-4/+68
| | | |\ \
| | * | \ \ Merge branch 'GoogleTest-type-param-suite' into release-3.24Brad King2023-03-036-4/+68
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | Merge branch 'GoogleTest-type-param-suite' into release-3.25Brad King2023-03-036-4/+68
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge topic 'GoogleTest-type-param-suite' into release-3.26Brad King2023-03-066-4/+68
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | GoogleTest: Restore suite name for type-parametrized testsBrad King2023-03-036-4/+68
| | |_|/ | |/| |
* | | | Merge branch 'release-3.25' into release-3.26Brad King2023-03-030-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'ExternalProject-revert-install' into release-3.25Brad King2023-03-035-5/+18
| |\ \ \
* | \ \ \ Merge topic 'ExternalProject-revert-install' into release-3.26Brad King2023-03-035-5/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ExternalProject: Restore driving install through build systemBrad King2023-03-025-5/+18
| |/ / /
* | | | Merge topic 'doc-block' into release-3.26Brad King2023-03-031-0/+3
|\ \ \ \
| * | | | Help:cmake-language: note new block() command scopescivision2023-03-021-0/+3
|/ / / /
* | | | CMake 3.26.0-rc5v3.26.0-rc5Brad King2023-03-011-1/+1
* | | | Merge topic 'check-curses-min-cmake' into release-3.26Brad King2023-03-012-4/+2
|\ \ \ \
| * | | | ccmake: Update minimum required version of CMake for curses checkBrad King2023-03-012-4/+2
* | | | | Merge topic 'FindPython-fix-CMAKE_SHARED_LIBRARY_SUFFIX-matching' into releas...Brad King2023-03-011-3/+3
|\ \ \ \ \
| * | | | | FindPython: fix erroneous ${CMAKE_SHARED_LIBRARY_SUFFIX} matchingMarc Chevrier2023-03-011-3/+3
| |/ / / /
* | | | | Merge topic 'ci-package-pipeline' into release-3.26Brad King2023-03-0120-116/+111
|\ \ \ \ \
| * | | | | gitlab-ci: Optionally upload release packages to custom URLBrad King2023-02-281-0/+4
| * | | | | gitlab-ci: Generalize package and help upload URLsBrad King2023-02-282-6/+6
| * | | | | gitlab-ci: Stage unsigned release package artifacts in a dedicated directoryBrad King2023-02-283-1/+13
| * | | | | gitlab-ci: Simplify Windows packaging pipelineBrad King2023-02-2813-95/+70
| * | | | | gitlab-ci: Simplify macOS packaging jobsBrad King2023-02-285-15/+7
| * | | | | gitlab-ci: add pre-build and post-build steps to WindowsBrad King2023-02-283-0/+10
| * | | | | gitlab-ci: add pre-build and post-build steps to macOSBrad King2023-02-281-0/+2
| |/ / / /
* | | | | Merge topic 'try-doc' into release-3.26Brad King2023-03-012-39/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help:try_{compile,run}: clarify, encourage new syntaxscivision2023-02-282-39/+37
|/ / / /
* | | | Merge topic 'test-no-dart' into release-3.26Brad King2023-02-281-7/+1
|\ \ \ \
| * | | | Tests: Drop use of legacy "Dart" moduleBrad King2023-02-271-7/+1
* | | | | Merge topic 'doc-cleanup-3.26-rc4' into release-3.26Brad King2023-02-284-29/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Fix typos and grammar in 3.26 release notesCraig Scott2023-02-281-6/+5
| * | | | Help: Improve wording of FOLDER-related properties and policiesCraig Scott2023-02-253-23/+25
* | | | | Merge topic 'doc-CMAKE_MODULE_PATH' into release-3.26Brad King2023-02-271-4/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Document that CMAKE_MODULE_PATH must use forward slashesBrad King2023-02-241-4/+5
|/ / / /
* | | | Merge topic 'find-openssl-find-pthread' into release-3.26Brad King2023-02-241-1/+14
|\ \ \ \
| * | | | FindOpenSSL: Search for -pthread flagKyle Edwards2023-02-231-1/+14
|/ / / /
* | | | Merge topic 'ci-msvc-14.35' into release-3.26Brad King2023-02-231-11/+11
|\ \ \ \
| * | | | gitlab-ci: Update Windows builds to MSVC 14.35 toolsetBrad King2023-02-221-11/+11
|/ / / /
* | | | CMake 3.26.0-rc4v3.26.0-rc4Brad King2023-02-221-1/+1
* | | | Merge topic 'BundleUtilities-chmod-later' into release-3.26Brad King2023-02-211-4/+3
|\ \ \ \
| * | | | BundleUtilities: Avoid unnecessary chmod in fixup_bundle_itemBrad King2023-02-201-4/+3
* | | | | Merge topic 'FindOpenSSL-threads' into release-3.26Brad King2023-02-211-6/+14
|\ \ \ \ \ | |/ / / / |/| | | |