[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-80-g750391a

Brad King brad.king at kitware.com
Thu Oct 8 13:08:33 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  750391afc19577be693dbe6dfe760903d2e70fc8 (commit)
       via  af71c7b47947860d06c659647c6ff33ab3676284 (commit)
       via  dce6581b7b58c346796c8d3045f4ce70d9672755 (commit)
       via  7b6dc0fe45c7064ad741461bfaf19028e8539c78 (commit)
       via  33f87bb1f503c09a6b8018edf97b615f0e7f713d (commit)
       via  da1b0449d96d4044bc4633a40ac87b6d4a19912d (commit)
       via  fe113f0fd40696e50ac9aac48297466e3b649ad5 (commit)
       via  776ff8eb0b8d790c63f8ad6bb6689620e6e04cb4 (commit)
       via  64f73150b8e5e5cad216444c0468e8e59434d973 (commit)
       via  c38e30f68c7beffdc65af0f3799ae82ce60aaf67 (commit)
       via  5d3776a7ebb718ae6ed4724e0a8961cda68b6316 (commit)
       via  7ce0991a7a29e244aee3f61e9e8b1879e59d156c (commit)
       via  156bd2c983b439478dff5fe84629b5a93e780a92 (commit)
       via  01e666c70e9c83ebd8c200d121b706868f69e617 (commit)
       via  bf28b7874b999224782fac72c5a74020bd6c47d3 (commit)
       via  9d653f9c1cc129be4fdce7f0e93c282760c7603e (commit)
      from  db266aaade6ac6e7a37be11338b0f8336976ead2 (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=750391afc19577be693dbe6dfe760903d2e70fc8
commit 750391afc19577be693dbe6dfe760903d2e70fc8
Merge: db266aa af71c7b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 8 13:08:32 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 8 13:08:32 2015 -0400

    Merge topic 'cmGeneratorTarget-sources'
    
    af71c7b4 cmTarget: Remove Compute method.
    dce6581b cmGeneratorTarget: Move computed sources from cmTarget.
    7b6dc0fe cmGeneratorTarget: Inline GetSourceFiles from cmTarget.
    33f87bb1 cmGeneratorTarget: Move AddInterfaceEntries method.
    da1b0449 cmTarget: Remove a conditional for generate-time source addition.
    fe113f0f cmTarget: Split storage of sources from genexes.
    776ff8eb cmTarget: Add Compute API for sources.
    64f73150 cmTarget: Add API for generate-time source addition.
    c38e30f6 cmGeneratorTarget: Add methods for generate-time source addition.
    5d3776a7 Access sources through cmGeneratorTarget.
    7ce0991a GHS: Port API to cmGeneratorTarget.
    156bd2c9 Xcode: Port away from unnecessary CMP0049 compatibility.
    01e666c7 cmTarget: Join strings conditionally.
    bf28b787 cmGeneratorTarget: Rename internal member.
    9d653f9c cmFLTKWrapUI: Remove CMake 2.2 compat code.


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

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx     |    4 +-
 Source/cmExtraCodeLiteGenerator.cxx       |    4 +-
 Source/cmExtraEclipseCDT4Generator.cxx    |    4 +-
 Source/cmExtraSublimeTextGenerator.cxx    |    2 +-
 Source/cmFLTKWrapUICommand.cxx            |   39 ---
 Source/cmGeneratorTarget.cxx              |  333 ++++++++++++++++++++++---
 Source/cmGeneratorTarget.h                |   15 +-
 Source/cmGhsMultiTargetGenerator.cxx      |   14 +-
 Source/cmGhsMultiTargetGenerator.h        |    4 +-
 Source/cmGlobalGenerator.cxx              |    4 +-
 Source/cmGlobalGhsMultiGenerator.cxx      |    6 +-
 Source/cmGlobalKdevelopGenerator.cxx      |    4 +-
 Source/cmGlobalVisualStudio8Generator.cxx |    2 +-
 Source/cmGlobalXCodeGenerator.cxx         |   13 +-
 Source/cmLocalVisualStudio6Generator.cxx  |    6 +-
 Source/cmLocalVisualStudio7Generator.cxx  |    8 +-
 Source/cmMakefileTargetGenerator.cxx      |    2 +-
 Source/cmNinjaNormalTargetGenerator.cxx   |    2 +-
 Source/cmNinjaUtilityTargetGenerator.cxx  |    2 +-
 Source/cmQtAutoGeneratorInitializer.cxx   |    4 +-
 Source/cmTarget.cxx                       |  375 +++--------------------------
 Source/cmTarget.h                         |   13 +-
 22 files changed, 401 insertions(+), 459 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list