summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* HIP: Fix support for -DCMAKE_HIP_ARCHITECTURES=native with NVCCBrad King2023-09-251-4/+4
* HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCCBrad King2023-09-252-2/+12
* HIP: Do not require hip-lang package for NVIDIA platformBrad King2023-09-251-45/+49
* HIP: Simplify exclusion of AMD device runtime with NVIDIA GPUsBrad King2023-09-251-4/+2
* HIP: Simplify CMAKE_GENERATOR references for determining compilerBrad King2023-09-251-2/+2
* CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docsBrad King2023-09-251-5/+5
* Merge topic 'FindDoxygen-broken-binary'Brad King2023-09-251-13/+12
|\
| * FindDoxygen: Remove redundant debug message when Doxygen failsChristoph Grüninger2023-09-221-4/+0
| * FindDoxygen: Disable Doxygen if executable returns non-zero resultChristoph Grüninger2023-09-221-9/+12
* | Merge topic 'CrayClang-compiler'Brad King2023-09-255-0/+91
|\ \
| * | CrayClang: Add support for this compilerRyan Krattiger2023-09-225-0/+91
* | | Merge topic 'cxxmodules-gcc-14'Brad King2023-09-251-0/+21
|\ \ \ | |/ / |/| |
| * | GCC: add rules for scanning C++ module dependenciesBen Boeckel2023-09-211-0/+21
* | | Merge topic 'hip-nvidia'Brad King2023-09-228-23/+195
|\ \ \
| * | | HIP: Add support for NVIDIA GPUsBrad King2023-09-218-19/+179
| * | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platformBrad King2023-09-211-8/+20
* | | | Merge topic 'cuda-factor-out-lang'Brad King2023-09-2214-620/+709
|\ \ \ \ | |/ / /
| * | | CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURESBrad King2023-09-212-17/+22
| * | | CUDA: Factor out helper for detecting native CUDA architecturesBrad King2023-09-214-68/+84
| * | | CUDA: Factor out helper to compute all CUDA architecturesBrad King2023-09-213-83/+95
| * | | CUDA: Factor out helper to find CUDA Toolkit for compilerBrad King2023-09-212-171/+181
| * | | CUDA: Factor out helper to filter implicit link librariesBrad King2023-09-213-19/+25
| * | | CUDA: Factor out helper to parse NVCC implicit compiler and linker flagsBrad King2023-09-214-161/+181
| * | | CUDA: Factor out some NVCC compiler informationBrad King2023-09-212-93/+100
| * | | CUDA: Clarify order of logic finding CUDA Toolkit for compilerBrad King2023-09-211-3/+3
| * | | CUDA: Clarify compiler-specific logic in architectures tableBrad King2023-09-211-19/+32
| * | | CUDA: Clarify logic detecting compiler default CUDA architecturesBrad King2023-09-211-16/+13
| * | | CUDA: Simplify isolation of work variables for determining compilerBrad King2023-09-211-11/+16
| * | | CUDA: Combine consecutive blocks using same condition for determining compilerBrad King2023-09-211-4/+2
| * | | CUDA: Simplify CMAKE_GENERATOR references for determining compilerBrad King2023-09-211-7/+7
* | | | Merge topic 'macOS-simplify-framework-link-option'Brad King2023-09-222-0/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | macOS: Framework: simplify link flagMarc Chevrier2023-09-212-0/+7
* | | | FindJNI: use modern foreach() syntaxscivision2023-09-201-6/+6
* | | | FindJNI: use 2-space indentsscivision2023-09-201-65/+65
* | | | FindJNI: use cmake_host_system_info to query registryscivision2023-09-201-7/+6
* | | | FindJava: use cmake_host_system_info to query registryscivision2023-09-201-7/+6
* | | | FindJava: use modern foreach() syntaxscivision2023-09-201-3/+3
|/ / /
* | | Merge topic 'FindPkgConfig-override'Brad King2023-09-201-2/+23
|\ \ \ | |/ / |/| |
| * | FindPkgConfig: Allow to override variables when calling pkg_get_variableCorentin Noël2023-09-191-2/+23
* | | Merge topic 'update-module-document'Brad King2023-09-193-22/+32
|\ \ \
| * | | FindQuickTime: Improve documentation formatting權少2023-09-181-6/+8
| * | | FindProducer: Improve documentation formatting權少2023-09-181-10/+14
| * | | FindPhysFS: Improve documentation formatting權少2023-09-181-6/+10
| | |/ | |/|
* | | FindMatlab:macOS: return full version when found by path guessscivision2023-09-181-0/+5
* | | FindMatlab:lint: set(... CACHE INTERNAL) implies FORCEscivision2023-09-181-6/+6
* | | FindMatlab:WIN32: return full Matlab version when found via registryscivision2023-09-181-13/+24
* | | FindMatlab: improve version regexscivision2023-09-181-5/+5
* | | FindMatlab: doc: rename osx=>macOSscivision2023-09-181-6/+6
* | | FindMatlab: retrieve full major.minor.patch.tweakscivision2023-09-181-4/+12
* | | FindMatlab: refactor: remove unneeded syntaxscivision2023-09-181-7/+2