Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2016-12-01 | 1 | -1/+1 |
* | Merge topic 'msbuild-customization' | Brad King | 2016-11-30 | 1 | -14/+22 |
|\ | |||||
| * | VS: Add option to customize vcxproj user props file | Michael Stürmer | 2016-11-29 | 1 | -14/+22 |
* | | Merge topic 'cpack-ifw-options' | Brad King | 2016-11-30 | 5 | -3/+108 |
|\ \ | |||||
| * | | CPackIFW: Add some options | Konstantin Podsvirov | 2016-11-24 | 5 | -3/+108 |
* | | | Merge topic 'end-commands' | Brad King | 2016-11-30 | 18 | -505/+93 |
|\ \ \ | |||||
| * | | | Combine all unexpected commands to a single class | Daniel Pfeifer | 2016-11-29 | 18 | -450/+93 |
| * | | | Set the error after argument expansion in end commands | Daniel Pfeifer | 2016-11-29 | 8 | -60/+12 |
| * | | | Make error message of standalone endwhile command consistent | Daniel Pfeifer | 2016-11-29 | 1 | -12/+5 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2016-11-30 | 2 | -33/+53 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-29 | 2 | -33/+53 |
| |/ / / | |||||
* | | | | Merge topic 'vs15-rename-generator-for-master' | Brad King | 2016-11-30 | 2 | -5/+8 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'vs15-rename-generator' into vs15-rename-generator-for-master | Brad King | 2016-11-29 | 2 | -5/+8 |
| |\ \ \ \ | |||||
| | * | | | | VS: Rename VS 15 generator to 'Visual Studio 15 2017' | Roman Wüger | 2016-11-29 | 2 | -5/+8 |
| | * | | | | Merge branch 'vs-15-preview-5' into release | Brad King | 2016-11-18 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'cmake-server-fix-16423' into release | Brad King | 2016-11-14 | 2 | -28/+77 |
| | |\ \ \ \ \ | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-30 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'vs-default-build-package' | Brad King | 2016-11-29 | 1 | -14/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: Add option to place `PACKAGE` target in solution default build | Michael Stürmer | 2016-11-29 | 1 | -14/+21 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'try_compile-honor-CMAKE_WARN_DEPRECATED' | Brad King | 2016-11-29 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | try_compile: Honor CMAKE_WARN_DEPRECATED in test project | Brad King | 2016-11-22 | 1 | -0/+2 |
* | | | | | | | | Merge topic 'initial_cuda_language_support' | Brad King | 2016-11-29 | 17 | -18/+992 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | 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 | 2 | -9/+30 |
| * | | | | | | | 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: 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 | 2 | -3/+2 |
| * | | | | | | | CUDA: add support for specifying an explicit host compiler. | Robert Maynard | 2016-11-14 | 1 | -0/+3 |
| * | | | | | | | CUDA: Enable header dependency scanning. | Robert Maynard | 2016-11-14 | 1 | -1/+2 |
| * | | | | | | | CUDA: State that cuda has preprocessor output and can generate assembly. | Robert Maynard | 2016-11-14 | 2 | -5/+5 |
| * | | | | | | | CUDA: Add support language levels (98/11) | Robert Maynard | 2016-11-14 | 2 | -0/+6 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-29 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'include-what-you-use' | Brad King | 2016-11-28 | 83 | -222/+435 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 | 25 | -125/+155 |
| * | | | | | | | | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 24 | -49/+130 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic '16449-revert-xcode-system-includes' | Brad King | 2016-11-28 | 1 | -30/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Revert "Xcode: Obey SYSTEM keyword for includes (#15687)" | Gregor Jasny | 2016-11-28 | 1 | -30/+14 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-28 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-27 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-26 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-25 | 1 | -1/+1 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-24 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-23 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'eclipse-subprojects' | Brad King | 2016-11-22 | 1 | -0/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Eclipse: Fix indexer for subprojects | Adam Weisi | 2016-11-21 | 1 | -0/+8 |