Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-19 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-18 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-17 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-16 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-15 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-14 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-13 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-12 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-11 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-10 | 1 | -1/+1 |
|/ | |||||
* | Merge topic 'INTERFACE_AUTOUIC_OPTIONS' | Brad King | 2013-12-09 | 2 | -140/+159 |
|\ | |||||
| * | cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. | Stephen Kelly | 2013-12-08 | 2 | -144/+26 |
| * | cmTarget: Report origin of COMPATIBLE_INTERFACE properties. | Stephen Kelly | 2013-12-08 | 2 | -3/+140 |
* | | Merge topic 'unicode-win32-apis' | Brad King | 2013-12-09 | 9 | -78/+107 |
|\ \ | |||||
| * | | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 9 | -78/+107 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-09 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-08 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-07 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-06 | 1 | -1/+1 |
* | | Merge topic 'minor-cleanups' | Brad King | 2013-12-05 | 3 | -3/+4 |
|\ \ | |||||
| * | | Make the cmStrictTargetComparison operate on const cmTarget*. | Stephen Kelly | 2013-12-04 | 2 | -2/+3 |
| * | | Don't generate self-references for system include directories. | Stephen Kelly | 2013-12-03 | 1 | -1/+1 |
* | | | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-05 | 6 | -0/+30 |
|\ \ \ | |_|/ |/| | | |||||
| * | | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 6 | -0/+30 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-05 | 1 | -1/+1 |
* | | | Merge topic 'fix-export-segfault' | Brad King | 2013-12-04 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | export(): Check targets exist at configure-time (#14608) | Stephen Kelly | 2013-12-04 | 1 | -0/+8 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-04 | 1 | -1/+1 |
* | | | | Merge topic 'filter-showincludes-in-launcher' | Brad King | 2013-12-03 | 4 | -1/+21 |
|\ \ \ \ | |||||
| * | | | | CTest: filter /showIncludes output from ninja compile launcher | Nils Gladitz | 2013-12-03 | 4 | -1/+21 |
* | | | | | Merge topic 'cmake-mt-return-value' | Brad King | 2013-12-03 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Fix mt return value when hosted on posix (#14605) | Flynn Marquardt | 2013-12-02 | 1 | -1/+2 |
* | | | | | | Merge topic 'xcode-folder-dedup' | Brad King | 2013-12-03 | 1 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Xcode: Fix duplicate target subfolders (#14133) | Stephan Tolksdorf | 2013-12-02 | 1 | -7/+7 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-12-03 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'use-generator-target' | Brad King | 2013-12-02 | 1 | -0/+5 |
|\ \ \ \ \ |