summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs2017-no-default-FC'Brad King2018-08-271-0/+10
|\
| * VS: Avoid VS 2017 toolset default use of /FC flagBrad King2018-08-231-0/+10
* | CMake Nightly Date StampKitware Robot2018-08-271-1/+1
* | CMake Nightly Date StampKitware Robot2018-08-261-1/+1
* | CMake Nightly Date StampKitware Robot2018-08-251-1/+1
* | Merge branch 'release-3.12'Brad King2018-08-240-0/+0
|\ \
| * \ Merge branch 'doc-clang-tidy-typo' into release-3.12Brad King2018-08-241-1/+1
| |\ \
| * \ \ Merge branch 'FindCUDA-deprecate-cublas_device' into release-3.12Brad King2018-08-231-1/+2
| |\ \ \
| * \ \ \ Merge branch 'cuda-no-cublas_device' into release-3.12Brad King2018-08-233-2/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'state-reset-glob' into release-3.12Brad King2018-08-233-0/+11
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-clang-tidy-typo'Brad King2018-08-241-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Help: Fix typo in clang-tidy example -checks optionDavid Demelier2018-08-241-1/+1
* | | | | | | Merge topic 'FindCUDA-deprecate-cublas_device'Brad King2018-08-241-1/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindCUDA: Do not find cublas_device on CUDA >= 9.2Kenta Kubo2018-08-231-1/+2
| |/ / / / /
* | | | | | Merge topic 'cuda-no-cublas_device'Brad King2018-08-243-2/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CUDA: Avoid using deprecated cublas_device to identify device lib dirsRobert Maynard2018-08-233-2/+8
| |/ / / /
* | | | | Merge topic 'state-reset-glob'Brad King2018-08-243-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | cmState: Clear GlobVerificationManager state on ResetShane Parris2018-08-093-0/+11
| |/ / /
* | | | Merge topic 'ctest-submit-httpauth'Brad King2018-08-241-0/+4
|\ \ \ \
| * | | | ctest: allow cdash submissions using alternate authentication methodsClinton Stimpson2018-08-171-0/+4
* | | | | CMake Nightly Date StampKitware Robot2018-08-241-1/+1
* | | | | Merge topic 'autogen_variables_in_structs'Brad King2018-08-234-222/+271
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-134-68/+91
| * | | | Autogen: Initializer: Group variables in structsSebastian Holtermann2018-08-132-156/+182
| |/ / /
* | | | Merge topic 'tweak_unset_docs'Craig Scott2018-08-231-3/+10
|\ \ \ \
| * | | | Help: Clarify the unset commandRobert Maynard2018-08-211-3/+10
* | | | | CMake Nightly Date StampKitware Robot2018-08-231-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-221-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-201-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-191-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-08-181-1/+1
* | | | | Merge branch 'release-3.12'Craig Scott2018-08-180-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'export-properties-undefined' into release-3.12Craig Scott2018-08-183-0/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge topic 'export-properties-undefined'Craig Scott2018-08-183-0/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | EXPORT_PROPERTIES: Prevent null dereference for undefined propertyCraig Scott2018-08-161-0/+5
| * | | | EXPORT_PROPERTIES: Add test for an undefined propertyCraig Scott2018-08-162-0/+12
| |/ / /
* | | | Merge topic 'link-options'Craig Scott2018-08-185-1/+23
|\ \ \ \
| * | | | LINK_OPTIONS property: add test for static library.Marc Chevrier2018-08-155-1/+23
* | | | | Merge topic 'evaluate-stdstring'Craig Scott2018-08-172-12/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | EvaluateExpression() returns std::stringVitaly Stakhovsky2018-08-162-12/+9
* | | | | CMake Nightly Date StampKitware Robot2018-08-171-1/+1
* | | | | Merge topic 'doc-cdash-upload-return-value'Craig Scott2018-08-161-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOADBetsy McPhail2018-08-151-2/+3
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-08-161-1/+1
|/ / /
* | | Merge topic 'doc-consistently-reference-packagename'Craig Scott2018-08-1510-84/+84
|\ \ \
| * | | doc: Consistently use <PackageName> for describing the name of a packageJean-Christophe Fillion-Robin2018-08-1410-84/+84
* | | | Merge topic 'better_static_link_flags_docs'Craig Scott2018-08-1510-9/+34
|\ \ \ \
| * | | | Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are usedRobert Maynard2018-08-096-9/+18
| * | | | target_link_options: Add test to verify static library behaviorRobert Maynard2018-08-094-0/+16