[Cmake-commits] CMake branch, master, updated. v2.8.12.1-941-g2e075b4

Brad King brad.king at kitware.com
Thu Dec 19 10:13:21 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  2e075b48e876d0f9b3f90ae225a33359e2d3342f (commit)
       via  c62cd3e2aeb9ed7e3021bd9e5863294fd0441790 (commit)
       via  035b6908829f524936a6819a342cdff145708529 (commit)
       via  2fcafbf613f07d6b2484a1dfdb6ba7cd2fc4a645 (commit)
       via  a54eeddaae8c30a6cdc71eb81d7f968147a7e4dc (commit)
       via  9edee62f280de840096651a817b765a38ec6d090 (commit)
       via  ef25ba8d066ed06d59f975ecfac55569ee369402 (commit)
      from  cc054e94f81f028c5990729d7bffb5488547bcbe (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=2e075b48e876d0f9b3f90ae225a33359e2d3342f
commit 2e075b48e876d0f9b3f90ae225a33359e2d3342f
Merge: cc054e9 c62cd3e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 19 10:13:18 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 19 10:13:18 2013 -0500

    Merge topic 'constify'
    
    c62cd3e Constify autogen handling.
    035b690 Autogen: Split AutoRcc handling into two methods
    2fcafbf cmLocalGenerator: Constify target definitions access
    a54eedd Constify cmGeneratorTarget access.
    9edee62 Constify handling of link targets.
    ef25ba8 Constify handling of target dependencies.


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

Summary of changes:
 Source/cmComputeLinkDepends.cxx            |   11 ++--
 Source/cmComputeLinkDepends.h              |    8 ++--
 Source/cmComputeLinkInformation.cxx        |   17 +++---
 Source/cmComputeLinkInformation.h          |   17 +++---
 Source/cmComputeTargetDepends.cxx          |   42 ++++++++-------
 Source/cmComputeTargetDepends.h            |   14 +++--
 Source/cmExportFileGenerator.cxx           |    2 +-
 Source/cmGeneratorTarget.h                 |    2 +-
 Source/cmGlobalGenerator.cxx               |   20 ++++---
 Source/cmGlobalGenerator.h                 |   17 ++++---
 Source/cmGlobalNinjaGenerator.cxx          |    4 +-
 Source/cmGlobalNinjaGenerator.h            |    4 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx  |   15 +++---
 Source/cmGlobalUnixMakefileGenerator3.h    |    9 ++--
 Source/cmGlobalVisualStudio6Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio6Generator.h    |    4 +-
 Source/cmGlobalVisualStudio71Generator.cxx |    4 +-
 Source/cmGlobalVisualStudio71Generator.h   |    6 ++-
 Source/cmGlobalVisualStudio7Generator.cxx  |   14 +++---
 Source/cmGlobalVisualStudio7Generator.h    |   10 ++--
 Source/cmGlobalVisualStudio8Generator.cxx  |    2 +-
 Source/cmGlobalVisualStudio8Generator.h    |    2 +-
 Source/cmGlobalVisualStudioGenerator.cxx   |   24 +++++----
 Source/cmGlobalVisualStudioGenerator.h     |   17 +++---
 Source/cmGlobalXCodeGenerator.cxx          |    2 +-
 Source/cmGlobalXCodeGenerator.h            |    2 +-
 Source/cmInstallTargetGenerator.cxx        |   14 +++--
 Source/cmInstallTargetGenerator.h          |    3 +-
 Source/cmLocalGenerator.cxx                |    2 +-
 Source/cmLocalGenerator.h                  |    5 +-
 Source/cmQtAutoGenerators.cxx              |   78 +++++++++++++++++-----------
 Source/cmQtAutoGenerators.h                |    9 ++--
 Source/cmTarget.cxx                        |    6 ++-
 Source/cmTarget.h                          |    2 +-
 Source/cmTargetDepend.h                    |   10 ++--
 Source/cmVisualStudio10TargetGenerator.cxx |    2 +-
 36 files changed, 226 insertions(+), 180 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list