summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'vs2017-no-default-FC'Brad King2018-08-271-0/+10
|\ | | | | | | | | | | | | | | | | 1bd768174a VS: Avoid VS 2017 toolset default use of /FC flag Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alberto Garcia Illera <agarciaillera@gmail.com> Acked-by: Martin Hořeňovský <martin.horenovsky@gmail.com> Merge-request: !2306
| * VS: Avoid VS 2017 toolset default use of /FC flagBrad King2018-08-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | VS 2017 toolsets now use this flag by default if `UseFullPaths` is not explicitly set to `false` in the .vcxproj file. Since there is no negative form of this flag there is no way for projects to turn it off through our flag map. Also, the Makefile and Ninja generators do not add this flag unless it is explicitly specified by the project. Teach our generator to set `UseFullPaths` to `false` in VS 2017 unless the project or use has explicitly specified `/FC`. Fixes: #18261
* | 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-request: !2303
| * \ \ Merge branch 'FindCUDA-deprecate-cublas_device' into release-3.12Brad King2018-08-231-1/+2
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !2298
| * \ \ \ Merge branch 'cuda-no-cublas_device' into release-3.12Brad King2018-08-233-2/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !2296
| * \ \ \ \ Merge branch 'state-reset-glob' into release-3.12Brad King2018-08-233-0/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !2278
* | \ \ \ \ \ Merge topic 'doc-clang-tidy-typo'Brad King2018-08-241-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85432f4898 Help: Fix typo in clang-tidy example -checks option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2303
| * | | | | | 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
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bdf1f36135 FindCUDA: Do not find cublas_device on CUDA >= 9.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2298
| * | | | | | FindCUDA: Do not find cublas_device on CUDA >= 9.2Kenta Kubo2018-08-231-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `cublas_device` has been deprecated and will be removed in future versions of CUDA. Issue: #18290
* | | | | | Merge topic 'cuda-no-cublas_device'Brad King2018-08-243-2/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 122c79748c CUDA: Avoid using deprecated cublas_device to identify device lib dirs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2296
| * | | | | CUDA: Avoid using deprecated cublas_device to identify device lib dirsRobert Maynard2018-08-233-2/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `curand_static` to identify directories containing device libraries because `cublas_device` is deprecated and will be removed in the future. Issue: #18290
* | | | | Merge topic 'state-reset-glob'Brad King2018-08-243-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | 6f3b9e8b95 cmState: Clear GlobVerificationManager state on Reset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2278
| * | | | cmState: Clear GlobVerificationManager state on ResetShane Parris2018-08-093-0/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | It should not persist across multiple configure rounds. Fixes: #18208
* | | | Merge topic 'ctest-submit-httpauth'Brad King2018-08-241-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5029d58c38 ctest: allow cdash submissions using alternate authentication methods Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2288
| * | | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3aa11f31fc Autogen: Use integers to store the Qt version 1d87c9f318 Autogen: Initializer: Group variables in structs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2286
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1a0f1a25a4 Help: Clarify the unset command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2300
| * | | | 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-request: !2294
* | | | | Merge topic 'export-properties-undefined'Craig Scott2018-08-183-0/+17
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | dbd3e2c53d EXPORT_PROPERTIES: Prevent null dereference for undefined property b88bf6796e EXPORT_PROPERTIES: Add test for an undefined property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2294
| * | | | EXPORT_PROPERTIES: Prevent null dereference for undefined propertyCraig Scott2018-08-161-0/+5
| | | | | | | | | | | | | | | Fixes: #18260
| * | | | EXPORT_PROPERTIES: Add test for an undefined propertyCraig Scott2018-08-162-0/+12
| |/ / / | | | | | | | | | | | | The added test verifies that a property listed in EXPORT_PROPERTIES can be undefined. It confirms the crash recorded in issue #18260.
* | | | Merge topic 'link-options'Craig Scott2018-08-185-1/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 174721ecc0 LINK_OPTIONS property: add test for static library. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2284
| * | | | LINK_OPTIONS property: add test for static library.Marc Chevrier2018-08-155-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check that property INTERFACE_LINK_OPTIONS is correctly propagated from static libraries. Issue: #18251
* | | | | Merge topic 'evaluate-stdstring'Craig Scott2018-08-172-12/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 16e17376c7 EvaluateExpression() returns std::string Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2293
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | a0916a4692 Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2291
| * | | | 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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 30d08bdce9 doc: Consistently use <PackageName> for describing the name of a package Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2283
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b17d85873 Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used 9561d42f95 target_link_options: Add test to verify static library behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Robert Maynard <robert.maynard@kitware.com> Merge-request: !2274
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Issue: #18251