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
*
codespell: Fix typos
Brad King
2023-11-17
28
-29/+29
*
Merge topic 'FindOpenMP-5.1-and-5.2' into release-3.28
Brad King
2023-11-14
1
-0/+2
|
\
|
*
FindOpenMP: Add support for openmp 5.1 (llvm 17) and 5.2
Christoph Reiter
2023-11-13
1
-0/+2
*
|
FindCUDAToolkit: Search for cufile library name being lowercase
Robert Maynard
2023-11-08
1
-4/+4
*
|
CUDA: Parse NVCC implicit compile/link information in Visual Studio generators
Brad King
2023-11-01
1
-20/+1
*
|
CMakeNVCCParseImplicitInfo: Recognize link.exe line in CUDA VS integration
Brad King
2023-11-01
1
-0/+3
*
|
CMakeParseImplicitLinkInfo: Ignore MSVC link /implib: flag
Brad King
2023-11-01
1
-0/+2
*
|
Merge topic 'revert-GetPrerequisites-linux-x86' into release-3.28
Brad King
2023-11-01
1
-1/+1
|
\
\
|
|
/
|
*
GetPrerequisites: Revert "Ignore relative paths printed by ldd"
Brad King
2023-10-31
1
-1/+1
*
|
Merge topic 'FindFreeType-config-windows' into release-3.28
Brad King
2023-10-31
1
-2/+32
|
\
\
|
*
|
FindFreeType: also set `FREETYPE_FOUND`
Ben Boeckel
2023-10-30
1
-0/+1
|
*
|
FindFreeType: insert Freetype's location to the start
Ben Boeckel
2023-10-28
1
-1/+1
|
*
|
FindFreeType: handle config-specific `LOCATION` settings as well
Ben Boeckel
2023-10-28
1
-1/+13
|
*
|
FindFreeType: consider `IMPLIB`-using platforms
Ben Boeckel
2023-10-26
1
-1/+18
*
|
|
FindProtobuf: Fix protoc include path regression
André Apitzsch
2023-10-27
1
-4/+2
|
/
/
*
|
Clang: Use -fno-ansi-escape-codes for color diagnostics on Windows
Cristian Adam
2023-10-23
1
-2/+8
*
|
PGI/NVHPC: Remove -Mipa compiler option for 23.3+
مهدي شينون (Mehdi Chinoune)
2023-10-13
1
-1/+1
*
|
FindRuby: Add support for 3.2
Heiko Becker
2023-10-10
1
-6/+6
*
|
Merge topic 'findcuda_toolkit_restore_lib_search_dir' into release-3.28
Brad King
2023-10-06
1
-1/+0
|
\
\
|
*
|
FindCUDAToolkit: Restore CUDAToolkit_LIBRARY_SEARCH_DIRS variable
Robert Maynard
2023-10-04
1
-1/+0
*
|
|
Merge topic 'FindPkgConfig-error' into release-3.28
Brad King
2023-10-04
1
-3/+3
|
\
\
\
|
*
|
|
FindPkgConfig: Report not-found package names in fatal error message
Anthony Baker
2023-10-03
1
-3/+3
|
|
/
/
*
|
|
Merge topic 'LLVMFlang-MSVC' into release-3.28
Brad King
2023-10-04
8
-48/+196
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
LLVMFlang: Add support for targeting MSVC ABI on Windows
Brad King
2023-10-03
5
-9/+142
|
*
|
LLVMFlang: Add support for CMAKE_Fortran_COMPILER_TARGET
Brad King
2023-10-02
1
-0/+2
|
*
|
Fortran: Save CMAKE_LINKER variable persistently for MSVC ABI
Brad King
2023-10-02
1
-1/+2
|
*
|
CMakeDetermineCompilerABI: Add option to skip implicit link info parsing
Brad King
2023-10-02
1
-32/+40
|
*
|
CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-link
Brad King
2023-10-02
1
-6/+10
*
|
|
Merge topic 'FindPostgreSQL-16'
Brad King
2023-10-03
1
-2/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindPostgreSQL: Add support for version 16
Brad King
2023-10-02
1
-2/+2
*
|
|
Merge topic 'cxxmodules-no-longer-experimental'
Brad King
2023-10-02
3
-13/+13
|
\
\
\
|
*
|
|
CXXModules: remove `EXPERIMENTAL` from C++ module variable names
Ben Boeckel
2023-10-02
3
-13/+13
*
|
|
|
FindQt4: Fix typo in documentation formatting
Brad King
2023-10-02
1
-1/+1
*
|
|
|
Merge topic 'ExternalProject-declare-download-byproducts'
Craig Scott
2023-10-01
1
-5/+9
|
\
\
\
\
|
*
|
|
|
ExternalProject: declare byproducts for the download step
Ben Boeckel
2023-09-30
1
-5/+9
*
|
|
|
|
Merge topic 'FindCUDAToolkit-implicit-dirs'
Brad King
2023-09-29
1
-19/+95
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirs
Robert Maynard
2023-09-27
1
-19/+95
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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
|
\
\
\
\
\
\
[next]