summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Tests: CPack test documentation faceliftDomen Vrankar2016-11-271-32/+136
| * | | | | | | | | | | | | | | Tests: CPack/DEB test change prerequirements checkDomen Vrankar2016-11-274-6/+11
| * | | | | | | | | | | | | | | Tests: source CPack tests don't require build stageDomen Vrankar2016-11-272-3/+3
| * | | | | | | | | | | | | | | Tests: CPack test set packaging typeDomen Vrankar2016-11-2725-158/+130
| * | | | | | | | | | | | | | | Tests: remove generator prefix from CPack test nameDomen Vrankar2016-11-2719-7/+7
| * | | | | | | | | | | | | | | Tests: CPack test long_filenames prerequirementsDomen Vrankar2016-11-271-2/+2
| * | | | | | | | | | | | | | | Tests: CPack test use same content listDomen Vrankar2016-11-2722-107/+154
| * | | | | | | | | | | | | | | Tests: CPack test unify expected file namingDomen Vrankar2016-11-2727-54/+122
| * | | | | | | | | | | | | | | Tests: CPack test move and merge VerifyResultDomen Vrankar2016-11-2716-117/+110
| * | | | | | | | | | | | | | | Tests: CPack test move per test prerequirementsDomen Vrankar2016-11-274-2/+2
| * | | | | | | | | | | | | | | Tests: CPack test merge generator specificsDomen Vrankar2016-11-2721-104/+127
| * | | | | | | | | | | | | | | Tests: CPack test move ExpectedFiles scriptDomen Vrankar2016-11-2735-105/+109
| * | | | | | | | | | | | | | | Tests: CPack test should always check test outputDomen Vrankar2016-11-274-7/+5
| * | | | | | | | | | | | | | | Tests: CPack test move std error files to test filesDomen Vrankar2016-11-275-4/+4
| * | | | | | | | | | | | | | | Tests: CPack move tests to separate dirDomen Vrankar2016-11-2720-1/+1
| * | | | | | | | | | | | | | | Tests: CPack test should use default package nameDomen Vrankar2016-11-2728-46/+18