[Cmake-commits] CMake branch, master, updated. v2.8.12.1-735-ga610251

Brad King brad.king at kitware.com
Wed Nov 20 09:08:51 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  a61025135b1c1ceea9634973b983bd3e47be8bdd (commit)
       via  15eeacefc5aa91a9767a360dbea4fd8a44b8eca6 (commit)
       via  be9dfb6b2ecd5a94d17f1bf7a478bfb85710f2be (commit)
       via  0794c1360d43a61e96d11a62f493972e3ed52d8c (commit)
       via  1c2752169c3d34b80fb331b4edcc31a6001d2974 (commit)
       via  37554acf43f1a94f22b3b9fb8838d685ffa07194 (commit)
       via  8841d738cc7be3f91e16d62e83c0cd7f2cb2f626 (commit)
       via  36e31cd1279cc441ba61bd38e85562fb2eafc449 (commit)
       via  04d398d3561453beb5e52db61810d98a832761ce (commit)
       via  50d152035da514005eaaa1d3e39e407676efd73c (commit)
       via  0f876439e941c18f7fc264fbf02f5df9bc531f90 (commit)
      from  6703508a31953dd0ee437ce0623508a01e8b4580 (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=a61025135b1c1ceea9634973b983bd3e47be8bdd
commit a61025135b1c1ceea9634973b983bd3e47be8bdd
Merge: 6703508 15eeace
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 20 09:08:47 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 20 09:08:47 2013 -0500

    Merge topic 'constify'
    
    15eeace cmTarget: Trivially make more API const.
    be9dfb6 cmTarget: Make GetExportMacro const.
    0794c13 cmTarget: Make NameResolvesToFramework const.
    1c27521 cmGlobalGenerator: Make NameResolvesToFramework const.
    37554ac cmMakefile: Make FindTarget const.
    8841d73 cmMakefile: Make IsAlias const.
    36e31cd cmTarget: Make GetInterfaceLinkLibraries const.
    04d398d cmTarget: Make GetTargetSourceFileFlags const.
    50d1520 cmTarget: Make custom command accessors API const.
    0f87643 cmGeneratorTarget: Make GetIncludeDirectories const.


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

Summary of changes:
 Source/cmGeneratorTarget.cxx               |    4 +-
 Source/cmGeneratorTarget.h                 |    2 +-
 Source/cmGlobalGenerator.cxx               |   20 ++++++-----
 Source/cmGlobalGenerator.h                 |    6 ++--
 Source/cmMakefile.cxx                      |   16 ++++-----
 Source/cmMakefile.h                        |    4 +-
 Source/cmNinjaNormalTargetGenerator.cxx    |    2 +-
 Source/cmQtAutoGenerators.cxx              |    2 +-
 Source/cmTarget.cxx                        |   38 ++++++++++----------
 Source/cmTarget.h                          |   54 ++++++++++++++++------------
 Source/cmVisualStudio10TargetGenerator.cxx |    6 ++--
 Source/cmVisualStudio10TargetGenerator.h   |    3 +-
 12 files changed, 83 insertions(+), 74 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list