- Aug 16, 2017
-
- Aug 15, 2017
-
-
a17ef574 CPackDeb: Loosen filename requirement to allow for .ipk Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1093
-
9b3c5ccf Server: test cache after reconnect 1df38758 cmServerProtocol: allow 'cache' request before 'configure' 187332b2 cmServerProtocol: fix test of empty values Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !977
-
53640a46 Autogen: Only print Qt Autogenerator messages when verbose Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1133
-
060cef0c Merge branch 'upstream-KWSys' into update-kwsys 9e002621 KWSys 2017-08-11 (e1006189) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1130
-
fb0c3c56 Require CMake 3.1 to build CMake itself Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !1126
-
45623e72 CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !1117
-
Kitware Robot authored
-
- Aug 14, 2017
-
-
Kitware Robot authored
-
- Aug 13, 2017
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
Fixes: #16989
-
Daniel Pfeifer authored
If a required value is in the cache, it is not necessary to set it explicitly. Fixes: #16948, #16988
-
d2c9efa9 CPack: additional CPACK_COMPONENTS_ALL documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1134
-
Kitware Robot authored
-
- Aug 12, 2017
-
-
The OPKG packaging system uses deb like package files with an .ipk extension. Allow the DEB generator to be used in that context.
-
Domen Vrankar authored
-
Matthias Kuhn authored
Unconditionally printing these messages prevents ninja builds from filtering successful commands and only show errors and warnings. Fix #17157
-
Kitware Robot authored
-
- Aug 11, 2017
-
-
Brad King authored
* upstream-KWSys: KWSys 2017-08-11 (e1006189)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit e100618908f7f7a41cbe623afa79ca0e4f17834a (master). Upstream Shortlog ----------------- Chuck Atkins (2): 993f0ea4 Add an option to split object and interface libs. b61faf89 Fix install rules and usage requirements for interface+object libs Justin Berger (2): 6d73752d Allow KWSYSPE_USE_SELECT macro to be overriden at compile time. da61baff Added cmake settable property to enable the macro Sean McBride (1): dfa13188 Fixed a couple of trivial clang -Wunused-macros warnings Shawn Waldon (1): da8a9e65 SystemTools: make GetFilenameName handle either kind of slash
-
7983e068 Add GitHub PR template to point contributors at CONTRIBUTING.rst Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Craig Scott <craig.scott@crascit.com> Merge-request: !1125
-
88c9878a Make libuv available to all parts of CMake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1104
-
15ef2728 Autogen: Add test for OBJECT libraries 362f9bd7 Autogen: Merge and remove redundant function calls 952fc65d Autogen: Clear sources meta data cache Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1120
-
4f7d9eef Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1118
-
ae813b6b FindCUDA: Document that module has been superseded Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1124
-
d9c8aa47 FindCUDA: Always obey the CUDA_USE_STATIC_CUDA_RUNTIME option. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1123
-
cbf1393a FindCUDA: Add CUDA9/Volta recognition Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1119
-
Brad King authored
GitHub's link to the contribution guidelines in `CONTRIBUTING.rst` is not prominent enough to be reliably noticed and followed by new contributors. Add a PR template to make the link more visible.
-
Kitware Robot authored
-
- Aug 10, 2017
-
-
Sebastian Holtermann authored
-
Brad King authored
This simplifies some policy settings and use of third-party libraries with imported targets.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Adds cmGeneratorTarget::clearSourcesCache() which clears the cache of precomputed sources lists and object names. The cache gets recomputed on demand. Clearing the cache is necessary in case an OBJECT library gets a source added after a target (ORIGIN) that includes it computed it's external sources cache. This may happen in AUTOMOC when ORIGIN is processed before the OBJECT library which gets a mocs_compilation.cpp file added. Closes #17152 Closes #17139 Closes #17085 Closes #15967
-
-
11d00a17 Help/dev: Add commit message guidelines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1106
-
Brad King authored
-
Brad King authored
Add a note at the top of the module documentation to point readers at the first-class support for the CUDA language.
-
Robert Maynard authored
Fixes #17150, where the FindCUDA would incorrectly handle CUDA_USE_STATIC_CUDA_RUNTIME being set to false.
-
Brad King authored
-