summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindSDL-update'Brad King2020-06-191-23/+62
|\
| * FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDLFrédéric Simonis2020-06-181-23/+62
* | Merge topic 'CUDAToolkit-cuda-11'Brad King2020-06-191-1/+5
|\ \
| * | CudaToolkit: Update for new/removed libraries in CUDA 11Robert Maynard2020-06-181-1/+5
* | | Merge topic 'cuda-toolkit-vs'Brad King2020-06-191-121/+130
|\ \ \
| * | | 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
* | | | Merge topic 'cuda_nvcc_exe_search'Brad King2020-06-191-7/+1
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \
* | \ \ \ Merge topic 'doc-3.18-fixups'Brad King2020-06-181-4/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Help: Fix formatting error and consistency for gtest_discover_tests()Craig Scott2020-06-181-4/+4
| | |/ / | |/| |
* | | | Merge topic 'mkl-lib-dir'Brad King2020-06-182-0/+4
|\ \ \ \
| * | | | FindLAPACK: Extend search directories for MKLevatux2020-06-161-0/+2
| * | | | FindBLAS: Extend search directories for MKLevatux2020-06-161-0/+2
* | | | | Merge topic 'armclang-typo'Brad King2020-06-181-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | ARMClang: Fix typo in -Xlinker flagOsama Moharam2020-06-181-1/+1
| | |/ | |/|
* | | Merge topic 'cuda_clang_limitations'Brad King2020-06-171-0/+4
|\ \ \ | |/ / | | / | |/ |/|
| * 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
| |\
| * \ Merge topic 'cuda_architectures_disable' into release-3.18Brad King2020-06-151-1/+1
| |\ \
* | \ \ Merge topic 'FindCurses-nodelay'Brad King2020-06-161-1/+3
|\ \ \ \
| * | | | FindCurses: Detect and satisfy dependency on tinfo for nodelayPaymon MARANDI2020-06-151-1/+3
* | | | | CPack: Introduce pre- and post- build actionsAlex Turbov2020-06-151-0/+15
|/ / / /
* | | | Merge topic 'cuda_clang_toolkit_path'Brad 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
| * | | FindCUDAToolkit: Compute CUDAToolkit_INCLUDE_DIR instead of searchingRaul Tambre2020-06-122-8/+14
| * | | FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOTRaul Tambre2020-06-122-0/+27
| * | | FindCUDAToolkit: Re-unify with Internal/CUDAToolkitRaul Tambre2020-06-123-233/+390
* | | | Merge topic 'cuda_architectures_disable'Brad King2020-06-151-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | CUDA: Add support for disabling CUDA_ARCHITECTURESRaul Tambre2020-06-151-1/+1
| |/ /
* | | Merge topic 'clang_cxx20'Brad King2020-06-151-1/+8
|\ \ \ | | |/ | |/|
| * | Clang: Record Clang 6.0+ as fully supporting C++17Raul Tambre2020-06-131-0/+4
| * | Clang: Add final C++20 flag for Clang 11.0+Raul Tambre2020-06-131-1/+4
| |/
| * Merge topic 'nvcc_supports_cuda17' into release-3.18Brad King2020-06-111-0/+11
| |\
* | \ Merge topic 'findhdf5-temporary-files'Brad King2020-06-121-2/+2
|\ \ \
| * | | FindHDF5: use CMakeFiles for temporary filesSeth R Johnson2020-06-111-2/+2
* | | | Merge topic 'FindBoost-zip-libs'Brad King2020-06-121-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | FindBoost: Allow Boost::zlib and Boost::bzip2 targets on all platformscorrea2020-06-111-4/+2
* | | | Merge topic 'add_explicit_lang_flag_to_compile_object_rule'Brad King2020-06-1112-3/+24
|\ \ \ \
| * | | | CXX: Compile when possible with explicit `Cxx` language flag setRobert Maynard2020-06-096-3/+12
| * | | | C: Compile when possible with explicit `C` language flag setRobert Maynard2020-06-096-0/+12
| |/ / /
| * | | Merge topic 'cpack-ifw-3.2'Brad King2020-06-091-0/+2
| |\ \ \