[Cmake-commits] CMake branch, master, updated. v2.8.12.1-768-gda9bde6

Brad King brad.king at kitware.com
Mon Nov 25 08:37:31 EST 2013


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  da9bde676c73efb82509b9123e130f4bedd08a66 (commit)
       via  c34968a9aa12221f54973a56d4e98940cff676a5 (commit)
       via  abb13ea5659cdaa4254724fca582f56570f88164 (commit)
      from  e620ede898d533100ded2f2e23629dea9adf3569 (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=da9bde676c73efb82509b9123e130f4bedd08a66
commit da9bde676c73efb82509b9123e130f4bedd08a66
Merge: e620ede c34968a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 25 08:37:29 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 25 08:37:29 2013 -0500

    Merge topic 'use-generator-target'
    
    c34968a Port some of the generator API to cmGeneratorTarget.
    abb13ea Order cmGeneratorTargetsType elements deterministically.


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

Summary of changes:
 Source/cmGeneratorTarget.cxx                   |   11 ++
 Source/cmGeneratorTarget.h                     |    8 ++-
 Source/cmGlobalUnixMakefileGenerator3.cxx      |  135 ++++++++++++++----------
 Source/cmLocalNinjaGenerator.cxx               |   15 ++-
 Source/cmLocalUnixMakefileGenerator3.cxx       |   52 +++++----
 Source/cmMakefileExecutableTargetGenerator.cxx |    6 +-
 Source/cmMakefileExecutableTargetGenerator.h   |    2 +-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    6 +-
 Source/cmMakefileLibraryTargetGenerator.h      |    2 +-
 Source/cmMakefileTargetGenerator.cxx           |    2 +-
 Source/cmMakefileTargetGenerator.h             |    2 +-
 Source/cmMakefileUtilityTargetGenerator.cxx    |    6 +-
 Source/cmMakefileUtilityTargetGenerator.h      |    2 +-
 Source/cmNinjaNormalTargetGenerator.cxx        |   14 ++-
 Source/cmNinjaNormalTargetGenerator.h          |    3 +-
 Source/cmNinjaTargetGenerator.cxx              |    4 +-
 Source/cmNinjaTargetGenerator.h                |    2 +-
 Source/cmNinjaUtilityTargetGenerator.cxx       |    5 +-
 Source/cmNinjaUtilityTargetGenerator.h         |    2 +-
 Source/cmOSXBundleGenerator.cxx                |    6 +-
 Source/cmOSXBundleGenerator.h                  |    3 +-
 21 files changed, 171 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list