Brad King
8ad3396158
Merge topic 'policy_max_docs'
...
19f338109d Help: Clarify ...<max> behavior for policy-related commands
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2180
2018-07-02 11:48:56 -04:00
Kyle Edwards
4c71548766
Help: Add release notes for CPack External generator
2018-07-02 09:51:02 -04:00
Kyle Edwards
47c87cdd1f
Help: Add documentation for CPack External generator
2018-07-02 09:51:02 -04:00
Craig Scott
19f338109d
Help: Clarify ...<max> behavior for policy-related commands
...
Affects cmake_minimum_required() and cmake_policy(VERSION)
2018-07-02 08:41:46 +10:00
Brad King
a3371e70b7
Merge topic 'FindMatlab-doc-mcr'
...
27ae8d52d0 Help: Add 3.12 release note for FindMatlab MCR support
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2173
2018-06-29 08:54:53 -04:00
Marc Chevrier
724bd7790e
LINK_DEPENDS: add support of 'generator expressions'
2018-06-27 18:38:36 +02:00
Marc Chevrier
cc9f88af53
LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDS
...
Fixes : #17997
2018-06-27 18:38:36 +02:00
Brad King
27ae8d52d0
Help: Add 3.12 release note for FindMatlab MCR support
...
This release note was forgotten by commit v3.12.0-rc1~183^2 (FindMatlab:
Matlab Runtime Compiler support, 2018-04-29).
2018-06-26 11:12:19 -04:00
Craig Scott
3f58967887
Merge topic 'cmake-buildsystem-manual-typo'
...
82956270ed Help: Fix typo in cmake-buildsystem(7) manual
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2163
2018-06-23 17:20:50 -04:00
Brad King
44ca3d922c
Merge topic 'cpack-generator-documentation'
...
57e4c51e8a Help: Update old version release notes for CPack generator docs
4181830881 Help: Add release notes for CPack generator documentation and module updates
48bc8b2b82 CPack: Move internal implementation modules into Internal/CPack directory
2a2829cc75 Help: Add new section for CPack generators
be6267808a CPackIFW: Turn documentation into a block comment
0180524c7a Help: Move legacy CPack modules into separate section
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2149
2018-06-22 09:48:00 -04:00
Brad King
5e1f519037
Merge topic 'cmake_autogen_verbose'
...
5b85ef5cd0 Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE
6651aab2ab Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE
aa7d8a092c Autogen: Enable CMAKE_AUTOGEN_VERBOSE in all tests
e28dc3b1d8 Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2157
2018-06-22 09:46:17 -04:00
Brad King
1a21b4695a
Merge topic 'vs_debugger'
...
797de7a6f6 VS10Project: Expand VS_DEBUGGER_* capabilities
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2150
2018-06-22 09:45:19 -04:00
Joan Massich
82956270ed
Help: Fix typo in cmake-buildsystem(7) manual
2018-06-22 11:26:59 +02:00
Brad King
57e4c51e8a
Help: Update old version release notes for CPack generator docs
...
Replace references to the CPack "modules" with proper terminology
referencing the CPack generator documentation directly.
2018-06-21 13:54:57 -04:00
Sebastian Holtermann
5b85ef5cd0
Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE
2018-06-21 19:18:18 +02:00
Sebastian Holtermann
6651aab2ab
Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE
2018-06-21 19:18:18 +02:00
Kyle Edwards
4181830881
Help: Add release notes for CPack generator documentation and module updates
2018-06-21 11:00:29 -04:00
Kyle Edwards
2a2829cc75
Help: Add new section for CPack generators
...
The documentation for CPack generators previously lived in their
respective internal CMake modules. This setup was misleading,
because it implied that you should include the modules in your own
code, which is not the case. Moving the documentation into a
separate section does a better job of hiding the internal modules,
which are just an implementation detail. The generator documentation
has also been modified to remove any references to the module name.
The CPackIFW module is a special exception: since it has user-facing
macros, the documentation for these macros has been kept in the module
page, while all other documentation related to the IFW generator has
been moved into the new section.
To make it easier to find the new documentation, the old help pages
for the CPack*.cmake modules have not been deleted, but have been
replaced with a link to their respective help page in the new
documentation section.
2018-06-21 11:00:25 -04:00
Kyle Edwards
0180524c7a
Help: Move legacy CPack modules into separate section
...
These modules are being moved out of user visibility and into an
internal section of CMake. To keep them for historical reference in
the manual, this commit moves them into a separate "Legacy CPack
Modules" section.
2018-06-21 10:46:10 -04:00
Marc Chevrier
b16fd1341d
Help: add_library(INTERFACE): add reference to add_link_options()
2018-06-20 11:55:32 +02:00
Brad King
00a9d133fb
Merge topic 'install_from_another_directory'
...
e89ad0f94e install: Allow installing targets created in another directory
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2152
2018-06-19 11:50:51 -04:00
Craig Scott
6e7b424240
Merge topic 'subdir_target_sources'
...
316815e1f4 target_sources: Interpret relative paths as relative to the calling directory
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2128
2018-06-19 08:24:08 -04:00
Patrick Stotko
316815e1f4
target_sources: Interpret relative paths as relative to the calling directory
...
Previously the command considered non-absolute source file paths relative to
the associated target on the LHS. This causes problems in incremental builds
where files are added from subdirectories and forces users to workaround by
manually converting to absolute paths. Change this to enable more intuitive
usage by projects.
Fixes #17981
2018-06-18 21:01:57 +02:00
Zack Galbreath
e89ad0f94e
install: Allow installing targets created in another directory
...
Previously, `install(TARGETS)` would only accept targets created in the same
directory scope. Relax this restriction by searching the global scope when
determining whether or not a target exists.
Fixes : #14444
2018-06-18 13:18:54 -04:00
Brad King
5262215c67
Merge topic 'UseSWIG-bugfixes'
...
08f2a2408d UseSWIG: add support of target property INCLUDE_DIRECTORIES consumption
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2141
2018-06-18 10:06:29 -04:00
Jon Chronopoulos
797de7a6f6
VS10Project: Expand VS_DEBUGGER_* capabilities
...
This adds VS_DEBUGGER_COMMAND_ARGUMENTS and VS_DEBUGGER_ENVIRONMENT as
well as allowing VS_DEBUGGER_* to use generator expressions.
2018-06-17 17:55:27 +10:00
Brad King
575f97763f
Merge topic 'list_sort'
...
49a51a61d7 list: Add options to control the SORT comparison operation
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2065
2018-06-14 13:55:57 -04:00
Daniel Franke
49a51a61d7
list: Add options to control the SORT comparison operation
2018-06-13 14:06:29 -04:00
Marc Chevrier
08f2a2408d
UseSWIG: add support of target property INCLUDE_DIRECTORIES consumption
...
Fixes : #18003
2018-06-13 17:46:16 +02:00
Brad King
93fe9fc1a2
Merge branch 'UseSWIG-csharp-variant' into release-3.12
...
Merge-request: !2137
2018-06-13 10:51:49 -04:00
Brad King
0247f6836c
Merge topic 'UseSWIG-csharp-variant'
...
0c2fb4c896 UseSWIG: Add CSHARP variant for wrapper files
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2137
2018-06-13 10:48:51 -04:00
Rishi Theivendran
0c2fb4c896
UseSWIG: Add CSHARP variant for wrapper files
...
Issue: #18065
Fixes : #18066
2018-06-12 11:34:58 -04:00
Brad King
812eaa465c
Merge topic 'LINK_OPTIONS'
...
66ea1a3795 LINK_OPTIONS: Add support of "LINKER:" prefix
c1f5a44b28 LINK_OPTIONS: Add new family of properties
8e28d2630a Makefile generator: link flags management refactoring
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Alex Turbov <i.zaufi@gmail.com >
Merge-request: !2033
2018-06-08 09:37:48 -04:00
Jon Chronopoulos
6dad812143
install: Teach CODE,SCRIPT modes to evaluate generator expressions
...
Fixes : #15785
2018-06-07 13:18:23 -04:00
Marc Chevrier
66ea1a3795
LINK_OPTIONS: Add support of "LINKER:" prefix
2018-06-06 17:22:41 +02:00
Marc Chevrier
c1f5a44b28
LINK_OPTIONS: Add new family of properties
...
This family enable to manage link flags
Three new properties:
* directory property: LINK_OPTIONS
* target properties: LINK_OPTIONS and INTERFACE_LINK_OPTIONS
Two new commands
* add_link_options(): to populate directory property
* target_link_options(): to populate target properties
Fixes : #16543
2018-06-06 17:22:39 +02:00
Brad King
acaaca968c
Begin post-3.12 development
2018-06-05 11:50:27 -04:00
Brad King
1566dc1e3b
Help: Drop development topic notes to prepare release
...
Release versions do not have the development topic section of
the CMake Release Notes index page.
2018-06-05 11:41:29 -04:00
Brad King
90ebc32d9e
Merge topic 'doc-3.12-relnotes'
...
049cc31d84 Help: Organize and revise 3.12 release notes
27bba7e8aa Help: Consolidate 3.12 release notes
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2132
2018-06-05 11:40:16 -04:00
Brad King
8dbccd050c
Merge topic 'more-misc-typos'
...
be28106880 Fix misc. typos
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Alex Turbov <i.zaufi@gmail.com >
Merge-request: !2130
2018-06-05 11:26:12 -04:00
Brad King
049cc31d84
Help: Organize and revise 3.12 release notes
...
Add section headers similar to the 3.11 release notes and move each
individual bullet into an appropriate section. Revise a few bullets.
2018-06-04 13:23:02 -04:00
Brad King
27bba7e8aa
Help: Consolidate 3.12 release notes
...
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.12.rst`.
2018-06-04 11:42:30 -04:00
Arnaud Gelas
9e27881bb1
TI: Add support for C language standards
...
Set C90 and C99 compile options for TI compiler.
Fixes : #18061
2018-06-04 10:48:02 -04:00
luz.paz
be28106880
Fix misc. typos
...
Found via `codespell` and `grep`
2018-06-04 10:32:49 -04:00
Brad King
523c443d13
clang-format.bash: update to clang-format-6.0
...
Update `.clang-format` with configuration to make the 6.0 format as
close as possible to what 3.8 produced before. Then revise the style:
* Indent preprocessor directives (a feature new since 3.8)
* Add a newline and indentation before inheritance `:` and `,`
Rename the Git attribute identifying the format to include the
clang-format version number: `format.clang-format-6.0`. This will aid
external infrastructure in knowing what version of the tool to run.
2018-06-01 09:52:02 -04:00
Brad King
b1662b1f96
Merge topic 'alsa-target'
...
1c5b1ad408 FindALSA: add testcase
6a64292fa7 FindALSA: reformat docs
1c87844856 FindALSA: provide an imported target
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2112
2018-06-01 09:48:04 -04:00
Brad King
61c4858c37
Merge topic 'revert-windows_symlinks'
...
83630d4918 cmSystemTools: Revert GetRealPath implementation on Windows
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2114
2018-05-31 08:48:36 -04:00
Rolf Eike Beer
1c87844856
FindALSA: provide an imported target
2018-05-31 09:35:53 +02:00
Brad King
958191a95c
Merge topic 'vs-toolset-version'
...
5f13168419 VS: Add option to select the version of the toolset used by VS 2017
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Francisco Facioni <fran6co@gmail.com >
Merge-request: !2093
2018-05-30 10:19:21 -04:00
Brad King
e21245ecaf
Merge topic 'clarify-topic-rename'
...
82e01cbfc5 Help: Clarify usage of Topic-rename
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !2110
2018-05-30 09:23:39 -04:00