| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
Merge-request: !3459
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In commit c4b4d8b3a6 (POSITION_INDEPENDENT_CODE: Manage link flags for
executables, 2018-10-02, v3.14.0-rc1~395^2) we accidentally removed our
Android-specific logic for PIE under the CMP0083 OLD behavior. Restore
it and also implement Android-specific logic for CMP0083 NEW behavior.
Fixes: #19393
|
|\ \
| | |
| | |
| | | |
Merge-request: !3449
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We already use the `separate_arguments` `NATIVE_COMMAND` mode to parse
command-line strings into lists in several other places.
Fixes: #18897
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3438
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows future BoostConfig to NOT define those and users relying on
them use the newer FindBoost of newer CMake versions
|
| | | |
| | | |
| | | |
| | | | |
Is set in Boost >= 1.71 so don't overwrite it
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3453
|
| |/ /
| | |
| | |
| | | |
Fixes: #19340
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3434
|
| |/ /
| | |
| | |
| | | |
Issue: #16221
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3446
|
| |/ /
| | |
| | |
| | | |
Fixes: #19361
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3442
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Merge-request: !3441
|
| | |/ /
| |/| |
| | | |
| | | | |
Qt is now copyright "The Qt Company Ltd.".
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !3437
|
| |/ / / |
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
Merge-request: !3433
|
| | | |
| | | |
| | | |
| | | | |
Fixes: #19339
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The `cmake -E capabilities` command-line tool is implemented only in a
full-featured (non-bootstrap) CMake, and server mode is now always
available in this case.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3428
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extend the `ADDITIONAL_CLEAN_FILES' target and directory property
documentation.
Fixes: #19341
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3431
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When Autogen searches the header for a source files in a target,
the expanded real path is used and not the (possibly symbolic) original path
of the source file. If the source file path contains symbolic links, then the
correct `cmSourceFile` instance of the header won't be found, but a new one
will be generated. This way all header source file properties get lost, which
is problematic especially for the `SKIP_AUTOMOC/UIC/GEN` properties.
This patch changes the header detection in Autogen to use the original source
file path instead of the expanded real source file path.
Fixes: #19346
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3430
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This compiler id was added by commit 90c6156aa8 (XLClang: Add a new
compiler ID for the clang-based XL compiler, 2019-02-05,
cpp-modules-20190312.1~71^2~7). Add documentation accidentally left out
of that commit.
Issue: #18835
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3427
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
There is no need to use a CamelCase executable name since it will be
handled gracefully on Windows anyway. This change allow support for
Linux system, in particular Debian distribution where the binary is
called `nuget`.
|
|\ \ \
| |/ /
|/| |
| | | |
Merge-request: !3425
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Merge-request: !3423
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix the test case added by commit 95db11fdb1 (ctest: Include ChangeId in
Update.xml, 2019-04-23) to work in a release branch of CMake.
The `GIT_EXECUTABLE` value is not set before we add this test in
release branch builds.
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !3421
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
The `item` variable was the loop variable in the old code prior to
commit 3dfc8b9bd6 (GetPrerequisites: use if(IN_LIST) instead of foreach,
2019-05-09). The function argument `value` should be used instead.
|
| | | |
|
|/ /
| |
| |
| |
| | |
Release versions do not have the development topic section of
the CMake Release Notes index page.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
4272297b6e Help: Organize and revise 3.15 release notes
01d5730411 Help: Consolidate 3.15 release notes
e075e64fd8 Help: Document Swift_DEPENDENCIES_FILE property defaults
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3420
|
| | |
| | |
| | |
| | |
| | | |
Add section headers similar to the 3.14 release notes and move each
individual bullet into an appropriate section. Revise a few bullets.
|
| | |
| | |
| | |
| | |
| | | |
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.15.rst`.
|
|/ /
| |
| |
| | |
Copy wording from the release notes.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
435f71fe12 Help: Clarify COMPILE_LANG_AND_ID release note
9098d31760 Help: Clarify vs-just-my-code-debugging release note language
bb8b3727c9 Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3419
|
| | | |
|