summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'FindPython-3.12' into release-3.23Brad King2022-05-133-3/+3
|\ \ \ \ \ \
| * | | | | | FindPython: add support for Python 3.12Michael Hirsch2022-05-123-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'ci-msvc-19.32' into release-3.23Brad King2022-05-131-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gitlab-ci: Update Windows builds to MSVC 19.32 toolsetBrad King2022-05-121-4/+4
|/ / / / /
* | | | | Merge topic 'doc-package-compatibility-mode' into release-3.23Brad King2022-05-121-3/+3
|\ \ \ \ \
| * | | | | CMakePackageConfigHelpers: Fix note about version files supporting rangesfriendlyanon2022-05-111-3/+3
|/ / / / /
* | | | | Merge topic 'Java-version-handling' into release-3.23Brad King2022-05-062-77/+47
|\ \ \ \ \
| * | | | | FindJava, FindJNI: ensure correct handling of versions on WindowsMarc Chevrier2022-05-052-77/+47
* | | | | | Merge topic 'FindPython-fix-typo-error' into release-3.23Brad King2022-05-041-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindPython: fix typo errorMarc Chevrier2022-05-031-1/+1
* | | | | | Merge topic 'avoid-remove-empty-path' into release-3.23Brad King2022-05-031-1/+3
|\ \ \ \ \ \
| * | | | | | cmGeneratedFileStream: Do not remove empty pathBrad King2022-04-291-1/+3
| |/ / / / /
* | | | | | Merge topic 'restore-CPACK_PACKAGEMAKER_CHOICES' into release-3.23Brad King2022-05-033-21/+108
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variableCraig Scott2022-04-293-21/+108
* | | | | | Merge topic 'doc-cmake.org-tutorial-archive' into release-3.23Brad King2022-04-295-8/+62
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tutorial: Provide a source archive when published on cmake.orgBrad King2022-04-285-2/+54
| * | | | | Utilities/Sphinx: Add variables listing pre-sphinx commandsBrad King2022-04-271-0/+2
| * | | | | Utilities/Sphinx: Clarify names of variables listing post-sphinx commandsBrad King2022-04-271-6/+6
|/ / / / /
* | | | | Merge topic 'FindBoost-1.79' into release-3.23Brad King2022-04-271-1/+2
|\ \ \ \ \
| * | | | | FindBoost: Add support for Boost 1.79Brad King2022-04-261-1/+2
|/ / / / /
* | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-04-260-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'release-3.21' into release-3.22Brad King2022-04-260-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'ci-xcode-13.3' into release-3.21Brad King2022-04-262-7/+8
| | |\ \ \
| * | \ \ \ Merge branch 'ci-xcode-13.3' into release-3.22Brad King2022-04-262-6/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge topic 'ci-xcode-13.3' into release-3.23Brad King2022-04-262-6/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | gitlab-ci: update macOS jobs to use Xcode 13.3Brad King2022-04-251-6/+6
| * | | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-251-1/+1
| * | | | | Tests: Teach RunCMake to ignore Xcode extension point warningsBrad King2022-04-251-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'CheckCompilerFlags-revert-linker-warnings' into release-3.23Brad King2022-04-222-1/+9
|\ \ \ \ \
| * | | | | CheckCompilerFlags: Revert "Catch linker warning about ignored flags"Brad King2022-04-211-1/+0
| * | | | | CheckLinkerFlag: Catch linker warning when the checked flag is ignoredBrad King2022-04-211-0/+9
* | | | | | Merge topic 'wrong-header-referenced-in-guide' into release-3.23Brad King2022-04-221-2/+3
|\ \ \ \ \ \
| * | | | | | Help/guide: Fix wrong header file referenceMartin Duffy2022-04-211-2/+3
|/ / / / / /
* | | | | | Merge topic 'FindPython-pypy-v7.3.9-support' into release-3.23Brad King2022-04-211-1/+12
|\ \ \ \ \ \
| * | | | | | FindPython: Add support for pypy v7.3.9 and uppersMarc Chevrier2022-04-201-1/+12
* | | | | | | Merge topic 'file-set-build-export' into release-3.23Brad King2022-04-214-24/+135
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cmExportBuildFileGenerator: handle genex-wrapped source pathsBen Boeckel2022-04-182-19/+130
| * | | | | | cmInstallCommand: tweak error messageBen Boeckel2022-04-162-5/+5
| |/ / / / /
* | | | | | Merge topic 'target-runtime-dlls-doc' into release-3.23Brad King2022-04-201-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Help: Remove references to MODULE in $<TARGET_RUNTIME_DLLS> docKyle Edwards2022-04-191-7/+7
|/ / / / /
* | | | | Merge topic 'CPackIFW-extra-dot' into release-3.23Brad King2022-04-151-3/+3
|\ \ \ \ \
| * | | | | CPackIFW: Fix regression in icon file namesJean-Philippe Lebel2022-04-141-3/+3
* | | | | | Merge topic 'file-set-generated-dependency' into release-3.23Brad King2022-04-156-2/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-146-2/+33
* | | | | | Merge topic 'ci-cmake-update' into release-3.23Brad King2022-04-142-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ci: use CMake 3.23.1Brad King2022-04-122-6/+6
|/ / / / /
* | | | | CMake 3.23.1v3.23.1Brad King2022-04-121-1/+1
* | | | | Merge topic 'file-set-repr-improvements' into release-3.23Brad King2022-04-1223-150/+172
|\ \ \ \ \
| * | | | | Help: Document that target_sources defines [INTERFACE_]HEADER_SETSBrad King2022-04-123-0/+10
| * | | | | cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-onlyBen Boeckel2022-04-1120-112/+67