index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'android-clang-c++23'
Brad King
2023-09-28
1
-1/+8
|
\
|
*
Android: Require Clang 18 for -std=c++23
Brad King
2023-09-27
1
-1/+8
|
*
Merge topic 'FindBoost-1.83' into release-3.27
Brad King
2023-09-12
1
-3/+17
|
|
\
*
|
\
Merge topic 'hip-nvidia'
Brad King
2023-09-26
4
-62/+74
|
\
\
\
|
*
|
|
HIP: Fix support for -DCMAKE_HIP_ARCHITECTURES=native with NVCC
Brad King
2023-09-25
1
-4/+4
|
*
|
|
HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCC
Brad King
2023-09-25
2
-2/+12
|
*
|
|
HIP: Do not require hip-lang package for NVIDIA platform
Brad King
2023-09-25
1
-45/+49
|
*
|
|
HIP: Simplify exclusion of AMD device runtime with NVIDIA GPUs
Brad King
2023-09-25
1
-4/+2
|
*
|
|
HIP: Simplify CMAKE_GENERATOR references for determining compiler
Brad King
2023-09-25
1
-2/+2
|
*
|
|
CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docs
Brad King
2023-09-25
1
-5/+5
*
|
|
|
Merge topic 'FindOpenMP-macOS-LLVM-Clang'
Brad King
2023-09-26
1
-2/+3
|
\
\
\
\
|
*
|
|
|
FindOpenMP: Handle non-Apple clang on macOS
Keno Fischer
2023-09-24
1
-2/+3
*
|
|
|
|
Merge topic 'orangec-compiler'
Brad King
2023-09-26
10
-0/+111
|
\
\
\
\
\
|
*
|
|
|
|
OrangeC: Add support for OrangeC compiler
David Lindauer
2023-09-25
10
-0/+111
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'add-c++23'
Brad King
2023-09-26
1
-0/+2
|
\
\
\
\
\
|
*
|
|
|
|
IBMClang: Add provisional flags for C++23
Xing Xue
2023-09-25
1
-0/+2
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'FetchContent-EXCLUDE_FROM_ALL'
Craig Scott
2023-09-26
1
-7/+30
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
FetchContent: Add support for EXCLUDE_FROM_ALL
Steven Stallion
2023-09-25
1
-7/+30
*
|
|
|
|
Merge topic 'FindDoxygen-broken-binary'
Brad King
2023-09-25
1
-13/+12
|
\
\
\
\
\
|
*
|
|
|
|
FindDoxygen: Remove redundant debug message when Doxygen fails
Christoph GrĂ¼ninger
2023-09-22
1
-4/+0
|
*
|
|
|
|
FindDoxygen: Disable Doxygen if executable returns non-zero result
Christoph GrĂ¼ninger
2023-09-22
1
-9/+12
*
|
|
|
|
|
Merge topic 'CrayClang-compiler'
Brad King
2023-09-25
5
-0/+91
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CrayClang: Add support for this compiler
Ryan Krattiger
2023-09-22
5
-0/+91
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge topic 'cxxmodules-gcc-14'
Brad King
2023-09-25
1
-0/+21
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GCC: add rules for scanning C++ module dependencies
Ben Boeckel
2023-09-21
1
-0/+21
*
|
|
|
|
|
Merge topic 'hip-nvidia'
Brad King
2023-09-22
8
-23/+195
|
\
\
\
\
\
\
|
*
|
|
|
|
|
HIP: Add support for NVIDIA GPUs
Brad King
2023-09-21
8
-19/+179
|
*
|
|
|
|
|
HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform
Brad King
2023-09-21
1
-8/+20
*
|
|
|
|
|
|
Merge topic 'cuda-factor-out-lang'
Brad King
2023-09-22
14
-620/+709
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURES
Brad King
2023-09-21
2
-17/+22
|
*
|
|
|
|
|
CUDA: Factor out helper for detecting native CUDA architectures
Brad King
2023-09-21
4
-68/+84
|
*
|
|
|
|
|
CUDA: Factor out helper to compute all CUDA architectures
Brad King
2023-09-21
3
-83/+95
|
*
|
|
|
|
|
CUDA: Factor out helper to find CUDA Toolkit for compiler
Brad King
2023-09-21
2
-171/+181
|
*
|
|
|
|
|
CUDA: Factor out helper to filter implicit link libraries
Brad King
2023-09-21
3
-19/+25
|
*
|
|
|
|
|
CUDA: Factor out helper to parse NVCC implicit compiler and linker flags
Brad King
2023-09-21
4
-161/+181
|
*
|
|
|
|
|
CUDA: Factor out some NVCC compiler information
Brad King
2023-09-21
2
-93/+100
|
*
|
|
|
|
|
CUDA: Clarify order of logic finding CUDA Toolkit for compiler
Brad King
2023-09-21
1
-3/+3
|
*
|
|
|
|
|
CUDA: Clarify compiler-specific logic in architectures table
Brad King
2023-09-21
1
-19/+32
|
*
|
|
|
|
|
CUDA: Clarify logic detecting compiler default CUDA architectures
Brad King
2023-09-21
1
-16/+13
|
*
|
|
|
|
|
CUDA: Simplify isolation of work variables for determining compiler
Brad King
2023-09-21
1
-11/+16
|
*
|
|
|
|
|
CUDA: Combine consecutive blocks using same condition for determining compiler
Brad King
2023-09-21
1
-4/+2
|
*
|
|
|
|
|
CUDA: Simplify CMAKE_GENERATOR references for determining compiler
Brad King
2023-09-21
1
-7/+7
*
|
|
|
|
|
|
Merge topic 'macOS-simplify-framework-link-option'
Brad King
2023-09-22
2
-0/+7
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
macOS: Framework: simplify link flag
Marc Chevrier
2023-09-21
2
-0/+7
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
FindJNI: use modern foreach() syntax
scivision
2023-09-20
1
-6/+6
*
|
|
|
|
|
FindJNI: use 2-space indents
scivision
2023-09-20
1
-65/+65
*
|
|
|
|
|
FindJNI: use cmake_host_system_info to query registry
scivision
2023-09-20
1
-7/+6
*
|
|
|
|
|
FindJava: use cmake_host_system_info to query registry
scivision
2023-09-20
1
-7/+6
*
|
|
|
|
|
FindJava: use modern foreach() syntax
scivision
2023-09-20
1
-3/+3
|
/
/
/
/
/
*
|
|
|
|
Merge topic 'FindPkgConfig-override'
Brad King
2023-09-20
1
-2/+23
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]