Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentation | Brad King | 2015-10-02 | 2 | -8/+33 |
* | Merge topic 'FindOpenSSL-imported-targets' | Brad King | 2015-09-30 | 1 | -0/+4 |
|\ | |||||
| * | Help: Add notes for topic 'FindOpenSSL-imported-targets' | Konstantin Podsvirov | 2015-09-29 | 1 | -0/+4 |
* | | Merge topic 'update-kwsys' | Brad King | 2015-09-30 | 2 | -1/+65 |
|\ \ | |||||
| * \ | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2015-09-29 | 2 | -1/+65 |
| |\ \ | |||||
| | * | | KWSys 2015-09-28 (2089567a) | KWSys Robot | 2015-09-29 | 2 | -1/+65 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'vs-old-rule-files' | Brad King | 2015-09-29 | 2 | -0/+29 |
|\ \ \ | |||||
| * | | | VS: Prevent generated "rule" files from causing rebuilds | Mike Pagel | 2015-09-28 | 2 | -0/+29 |
* | | | | Merge topic 'fix-qtautogen-with-object-library-Ninja' | Brad King | 2015-09-29 | 5 | -17/+15 |
|\ \ \ \ | |||||
| * | | | | cmGlobalGenerator: Initialize generator targets on construction (#15729) | Stephen Kelly | 2015-09-29 | 5 | -17/+15 |
* | | | | | Merge topic 'simplify-qt-autogen' | Brad King | 2015-09-29 | 7 | -1107/+1208 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | QtAutogen: Port away from cmLocalGenerator. | Stephen Kelly | 2015-09-29 | 1 | -8/+7 |
| * | | | | QtAutogen: Split initializer class into separate file. | Stephen Kelly | 2015-09-29 | 6 | -1091/+1152 |
| * | | | | QtAutogen: Split initializer methods into separate class. | Stephen Kelly | 2015-09-26 | 3 | -40/+55 |
| * | | | | QtAutogen: Simplify generator initialization API. | Stephen Kelly | 2015-09-26 | 2 | -14/+12 |
| * | | | | QtAutogen: Remove unnecessary dereference. | Stephen Kelly | 2015-09-26 | 1 | -3/+3 |
| * | | | | QtAutogen: Move Source initialization to prior loop. | Stephen Kelly | 2015-09-26 | 1 | -2/+1 |
| * | | | | QtAutogen: Add _automoc.cpp sources before initializing. | Stephen Kelly | 2015-09-26 | 3 | -2/+17 |
| * | | | | QtAutogen: Move initialization condition to caller. | Stephen Kelly | 2015-09-26 | 3 | -20/+18 |
| * | | | | QtAutogen: Move condition to prior loop. | Stephen Kelly | 2015-09-26 | 1 | -10/+12 |
| * | | | | QtAutogen: Move condition to prior loop. | Stephen Kelly | 2015-09-26 | 1 | -15/+16 |
| * | | | | QtAutogen: Make some methods static. | Stephen Kelly | 2015-09-26 | 3 | -26/+29 |
| * | | | | QtAutogen: Make internal method private. | Stephen Kelly | 2015-09-26 | 1 | -1/+2 |
| * | | | | QtAutogen: Don't use members to initialize automoc targets. | Stephen Kelly | 2015-09-26 | 2 | -19/+22 |
| * | | | | QtAutogen: Rename variable. | Stephen Kelly | 2015-09-26 | 1 | -2/+3 |
| * | | | | QtAutogen: Don't use a member to store skipped uic files. | Stephen Kelly | 2015-09-26 | 2 | -12/+12 |
| * | | | | QtAutogen: Add missing includes and forward declarations. | Stephen Kelly | 2015-09-26 | 1 | -0/+5 |
* | | | | | Merge topic 'cpack-package-empty-dirs' | Brad King | 2015-09-29 | 24 | -11/+89 |
|\ \ \ \ \ | |||||
| * | | | | | CPack: allow packaging of empty directories | Domen Vrankar | 2015-09-28 | 21 | -5/+79 |
| * | | | | | SystemTools: time operations on directories | Domen Vrankar | 2015-09-28 | 1 | -4/+7 |
| * | | | | | SystemTools: set time file permissions | Domen Vrankar | 2015-09-28 | 1 | -2/+2 |
| * | | | | | CPackDeb: allow empty directories in component packages | Raffi Enficiaud | 2015-09-28 | 2 | -2/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'ProcessorCount-SunOS-psrinfo' | Brad King | 2015-09-29 | 1 | -8/+21 |
|\ \ \ \ \ | |||||
| * | | | | | ProcessorCount: Implement with psrinfo tool on recent SunOS versions | Marc Chevrier | 2015-09-28 | 1 | -8/+21 |
* | | | | | | Merge topic 'link-https-cmake.org' | Brad King | 2015-09-29 | 27 | -45/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 27 | -45/+45 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2015-09-29 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'minor-cleanups' | Brad King | 2015-09-28 | 24 | -86/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Remove impossible condition. | Stephen Kelly | 2015-09-27 | 1 | -3/+2 |
| * | | | | | | cmMakefile: Remove Configured state. | Stephen Kelly | 2015-09-27 | 2 | -8/+0 |
| * | | | | | | cmCommand: Remove IsDiscouraged interface. | Stephen Kelly | 2015-09-27 | 18 | -71/+0 |
| * | | | | | | cmSetCommand: Re-use local named variable. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 |
| * | | | | | | cmSetCommand: Fix typo in comment. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 |
| * | | | | | | cmGlobalGenerator: Devirtualize method. | Stephen Kelly | 2015-09-27 | 1 | -1/+1 |
| * | | | | | | Ninja: Remove unused variable. | Stephen Kelly | 2015-09-27 | 1 | -1/+0 |
* | | | | | | | Merge topic 'optimize-variable-replacement' | Brad King | 2015-09-28 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Build: Set CMP0053 to NEW. | Stephen Kelly | 2015-09-26 | 1 | -0/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'test-Wno-dev' | Brad King | 2015-09-28 | 3 | -0/+16 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Add case for -Wdev and -Wno-dev with non-message() warnings (#15747) | Michael Scott | 2015-09-25 | 3 | -0/+16 |
| |/ / / / / / |