| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
5cbb5488 fix a batch of include-what-you-use violations
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
15cc50fb Help: Clarify get_cmake_property command documentation
|
| |/
| |
| |
| | |
Closes: #13810, #16258
|
|\ \
| | |
| | |
| | |
| | | |
2dc9a754 FindCUDA: Support `2.1(2.0)` architecture notation
|
| |/
| |
| |
| | |
Also tweak some messages and comments.
|
|\ \
| | |
| | |
| | |
| | | |
9bd0643a Tests: Refactor testing of extra generators.
|
| |/
| |
| |
| | |
Use a loop instead of repeating the same thing multiple times.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
aec06dd4 Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1
ef13efab Version: Remove check for existence of CVS repository
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In cmVersionConfig.h we must define this macro with a value because
clients expect it to have one. Also ensure that all CMakeLists.txt
code paths have an initialized value.
Reported-by: Stephen Kelly <steveire@gmail.com>
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream-vim-cmake-syntax:
vim-cmake-syntax 2016-08-16 (e782679c)
|
| | / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Code extracted from:
https://github.com/pboettch/vim-cmake-syntax.git
at commit e782679cb93a4ccb419cffbc1c076db0d524d43e (master).
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
f29d1847 fix a batch of include-what-you-use violations
373b2e48 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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
27591a54 Define WIN32_LEAN_AND_MEAN for CMake sources on Windows
481c9003 libarchive: Fix include order in xxhash.c
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reduces APIs included by `windows.h`. We can include the headers
for those APIs as needed.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
We need to include `archive_platform.h` before any system headers in
order to ensure that `_WIN32_WINNT` is defined early enough.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
e7b842e1 Make sure unnused parameters are /*named*/
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
a2af850b fix a batch of include-what-you-use violations
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
7ded655f 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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
49ad7f9a cmake: Add `cmake -E capabilities` mode
1d408dc1 cmake: Constify cmake::GetRegisteredGenerators
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add `cmake -E capabilities` to report on generators, cmake version and
possibly other static capabilities of cmake.
Closes: #15462
|
| |/ / |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
ea51b71a QtIFW: Developer Reference installation
c18dc6fb 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.
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
a8345d65 ExternalProject: Add SOURCE_SUBDIR option
|