Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindCUDA-fix-arch-regex' | Brad King | 2016-08-24 | 1 | -4/+4 |
|\ | |||||
| * | FindCUDA: Support `2.1(2.0)` architecture notation | Boris Fomitchev | 2016-08-23 | 1 | -4/+4 |
* | | Merge topic 'test-extra-generator-dedup' | Brad King | 2016-08-24 | 1 | -47/+30 |
|\ \ | |||||
| * | | Tests: Refactor testing of extra generators. | Chaoren Lin | 2016-08-23 | 1 | -47/+30 |
| |/ | |||||
* | | Merge topic 'version-cleanups' | Brad King | 2016-08-24 | 2 | -9/+1 |
|\ \ | |||||
| * | | Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1 | Brad King | 2016-08-23 | 2 | -2/+1 |
| * | | Version: Remove check for existence of CVS repository | Stephen Kelly | 2016-08-23 | 1 | -7/+0 |
* | | | Merge topic 'import-vim-syntax' | Brad King | 2016-08-24 | 8 | -40/+271 |
|\ \ \ | |||||
| * | | | Help: Add release notes for 'vim-cmake-syntax' import | Brad King | 2016-08-17 | 1 | -0/+11 |
| * | | | Aux: Install vim-cmake-syntax files with CMake | Brad King | 2016-08-17 | 1 | -0/+1 |
| * | | | Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax | Brad King | 2016-08-17 | 4 | -0/+869 |
| |\ \ \ | |||||
| | * | | | vim-cmake-syntax 2016-08-16 (e782679c) | vim-cmake-syntax upstream | 2016-08-17 | 4 | -0/+869 |
| | / / | |||||
| * | | | Aux: Drop vim files prior to import of third-party version | Brad King | 2016-08-17 | 4 | -674/+0 |
| * | | | Add script to update vim-cmake-syntax from upstream | Brad King | 2016-08-17 | 1 | -0/+24 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-24 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'else-after-return' | Brad King | 2016-08-23 | 55 | -505/+457 |
|\ \ \ | |||||
| * | | | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 33 | -369/+352 |
| * | | | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 14 | -81/+66 |
| * | | | CPack: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -23/+12 |
| * | | | CursesDialog: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -32/+27 |
| | |/ | |/| | |||||
* | | | Merge topic 'include-what-you-use' | Brad King | 2016-08-23 | 18 | -31/+109 |
|\ \ \ | |||||
| * | | | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 18 | -26/+104 |
| * | | | cmArchiveWrite: replace mode_t with int | Daniel Pfeifer | 2016-08-17 | 2 | -5/+5 |
* | | | | Merge topic 'minor-cleanups' | Brad King | 2016-08-23 | 2 | -3/+7 |
|\ \ \ \ | |||||
| * | | | | Define WIN32_LEAN_AND_MEAN for CMake sources on Windows | Brad King | 2016-08-17 | 1 | -1/+4 |
| * | | | | libarchive: Fix include order in xxhash.c | Brad King | 2016-08-17 | 1 | -2/+3 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-23 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-22 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-21 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-20 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-19 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'readability-named-parameter' | Brad King | 2016-08-17 | 55 | -190/+245 |
|\ \ | |||||
| * | | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 55 | -190/+245 |
* | | | Merge topic 'include-what-you-use' | Brad King | 2016-08-17 | 27 | -41/+107 |
|\ \ \ | |||||
| * | | | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 27 | -41/+107 |
| |/ / | |||||
* | | | Merge topic 'FindCUDA-target-include-dirs' | Brad King | 2016-08-17 | 2 | -22/+27 |
|\ \ \ | |||||
| * | | | FindCUDA: Take NVCC include directories from target properties | Peter Boettcher | 2016-08-16 | 2 | -22/+27 |
| |/ / | |||||
* | | | Merge topic 'cmake-capabilities' | Brad King | 2016-08-17 | 9 | -2/+143 |
|\ \ \ | |||||
| * | | | cmake: Add `cmake -E capabilities` mode | Tobias Hunger | 2016-08-16 | 9 | -0/+140 |
| * | | | cmake: Constify cmake::GetRegisteredGenerators | Brad King | 2016-08-16 | 2 | -2/+3 |
| |/ / | |||||
* | | | Merge topic 'cmake-developer-reference' | Brad King | 2016-08-17 | 13 | -293/+195 |
|\ \ \ | |_|/ |/| | | |||||
| * | | QtIFW: Developer Reference installation | Konstantin Podsvirov | 2016-08-16 | 3 | -1/+59 |
| * | | Added CMake_BUILD_DEVELOPER_REFERENCE option | Konstantin Podsvirov | 2016-08-16 | 10 | -292/+136 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-08-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'ExternalProject-SOURCE_SUBDIR' | Brad King | 2016-08-16 | 4 | -5/+47 |
|\ \ | |||||
| * | | ExternalProject: Add SOURCE_SUBDIR option | Matthew Woehlke | 2016-08-16 | 4 | -5/+47 |
* | | | Merge topic 'FindMatlab-mingw' | Brad King | 2016-08-16 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | FindMatlab: Use pre-built libraries for MinGW if needed | Sebastian Niemann | 2016-08-15 | 1 | -1/+5 |
* | | | | Merge topic 'issue-tracker-urls' | Brad King | 2016-08-16 | 12 | -17/+18 |
|\ \ \ \ | |_|_|/ |/| | | |