summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'android-clang-c++23'Brad King2023-09-281-1/+8
|\
| * Android: Require Clang 18 for -std=c++23Brad King2023-09-271-1/+8
| * Merge topic 'FindBoost-1.83' into release-3.27Brad King2023-09-121-3/+17
| |\
* | \ Merge topic 'hip-nvidia'Brad King2023-09-264-62/+74
|\ \ \
| * | | 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 'FindOpenMP-macOS-LLVM-Clang'Brad King2023-09-261-2/+3
|\ \ \ \
| * | | | FindOpenMP: Handle non-Apple clang on macOSKeno Fischer2023-09-241-2/+3
* | | | | Merge topic 'orangec-compiler'Brad King2023-09-2610-0/+111
|\ \ \ \ \
| * | | | | OrangeC: Add support for OrangeC compilerDavid Lindauer2023-09-2510-0/+111
| | |/ / / | |/| | |
* | | | | Merge topic 'add-c++23'Brad King2023-09-261-0/+2
|\ \ \ \ \
| * | | | | IBMClang: Add provisional flags for C++23Xing Xue2023-09-251-0/+2
| |/ / / /
* | | | | Merge topic 'FetchContent-EXCLUDE_FROM_ALL'Craig Scott2023-09-261-7/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FetchContent: Add support for EXCLUDE_FROM_ALLSteven Stallion2023-09-251-7/+30
* | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |