[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1272-gddb792d

Brad King brad.king at kitware.com
Mon Jan 27 13:03:40 EST 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  ddb792daab4816b0fc01f672737835a072d7c5ee (commit)
       via  bde0dab15d6bdefeadd329a67dbe53812d9f3254 (commit)
       via  bf1e1bf1d0a8a966af0c8e454d0bc11b5ed874e1 (commit)
       via  01d7ceda5dda53125da2bce994114ca5154bf365 (commit)
       via  9073318fc4bf6e71880ed6ad48a2d09d5ec4fb8c (commit)
       via  9b05bc4fcc962966f8bddde48f57b21ebb52a4df (commit)
       via  c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (commit)
       via  d6d4eaac0659b1efea785888f2aab759a1b6b557 (commit)
       via  2a6e56e078666a48d3e34b36c1500d44c429ecf0 (commit)
       via  5cc9fb02349e4b7e63f3cb087dc37b3c9b096e1d (commit)
       via  fe8b0330ebb4b3347e130e8a556ec2a4edfada93 (commit)
       via  e68a3eadfffbdbaa00b735330aac2190583d21c1 (commit)
       via  b629240236c1212e550d2040f228344d0327e665 (commit)
       via  b33ea5783a6bc1f2adafcdbd2d2907b209a633d9 (commit)
      from  5781842bc22dbda40430661599d25e289fc09ea0 (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=ddb792daab4816b0fc01f672737835a072d7c5ee
commit ddb792daab4816b0fc01f672737835a072d7c5ee
Merge: 5781842 bde0dab
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jan 27 13:03:39 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 27 13:03:39 2014 -0500

    Merge topic 'constify'
    
    bde0dab1 cmMakefile: Make ConfigureString const.
    bf1e1bf1 cmMakefile: Make FindSourceGroup const.
    01d7ceda cmMakefile: Trivially constify some methods.
    9073318f cmMakefile: Remove non-const version of method
    9b05bc4f cmMakefile: Remove method declarations with no implementation.
    c6c0bd9d cmMakefile: Consify custom command API.
    d6d4eaac cmMakefile: Constify policies accessors.
    2a6e56e0 cmCacheManager: Consify version accessors.
    5cc9fb02 cmSourceGroup: Fix method name capitalization.
    fe8b0330 cmMakefile: Constify some cmSourceGroup related code.
    e68a3ead cmSourceFile: Use a const cmMakefile.
    b6292402 cmSourceFileLocation: Use a const cmMakefile.
    b33ea578 cmMakefile: Make GetProperty const.


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

Summary of changes:
 Source/cmCacheManager.h                    |    6 +-
 Source/cmCustomCommand.cxx                 |    2 +-
 Source/cmCustomCommand.h                   |    2 +-
 Source/cmExtraEclipseCDT4Generator.cxx     |    4 +-
 Source/cmGlobalXCodeGenerator.cxx          |    8 +--
 Source/cmLocalVisualStudio6Generator.cxx   |    4 +-
 Source/cmLocalVisualStudio7Generator.cxx   |    4 +-
 Source/cmMakefile.cxx                      |  105 +++++++++++++++-------------
 Source/cmMakefile.h                        |  103 ++++++++++++---------------
 Source/cmSourceFile.cxx                    |   10 +--
 Source/cmSourceFileLocation.cxx            |    6 +-
 Source/cmSourceFileLocation.h              |    6 +-
 Source/cmSourceGroup.cxx                   |    8 +--
 Source/cmSourceGroup.h                     |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx |    8 +--
 15 files changed, 137 insertions(+), 141 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list