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
*
Merge topic 'FindDevIL-updates'
Brad King
2016-11-29
1
-2/+2
|
\
|
*
FindDevIL: Make the ILUT library optional
Vladimír Vondruš
2016-11-28
1
-1/+1
|
*
FindDevIL: fail properly when library is not found.
Vladimír Vondruš
2016-11-28
1
-1/+1
*
|
Merge topic 'FindPkgConfig-fix-print-errors'
Brad King
2016-11-29
1
-1/+2
|
\
\
|
*
|
FindPkgConfig: Fix missing error text when library version is specified
Gautier Pelloux-Prayer
2016-11-28
1
-1/+2
*
|
|
Merge topic 'vs-default-build-package'
Brad King
2016-11-29
7
-14/+69
|
\
\
\
|
*
|
|
VS: Add option to place `PACKAGE` target in solution default build
Michael Stürmer
2016-11-29
7
-14/+69
*
|
|
|
Merge topic 'try_compile-honor-CMAKE_WARN_DEPRECATED'
Brad King
2016-11-29
4
-0/+28
|
\
\
\
\
|
*
|
|
|
try_compile: Honor CMAKE_WARN_DEPRECATED in test project
Brad King
2016-11-22
4
-0/+28
*
|
|
|
|
Merge topic 'initial_cuda_language_support'
Brad King
2016-11-29
67
-19/+2131
|
\
\
\
\
\
|
*
|
|
|
|
Help: Add release note for CUDA support
Brad King
2016-11-14
1
-0/+6
|
*
|
|
|
|
CUDA: Add tests to verify CUDA compiler works properly.
Robert Maynard
2016-11-14
37
-0/+624
|
*
|
|
|
|
CUDA: Prefer environment variables CUDACXX and CUDAHOSTCXX.
Robert Maynard
2016-11-14
2
-1/+19
|
*
|
|
|
|
CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY
Robert Maynard
2016-11-14
1
-0/+1
|
*
|
|
|
|
CUDA: Add separable compilation support to the makefile generator.
Robert Maynard
2016-11-14
4
-0/+459
|
*
|
|
|
|
CUDA: Add separable compilation support to the ninja generator.
Robert Maynard
2016-11-14
2
-0/+368
|
*
|
|
|
|
CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target property
Robert Maynard
2016-11-14
4
-9/+44
|
*
|
|
|
|
CUDA: Add LinkLineComputer that computes cuda dlink lines.
Robert Maynard
2016-11-14
4
-0/+113
|
*
|
|
|
|
CUDA: Refactor cmLinkLineComputer to allow for better derived children.
Robert Maynard
2016-11-14
1
-3/+3
|
*
|
|
|
|
CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.
Robert Maynard
2016-11-14
2
-9/+71
|
*
|
|
|
|
CUDA: C++ compile features now enable cuda c++11 support.
Robert Maynard
2016-11-14
1
-0/+3
|
*
|
|
|
|
CUDA: Use the host compiler for linking CUDA executables and shared libs.
Robert Maynard
2016-11-14
7
-14/+69
|
*
|
|
|
|
CUDA: add support for specifying an explicit host compiler.
Robert Maynard
2016-11-14
3
-5/+25
|
*
|
|
|
|
CUDA: Enable header dependency scanning.
Robert Maynard
2016-11-14
2
-2/+16
|
*
|
|
|
|
CUDA: State that cuda has preprocessor output and can generate assembly.
Robert Maynard
2016-11-14
2
-5/+5
|
*
|
|
|
|
CUDA: We now properly perform CUDA compiler identification.
Robert Maynard
2016-11-14
7
-8/+49
|
*
|
|
|
|
CUDA: CompilerId now errors out properly when passed a non CUDA compiler.
Robert Maynard
2016-11-14
1
-3/+2
|
*
|
|
|
|
CUDA: Explicitly state all source files are cuda sources.
Robert Maynard
2016-11-14
1
-1/+1
|
*
|
|
|
|
CUDA: Add support language levels (98/11)
Robert Maynard
2016-11-14
4
-6/+14
|
*
|
|
|
|
CUDA: Add basic CUDA language support for *NIX systems.
Robert Maynard
2016-11-14
7
-0/+286
*
|
|
|
|
|
Merge topic 'librhash-left-shift-unsigned'
Brad King
2016-11-29
1
-2/+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
librhash: Avoid signed left-shift overflow in sha256
Brad King
2016-11-29
1
-2/+2
*
|
|
|
|
|
|
Merge topic 'libarchive-openssl-1.1'
Brad King
2016-11-29
9
-41/+183
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
libarchive: Add support for building with OpenSSL 1.1
Brad King
2016-11-28
6
-38/+75
|
*
|
|
|
|
|
|
libarchive: Add headers to adapt between OpenSSL 1.1 and older versions
Brad King
2016-11-28
6
-3/+108
*
|
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-29
1
-1/+1
*
|
|
|
|
|
|
|
Merge topic 'include-what-you-use'
Brad King
2016-11-28
87
-226/+453
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
avoid including cmStandardIncludes.h
Daniel Pfeifer
2016-11-28
4
-6/+6
|
*
|
|
|
|
|
|
|
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
30
-42/+144
|
*
|
|
|
|
|
|
|
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
28
-128/+170
|
*
|
|
|
|
|
|
|
iwyu: Fix OSX specific issues
Daniel Pfeifer
2016-11-22
25
-50/+133
*
|
|
|
|
|
|
|
|
Merge topic 'cpack-tests-framework-updates'
Brad King
2016-11-28
129
-612/+778
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Tests: CPack test documentation facelift
Domen Vrankar
2016-11-27
1
-32/+136
|
*
|
|
|
|
|
|
|
|
Tests: CPack/DEB test change prerequirements check
Domen Vrankar
2016-11-27
4
-6/+11
|
*
|
|
|
|
|
|
|
|
Tests: source CPack tests don't require build stage
Domen Vrankar
2016-11-27
2
-3/+3
|
*
|
|
|
|
|
|
|
|
Tests: CPack test set packaging type
Domen Vrankar
2016-11-27
25
-158/+130
|
*
|
|
|
|
|
|
|
|
Tests: remove generator prefix from CPack test name
Domen Vrankar
2016-11-27
19
-7/+7
|
*
|
|
|
|
|
|
|
|
Tests: CPack test long_filenames prerequirements
Domen Vrankar
2016-11-27
1
-2/+2
|
*
|
|
|
|
|
|
|
|
Tests: CPack test use same content list
Domen Vrankar
2016-11-27
22
-107/+154
|
*
|
|
|
|
|
|
|
|
Tests: CPack test unify expected file naming
Domen Vrankar
2016-11-27
27
-54/+122
[next]