[Cmake-commits] CMake branch, master, updated. v2.8.9-417-g3f3b731

David Cole david.cole at kitware.com
Tue Sep 25 15:18:36 EDT 2012


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  3f3b731961c0ac1614fff67bdcd006428d2f08cb (commit)
       via  879fd354c1db7da04ab244ab8262ec1391ff30e6 (commit)
       via  6674583caa20244d90aa14a67d059e7228a9f169 (commit)
       via  52854583429e4fb8f180d8276a07d8f8226d6427 (commit)
       via  c31f3d99f8adc95c355f8607bdfccf01cc37c51d (commit)
       via  d1446ca7a0d1de4ede995d64deef057c741ef0c2 (commit)
       via  290e92ada86c5b74669be48ee901494ae8e48ee3 (commit)
       via  f9146f6b90d381a70bdb6a3c97742e3a53bb6235 (commit)
       via  9facfd133654098ac59c0df957555ea5b5ed9a5a (commit)
       via  78bfee35d5bd5cba879d92eda4310d25bc54b30e (commit)
       via  4f5384e75c6a00d110d3fa3f555a3f6a4f31bb46 (commit)
       via  987e12e2f962b6e9ed9f15f8ff486512911b744e (commit)
       via  14bf7783f4de829f62041d1dbf3989160820b2b7 (commit)
       via  f428ca25f5f983cb57eb009a330c09506ee81587 (commit)
      from  021e66a25c86a293fb3ad19650b9fc4a80030875 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f3b731961c0ac1614fff67bdcd006428d2f08cb
commit 3f3b731961c0ac1614fff67bdcd006428d2f08cb
Merge: 021e66a 879fd35
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Sep 25 15:18:34 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 25 15:18:34 2012 -0400

    Merge topic 'use-generator-target'
    
    879fd35 Revert "Move GenerateTargetManifest to cmGeneratorTarget."
    6674583 Fix compiler warning with initialization order.
    5285458 Add convenience for getting a cmGeneratorTarget to use.
    c31f3d9 Add a wrapper for accessing config-specific compile-definitions.
    d1446ca Append the COMPILE_DEFINITIONS from the Makefile to all targets.
    290e92a Move GetIncludeDirectories to cmGeneratorTarget.
    f9146f6 Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.
    9facfd1 Move GetCreateRuleVariable to cmGeneratorTarget.
    78bfee3 Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.
    4f5384e Move GetLinkInformation to cmGeneratorTarget
    987e12e Move GenerateTargetManifest to cmGeneratorTarget.
    14bf778 Store cmGeneratorTargets with the makefile.
    f428ca2 Add more forwarding API to cmGeneratorTarget.


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

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx          |    4 +-
 Source/cmExtraEclipseCDT4Generator.cxx         |    8 +-
 Source/cmGeneratorTarget.cxx                   |  146 ++++++++++++++++++++++++
 Source/cmGeneratorTarget.h                     |   26 ++++
 Source/cmGlobalGenerator.cxx                   |   43 ++++++--
 Source/cmGlobalGenerator.h                     |    4 +-
 Source/cmGlobalXCodeGenerator.cxx              |   11 ++-
 Source/cmInstallTargetGenerator.cxx            |   30 ++++-
 Source/cmInstallTargetGenerator.h              |    5 +
 Source/cmLocalGenerator.cxx                    |   63 +++++-----
 Source/cmLocalGenerator.h                      |   14 ++-
 Source/cmLocalVisualStudio6Generator.cxx       |   37 +++----
 Source/cmLocalVisualStudio7Generator.cxx       |   12 ++-
 Source/cmMakeDepend.cxx                        |    7 +-
 Source/cmMakefile.cxx                          |    6 +
 Source/cmMakefile.h                            |   13 ++
 Source/cmMakefileExecutableTargetGenerator.cxx |    5 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    4 +-
 Source/cmMakefileTargetGenerator.cxx           |   33 +++---
 Source/cmNinjaNormalTargetGenerator.cxx        |    4 +-
 Source/cmNinjaTargetGenerator.cxx              |   16 +--
 Source/cmNinjaTargetGenerator.h                |    3 +
 Source/cmTarget.cxx                            |  114 ------------------
 Source/cmTarget.h                              |   24 ----
 Source/cmVisualStudio10TargetGenerator.cxx     |    5 +-
 Source/cmake.cxx                               |    3 +-
 26 files changed, 378 insertions(+), 262 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list