| Commit message (Expand) | Author | Age | Files | Lines |
* | codespell: Fix typos | Brad King | 2023-11-17 | 1 | -1/+1 |
|
|
* | codespell: Fix typos | Brad King | 2023-05-22 | 1 | -1/+1 |
|
|
* | FindCUDA: Mark CUDA_rt_LIBRARY as advanced | Andrey Alekseenko | 2023-03-16 | 1 | -0/+1 |
|
|
* | FindCUDA: Disallow with CMP0147 under Visual Studio | Brad King | 2023-03-12 | 1 | -0/+7 |
|
|
* | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 1 | -1/+16 |
|
|
* | FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+ | Oleksii Udod | 2022-11-18 | 1 | -1/+3 |
|
|
* | FindCUDA: Fix varaible reset with CUDA_TOOLKIT_TARGET_DIR | James Bigler | 2022-06-14 | 1 | -1/+3 |
|
|
* | FindCUDA: Make version extraction robust to empty output | David Berard | 2022-01-26 | 1 | -2/+2 |
|
|
* | FindCUDA: Improve deprecation guidance wording | Raul Tambre | 2021-05-22 | 1 | -5/+5 |
|
|
* | FindCUDA: Make the deprecation notice more prominent | Raul Tambre | 2021-05-22 | 1 | -1/+1 |
|
|
* | CUDA: improve regex for CUDA Toolkit root from nvcc verbose output | Robert Maynard | 2021-05-06 | 1 | -1/+1 |
|
|
* | CUDA: Capture all nvcc output when extracting toolkit root | Brad King | 2021-02-12 | 1 | -3/+4 |
|
|
* | CUDA: Always extract CUDA Toolkit root from nvcc verbose output | Robert Maynard | 2021-02-08 | 1 | -12/+9 |
|
|
* | CUDA: Support nvcc symlinking to ccache | Rong Ou | 2021-01-11 | 1 | -1/+14 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -19/+38 |
|
|
* | Help: Improve formatting for FindBoost and FindCUDA | Nikita Nemkin | 2020-12-02 | 1 | -332/+445 |
|
|
* | CUDA: Enable support on QNX | janbernloehr | 2020-11-02 | 1 | -1/+3 |
|
|
* | FindCUDA: Do not search for the deprecated nppicom when CUDA >= 11 | Robert Maynard | 2020-06-22 | 1 | -2/+5 |
|
|
* | FindCUDA: Only depend on Threads::Threads on platforms that need it | Robert Maynard | 2020-02-24 | 1 | -1/+5 |
|
|
* | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 1 | -3/+8 |
|
|
* | Merge topic 'cmake-e-rm' | Kyle Edwards | 2019-11-15 | 1 | -1/+1 |
|\ |
|
| * | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 1 | -1/+1 |
|
|
* | | FindCUDA: CUDA_LIBRARIES doesn't contain raw `-pthread` | Robert Maynard | 2019-11-11 | 1 | -1/+1 |
|/ |
|
* | FindCUDA: Use find_program instead of find_path when searching for nvcc. | Hong Xu | 2019-11-04 | 1 | -3/+6 |
|
|
* | FindCUDA: Revert "Use find_program instead of find_path to find nvcc" | Brad King | 2019-11-04 | 1 | -2/+2 |
|
|
* | FindCUDA: Use find_program instead of find_path to find nvcc | Hong Xu | 2019-11-01 | 1 | -2/+2 |
|
|
* | FindCUDA: Add nvToolsExt and OpenCL libraries | Eyal Rozenberg | 2019-06-18 | 1 | -0/+12 |
|
|
* | Modules: Consistently use 2 space indentation | Kitware Robot | 2019-05-14 | 1 | -1/+1 |
|
|
* | FindThreads: Drop IRIX-specific options and results | Brad King | 2018-12-07 | 1 | -12/+1 |
|
|
* | Help: Use 'deprecated' template, and date deprecation of modules | Joachim Wuttke (o) | 2018-10-25 | 1 | -13/+16 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -375/+376 |
|
|
* | Merge topic 'FindCUDA-ccbin-env' | Brad King | 2018-09-20 | 1 | -1/+5 |
|\ |
|
| * | FindCUDA: Add option to set CUDA_HOST_COMPILER via environment | peterjc123 | 2018-09-18 | 1 | -1/+5 |
|
|
* | | FindCUDA: Fix "alphabetical" typo | Nikolaus Wittenstein | 2018-09-14 | 1 | -2/+2 |
|/ |
|
* | FindCUDA: Do not find cublas_device on CUDA >= 9.2 | Kenta Kubo | 2018-08-23 | 1 | -1/+2 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Merge topic 'FindCUDA-sccache' | Brad King | 2018-05-11 | 1 | -4/+4 |
|\ |
|
| * | FindCUDA: Add support for sccache | Will Feng | 2018-05-09 | 1 | -4/+4 |
|
|
* | | Merge topic 'FindCUDA-revert-sepcomp-cublas' | Brad King | 2018-05-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | FindCUDA: Fix regression in separable compilation without cublas | Brad King | 2018-05-07 | 1 | -2/+2 |
|
|
* | | FindCUDA: Add support for clcache | Edward Z. Yang | 2018-04-06 | 1 | -0/+5 |
|
|
* | | FindCUDA: Make nvcc configurable via CUDA_NVCC_EXECUTABLE env var | Edward Z. Yang | 2018-03-29 | 1 | -10/+14 |
|
|
* | | MAINT: Misc. typos | luz.paz | 2018-02-13 | 1 | -5/+5 |
|/ |
|
* | FindCUDA: Fix regression in per-config flags | Brad King | 2018-01-30 | 1 | -0/+12 |
|
|
* | MAINT: Misc. typos | luz.paz | 2018-01-10 | 1 | -1/+1 |
|
|
* | Merge topic 'unhardcode-configuration-types' | Brad King | 2018-01-10 | 1 | -18/+1 |
|\ |
|
| * | Unhardcode the CMAKE_CONFIGURATION_TYPES values | Beren Minor | 2018-01-08 | 1 | -18/+1 |
|
|
* | | Merge topic 'FindCUDA-deduplicate-c+std-host-flags' | Brad King | 2018-01-09 | 1 | -1/+1 |
|\ \ |
|
| * | | FindCUDA: de-duplicates C++11 flag when propagating host flags. | David Hirvonen | 2018-01-06 | 1 | -1/+1 |
|
|
* | | | Merge topic 'msvc2017-findcuda' | Brad King | 2018-01-09 | 1 | -8/+15 |
|\ \ \
| |_|/
|/| | |
|