Brad King
a71ca1f0b3
Merge topic 'import-vim-syntax'
...
b4556b47
Help: Add release notes for 'vim-cmake-syntax' import
25c01cf0
Aux: Install vim-cmake-syntax files with CMake
e3ac68cf
Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax
4a22c06e
vim-cmake-syntax 2016-08-16 (e782679c)
f21a8235
Aux: Drop vim files prior to import of third-party version
0966f1c5
Add script to update vim-cmake-syntax from upstream
2016-08-24 09:45:29 -04:00
Kitware Robot
00a583ac68
CMake Nightly Date Stamp
2016-08-24 00:01:04 -04:00
Brad King
797f7ad87d
Merge topic 'else-after-return'
...
7b6349da
CMake: don't use else after return
50ad1e0a
CTest: don't use else after return
7f97a6c9
CPack: don't use else after return
4988b914
CursesDialog: don't use else after return
2016-08-23 09:00:00 -04:00
Brad King
762131fe8d
Merge topic 'include-what-you-use'
...
f29d1847
fix a batch of include-what-you-use violations
373b2e48
cmArchiveWrite: replace mode_t with int
2016-08-23 08:59:57 -04:00
Brad King
d15a502f8e
Merge topic 'minor-cleanups'
...
27591a54
Define WIN32_LEAN_AND_MEAN for CMake sources on Windows
481c9003
libarchive: Fix include order in xxhash.c
2016-08-23 08:59:54 -04:00
Daniel Pfeifer
f29d184773
fix a batch of include-what-you-use violations
2016-08-23 08:56:59 -04:00
Kitware Robot
68b51a57e5
CMake Nightly Date Stamp
2016-08-23 00:01:05 -04:00
Kitware Robot
74ee03a262
CMake Nightly Date Stamp
2016-08-22 00:01:03 -04:00
Kitware Robot
020c3e409d
CMake Nightly Date Stamp
2016-08-21 00:01:04 -04:00
Kitware Robot
8142698e7a
CMake Nightly Date Stamp
2016-08-20 00:01:03 -04:00
Kitware Robot
03d0e6b9bb
CMake Nightly Date Stamp
2016-08-19 00:01:05 -04:00
Daniel Pfeifer
7b6349da4d
CMake: don't use else after return
2016-08-18 20:36:29 +02:00
Daniel Pfeifer
50ad1e0a14
CTest: don't use else after return
2016-08-18 20:04:21 +02:00
Daniel Pfeifer
7f97a6c94b
CPack: don't use else after return
2016-08-18 19:47:32 +02:00
Daniel Pfeifer
4988b914e1
CursesDialog: don't use else after return
2016-08-18 19:39:54 +02:00
Kitware Robot
11e0ceaeab
CMake Nightly Date Stamp
2016-08-18 00:01:04 -04:00
Daniel Pfeifer
373b2e483d
cmArchiveWrite: replace mode_t with int
...
Rationale:
* mode_t is not defined on all platforms
* bitmasking (operator &) promotes the value to an int anyway
* libarchive uses int in the public api starting with version 4
2016-08-17 23:52:34 +02:00
Brad King
27591a541c
Define WIN32_LEAN_AND_MEAN for CMake sources on Windows
...
This reduces APIs included by `windows.h`. We can include the headers
for those APIs as needed.
2016-08-17 10:48:28 -04:00
Brad King
481c9003fa
libarchive: Fix include order in xxhash.c
...
We need to include `archive_platform.h` before any system headers in
order to ensure that `_WIN32_WINNT` is defined early enough.
2016-08-17 10:48:28 -04:00
Brad King
67a7dcef45
Merge topic 'readability-named-parameter'
...
e7b842e1
Make sure unnused parameters are /*named*/
2016-08-17 10:46:35 -04:00
Brad King
29593b79a2
Merge topic 'include-what-you-use'
...
a2af850b
fix a batch of include-what-you-use violations
2016-08-17 10:46:32 -04:00
Brad King
c700d11d25
Merge topic 'FindCUDA-target-include-dirs'
...
7ded655f
FindCUDA: Take NVCC include directories from target properties
2016-08-17 10:46:29 -04:00
Brad King
5d1690725b
Merge topic 'cmake-capabilities'
...
49ad7f9a
cmake: Add `cmake -E capabilities` mode
1d408dc1
cmake: Constify cmake::GetRegisteredGenerators
2016-08-17 10:46:26 -04:00
Brad King
76ff725ae7
Merge topic 'cmake-developer-reference'
...
ea51b71a
QtIFW: Developer Reference installation
c18dc6fb
Added CMake_BUILD_DEVELOPER_REFERENCE option
2016-08-17 10:46:23 -04:00
Brad King
b4556b47a8
Help: Add release notes for 'vim-cmake-syntax' import
2016-08-17 09:24:29 -04:00
Brad King
25c01cf0b0
Aux: Install vim-cmake-syntax files with CMake
2016-08-17 09:11:47 -04:00
Brad King
e3ac68cfbf
Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax
...
* upstream-vim-cmake-syntax:
vim-cmake-syntax 2016-08-16 (e782679c)
2016-08-17 09:11:19 -04:00
vim-cmake-syntax upstream
4a22c06e7f
vim-cmake-syntax 2016-08-16 (e782679c)
...
Code extracted from:
https://github.com/pboettch/vim-cmake-syntax.git
at commit e782679cb93a4ccb419cffbc1c076db0d524d43e (master).
2016-08-17 09:11:18 -04:00
Brad King
f21a823598
Aux: Drop vim files prior to import of third-party version
2016-08-17 09:11:13 -04:00
Brad King
0966f1c548
Add script to update vim-cmake-syntax from upstream
2016-08-17 09:11:06 -04:00
Kitware Robot
65120d180b
CMake Nightly Date Stamp
2016-08-17 00:01:04 -04:00
Daniel Pfeifer
e7b842e189
Make sure unnused parameters are /*named*/
2016-08-17 01:49:57 +02:00
Daniel Pfeifer
a2af850ba6
fix a batch of include-what-you-use violations
2016-08-17 01:08:13 +02:00
Peter Boettcher
7ded655f7b
FindCUDA: Take NVCC include directories from target properties
...
Fixes issue where include directories specified on the target are
not passed on to NVCC. This includes both target_include_directories()
as well as include directories added by dependency chaining.
Closes : #14201
2016-08-16 14:16:35 -04:00
Tobias Hunger
49ad7f9af8
cmake: Add `cmake -E capabilities` mode
...
Add `cmake -E capabilities` to report on generators, cmake version and
possibly other static capabilities of cmake.
Closes : #15462
2016-08-16 13:45:05 -04:00
Brad King
1d408dc10f
cmake: Constify cmake::GetRegisteredGenerators
2016-08-16 13:40:06 -04:00
Brad King
e240a7c017
Merge topic 'ExternalProject-SOURCE_SUBDIR'
...
a8345d65
ExternalProject: Add SOURCE_SUBDIR option
2016-08-16 13:26:22 -04:00
Brad King
074d098ffb
Merge topic 'FindMatlab-mingw'
...
8ba204a6
FindMatlab: Use pre-built libraries for MinGW if needed
2016-08-16 13:26:19 -04:00
Brad King
447b142b6a
Merge topic 'issue-tracker-urls'
...
2bdba83e
issues: update references to the CMake issue tracker
2016-08-16 13:26:15 -04:00
Matthew Woehlke
a8345d65f3
ExternalProject: Add SOURCE_SUBDIR option
...
Add a new SOURCE_SUBDIR option to ExternalProject_Add that allows
specifying the location of the CMakeLists.txt to use as the project root
relative to the SOURCE_DIR.
This is helpful for projects that have unusual layouts, or projects that
provide both a superbuild and project-only build depending on which
CMakeLists.txt is used.
Fixes : #15118
2016-08-16 13:18:18 -04:00
Konstantin Podsvirov
ea51b71a4f
QtIFW: Developer Reference installation
2016-08-16 19:02:35 +03:00
Konstantin Podsvirov
c18dc6fbe5
Added CMake_BUILD_DEVELOPER_REFERENCE option
...
By default is OFF and marked as advanced.
It's also add custom cmake-developer-reference (ALL) target
Generated output will be installed to ${CMAKE_DOC_DIR}/developer-reference.
2016-08-16 19:02:35 +03:00
Kitware Robot
6b07972fbd
CMake Nightly Date Stamp
2016-08-16 00:01:09 -04:00
Ben Boeckel
2bdba83e4b
issues: update references to the CMake issue tracker
...
References to specific comments are left as-is since comments were not
migrated.
2016-08-15 09:34:06 -04:00
Sebastian Niemann
8ba204a696
FindMatlab: Use pre-built libraries for MinGW if needed
2016-08-15 09:28:54 -04:00
Brad King
7fe5c79dd0
Merge topic 'FindCUDA-fixes'
...
1aa5c1be
FindCUDA: Fix missing librt on Linux when using static cuda runtime.
aab1f6e9
FindCUDA: Restore default behavior of CUDA_USE_STATIC_CUDA_RUNTIME
2016-08-15 08:59:48 -04:00
Brad King
33d4aff50d
Merge topic 'autogen-same-name'
...
61a607e8
Help: Document AUTORCC behavior for same .qrc name case
e4f508e4
Tests/QtAutogen: Test same moc/qrc source names in different directories
4e9b97d7
QtAutogen: Allow multiple qrc files with the same name
41c9e14a
QtAutogen: Allow multiple moc files with the same name
3c3b37b0
QtAutogen: Use std:: instead of ::std::
0a5dd3c7
cmFilePathUuid: Add class to generate deterministic unique file names
2016-08-15 08:59:46 -04:00
Brad King
d47abe40b6
Merge topic 'GetPrerequisites-fix-regression'
...
a2d5c25a
GetPrerequisites: Fix regression in gp_resolved_file_type
2016-08-15 08:59:43 -04:00
Sebastian Holtermann
61a607e8d4
Help: Document AUTORCC behavior for same .qrc name case
2016-08-15 08:57:17 -04:00
Kitware Robot
272a2bf19d
CMake Nightly Date Stamp
2016-08-15 00:01:03 -04:00