summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| * \ \ \ Merge topic 'FindOpenSSL-3.0'Brad King2020-06-091-2/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'nvcc_supports_cuda17'Brad King2020-06-111-0/+11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | CUDA: Teach CMake that NVCC 11 supports cuda_std_17Robert Maynard2020-06-101-0/+11
* | | | | FindProtobuf: Fix typo in documentationRon Klein2020-06-101-1/+1
|/ / / /
* | | | Merge topic 'cpack-ifw-3.2' into release-3.18Brad King2020-06-091-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | CPack/IFW: Add Qt installer framework version 3.2Frederik Gladhorn2020-06-081-0/+2
| |/ /
* | | Merge topic 'FindOpenSSL-3.0' into release-3.18Brad King2020-06-091-2/+4
|\ \ \ | |/ / |/| / | |/
| * FindOpenSSL: Fix OpenSSL 3.0.0 version extractionBilly Brumley2020-06-081-2/+4
* | CPack/IFW: Fix documentation typo: REQUAREDFrederik Gladhorn2020-06-081-1/+1
* | Merge topic 'cuda_cudart_status' into release-3.18Brad King2020-06-081-4/+4
|\ \
| * | FindCUDAToolkit: Fix cudart not found status messageRaul Tambre2020-06-081-4/+4
* | | Merge topic 'cuda_clang_simulate' into release-3.18Brad King2020-06-081-0/+3
|\ \ \
| * | | CUDA: Fix Clang depfile flags when simulating MSVCRaul Tambre2020-06-081-0/+3
| |/ /
* | | Merge topic 'cuda_user_architectures_specifiers' into release-3.18Brad King2020-06-081-2/+10
|\ \ \ | |/ / |/| |
| * | CUDA: Fix checking working architectures with specifiersRaul Tambre2020-06-051-2/+10
* | | ARMClang: allow fallback to -march and correct setting of --cpu flagsOsama Moharam2020-06-031-10/+57
|/ /
* | Merge topic 'armclang-armlink'Brad King2020-06-031-2/+14
|\ \
| * | ARMClang: Add support for armlinkOsama Moharam2020-06-021-2/+14
* | | Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-FortranBrad King2020-06-022-13/+17
|\ \ \ | |/ / |/| |
| * | PCH: Do not enable GNU or Intel PCH settings for FortranBrad King2020-06-022-11/+15
| |/
* | Merge topic 'UseSWIG-note-dep-strategy'Brad King2020-06-021-0/+8
|\ \
| * | UseSWIG: note dependency behavior for Make generatorsBen Boeckel2020-06-011-0/+8
* | | Merge topic 'macos-sdk-libraries'Brad King2020-06-021-5/+21
|\ \ \
| * | | Darwin: honour `CMAKE_OSX_SYSROOT` more faithfullySaleem Abdulrasool2020-05-311-5/+21
* | | | ASM: Fix preprocessor definition flags for GNU 'as' toolKyle Edwards2020-06-011-0/+1
| |/ / |/| |
* | | Merge topic 'fc-ep-git-update-strategy'Brad King2020-06-012-59/+75
|\ \ \
| * | | FetchContent: Pass through CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY if setCraig Scott2020-05-291-6/+11