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
*
FPHSA: detect inclusion between find modules
Ben Boeckel
2020-08-07
7
-0/+52
*
NVCC: Handle host compiler with spaces in path
Raul Tambre
2020-07-14
1
-2/+2
*
Merge topic 'irsl-intel-ia32' into release-3.18
Brad King
2020-07-10
1
-1/+1
|
\
|
*
IRSL: Fix path to Intel 32-bit redist libraries
Torgeir Rusten
2020-07-09
1
-1/+1
*
|
Merge topic 'FindOpenMP-version' into release-3.18
Brad King
2020-07-10
1
-1/+1
|
\
\
|
*
|
FindOpenMP: Set version variables every time CMake runs
Brad King
2020-07-09
1
-1/+1
|
|
/
*
|
Merge topic 'FindJava-no-macos-stub' into release-3.18
Brad King
2020-07-09
1
-3/+2
|
\
\
|
*
|
FindJava: Update check to avoid accepting macOS stub 'java' as Java
Brad King
2020-07-08
1
-3/+2
|
|
/
*
|
Merge topic 'cuda-11-ptx-arch' into release-3.18
Brad King
2020-07-09
1
-2/+2
|
\
\
|
*
|
FindCUDA/select_compute_arch: generate PTX for the latest architecture
zasdfg bnm
2020-07-08
1
-2/+2
*
|
|
Merge topic 'doc-CPack-source-package' into release-3.18
Brad King
2020-07-09
1
-1/+1
|
\
\
\
|
*
|
|
Help: Fix CPack module docs on config file for source package
Joachim Wuttke (h)
2020-07-08
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'FindMPI-nvcc-link-pthread' into release-3.18
Brad King
2020-07-08
1
-0/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
FindMPI: Pass -pthread to NVCC through -Xlinker for device linking
Robert Maynard
2020-07-07
1
-0/+2
*
|
|
Merge topic 'cuda-11-compute-arch' into release-3.18
Brad King
2020-07-08
1
-7/+27
|
\
\
\
|
*
|
|
FindCUDA/select_compute_arch: Add CUDA 11 and Ampere support
zasdfg bnm
2020-07-07
1
-7/+27
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'find-blas-lapack-mklroot-win' into release-3.18
Brad King
2020-07-08
2
-2/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
FindLAPACK: Handle Windows Intel MKLROOT with backslash
Michael Hirsch
2020-07-07
1
-1/+1
|
*
|
FindBLAS: Handle Windows Intel MKLROOT with backslash
Michael Hirsch
2020-07-07
1
-1/+1
|
|
/
*
|
Merge topic 'FindMPI-nvcc-fexceptions' into release-3.18
Brad King
2020-07-07
1
-1/+3
|
\
\
|
*
|
FindMPI: Deny -fexceptions from NVCC
Axel Huebl
2020-07-06
1
-1/+3
|
|
/
*
|
FindLua: Add support for Lua 5.4
Felix Yan
2020-07-01
1
-1/+1
|
/
*
Merge topic 'gtest-xml-output' into release-3.18
Brad King
2020-06-29
1
-1/+1
|
\
|
*
GoogleTest: Fix name generation for XML_OUTPUT_DIR
Stefan Floeren
2020-06-26
1
-1/+1
*
|
Merge topic 'intel-c++20' into release-3.18
Brad King
2020-06-29
1
-0/+10
|
\
\
|
*
|
Intel: Add flags for C++20
Brad King
2020-06-26
1
-0/+10
|
|
/
*
|
GoogleTest: Replace SEND_ERROR with FATAL_ERROR
Craig Scott
2020-06-24
1
-1/+1
*
|
Merge topic 'VxWorks-platform-id' into release-3.18
Brad King
2020-06-23
1
-0/+3
|
\
\
|
*
|
VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in
Lihua Zhao
2020-06-23
1
-0/+3
|
|
/
*
|
Merge topic 'fix-win-flex-bison' into release-3.18
Brad King
2020-06-23
2
-2/+2
|
\
\
|
*
|
Find{FLEX,BISON}: Add 'win-' executable names
Yan
2020-06-22
2
-2/+2
*
|
|
Merge topic 'FindCUDA-11' into release-3.18
Brad King
2020-06-23
1
-2/+5
|
\
\
\
|
*
|
|
FindCUDA: Do not search for the deprecated nppicom when CUDA >= 11
Robert Maynard
2020-06-22
1
-2/+5
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'CUDAToolkit-cuda-11' into release-3.18
Brad King
2020-06-19
1
-1/+5
|
\
\
\
|
*
|
|
CudaToolkit: Update for new/removed libraries in CUDA 11
Robert Maynard
2020-06-18
1
-1/+5
|
|
/
/
*
|
|
CUDA: Fix CMAKE_CUDA_COMPILER_TOOLKIT_ROOT detection in Visual Studio
Brad King
2020-06-18
1
-108/+121
*
|
|
CUDA: Re-order some logic for determining the compiler
Brad King
2020-06-18
1
-11/+9
*
|
|
CUDA: Remove unused variables while determining compiler
Brad King
2020-06-18
1
-2/+0
*
|
|
CUDA: Simplify CMAKE_CUDA_COMPILER_TOOLKIT_ROOT computation
Brad King
2020-06-18
1
-1/+1
*
|
|
CUDA: Skip the entire search for nvcc when it is CMAKE_CUDA_COMPILER
Brad King
2020-06-18
1
-80/+80
*
|
|
CUDA: Fix NVCC executable search during compiler detection
Raul Tambre
2020-06-18
1
-7/+1
*
|
|
Merge topic 'doc-3.18-fixups' into release-3.18
Brad King
2020-06-18
1
-4/+4
|
\
\
\
|
*
|
|
Help: Fix formatting error and consistency for gtest_discover_tests()
Craig Scott
2020-06-18
1
-4/+4
|
|
/
/
*
|
|
ARMClang: Fix typo in -Xlinker flag
Osama Moharam
2020-06-18
1
-1/+1
|
/
/
*
|
CUDA: Throw error for Clang on Windows
Raul Tambre
2020-06-16
1
-0/+4
*
|
Merge topic 'cuda_clang_toolkit_path' into release-3.18
Brad King
2020-06-15
4
-260/+415
|
\
\
|
*
|
CUDA: Determine CUDA toolkit location for NVCC
Raul Tambre
2020-06-12
3
-123/+127
|
*
|
CUDA: Pass toolkit path to Clang
Raul Tambre
2020-06-12
2
-235/+268
|
*
|
FindCUDAToolkit: Avoid unnecessary temporary variable computing binary dir
Raul Tambre
2020-06-12
1
-6/+4
|
*
|
FindCUDAToolkit: Remove unnecessary checks around searches
Raul Tambre
2020-06-12
2
-21/+15
[next]