| Commit message (Expand) | Author | Age | Files | Lines |
* | CUDA: Throw error for Clang on Windows | Raul Tambre | 2020-06-16 | 1 | -0/+4 |
|
|
* | Merge topic 'cuda_clang_toolkit_path' into release-3.18 | Brad King | 2020-06-15 | 4 | -260/+415 |
|\ |
|
| * | CUDA: Determine CUDA toolkit location for NVCC | Raul Tambre | 2020-06-12 | 3 | -123/+127 |
|
|
| * | CUDA: Pass toolkit path to Clang | Raul Tambre | 2020-06-12 | 2 | -235/+268 |
|
|
| * | FindCUDAToolkit: Avoid unnecessary temporary variable computing binary dir | Raul Tambre | 2020-06-12 | 1 | -6/+4 |
|
|
| * | FindCUDAToolkit: Remove unnecessary checks around searches | Raul Tambre | 2020-06-12 | 2 | -21/+15 |
|
|
| * | FindCUDAToolkit: Use list(SORT) to sort in natural order | Raul Tambre | 2020-06-12 | 2 | -72/+8 |
|
|
| * | FindCUDAToolkit: Compute CUDAToolkit_INCLUDE_DIR instead of searching | Raul Tambre | 2020-06-12 | 2 | -8/+14 |
|
|
| * | FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOT | Raul Tambre | 2020-06-12 | 2 | -0/+27 |
|
|
| * | FindCUDAToolkit: Re-unify with Internal/CUDAToolkit | Raul Tambre | 2020-06-12 | 3 | -233/+390 |
|
|
* | | Merge topic 'cuda_architectures_disable' into release-3.18 | Brad King | 2020-06-15 | 1 | -1/+1 |
|\ \ |
|
| * | | CUDA: Add support for disabling CUDA_ARCHITECTURES | Raul Tambre | 2020-06-15 | 1 | -1/+1 |
| |/ |
|
* | | Clang: Record Clang 6.0+ as fully supporting C++17 | Raul Tambre | 2020-06-13 | 1 | -0/+4 |
|
|
* | | Clang: Add final C++20 flag for Clang 11.0+ | Raul Tambre | 2020-06-13 | 1 | -1/+4 |
|/ |
|
* | Merge topic 'nvcc_supports_cuda17' into release-3.18 | Brad King | 2020-06-11 | 1 | -0/+11 |
|\ |
|
| * | CUDA: Teach CMake that NVCC 11 supports cuda_std_17 | Robert Maynard | 2020-06-10 | 1 | -0/+11 |
|
|
* | | FindProtobuf: Fix typo in documentation | Ron Klein | 2020-06-10 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'cpack-ifw-3.2' into release-3.18 | Brad King | 2020-06-09 | 1 | -0/+2 |
|\ |
|
| * | CPack/IFW: Add Qt installer framework version 3.2 | Frederik Gladhorn | 2020-06-08 | 1 | -0/+2 |
|
|
* | | Merge topic 'FindOpenSSL-3.0' into release-3.18 | Brad King | 2020-06-09 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | FindOpenSSL: Fix OpenSSL 3.0.0 version extraction | Billy Brumley | 2020-06-08 | 1 | -2/+4 |
|
|
* | | CPack/IFW: Fix documentation typo: REQUARED | Frederik Gladhorn | 2020-06-08 | 1 | -1/+1 |
|
|
* | | Merge topic 'cuda_cudart_status' into release-3.18 | Brad King | 2020-06-08 | 1 | -4/+4 |
|\ \ |
|
| * | | FindCUDAToolkit: Fix cudart not found status message | Raul Tambre | 2020-06-08 | 1 | -4/+4 |
|
|
* | | | Merge topic 'cuda_clang_simulate' into release-3.18 | Brad King | 2020-06-08 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | CUDA: Fix Clang depfile flags when simulating MSVC | Raul Tambre | 2020-06-08 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge topic 'cuda_user_architectures_specifiers' into release-3.18 | Brad King | 2020-06-08 | 1 | -2/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | CUDA: Fix checking working architectures with specifiers | Raul Tambre | 2020-06-05 | 1 | -2/+10 |
|
|
* | | | ARMClang: allow fallback to -march and correct setting of --cpu flags | Osama Moharam | 2020-06-03 | 1 | -10/+57 |
|/ / |
|
* | | Merge topic 'armclang-armlink' | Brad King | 2020-06-03 | 1 | -2/+14 |
|\ \ |
|
| * | | ARMClang: Add support for armlink | Osama Moharam | 2020-06-02 | 1 | -2/+14 |
|
|
* | | | Merge branch 'backport-3.17-pch-no-Fortran' into pch-no-Fortran | Brad King | 2020-06-02 | 2 | -13/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | PCH: Do not enable GNU or Intel PCH settings for Fortran | Brad King | 2020-06-02 | 2 | -11/+15 |
| |/ |
|
* | | Merge topic 'UseSWIG-note-dep-strategy' | Brad King | 2020-06-02 | 1 | -0/+8 |
|\ \ |
|
| * | | UseSWIG: note dependency behavior for Make generators | Ben Boeckel | 2020-06-01 | 1 | -0/+8 |
|
|
* | | | Merge topic 'macos-sdk-libraries' | Brad King | 2020-06-02 | 1 | -5/+21 |
|\ \ \ |
|
| * | | | Darwin: honour `CMAKE_OSX_SYSROOT` more faithfully | Saleem Abdulrasool | 2020-05-31 | 1 | -5/+21 |
|
|
* | | | | ASM: Fix preprocessor definition flags for GNU 'as' tool | Kyle Edwards | 2020-06-01 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'fc-ep-git-update-strategy' | Brad King | 2020-06-01 | 2 | -59/+75 |
|\ \ \ |
|
| * | | | FetchContent: Pass through CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY if set | Craig Scott | 2020-05-29 | 1 | -6/+11 |
|
|
| * | | | ExternalProject: Remote checkout needs to include the remote name | Craig Scott | 2020-05-29 | 1 | -53/+64 |
| |/ / |
|
* | | | CUDA: Detect non-working user-specified architectures on NVCC | Raul Tambre | 2020-05-29 | 1 | -19/+35 |
|/ / |
|
* | | Merge topic 'FindSubversion-xcode-removed' | Brad King | 2020-05-29 | 1 | -2/+11 |
|\ \ |
|
| * | | FindSubversion: Do not accept macOS stub without Xcode implementation | Brad King | 2020-05-28 | 1 | -2/+11 |
| |/ |
|
| * | Merge topic 'openssl-3.0.0' into release-3.17 | Brad King | 2020-05-28 | 1 | -0/+9 |
| |\ |
|
* | \ | Merge topic 'openssl-3.0.0' | Brad King | 2020-05-28 | 1 | -0/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | FindOpenSSL: Detect OpenSSL 3.0.0 | Vitezslav Cizek | 2020-05-27 | 1 | -0/+9 |
|
|
* | | | Merge topic 'fix-cpack-deb-generating-empty-paragraph' | Brad King | 2020-05-28 | 1 | -0/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | CPack-deb: don't add a line with a dot to pkg desc | Jonathan Verner | 2020-05-27 | 1 | -0/+10 |
|
|
| * | | Merge topic 'cuda-default-runtime' into release-3.17 | Brad King | 2020-05-22 | 5 | -3/+35 |
| |\ \ |
|