summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Help: Better document that CMP0105 controls DEVICE_LINK parsingRobert Maynard2020-06-182-5/+7
| |/ / /
* | | | Merge topic 'doc-3.18-fixups' into release-3.18Brad King2020-06-188-31/+35
|\ \ \ \
| * | | | Help: Explicitly say transaction, don't abbreviate to transCraig Scott2020-06-181-2/+2
| * | | | Help: Correct and condense examples for VS_SOLUTION_DEPLOYCraig Scott2020-06-181-8/+6
| * | | | Help: Add missing cross-referencing for generator expressionsCraig Scott2020-06-183-3/+3
| * | | | Help: Formatting, crossref for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG>Craig Scott2020-06-181-11/+12
| * | | | Help: Add missing PCH_WARN_INVALID docs and related cleanupsCraig Scott2020-06-183-3/+8
| * | | | Help: Fix formatting error and consistency for gtest_discover_tests()Craig Scott2020-06-181-4/+4
* | | | | Merge topic 'armclang-typo' into release-3.18Brad King2020-06-181-1/+1
|\ \ \ \ \
| * | | | | ARMClang: Fix typo in -Xlinker flagOsama Moharam2020-06-181-1/+1
| |/ / / /
* | | | | Merge topic 'test-split-RunCMake.target_link_libraries' into release-3.18Brad King2020-06-1840-69/+202
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Tests: Shorten case names in RunCMake.target_link_libraries-* testsBrad King2020-06-1718-31/+31
| * | | | Tests: Split RunCMake.target_link_libraries testMarc Chevrier2020-06-1740-68/+201
* | | | | Merge topic 'doc-relnotes' into release-3.18Brad King2020-06-171-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Help: Fix order of FindCUDAToolkit entry in 3.18 release notesBrad King2020-06-171-8/+8
|/ / / /
* | | | CMake 3.18.0-rc2v3.18.0-rc2Brad King2020-06-171-1/+1
|/ / /
* | | Merge topic 'cuda_clang_limitations' into release-3.18Brad King2020-06-173-2/+8
|\ \ \
| * | | Help: Mention CUDA Clang limitations in 3.18 release notesRaul Tambre2020-06-161-1/+2
| * | | CUDA: Add issue number to Clang separable compilation errorRaul Tambre2020-06-161-1/+2
| * | | CUDA: Throw error for Clang on WindowsRaul Tambre2020-06-161-0/+4
* | | | Merge topic 'test-file-GET_RUNTIME_DEPENDENCIES' into release-3.18Brad King2020-06-1768-275/+295
|\ \ \ \
| * | | | Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES testBrad King2020-06-1664-255/+255
| * | | | Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES testBrad King2020-06-1669-296/+316
| |/ / /
* | | | Merge topic 'test-CudaOnly.StaticRuntimePlusToolkit' into release-3.18Brad King2020-06-171-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Fix CudaOnly.StaticRuntimePlusToolkit build rpathRobert Maynard2020-06-161-0/+6
* | | | Merge topic 'test-RunCMake.GeneratorExpression' into release-3.18Brad King2020-06-16314-111/+160
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Factor out RunCMake.GenEx-GENEX_EVAL testBrad King2020-06-1630-9/+15
| * | | Tests: Factor out RunCMake.GenEx-TARGET_FILE testBrad King2020-06-1675-31/+38
| * | | Tests: Factor out RunCMake.GenEx-DEVICE_LINK testBrad King2020-06-1644-15/+21
| * | | Tests: Factor out RunCMake.GenEx-HOST_LINK testBrad King2020-06-1644-15/+21
| * | | Tests: Factor out RunCMake.GenEx-LINK_LANG_AND_ID testBrad King2020-06-1639-12/+18
| * | | Tests: Factor out RunCMake.GenEx-LINK_LANGUAGE testBrad King2020-06-1642-13/+19
| * | | Tests: Factor out RunCMake.GenEx-COMPILE_LANG_AND_ID testBrad King2020-06-1627-8/+14
| * | | Tests: Factor out RunCMake.GenEx-COMPILE_LANGUAGE testBrad King2020-06-1627-8/+14
|/ / /
* | | Merge topic 'gitlab-ci-restructure' into release-3.18Brad King2020-06-156-555/+663
|\ \ \
| * | | gitlab-ci: split linux and macos shared before scriptsBen Boeckel2020-06-124-48/+76
| * | | gitlab-ci: use `extends`Ben Boeckel2020-06-127-135/+135
| * | | gitlab-ci: add a comment describing what goes into a jobBen Boeckel2020-06-121-0/+16
| * | | gitlab-ci: make rules a bit more uniformBen Boeckel2020-06-122-30/+32
| * | | gitlab-ci: split into multiple filesBen Boeckel2020-06-127-462/+524
* | | | Merge topic 'cuda_clang_toolkit_path' into release-3.18Brad King2020-06-158-260/+448
|\ \ \ \
| * | | | CUDA: Determine CUDA toolkit location for NVCCRaul Tambre2020-06-124-126/+134
| * | | | CUDA: Pass toolkit path to ClangRaul Tambre2020-06-125-235/+293
| * | | | FindCUDAToolkit: Avoid unnecessary temporary variable computing binary dirRaul Tambre2020-06-121-6/+4
| * | | | FindCUDAToolkit: Remove unnecessary checks around searchesRaul Tambre2020-06-122-21/+15
| * | | | FindCUDAToolkit: Use list(SORT) to sort in natural orderRaul Tambre2020-06-122-72/+8
| * | | | FindCUDAToolkit: Compute CUDAToolkit_INCLUDE_DIR instead of searchingRaul Tambre2020-06-122-8/+14
| * | | | FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOTRaul Tambre2020-06-123-0/+31
| * | | | FindCUDAToolkit: Re-unify with Internal/CUDAToolkitRaul Tambre2020-06-123-233/+390
* | | | | Merge topic 'cuda_architectures_disable' into release-3.18Brad King2020-06-157-25/+81
|\ \ \ \ \