Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 4 | -1/+7 |
* | Merge branch 'release' | Brad King | 2016-11-29 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'libarchive-openssl-1.1' into release | Brad King | 2016-11-28 | 9 | -41/+183 |
| |\ | |||||
| * \ | Merge branch '16449-revert-xcode-system-includes' into release | Brad King | 2016-11-28 | 3 | -44/+19 |
| |\ \ | |||||
* | \ \ | Merge topic 'find-module-cleanup-sweep' | Brad King | 2016-11-29 | 48 | -111/+2 |
|\ \ \ \ | |||||
| * | | | | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 48 | -106/+1 |
| * | | | | FindLibArchive: do not set LibArchive_FOUND explicitly | Rolf Eike Beer | 2016-11-28 | 1 | -1/+0 |
| * | | | | FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -4/+1 |
* | | | | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ |