[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-344-gb16f26f

Brad King brad.king at kitware.com
Mon Mar 17 10:00:44 EDT 2014


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  b16f26f5f9cd033e24bbf398faf32369d7305bd7 (commit)
       via  6c9dd0ec7b1e000b0bedd567fa52074671d639c9 (commit)
       via  c481fadc07e72193f16a4f1fb9d477db133f1120 (commit)
       via  f6da044080d854b9ad87cef5c2a6f5195722a6da (commit)
       via  9ad804ac7be18efb92040434808f89174586b13d (commit)
       via  c725bb3cbd51edd4043f81d01b7a01bbd42adb2f (commit)
       via  dcfcd23ed53d3bfe8ef299b8a3a38c47c27fa6b6 (commit)
       via  04cf50ff62a022296832cef6b48fb532508eb853 (commit)
       via  6132d979d9d7877f5b116a2a110245adbb89e1b7 (commit)
       via  bc51221164330a24e90cf896300ded637b86d740 (commit)
       via  cd43433de56ab31269a076fb2b2ace8babaa107d (commit)
       via  d5b2e33be2119ad12744ed62920a8f8d9b6d705d (commit)
      from  41b82db6855a26d01e1000b59da1792b954b326a (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=b16f26f5f9cd033e24bbf398faf32369d7305bd7
commit b16f26f5f9cd033e24bbf398faf32369d7305bd7
Merge: 41b82db 6c9dd0e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 17 10:00:43 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 17 10:00:43 2014 -0400

    Merge topic 'target-objects-refactor'
    
    6c9dd0ec cmGlobalGenerator: Make ComputeTargetObjects non-virtual
    c481fadc cmGeneratorTarget: Don't store ObjectSources for object libraries.
    f6da0440 cmLocalGenerator: Add ComputeObjectFilenames interface.
    9ad804ac cmGeneratorTarget: Constify cmSourceFile* in containers.
    c725bb3c Constify some APIs in generators.
    dcfcd23e cmGeneratorTarget: Make GetSourceDepends const.
    04cf50ff cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.
    6132d979 cmGeneratorTarget: Constify the AddExplicitObjectName API.
    bc512211 cmGeneratorTarget: Constify the AddObject API.
    cd43433d cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.
    d5b2e33b Makefiles: Compute local object files on demand.


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

Summary of changes:
 Source/cmGeneratorTarget.cxx               |   44 +++++++++--------
 Source/cmGeneratorTarget.h                 |   28 +++++------
 Source/cmGlobalGenerator.cxx               |   27 ++++++++++-
 Source/cmGlobalGenerator.h                 |    4 +-
 Source/cmGlobalNinjaGenerator.cxx          |   19 ++------
 Source/cmGlobalNinjaGenerator.h            |    4 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx  |   20 +-------
 Source/cmGlobalUnixMakefileGenerator3.h    |    2 +-
 Source/cmGlobalVisualStudio10Generator.cxx |    2 +-
 Source/cmGlobalVisualStudio10Generator.h   |    4 +-
 Source/cmGlobalVisualStudioGenerator.cxx   |   47 ++----------------
 Source/cmGlobalVisualStudioGenerator.h     |    2 +-
 Source/cmGlobalXCodeGenerator.cxx          |   33 ++-----------
 Source/cmGlobalXCodeGenerator.h            |    2 +-
 Source/cmLocalGenerator.cxx                |    8 ++++
 Source/cmLocalGenerator.h                  |    4 ++
 Source/cmLocalNinjaGenerator.cxx           |   14 ++++++
 Source/cmLocalNinjaGenerator.h             |    4 ++
 Source/cmLocalUnixMakefileGenerator3.cxx   |   72 +++++++++++++++++++++++-----
 Source/cmLocalUnixMakefileGenerator3.h     |   12 +++--
 Source/cmLocalVisualStudioGenerator.cxx    |   40 ++++++++++++++++
 Source/cmLocalVisualStudioGenerator.h      |    4 ++
 Source/cmLocalXCodeGenerator.cxx           |   28 +++++++++++
 Source/cmLocalXCodeGenerator.h             |    3 ++
 Source/cmMakefileTargetGenerator.cxx       |   27 ++++++-----
 Source/cmMakefileTargetGenerator.h         |   11 +++--
 Source/cmNinjaTargetGenerator.cxx          |   32 ++++++-------
 Source/cmNinjaTargetGenerator.h            |   12 ++---
 Source/cmOSXBundleGenerator.cxx            |    7 +--
 Source/cmOSXBundleGenerator.h              |    5 +-
 Source/cmVisualStudio10TargetGenerator.cxx |   43 +++++++++--------
 Source/cmVisualStudio10TargetGenerator.h   |   16 ++++---
 32 files changed, 338 insertions(+), 242 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list