Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2013-12-23 | 3 | -0/+155 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-12-20 | 3 | -0/+155 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'wix-cmake-coding-conventions' | Brad King | 2013-12-23 | 8 | -108/+108 | |
|\ \ \ \ | ||||||
| * | | | | CPackWiX: adhere to CMake member naming convention | Nils Gladitz | 2013-12-20 | 8 | -108/+108 | |
| |/ / / | ||||||
* | | | | Merge topic 'fix-Qt-rcc-file-handling' | Brad King | 2013-12-23 | 1 | -1/+10 | |
|\ \ \ \ | ||||||
| * | | | | QtAutogen: Don't modify target source files while iterating them. | Stephen Kelly | 2013-12-20 | 1 | -1/+10 | |
| |/ / / | ||||||
* | | | | Merge topic 'vs-external-project-type' | Brad King | 2013-12-23 | 3 | -2/+39 | |
|\ \ \ \ | ||||||
| * | | | | VS: Teach include_external_msproject about non-C++ projects (#14661) | David Golub | 2013-12-20 | 3 | -2/+39 | |
| |/ / / | ||||||
* | | | | Merge topic 'remove-VTK-include-hack' | Brad King | 2013-12-23 | 1 | -21/+0 | |
|\ \ \ \ | ||||||
| * | | | | cmLocalGenerator: Remove VTK include hack (#11338). | Stephen Kelly | 2013-12-20 | 1 | -21/+0 | |
| |/ / / | ||||||
* | | | | Merge topic 'constify' | Brad King | 2013-12-23 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | cmGlobalGenerator: Fix value type pushed into autogens vector | Brad King | 2013-12-20 | 1 | -1/+1 | |
* | | | | | Merge topic 'wix-fix-registry-slash' | Brad King | 2013-12-23 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPackWiX: replace slash with backslash in registry key path | Nils Gladitz | 2013-12-20 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-23 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-22 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-21 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge topic 'minor-cleanup' | Brad King | 2013-12-20 | 6 | -48/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | Export: Skip INTERFACE libraries when generating -config files. | Stephen Kelly | 2013-12-19 | 1 | -7/+5 | |
| * | | | | | cmTarget: Fix typo | Stephen Kelly | 2013-12-19 | 1 | -1/+1 | |
| * | | | | | Automoc: Fix style | Stephen Kelly | 2013-12-19 | 1 | -3/+3 | |
| * | | | | | Genex: Use case-sensitive comparison in PLATFORM_ID. | Stephen Kelly | 2013-12-19 | 1 | -1/+1 | |
| * | | | | | Genex: Always return immediately on error. | Stephen Kelly | 2013-12-19 | 1 | -0/+4 | |
| * | | | | | Export: Clean up comment. | Stephen Kelly | 2013-12-19 | 1 | -2/+0 | |
| * | | | | | Genex: Accept arbitrary content in *_CASE and MAKE_C_IDENTIFIER. | Stephen Kelly | 2013-12-19 | 1 | -0/+6 | |
| * | | | | | Genex: Allow single param expressions to accept arbirary input. | Stephen Kelly | 2013-12-19 | 1 | -31/+23 | |
| * | | | | | Constify cmStrCmp. | Stephen Kelly | 2013-12-19 | 1 | -3/+3 | |
* | | | | | | Merge topic 'make-entry-no-parallel' | Brad King | 2013-12-20 | 4 | -0/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Makefile: Allow "gmake target1 target2 -j" (#14312) | Brad King | 2013-12-20 | 4 | -0/+18 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2013-12-20 | 6 | -9/+44 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-12-19 | 6 | -9/+44 | |
| | |/ / / | |/| | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-20 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'wix-fragment-injection' | Brad King | 2013-12-19 | 5 | -0/+306 | |
|\ \ \ \ | ||||||
| * | | | | CPackWiX: allow customization of generated WiX sources | Nils Gladitz | 2013-12-17 | 5 | -0/+306 | |
* | | | | | Merge topic 'minor-cleanup' | Brad King | 2013-12-19 | 2 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Avoid certain actions on IMPORTED targets. | Stephen Kelly | 2013-12-11 | 2 | -0/+12 | |
* | | | | | | Merge topic 'constify' | Brad King | 2013-12-19 | 36 | -180/+226 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Constify autogen handling. | Stephen Kelly | 2013-12-11 | 3 | -15/+18 | |
| * | | | | | Autogen: Split AutoRcc handling into two methods | Stephen Kelly | 2013-12-11 | 2 | -20/+37 | |
| * | | | | | cmLocalGenerator: Constify target definitions access | Stephen Kelly | 2013-12-11 | 2 | -3/+4 | |
| * | | | | | Constify cmGeneratorTarget access. | Stephen Kelly | 2013-12-11 | 3 | -3/+4 | |
| * | | | | | Constify handling of link targets. | Stephen Kelly | 2013-12-11 | 8 | -34/+41 | |
| * | | | | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 24 | -105/+122 | |
* | | | | | | Merge topic 'remove-INTERFACE-build-targets' | Brad King | 2013-12-19 | 5 | -78/+44 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Remove INTERFACE build targets. | Stephen Kelly | 2013-12-10 | 5 | -78/+44 | |
* | | | | | | Merge topic 'KateFixNinja' | Brad King | 2013-12-19 | 2 | -57/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | kate: fix ninja support | Alex Neundorf | 2013-12-19 | 2 | -11/+24 | |
| * | | | | | | kate: remove unused function | Alex Neundorf | 2013-12-19 | 2 | -46/+0 | |
* | | | | | | | Merge topic 'fix-INTERFACE-mapped-config' | Brad King | 2013-12-19 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636) | Stephen Kelly | 2013-12-09 | 1 | -2/+10 | |
| | |/ / / / / | |/| | | | | |