summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* NVCC: Handle host compiler with spaces in pathRaul Tambre2020-07-141-2/+2
* Merge topic 'irsl-intel-ia32' into release-3.18Brad King2020-07-101-1/+1
|\
| * IRSL: Fix path to Intel 32-bit redist librariesTorgeir Rusten2020-07-091-1/+1
* | Merge topic 'FindOpenMP-version' into release-3.18Brad King2020-07-101-1/+1
|\ \
| * | FindOpenMP: Set version variables every time CMake runsBrad King2020-07-091-1/+1
| |/
* | Merge topic 'FindJava-no-macos-stub' into release-3.18Brad King2020-07-091-3/+2
|\ \
| * | FindJava: Update check to avoid accepting macOS stub 'java' as JavaBrad King2020-07-081-3/+2
| |/
* | Merge topic 'cuda-11-ptx-arch' into release-3.18Brad King2020-07-091-2/+2
|\ \
| * | FindCUDA/select_compute_arch: generate PTX for the latest architecturezasdfg bnm2020-07-081-2/+2
* | | Merge topic 'doc-CPack-source-package' into release-3.18Brad King2020-07-091-1/+1
|\ \ \
| * | | Help: Fix CPack module docs on config file for source packageJoachim Wuttke (h)2020-07-081-1/+1
| | |/ | |/|
* | | Merge topic 'FindMPI-nvcc-link-pthread' into release-3.18Brad King2020-07-081-0/+2
|\ \ \ | |_|/ |/| |
| * | FindMPI: Pass -pthread to NVCC through -Xlinker for device linkingRobert Maynard2020-07-071-0/+2
* | | Merge topic 'cuda-11-compute-arch' into release-3.18Brad King2020-07-081-7/+27
|\ \ \
| * | | FindCUDA/select_compute_arch: Add CUDA 11 and Ampere supportzasdfg bnm2020-07-071-7/+27
| | |/ | |/|
* | | Merge topic 'find-blas-lapack-mklroot-win' into release-3.18Brad King2020-07-082-2/+2
|\ \ \ | |_|/ |/| |
| * | FindLAPACK: Handle Windows Intel MKLROOT with backslashMichael Hirsch2020-07-071-1/+1
| * | FindBLAS: Handle Windows Intel MKLROOT with backslashMichael Hirsch2020-07-071-1/+1
| |/
* | Merge topic 'FindMPI-nvcc-fexceptions' into release-3.18Brad King2020-07-071-1/+3
|\ \
| * | FindMPI: Deny -fexceptions from NVCCAxel Huebl2020-07-061-1/+3
| |/
* | FindLua: Add support for Lua 5.4Felix Yan2020-07-011-1/+1
|/
* Merge topic 'gtest-xml-output' into release-3.18Brad King2020-06-291-1/+1
|\
| * GoogleTest: Fix name generation for XML_OUTPUT_DIRStefan Floeren2020-06-261-1/+1
* | Merge topic 'intel-c++20' into release-3.18Brad King2020-06-291-0/+10
|\ \
| * | Intel: Add flags for C++20Brad King2020-06-261-0/+10
| |/
* | GoogleTest: Replace SEND_ERROR with FATAL_ERRORCraig Scott2020-06-241-1/+1
* | Merge topic 'VxWorks-platform-id' into release-3.18Brad King2020-06-231-0/+3
|\ \
| * | VxWorks: Add Platform ID for Modules/CMakePlatformId.h.inLihua Zhao2020-06-231-0/+3
| |/
* | Merge topic 'fix-win-flex-bison' into release-3.18Brad King2020-06-232-2/+2
|\ \
| * | Find{FLEX,BISON}: Add 'win-' executable namesYan2020-06-222-2/+2
* | | Merge topic 'FindCUDA-11' into release-3.18Brad King2020-06-231-2/+5
|\ \ \
| * | | FindCUDA: Do not search for the deprecated nppicom when CUDA >= 11Robert Maynard2020-06-221-2/+5
| | |/ | |/|
* | | Merge topic 'CUDAToolkit-cuda-11' into release-3.18Brad King2020-06-191-1/+5
|\ \ \
| * | | CudaToolkit: Update for new/removed libraries in CUDA 11Robert Maynard2020-06-181-1/+5
| |/ /
* | | CUDA: Fix CMAKE_CUDA_COMPILER_TOOLKIT_ROOT detection in Visual StudioBrad King2020-06-181-108/+121
* | | CUDA: Re-order some logic for determining the compilerBrad King2020-06-181-11/+9
* | | CUDA: Remove unused variables while determining compilerBrad King2020-06-181-2/+0
* | | CUDA: Simplify CMAKE_CUDA_COMPILER_TOOLKIT_ROOT computationBrad King2020-06-181-1/+1
* | | CUDA: Skip the entire search for nvcc when it is CMAKE_CUDA_COMPILERBrad King2020-06-181-80/+80
* | | CUDA: Fix NVCC executable search during compiler detectionRaul Tambre2020-06-181-7/+1
* | | Merge topic 'doc-3.18-fixups' into release-3.18Brad King2020-06-181-4/+4
|\ \ \
| * | | Help: Fix formatting error and consistency for gtest_discover_tests()Craig Scott2020-06-181-4/+4
| |/ /
* | | ARMClang: Fix typo in -Xlinker flagOsama Moharam2020-06-181-1/+1
|/ /
* | CUDA: Throw error for Clang on WindowsRaul Tambre2020-06-161-0/+4
* | Merge topic 'cuda_clang_toolkit_path' into release-3.18Brad King2020-06-154-260/+415
|\ \
| * | CUDA: Determine CUDA toolkit location for NVCCRaul Tambre2020-06-123-123/+127
| * | CUDA: Pass toolkit path to ClangRaul Tambre2020-06-122-235/+268
| * | 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