summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake 3.15.0-rc2v3.15.0-rc2Brad King2019-06-191-1/+1
|
* Merge branch 'android-pie-cmp0083' into release-3.15Brad King2019-06-192-0/+26
|\ | | | | | | Merge-request: !3459
| * Android: ensure PIE behavior is consistent regardless CMP0083 policyMarc Chevrier2019-06-192-0/+26
| | | | | | | | | | | | | | | | | | 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 branch 'FindMPI-imported-link-flags' into release-3.15Brad King2019-06-191-1/+3
|\ \ | | | | | | | | | Merge-request: !3449
| * | FindMPI: Store imported target link flags as a list instead of a stringRobert Maynard2019-06-191-1/+3
| | | | | | | | | | | | | | | | | | | | | We already use the `separate_arguments` `NATIVE_COMMAND` mode to parse command-line strings into lists in several other places. Fixes: #18897
* | | Merge branch 'FindBoost-component' into release-3.15Brad King2019-06-1828-5/+576
|\ \ \ | | | | | | | | | | | | Merge-request: !3438
| * | | FindBoost: Add tests for legacy variablesAlexander Grund2019-06-1825-0/+415
| | | |
| * | | FindBoost: Add legacy variables and targets for compatibilityAlexander Grund2019-06-181-0/+150
| | | | | | | | | | | | | | | | | | | | This allows future BoostConfig to NOT define those and users relying on them use the newer FindBoost of newer CMake versions
| * | | FindBoost: Don't overwrite Boost_${_comp}_FOUNDAlexander Grund2019-06-181-5/+7
| | | | | | | | | | | | | | | | Is set in Boost >= 1.71 so don't overwrite it
| * | | Tests.RunCMake.FindBoost: Fix example BoostConfigAlexander Grund2019-06-181-0/+3
| | | |
| * | | Tests.FindBoost: Don't use BoostConfig in MODULE testAlexander Grund2019-06-181-0/+1
| |/ /
* | | Merge branch 'doc-project-include' into release-3.15Brad King2019-06-183-9/+19
|\ \ \ | | | | | | | | | | | | Merge-request: !3453
| * | | Help: Document what project() calls use CMAKE_PROJECT_INCLUDE and friendsBrad King2019-06-173-9/+19
| |/ / | | | | | | | | | Fixes: #19340
* | | Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15Brad King2019-06-171-1/+15
|\ \ \ | | | | | | | | | | | | Merge-request: !3434
| * | | FindBLAS: Add second try for OpenBLAS with thread libraries.Alexander Neumann2019-06-171-1/+15
| |/ / | | | | | | | | | Issue: #16221
* | | Merge branch 'find_package_prefer_config_fix' into release-3.15Brad King2019-06-174-5/+38
|\ \ \ | | | | | | | | | | | | Merge-request: !3446
| * | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-134-5/+38
| |/ / | | | | | | | | | Fixes: #19361
* | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-171-3/+3
|\ \ \ | | | | | | | | | | | | Merge-request: !3442
| * | | fileapi: Suppress lint warning about non-move with old jsoncppBrad King2019-06-121-3/+3
| | | |
* | | | Merge branch 'cmake-gui-qt-notice' into release-3.15Craig Scott2019-06-131-1/+1
|\ \ \ \ | | | | | | | | | | Merge-request: !3441
| * | | | cmake-gui: Update Qt copyright holder in About dialogBrad King2019-06-121-1/+1
| | |/ / | |/| | | | | | | | | | Qt is now copyright "The Qt Company Ltd.".
* | | | Merge branch 'CheckCXXSymbolExists-xref' into release-3.15Brad King2019-06-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Merge-request: !3437
| * | | | CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C versionRolf Eike Beer2019-06-121-1/+1
| |/ / /
* | | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-129-27/+82
|\ \ \ \ | | |/ / | |/| | | | | | Merge-request: !3433
| * | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-076-1/+55
| | | | | | | | | | | | | | | | Fixes: #19339
| * | | cmake: Simplify implementation of -E capabilitiesBrad King2019-06-074-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | fileapi: Factor out helper to construct a version objectBrad King2019-06-072-14/+19
| |/ /
* | | Merge branch 'additional_clean_files_help' into release-3.15Craig Scott2019-06-083-11/+23
|\ \ \ | | | | | | | | | | | | Merge-request: !3428
| * | | Help: Improve ADDITIONAL_CLEAN_FILES documentationSebastian Holtermann2019-06-072-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the `ADDITIONAL_CLEAN_FILES' target and directory property documentation. Fixes: #19341
| * | | Help: Move ADDITIONAL_MAKE_CLEAN_FILES dir prop to deprecated sectionCraig Scott2019-06-071-1/+1
| |/ /
* | | Merge branch 'autogen_header_in_symbolic_path_fix' into release-3.15Brad King2019-06-071-3/+3
|\ \ \ | | | | | | | | | | | | Merge-request: !3431
| * | | Autogen: Fix header detection for paths with symbolic linksSebastian Holtermann2019-06-061-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'doc-xlclang-id' into release-3.15Brad King2019-06-061-0/+1
|\ \ \ | | | | | | | | | | | | Merge-request: !3430
| * | | Help: Document XLClang compiler idBrad King2019-06-061-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'cpack-nuget-case' into release-3.15Brad King2019-06-051-1/+1
|\ \ \ | | | | | | | | | | | | Merge-request: !3427
| * | | CPack/NuGet: Find nuget tool on case sensitive file systemMathieu Malaterre2019-06-051-1/+1
| |/ / | | | | | | | | | | | | | | | | | | 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 branch 'doc-FindEnvModule-typos' into release-3.15Brad King2019-06-051-3/+3
|\ \ \ | |/ / |/| | | | | Merge-request: !3425
| * | Help: Trivial typo and grammar fixes for FindEnvModulesCraig Scott2019-06-051-3/+3
|/ /
* | Merge branch 'ctest_xml_tweaks' into release-3.15v3.15.0-rc1Brad King2019-06-042-2/+4
|\ \ | | | | | | | | | Merge-request: !3423
| * | Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLEBrad King2019-06-042-2/+4
| | | | | | | | | | | | | | | | | | | | | 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 branch 'GetPrerequisites-variable-typo' into release-3.15Brad King2019-06-041-1/+1
|\ \ \ | | | | | | | | | | | | Merge-request: !3421
| * | | GetPrerequisites: fix regression in gp_append_uniqueBen Boeckel2019-06-041-1/+1
| |/ / | | | | | | | | | | | | | | | 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.
* | | CMake 3.15.0-rc1 version updateBrad King2019-06-041-3/+3
| | |
* | | Help: Drop development topic notes to prepare releaseBrad King2019-06-042-9/+0
|/ / | | | | | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* | Merge topic 'doc-3.15-relnotes'Brad King2019-06-0475-461/+350
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Help: Organize and revise 3.15 release notesBrad King2019-06-041-209/+231
| | | | | | | | | | | | | | | Add section headers similar to the 3.14 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
| * | Help: Consolidate 3.15 release notesBrad King2019-06-0473-459/+326
| | | | | | | | | | | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.15.rst`.
| * | Help: Document Swift_DEPENDENCIES_FILE property defaultsBrad King2019-06-042-2/+2
|/ / | | | | | | Copy wording from the release notes.
* | Merge topic 'tweaks_to_release_notes'Brad King2019-06-043-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Help: Clarify COMPILE_LANG_AND_ID release noteRobert Maynard2019-06-041-1/+1
| | |