summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-294-1/+7
* Merge branch 'release'Brad King2016-11-290-0/+0
|\
| * Merge branch 'libarchive-openssl-1.1' into releaseBrad King2016-11-289-41/+183
| |\
| * \ Merge branch '16449-revert-xcode-system-includes' into releaseBrad King2016-11-283-44/+19
| |\ \
* | \ \ Merge topic 'find-module-cleanup-sweep'Brad King2016-11-2948-111/+2
|\ \ \ \
| * | | | Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-2848-106/+1
| * | | | FindLibArchive: do not set LibArchive_FOUND explicitlyRolf Eike Beer2016-11-281-1/+0
| * | | | FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSARolf Eike Beer2016-11-281-4/+1
* | | | | Merge topic 'FindDevIL-updates'Brad King2016-11-291-2/+2
|\ \ \ \ \
| * | | | | FindDevIL: Make the ILUT library optionalVladimír Vondruš2016-11-281-1/+1
| * | | | | FindDevIL: fail properly when library is not found.Vladimír Vondruš2016-11-281-1/+1
* | | | | | Merge topic 'FindPkgConfig-fix-print-errors'Brad King2016-11-291-1/+2
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Fix missing error text when library version is specifiedGautier Pelloux-Prayer2016-11-281-1/+2
* | | | | | | Merge topic 'vs-default-build-package'Brad King2016-11-297-14/+69
|\ \ \ \ \ \ \
| * | | | | | | VS: Add option to place `PACKAGE` target in solution default buildMichael Stürmer2016-11-297-14/+69
* | | | | | | | Merge topic 'try_compile-honor-CMAKE_WARN_DEPRECATED'Brad King2016-11-294-0/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-224-0/+28
* | | | | | | | | Merge topic 'initial_cuda_language_support'Brad King2016-11-2967-19/+2131
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Add release note for CUDA supportBrad King2016-11-141-0/+6
| * | | | | | | | | CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-1437-0/+624
| * | | | | | | | | CUDA: Prefer environment variables CUDACXX and CUDAHOSTCXX.Robert Maynard2016-11-142-1/+19
| * | | | | | | | | CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITYRobert Maynard2016-11-141-0/+1
| * | | | | | | | | CUDA: Add separable compilation support to the makefile generator.Robert Maynard2016-11-144-0/+459
| * | | | | | | | | CUDA: Add separable compilation support to the ninja generator.Robert Maynard2016-11-142-0/+368
| * | | | | | | | | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target propertyRobert Maynard2016-11-144-9/+44
| * | | | | | | | | CUDA: Add LinkLineComputer that computes cuda dlink lines.Robert Maynard2016-11-144-0/+113
| * | | | | | | | | CUDA: Refactor cmLinkLineComputer to allow for better derived children.Robert Maynard2016-11-141-3/+3
| * | | | | | | | | CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.Robert Maynard2016-11-142-9/+71
| * | | | | | | | | CUDA: C++ compile features now enable cuda c++11 support.Robert Maynard2016-11-141-0/+3
| * | | | | | | | | CUDA: Use the host compiler for linking CUDA executables and shared libs.Robert Maynard2016-11-147-14/+69
| * | | | | | | | | CUDA: add support for specifying an explicit host compiler.Robert Maynard2016-11-143-5/+25
| * | | | | | | | | CUDA: Enable header dependency scanning.Robert Maynard2016-11-142-2/+16
| * | | | | | | | | CUDA: State that cuda has preprocessor output and can generate assembly.Robert Maynard2016-11-142-5/+5
| * | | | | | | | | CUDA: We now properly perform CUDA compiler identification.Robert Maynard2016-11-147-8/+49
| * | | | | | | | | CUDA: CompilerId now errors out properly when passed a non CUDA compiler.Robert Maynard2016-11-141-3/+2
| * | | | | | | | | CUDA: Explicitly state all source files are cuda sources.Robert Maynard2016-11-141-1/+1
| * | | | | | | | | CUDA: Add support language levels (98/11)Robert Maynard2016-11-144-6/+14
| * | | | | | | | | CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-147-0/+286
* | | | | | | | | | Merge topic 'librhash-left-shift-unsigned'Brad King2016-11-291-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | librhash: Avoid signed left-shift overflow in sha256Brad King2016-11-291-2/+2
* | | | | | | | | | | Merge topic 'libarchive-openssl-1.1'Brad King2016-11-299-41/+183
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | libarchive: Add support for building with OpenSSL 1.1Brad King2016-11-286-38/+75
| * | | | | | | | | | libarchive: Add headers to adapt between OpenSSL 1.1 and older versionsBrad King2016-11-286-3/+108
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-291-1/+1
* | | | | | | | | | | Merge topic 'include-what-you-use'Brad King2016-11-2887-226/+453
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-284-6/+6
| * | | | | | | | | | | iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-2830-42/+144
| * | | | | | | | | | | iwyu: Fix more findingsDaniel Pfeifer2016-11-2828-128/+170
| * | | | | | | | | | | iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-2225-50/+133
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'cpack-tests-framework-updates'Brad King2016-11-28129-612/+778
|\ \ \ \ \ \ \ \ \ \ \