summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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