Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | Tests: CPack test move and merge VerifyResult | Domen Vrankar | 2016-11-27 | 16 | -117/+110 | |
| * | | | | | | | | | | | | | | | Tests: CPack test move per test prerequirements | Domen Vrankar | 2016-11-27 | 4 | -2/+2 | |
| * | | | | | | | | | | | | | | | Tests: CPack test merge generator specifics | Domen Vrankar | 2016-11-27 | 21 | -104/+127 | |
| * | | | | | | | | | | | | | | | Tests: CPack test move ExpectedFiles script | Domen Vrankar | 2016-11-27 | 35 | -105/+109 | |
| * | | | | | | | | | | | | | | | Tests: CPack test should always check test output | Domen Vrankar | 2016-11-27 | 4 | -7/+5 | |
| * | | | | | | | | | | | | | | | Tests: CPack test move std error files to test files | Domen Vrankar | 2016-11-27 | 5 | -4/+4 | |
| * | | | | | | | | | | | | | | | Tests: CPack move tests to separate dir | Domen Vrankar | 2016-11-27 | 20 | -1/+1 | |
| * | | | | | | | | | | | | | | | Tests: CPack test should use default package name | Domen Vrankar | 2016-11-27 | 28 | -46/+18 | |