[Cmake-commits] CMake branch, master, updated. v3.4.0-rc2-421-g1e8c920

Brad King brad.king at kitware.com
Wed Oct 28 08:48:07 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  1e8c920d0409770214a4ff517f6a4c31b9830f45 (commit)
       via  79c3a2a8f72ea175533da9f323f88c507220486e (commit)
       via  c389f8bb07e900d805ca3163f47b06e3dbe4303b (commit)
       via  02533038dae9fb5b4ae1b6f7d55bb5af397400af (commit)
       via  b6278e9ff714d8bdacb54f055eac71fe073b28d8 (commit)
       via  7a6caae1a78e8d67422b144ceffdd97595f67683 (commit)
       via  0fb187cc589b83ded107d9a9a1971830efb6c751 (commit)
       via  8caf1f361b2207522d19bf4a28cecaa3a2391918 (commit)
       via  278ba2db477fdc8cccd2313eb56e0179234747a0 (commit)
       via  79c11d23405d3894a254a8c03df5ead32464b109 (commit)
       via  9b244cc0ecff0cde22b71b7097a3d84c018c6044 (commit)
       via  def6da616b81958c9f1058a4e520ac3cbc534757 (commit)
       via  a67231ac114235f0af4673235c4c07fa896c8ab6 (commit)
       via  d566f39a640297114bd3ad933bb3279440b2f38f (commit)
       via  0c97d32f7a592a768d614c19b3fd48eab245a2c4 (commit)
       via  383bfd95432990365ac5c7fc3ab190bfb05cbec1 (commit)
       via  7f6beddae372a7ae47789f5460bcdfdac39c64e6 (commit)
       via  520ca0ff6c123250c633a3618459d0161cbc4683 (commit)
       via  3e3c754b8cc3af463dcea95000daf3a18b359b7a (commit)
       via  593f347b5385a510e641eca0448f7ddf64c1c12b (commit)
       via  7b127c62d4d4c94cf96e9d406859dbd24eed7dc9 (commit)
       via  780bff5279c6c2d356e5c7726b656bd9c68532b8 (commit)
       via  6bd7bd1e06fcf92d40c762f2713626d125cb8f87 (commit)
       via  b397eae82e14fdf75eddcbfd022d9f2d5933eb1e (commit)
       via  00b8c0a8d4b59dc01276d083ccae4a8138718b12 (commit)
       via  4c6374bcc56ea7d7f7e67c518e60de94be267256 (commit)
       via  7d409f500e3403f8dbb4a0fee6ecdad94f45c35e (commit)
       via  7a1b83cb3fc79639b9e2c1bf11af2d2274e4224a (commit)
       via  736c2042c6bade0322441aafabababcbd92af52e (commit)
       via  f210cb131e5814631d6d2974cf2437632446654f (commit)
       via  bde277e811fea2532ed32ade6d7f3d6e910bfda0 (commit)
       via  cf69630e510a5c639a93a99b315fcefea9688935 (commit)
       via  3f8aa62bfb339dded326b0bc36016134a3dc845b (commit)
      from  27570a6d0ea6df41a7792ce2c3ba2f0c9e1916df (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=1e8c920d0409770214a4ff517f6a4c31b9830f45
commit 1e8c920d0409770214a4ff517f6a4c31b9830f45
Merge: 27570a6 79c3a2a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 28 08:48:05 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 28 08:48:05 2015 -0400

    Merge topic 'use-generator-target'
    
    79c3a2a8 cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget
    c389f8bb cmLocalGenerator: Port Find method away from GetGeneratorTarget
    02533038 VS6: Port to FindGeneratorTarget
    b6278e9f cmake: Port find_package mode away from GetGeneratorTarget
    7a6caae1 cmMakefile: Add imported target accessor
    0fb187cc CMP0026: Port away from GetGeneratorTarget
    8caf1f36 cmGlobalGenerator: Add FindGeneratorTarget API
    278ba2db cmGeneratorTarget: Add API for globally visible IMPORTED
    79c11d23 Xcode: Port away from GetGeneratorTarget
    9b244cc0 cmLocalGenerator: Store imported targets in a separate container.
    def6da61 cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTarget
    a67231ac cmTarget: Implement ALIAS in terms of name mapping
    d566f39a cmGlobalGenerator: Remove unneeded GetGeneratorTarget
    0c97d32f cmGlobalGenerator: Remove direct storage of targets
    383bfd95 cmTargetCollectLinkLanguages: Remove cmMakefile dependency
    7f6bedda cmGeneratorTarget: Port cmOptionalLinkImplementation
    ...


-----------------------------------------------------------------------

Summary of changes:
 Source/cmAddExecutableCommand.cxx              |    2 +-
 Source/cmAddLibraryCommand.cxx                 |    2 +-
 Source/cmAuxSourceDirectoryCommand.cxx         |    8 +-
 Source/cmComputeLinkInformation.cxx            |    6 +-
 Source/cmComputeTargetDepends.cxx              |    2 +-
 Source/cmExportBuildFileGenerator.cxx          |    6 +-
 Source/cmExportFileGenerator.cxx               |    5 +-
 Source/cmExportTryCompileFileGenerator.cxx     |   16 +-
 Source/cmExtraCodeBlocksGenerator.cxx          |   14 +-
 Source/cmExtraCodeLiteGenerator.cxx            |   13 +-
 Source/cmGeneratorExpressionNode.cxx           |    8 +-
 Source/cmGeneratorTarget.cxx                   |  113 +++++++++++---
 Source/cmGeneratorTarget.h                     |   20 ++-
 Source/cmGhsMultiTargetGenerator.cxx           |    4 +-
 Source/cmGlobalGenerator.cxx                   |  191 ++++++++++++++++--------
 Source/cmGlobalGenerator.h                     |   45 ++----
 Source/cmGlobalKdevelopGenerator.cxx           |    6 +-
 Source/cmGlobalNinjaGenerator.cxx              |    2 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |    4 +-
 Source/cmGlobalVisualStudio6Generator.cxx      |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx      |   19 ++-
 Source/cmGlobalVisualStudio7Generator.h        |    4 +-
 Source/cmGlobalVisualStudio8Generator.cxx      |   21 +--
 Source/cmGlobalVisualStudioGenerator.cxx       |    1 -
 Source/cmGlobalXCodeGenerator.cxx              |   37 ++---
 Source/cmLocalGenerator.cxx                    |   92 ++++++++++--
 Source/cmLocalGenerator.h                      |   14 ++
 Source/cmLocalNinjaGenerator.cxx               |    4 +-
 Source/cmLocalUnixMakefileGenerator3.cxx       |   18 +--
 Source/cmLocalVisualStudio6Generator.cxx       |   37 +++--
 Source/cmLocalVisualStudio7Generator.cxx       |   27 ++--
 Source/cmLocalXCodeGenerator.cxx               |   16 +-
 Source/cmMakefile.cxx                          |   78 +++++-----
 Source/cmMakefile.h                            |   23 +--
 Source/cmMakefileExecutableTargetGenerator.cxx |    6 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    8 +-
 Source/cmMakefileUtilityTargetGenerator.cxx    |    8 +-
 Source/cmNinjaNormalTargetGenerator.cxx        |    6 +-
 Source/cmNinjaUtilityTargetGenerator.cxx       |    4 +-
 Source/cmOSXBundleGenerator.cxx                |    2 +-
 Source/cmQtAutoGeneratorInitializer.cxx        |    1 -
 Source/cmQtAutoGenerators.cxx                  |    2 +-
 Source/cmSourceFile.cxx                        |    6 +-
 Source/cmSourceFileLocation.cxx                |   12 +-
 Source/cmTarget.cxx                            |   46 +-----
 Source/cmTarget.h                              |   20 +--
 Source/cmVisualStudio10TargetGenerator.cxx     |    8 +-
 Source/cmake.cxx                               |   35 ++++-
 Source/cmake.h                                 |    7 +
 49 files changed, 622 insertions(+), 409 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list