| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes: #19920
|
|\
| |
| |
| |
| |
| |
| | |
77a01c398f FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3996
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
0ce8a5c08d Xcode: Fix generated references to CMakeLists.txt files
9457c95aa0 cmGlobalXCodeGenerator: Mark known source locations
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3999
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Refactoring in commit 2d888e3390 (cmSourceFile: Rename mutating
GetFullPath() overload, 2019-08-29, v3.16.0-rc1~160^2) accidentally left
the paths to `CMakeLists.txt` files empty in generated Xcode project
files.
Fixes: #19927
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4af39fe25b CMakeSystemSpecificInformation: Replace mailing list with Discourse Forum
d0be4d5365 README: Replace link to mailing list the CMake Discourse Forum
4dd6ad20b6 README: Update links to cmake.org pages
821bfca89b Help: Replace links to mailing lists with links to our Discourse Forum
32d8de1463 CMakeCPack: Update Debian package contact email
2fae9101e5 Help/dev: Update maintainer guide for Discourse transition
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3998
|
| | |
| | |
| | |
| | |
| | |
| | | |
On unknown platforms we issue a message instructing users to post to
our mailing list to add support for the platform. Refer them to the
CMake Discourse Forum instead.
|
| | | |
|
| | |
| | |
| | |
| | | |
Some of the links refer to URLs that are now redirected. Update them.
|
| | |
| | |
| | |
| | |
| | | |
The CMake Discourse Forum at `discourse.cmake.org` supersedes the
mailman-based mailing lists.
|
| | |
| | |
| | |
| | |
| | | |
Replace the mailing list email address with one on
`discourse.cmake.org`.
|
| |/
| |
| |
| |
| | |
Replace the post-release development announcement to the mailing list
with a post to the appropriate category on `discourse.cmake.org`.
|
|\ \
| | |
| | |
| | | |
Merge-request: !3993
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
With the 10.x release, PostgreSQL upstream started encoding the version
as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP`
was used where `P` was the patch number. Detect this difference and
decode it based on the used encoding.
Fixes: #19912
|
|\ \
| | |
| | |
| | | |
Merge-request: !3979
|
| |/
| |
| |
| | |
Fixes: #19769
|
|\ \
| | |
| | |
| | | |
Merge-request: !3983
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3988
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3985
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The previous docs assumed one had to set INSTALL_RPATH for
this target property to have an effect, but the actual condition is
only that the install rpath is different to the build rpath. Even if
the install rpath is empty, it is possible that CMake will rewrite
the rpath during install because the build rpath could be
non-empty.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
release-3.16
Merge-request: !3968
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Extend the change from commit 1d00ba9ccf (Find: find_package prefers
variable CMAKE_FIND_USE_REGISTRY, 2018-11-13, v3.16.0-rc1~461^2~1)
to cover the system package registry too.
Fixes: #19890
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3984
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3976
|
| |/ /
| | |
| | | |
Fixes: #19909
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3972
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3974
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The upper limits on what compiler CMake supports is always changing,
and the values inside cmake-compile-feature is always out of date.
So lets remove it.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !3971
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
The first parameter is the path to the *directory* containing the
`CMakeCache.txt` file, not the file itself.
|
|\ \ \ \
| | | | |
| | | | | |
Merge-request: !3982
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Note that ``MODULE`` s was rendering strangely, so the wording
has been tweaked to avoid needing to specify ``MODULE`` as a
plural word. Modules are still libraries, so it is okay to call them as
such where it doesn't cause any ambiguity.
|
|\ \ \ \
| |_|_|/
|/| | | |
Merge-request: !3977
|
| |/ /
| | |
| | | |
Fixes: #19908
|
|\ \ \
| |/ /
|/| |
| | | |
Merge-request: !3969
|
|/ /
| |
| |
| |
| |
| | |
`if()` uses the internal `IsOn` call whild `$<BOOL:>` uses `IsOff`. For
historical reasons, these are not inverses of each other, so drop
mention of `if()` from the documentation of `$<BOOL:>`.
|
| | |
|
|\ \
| | |
| | |
| | | |
Merge-request: !3965
|
| |/
| |
| |
| |
| | |
Enable passing a RPATH to Swift shared libraries. This enables testing
libraries before they have been installed.
|
|\ \
| | |
| | |
| | | |
Merge-request: !3964
|
| |/ |
|
|\ \
| | |
| | |
| | | |
Merge-request: !3962
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
On Windows, `CollapseFullPath` called with a path that ends with a dot
might return a file with the same base name but any extension.
To make sure we get only the file with the requested header extension,
pass the complete file name to `CollapseFullPath`.
Fixes: #19892
|
|\ \
| | |
| | | |
Merge-request: !3966
|