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
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindOpenMP: Handle non-Apple clang on macOS
Keno Fischer
2023-09-24
1
-2/+3
*
CMake Nightly Date Stamp
Kitware Robot
2023-09-24
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2023-09-23
1
-1/+1
*
Merge topic 'hip-nvidia'
Brad King
2023-09-22
33
-48/+349
|
\
|
*
ci: Add HIP job using CUDA on NVIDIA GPUs
Brad King
2023-09-21
4
-0/+24
|
*
HIP: Add support for NVIDIA GPUs
Brad King
2023-09-21
19
-27/+221
|
*
HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform
Brad King
2023-09-21
10
-15/+70
|
*
Tests/HIP/WithDefs: Clean up test case
Brad King
2023-09-21
1
-5/+3
|
*
Tests/HIP/ArchitectureOff: Cover HIP_ARCHITECTURES initialization
Brad King
2023-09-21
1
-1/+5
|
*
ci: Add CUDA 11.8 to HIP 5.5 image
Brad King
2023-09-21
3
-3/+29
|
*
ci: Put HIP GPU platform in CMake_TEST_HIP
Brad King
2023-09-21
3
-3/+3
*
|
Merge topic 'cuda-factor-out-lang'
Brad King
2023-09-22
18
-662/+771
|
\
\
|
|
/
|
*
CUDA: Factor out helper to generate CUDA architecture flags
Brad King
2023-09-21
2
-21/+38
|
*
CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURES
Brad King
2023-09-21
4
-19/+28
|
*
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
|
*
cmGeneratorTarget: Clarify local variable names for device architectures
Brad King
2023-09-19
1
-21/+20
*
|
Merge topic 'macOS-system-framework-link'
Brad King
2023-09-22
7
-32/+27
|
\
\
|
*
|
macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linked
Marc Chevrier
2023-09-21
7
-32/+27
*
|
|
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
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2023-09-22
1
-1/+1
*
|
|
Merge topic 'fileset-private-dep'
Brad King
2023-09-21
33
-15/+320
|
\
\
\
|
*
|
|
Ninja: Allow compilation before generation of dependencies' private sources
Martin Duffy
2023-09-20
33
-15/+320
*
|
|
|
Merge topic 'findjava'
Brad King
2023-09-21
2
-87/+85
|
\
\
\
\
|
*
|
|
|
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 'doc-find-arch-paths'
Brad King
2023-09-21
2
-11/+20
|
\
\
\
\
\
|
*
|
|
|
|
Help: Clarify requirements for find_package to use lib{64,32,x32} paths
Brad King
2023-09-20
2
-10/+19
|
*
|
|
|
|
Help: Indent find_package REGISTRY_VIEW paragraphs together
Brad King
2023-09-20
1
-1/+1
*
|
|
|
|
|
Merge topic 'ci-cmake-update'
Brad King
2023-09-21
2
-7/+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ci: Update CMake version to 3.27.6
Kyle Edwards
2023-09-20
2
-7/+7
*
|
|
|
|
|
|
Merge topic 'ci-clang17-windows'
Brad King
2023-09-21
2
-13/+13
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
ci: Update LLVM/Clang to 17.0 in nightly CI jobs on Windows
Brad King
2023-09-19
2
-13/+13
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2023-09-21
1
-1/+1
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'release-3.27'
Brad King
2023-09-20
1
-2/+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
CMake 3.27.6
v3.27.6
Brad King
2023-09-20
2
-3/+3
[next]