Brad King
56c85d9429
Merge topic 'rel-doc-qthelp'
1d5c8b81db
Utilities/Release: Add qthelp docs to binary archives
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2497
7 years ago
Brad King
5b47557c82
Merge topic 'revert-server-iface-sources'
284a38e42f
cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES"
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2495
7 years ago
Kitware Robot
aab69ccd9b
CMake Nightly Date Stamp
7 years ago
Brad King
1d5c8b81db
Utilities/Release: Add qthelp docs to binary archives
Fixes : #18465
7 years ago
Brad King
4fc8e8b023
Merge topic 'improve-readme'
33632898e9
README: Suggest "sudo" for "make install"
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2493
7 years ago
David Demelier
33632898e9
README: Suggest "sudo" for "make install"
7 years ago
Brad King
284a38e42f
cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES"
Revert commit v3.13.0-rc1~144^2 (cmake-server: Support codemodel
filegroups for INTERFACE_SOURCES, 2018-08-10). The changes activate
code paths not meant to be used with interface libraries. Another
approach will be needed to expose this information later.
This revert has to be done by hand because the code in question has been
changed somewhat since the changes were made, and was also factored out
to another source file.
Fixes : #18463
7 years ago
Brad King
78681bf001
Merge topic 'better-empty-list-behavior'
121a036f73
cmListCommand: handle empty lists for list(REMOVE_AT)
acfe53c588
cmListCommand: make list(ACTION not_a_list) succeed when idempotent
bf572ac952
cmListCommand: check list(FILTER) operation before the list
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2478
7 years ago
Brad King
f21d811c7c
Merge topic 'gem-string'
b8bb6ba653
cmGeneratorTarget::GetExportMacro: return const std::string*
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2485
7 years ago
Brad King
cd4ed3ecb2
Merge topic 'ctor-remove'
d543eb2260
cmCustomCommand: remove the default constructor
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Brad King <brad.king@kitware.com>
Merge-request: !2486
7 years ago
Brad King
004d9ebbd3
Merge topic 'vs-improve'
1601388212
cmVisualStudio10TargetGenerator: Code improvement
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2484
7 years ago
Brad King
b82b8705b2
Merge topic 'FindLibinput-compile-options'
0c20d4d67b
FindLibinput: Use _COMPILE_OPTIONS instead of _DEFINITIONS
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2490
7 years ago
Brad King
275290375d
Merge topic 'ctest-coverage-gtm-percent'
f7d92deff4
CTest: Fix GTM coverage handling of entry point named "%"
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2489
7 years ago
Kitware Robot
88ef5737a2
CMake Nightly Date Stamp
7 years ago
Ben Boeckel
121a036f73
cmListCommand: handle empty lists for list(REMOVE_AT)
Treat an empty list as a list with no valid bounds and return an error
message indicating that any given indices are out-of-bounds.
7 years ago
Ben Boeckel
acfe53c588
cmListCommand: make list(ACTION not_a_list) succeed when idempotent
The operations changed here all are no-ops on empty lists anyways, so
just have them succeed when given non-extant lists.
- `list(REMOVE_ITEM)`
- `list(REMOVE_DUPLICATES)`
- `list(SORT)`
- `list(FILTER)`
- `list(REVERSE)`
7 years ago
Vitaly Stakhovsky
b8bb6ba653
cmGeneratorTarget::GetExportMacro: return const std::string*
7 years ago
Frederik Gladhorn
0c20d4d67b
FindLibinput: Use _COMPILE_OPTIONS instead of _DEFINITIONS
The value may contain flags.
7 years ago
Brad King
2a647bcc8c
Merge branch 'release-3.13'
7 years ago
Brad King
e5e59a1bc6
Merge topic 'document-dollar-in-varnames'
82a4822610
CMP0053: document that `$` is a valid literal variable character
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2479
7 years ago
Brad King
ab0edaabcc
Merge branch 'document-dollar-in-varnames' into release-3.13
Merge-request: !2479
7 years ago
Brad King
73d9d53ed0
Merge topic 'ctest_done_bug_fix'
60ca88d726
ctest_submit: Generate Done.xml at submit time
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2477
7 years ago
Joseph Snyder
f7d92deff4
CTest: Fix GTM coverage handling of entry point named "%"
Removing the "%" character from the name of the routine in the line
parser causes CTest to be unable to find a routine entry point that is
only named "%". Instead leave it during line parsing and handle routine
names ending in "%" explicitly when loading files.
7 years ago
Kitware Robot
92f3ad7cae
CMake Nightly Date Stamp
7 years ago
Ben Boeckel
82a4822610
CMP0053: document that `$` is a valid literal variable character
This was overlooked in the initial implementation of CMP0053. However,
an additional policy to reject it again is not worth it. Instead, add
tests and document the behavior.
Fixes : #17883
7 years ago
Brad King
5346c784d5
Merge branch 'release-3.13'
7 years ago
Brad King
f225d79881
Merge topic 'update_debug_target_properties'
86921f0264
Help: document CMAKE_DEBUG_TARGET_PROPERTIES support for LINK properties
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2480
7 years ago
Zack Galbreath
60ca88d726
ctest_submit: Generate Done.xml at submit time
This fixes a bug where calling `ctest_submit()` would result in a Done.xml
file with an empty <buildId> element.
CDash responds with a buildId when CTest submits a file. For this reason,
Done.xml needs to generated after CTest has submitted some other file to
CDash. This change also has the benefit of making Done.xml's timestamp as
late as possible, giving us a more accurate record of how long the entire
build took to complete.
7 years ago
Brad King
0c1622dca6
Merge topic 'FindPkgConfig-operator-docs'
7f2bc70c5e
FindPkgConfig: Document support for > and < operators
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Rolf Eike Beer <eike@sf-mail.de>
Merge-request: !2481
7 years ago
Brad King
eca87ee811
Merge branch 'update_debug_target_properties' into release-3.13
Merge-request: !2480
7 years ago
Brad King
01fae460be
Merge branch 'FindPkgConfig-operator-docs' into release-3.13
Merge-request: !2481
7 years ago
Craig Scott
7f2bc70c5e
FindPkgConfig: Document support for > and < operators
This was left out of commit v3.13.0-rc1~14^2 (FindPkgConfig: support
also > and < operators for version compares, 2018-10-02).
7 years ago
Kitware Robot
6c281138a5
CMake Nightly Date Stamp
7 years ago
Vitaly Stakhovsky
d543eb2260
cmCustomCommand: remove the default constructor
Unused; no longer mandated by STL
7 years ago
Vitaly Stakhovsky
1601388212
cmVisualStudio10TargetGenerator: Code improvement
Disallow incompletely initialized Elem objects
7 years ago
Kitware Robot
f77a9576e5
CMake Nightly Date Stamp
7 years ago
Kitware Robot
fd71ad3715
CMake Nightly Date Stamp
7 years ago
Robert Maynard
86921f0264
Help: document CMAKE_DEBUG_TARGET_PROPERTIES support for LINK properties
7 years ago
Brad King
7bacb22955
Merge topic 'cppcheck-exit-code'
3b80cd77fb
Fail the build if cppcheck returns a non-zero exit code
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2459
7 years ago
Brad King
1cfe2442c4
Merge topic 'find_libinput'
f76047f34a
FindLibinput: Add module to find libinput
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2420
7 years ago
Brad King
0d8a4ded12
Merge branch 'release-3.13'
7 years ago
Brad King
ced094e22e
Merge topic 'revert-install-code-script-genex'
fd0e40f166
Merge branch 'backport-revert-install-code-script-genex' into revert-install-code-script-genex
0f48fbaa72
install: Revert CODE,SCRIPT support for generator expressions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2474
7 years ago
Brad King
02eb3c302a
Merge topic 'FindPython-updates'
e23c41ba78
FindPython*: Add missing registry paths
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2476
7 years ago
Brad King
e9eaf0f262
Merge topic 'FindBoost-mt-release'
9c75922745
FindBoost: Search for -mt variant of release libs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2475
7 years ago
Kitware Robot
aeb24db554
CMake Nightly Date Stamp
7 years ago
Ben Boeckel
bf572ac952
cmListCommand: check list(FILTER) operation before the list
A future commit will make the not-a-list case a success, but invalid
operations should still be diagnosed in that case.
7 years ago
Brad King
769fc9c4de
Merge branch 'FindBoost-mt-release' into release-3.13
Merge-request: !2475
7 years ago
Mario Bielert
9c75922745
FindBoost: Search for -mt variant of release libs
We were searching the `-mt` variant for debug libs only.
It makes sense for release libs too.
7 years ago
Brad King
c9b7cd8ed7
Merge branch 'FindPython-updates' into release-3.13
Merge-request: !2476
7 years ago
Marc Chevrier
e23c41ba78
FindPython*: Add missing registry paths
Fixes : #18443
7 years ago