[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-215-gff6ae3e
Brad King
brad.king at kitware.com
Wed Oct 14 13:35:59 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via ff6ae3ecfc2ab421dccb9e50d78162e0b1c389ba (commit)
via 1fdccff5894914d4408e64c0b55e52c376e64ad4 (commit)
via ce75c86ec30e736a738a4143d4abad73117e06c6 (commit)
via 526cc7dc52673f1eeb1055ce381e0551f763daea (commit)
via 8d2e3e53b903b1ee38292b6bcdf3e4eeb5399a05 (commit)
via a143d4ac60da28e12f8b81db39a11226bac8a516 (commit)
via 993aace78a12fba1a70f193a1e6ac0cbc6925bd6 (commit)
via 43ade9957770a95ef6a589e34ab0bb93def0489b (commit)
via 5fd2f43f646d6fa3755d83d6b6f2592a54425071 (commit)
via f7acd7421521b3a961480a37077c3814dc684d30 (commit)
via 763f7b19fcf8a287a0ce20a955ec9c2f7b1a051f (commit)
via ceb35b63a796235bb76284b3fb4046208365e23f (commit)
via bf2d061ad37088be9ea6f135a980d14c4e76064b (commit)
via 61c02decce0c1b5aa78acd58d987a5d260079ca4 (commit)
via 9ca4cae51e8fb67e628fe7b41eea3f459f148237 (commit)
via d6b394edcb58752cfa3d2a34a81f558676781304 (commit)
via 7c8236efa710372b6e54ba12934b075f718e0e15 (commit)
via c7645fca12870cef732f26730588cda3be072852 (commit)
via ce8894aaf07871dbc58039e0ff0f22efaee7c014 (commit)
from 2380896a056a29f22dd440369f4ab30137306ab9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ff6ae3ecfc2ab421dccb9e50d78162e0b1c389ba
commit ff6ae3ecfc2ab421dccb9e50d78162e0b1c389ba
Merge: 2380896 1fdccff
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 14 13:35:57 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 14 13:35:57 2015 -0400
Merge topic 'use-generator-target'
1fdccff5 Genex: Port implementation detail to cmGeneratorTarget.
ce75c86e cmGeneratorTarget: Move GetSupportDirectory from cmTarget.
526cc7dc cmGeneratorTarget: Move HasImportLibrary from cmTarget.
8d2e3e53 cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.
a143d4ac Sublime: Port some API to cmGeneratorTarget.
993aace7 cmGeneratorTarget: Port processILibs to cmGeneratorTarget.
43ade995 cmGeneratorTarget: Port getTypedProperty to cmGeneratorTarget.
5fd2f43f cmGeneratorTarget: Port handleSystemIncludesDep to cmGeneratorTarget.
f7acd742 cmGeneratorTarget: Port LinkImplClosure to cmGeneratorTarget.
763f7b19 cmCommonTargetGenerator: Port implementation detail to cmGeneratorTarget.
ceb35b63 cmLinkItem: Port to cmGeneratorTarget.
bf2d061a cmGeneratorTarget: Move FindTargetToLink from cmTarget.
61c02dec cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget.
9ca4cae5 cmGeneratorTarget: Move GetUtilityItems from cmTarget.
d6b394ed cmComputeLinkDepends: Port result API to cmGeneratorTarget.
7c8236ef cmComputeLinkInformation: Port result API to cmGeneratorTarget.
...
-----------------------------------------------------------------------
Summary of changes:
Source/cmCommonTargetGenerator.cxx | 12 +-
Source/cmComputeLinkDepends.cxx | 14 +-
Source/cmComputeLinkDepends.h | 9 +-
Source/cmComputeLinkInformation.cxx | 39 +++---
Source/cmComputeLinkInformation.h | 13 +-
Source/cmComputeTargetDepends.cxx | 28 ++--
Source/cmExportBuildFileGenerator.cxx | 2 +-
Source/cmExportFileGenerator.cxx | 13 +-
Source/cmExtraSublimeTextGenerator.cxx | 17 ++-
Source/cmExtraSublimeTextGenerator.h | 3 +-
Source/cmGeneratorExpressionNode.cxx | 20 +--
Source/cmGeneratorTarget.cxx | 174 ++++++++++++++++++------
Source/cmGeneratorTarget.h | 26 +++-
Source/cmGlobalGenerator.cxx | 13 +-
Source/cmGlobalGenerator.h | 2 +-
Source/cmInstallTargetGenerator.cxx | 25 ++--
Source/cmLinkItem.h | 10 +-
Source/cmMakefileExecutableTargetGenerator.cxx | 4 +-
Source/cmMakefileLibraryTargetGenerator.cxx | 6 +-
Source/cmMakefileTargetGenerator.cxx | 7 +-
Source/cmNinjaNormalTargetGenerator.cxx | 9 +-
Source/cmNinjaTargetGenerator.cxx | 4 +-
Source/cmQtAutoGeneratorInitializer.cxx | 4 +-
Source/cmTarget.cxx | 87 ------------
Source/cmTarget.h | 21 +--
25 files changed, 281 insertions(+), 281 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list