summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'include-what-you-use'Brad King2016-08-2433-67/+192
|\ | | | | | | | | 5cbb5488 fix a batch of include-what-you-use violations
| * fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-2333-67/+192
| |
* | Merge topic 'doc-get_cmake_property'Brad King2016-08-241-3/+8
|\ \ | | | | | | | | | | | | 15cc50fb Help: Clarify get_cmake_property command documentation
| * | Help: Clarify get_cmake_property command documentationBrad King2016-08-231-3/+8
| |/ | | | | | | Closes: #13810, #16258
* | Merge topic 'FindCUDA-fix-arch-regex'Brad King2016-08-241-4/+4
|\ \ | | | | | | | | | | | | 2dc9a754 FindCUDA: Support `2.1(2.0)` architecture notation
| * | FindCUDA: Support `2.1(2.0)` architecture notationBoris Fomitchev2016-08-231-4/+4
| |/ | | | | | | Also tweak some messages and comments.
* | Merge topic 'test-extra-generator-dedup'Brad King2016-08-241-47/+30
|\ \ | | | | | | | | | | | | 9bd0643a Tests: Refactor testing of extra generators.
| * | Tests: Refactor testing of extra generators.Chaoren Lin2016-08-231-47/+30
| |/ | | | | | | Use a loop instead of repeating the same thing multiple times.
* | Merge topic 'version-cleanups'Brad King2016-08-242-9/+1
|\ \ | | | | | | | | | | | | | | | aec06dd4 Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1 ef13efab Version: Remove check for existence of CVS repository
| * | Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1Brad King2016-08-232-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Version: Remove check for existence of CVS repositoryStephen Kelly2016-08-231-7/+0
| | |
* | | Merge topic 'import-vim-syntax'Brad King2016-08-248-40/+271
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Help: Add release notes for 'vim-cmake-syntax' importBrad King2016-08-171-0/+11
| | | |
| * | | Aux: Install vim-cmake-syntax files with CMakeBrad King2016-08-171-0/+1
| | | |
| * | | Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntaxBrad King2016-08-174-0/+869
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * upstream-vim-cmake-syntax: vim-cmake-syntax 2016-08-16 (e782679c)
| | * | | vim-cmake-syntax 2016-08-16 (e782679c)vim-cmake-syntax upstream2016-08-174-0/+869
| | / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://github.com/pboettch/vim-cmake-syntax.git at commit e782679cb93a4ccb419cffbc1c076db0d524d43e (master).
| * | | Aux: Drop vim files prior to import of third-party versionBrad King2016-08-174-674/+0
| | | |
| * | | Add script to update vim-cmake-syntax from upstreamBrad King2016-08-171-0/+24
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-08-241-1/+1
| |_|/ |/| |
* | | Merge topic 'else-after-return'Brad King2016-08-2355-505/+457
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | CMake: don't use else after returnDaniel Pfeifer2016-08-1833-369/+352
| | | |
| * | | CTest: don't use else after returnDaniel Pfeifer2016-08-1814-81/+66
| | | |
| * | | CPack: don't use else after returnDaniel Pfeifer2016-08-184-23/+12
| | | |
| * | | CursesDialog: don't use else after returnDaniel Pfeifer2016-08-184-32/+27
| | |/ | |/|
* | | Merge topic 'include-what-you-use'Brad King2016-08-2318-31/+109
|\ \ \ | | | | | | | | | | | | | | | | | | | | f29d1847 fix a batch of include-what-you-use violations 373b2e48 cmArchiveWrite: replace mode_t with int
| * | | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-2318-26/+104
| | | |
| * | | cmArchiveWrite: replace mode_t with intDaniel Pfeifer2016-08-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge topic 'minor-cleanups'Brad King2016-08-232-3/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 27591a54 Define WIN32_LEAN_AND_MEAN for CMake sources on Windows 481c9003 libarchive: Fix include order in xxhash.c
| * | | | Define WIN32_LEAN_AND_MEAN for CMake sources on WindowsBrad King2016-08-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This reduces APIs included by `windows.h`. We can include the headers for those APIs as needed.
| * | | | libarchive: Fix include order in xxhash.cBrad King2016-08-171-2/+3
| |/ / / | | | | | | | | | | | | | | | | We need to include `archive_platform.h` before any system headers in order to ensure that `_WIN32_WINNT` is defined early enough.
* | | | CMake Nightly Date StampKitware Robot2016-08-231-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-08-221-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-08-211-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-08-201-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-08-191-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2016-08-181-1/+1
|/ /
* | Merge topic 'readability-named-parameter'Brad King2016-08-1755-190/+245
|\ \ | | | | | | | | | | | | e7b842e1 Make sure unnused parameters are /*named*/
| * | Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-1655-190/+245
| | |
* | | Merge topic 'include-what-you-use'Brad King2016-08-1727-41/+107
|\ \ \ | | | | | | | | | | | | | | | | a2af850b fix a batch of include-what-you-use violations
| * | | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-1627-41/+107
| |/ /
* | | Merge topic 'FindCUDA-target-include-dirs'Brad King2016-08-172-22/+27
|\ \ \ | | | | | | | | | | | | | | | | 7ded655f FindCUDA: Take NVCC include directories from target properties
| * | | FindCUDA: Take NVCC include directories from target propertiesPeter Boettcher2016-08-162-22/+27
| |/ / | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge topic 'cmake-capabilities'Brad King2016-08-179-2/+143
|\ \ \ | | | | | | | | | | | | | | | | | | | | 49ad7f9a cmake: Add `cmake -E capabilities` mode 1d408dc1 cmake: Constify cmake::GetRegisteredGenerators
| * | | cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-169-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `cmake -E capabilities` to report on generators, cmake version and possibly other static capabilities of cmake. Closes: #15462
| * | | cmake: Constify cmake::GetRegisteredGeneratorsBrad King2016-08-162-2/+3
| |/ /
* | | Merge topic 'cmake-developer-reference'Brad King2016-08-1713-293/+195
|\ \ \ | |_|/ |/| | | | | | | | | | | ea51b71a QtIFW: Developer Reference installation c18dc6fb Added CMake_BUILD_DEVELOPER_REFERENCE option
| * | QtIFW: Developer Reference installationKonstantin Podsvirov2016-08-163-1/+59
| | |
| * | Added CMake_BUILD_DEVELOPER_REFERENCE optionKonstantin Podsvirov2016-08-1610-292/+136
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | CMake Nightly Date StampKitware Robot2016-08-171-1/+1
| |/ |/|
* | Merge topic 'ExternalProject-SOURCE_SUBDIR'Brad King2016-08-164-5/+47
|\ \ | | | | | | | | | | | | a8345d65 ExternalProject: Add SOURCE_SUBDIR option