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
*
CMake 3.18.0-rc3
v3.18.0-rc3
Brad King
2020-07-01
1
-1/+1
*
Merge topic 'file-ARCHIVE-files-dirs' into release-3.18
Brad King
2020-07-01
4
-63/+52
|
\
|
*
file(ARCHIVE*): Collapse FILES and DIRECTORY options
Craig Scott
2020-06-30
4
-63/+52
*
|
Merge topic 'fileapi-version-doc' into release-3.18
Brad King
2020-06-30
2
-1/+9
|
\
\
|
*
|
Help: Update FileAPI codemodel version to 2.1, add release notes
Kyle Edwards
2020-06-30
2
-1/+9
|
/
/
*
|
Merge topic 'file-CONFIGURE-subdir' into release-3.18
Brad King
2020-06-30
6
-3/+10
|
\
\
|
*
|
file: Fix CONFIGURE output relative path
Brad King
2020-06-29
6
-3/+10
*
|
|
Merge topic 'find_library-file-readable' into release-3.18
Brad King
2020-06-30
5
-3/+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
find_library: Check that library files are readable
Brad King
2020-06-29
5
-3/+24
|
|
/
*
|
Merge topic 'file-ARCHIVE_CREATE-rename-TYPE-option' into release-3.18
Brad King
2020-06-29
21
-42/+57
|
\
\
|
*
|
file(ARCHIVE_CREATE): Rename TYPE option to COMPRESSION
Craig Scott
2020-06-27
21
-39/+54
|
*
|
Help: Fix contents indenting for file(ARCHIVE_...) subcommands
Craig Scott
2020-06-27
1
-3/+3
*
|
|
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
|
|
/
*
|
Merge topic 'GoogleTest-DISCOVERY_MODE-cleanups' into release-3.18
Brad King
2020-06-26
6
-10/+8
|
\
\
|
*
|
Help: Add CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE to release notes
Craig Scott
2020-06-24
1
-1/+3
|
*
|
GoogleTest: Replace SEND_ERROR with FATAL_ERROR
Craig Scott
2020-06-24
1
-1/+1
|
*
|
Tests: Don't ask for things not required for GoogleTest
Craig Scott
2020-06-24
4
-8/+4
*
|
|
Merge topic 'update-curl' into release-3.18
Brad King
2020-06-26
173
-4703/+8369
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
curl: Set build options the way we need for CMake
Brad King
2020-06-24
1
-0/+6
|
*
|
Merge branch 'upstream-curl' into update-curl
Brad King
2020-06-24
172
-4702/+8362
|
|
\
\
|
|
*
|
curl 2020-06-23 (e9db32a0)
Curl Upstream
2020-06-24
172
-4703/+8364
|
*
|
|
curl: Update script to get curl 7.71.0
Brad King
2020-06-24
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'doc-get_target_property' into release-3.18
Brad King
2020-06-23
1
-5/+5
|
\
\
\
|
*
|
|
Help: Update docs for failure result of get_target_property
Christopher Tetreault
2020-06-23
1
-5/+5
|
|
/
/
*
|
|
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 'makefile-fix-verbose' into release-3.18
Brad King
2020-06-23
1
-3/+4
|
\
\
\
|
*
|
|
Makefile: Fix regression in .SILENT rule
Daniel Colascione
2020-06-22
1
-3/+4
|
|
/
/
*
|
|
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 'test-all-find-modules' into release-3.18
Brad King
2020-06-23
3
-35/+0
|
\
\
\
\
|
*
|
|
|
Tests: Drop redundant FindModulesExecuteAll test
Brad King
2020-06-23
3
-35/+0
|
|
/
/
/
*
|
|
|
Merge topic 'try_compile-nfs' into release-3.18
Brad King
2020-06-19
1
-1/+3
|
\
\
\
\
|
*
|
|
|
try_compile: Do not try to remove '.nfs*' files
Brad King
2020-06-17
1
-1/+3
|
|
/
/
/
*
|
|
|
Merge topic 'CUDAToolkit-cuda-11' into release-3.18
Brad King
2020-06-19
3
-7/+38
|
\
\
\
\
|
*
|
|
|
CudaToolkit: Update for new/removed libraries in CUDA 11
Robert Maynard
2020-06-18
3
-7/+38
|
|
/
/
/
*
|
|
|
Merge topic 'cuda-toolkit-vs' into release-3.18
Brad King
2020-06-19
1
-121/+130
|
\
\
\
\
|
*
|
|
|
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
*
|
|
|
|
Merge topic 'cuda_nvcc_exe_search' into release-3.18
Brad King
2020-06-19
1
-7/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
CUDA: Fix NVCC executable search during compiler detection
Raul Tambre
2020-06-18
1
-7/+1
|
/
/
/
/
*
|
|
|
Merge topic 'improve_device_link_policy_cross_ref' into release-3.18
Brad King
2020-06-18
2
-5/+7
|
\
\
\
\
[next]