[Cmake-commits] CMake branch, master, updated. v3.3.0-545-g91a1592

Brad King brad.king at kitware.com
Mon Jul 27 09:31:15 EDT 2015


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  91a159245fc5978c20245b60360e55e204f468a4 (commit)
       via  8d336875b3cea99e5c458d3e299d8caf8bc84b75 (commit)
       via  514a1dff5b532c94dca2f77ed6d8742f45c48ddc (commit)
       via  c7b39d06f9b1b5843682f52992634c8dad22aece (commit)
       via  b2de25adeda1c37c8d626432df25fce7cd2ab032 (commit)
       via  d6239507b2f08bd1fee53c84af3998a14fa9819b (commit)
       via  ef17bbefd7c504af65f2e6c52f5d7fa8e82d087e (commit)
       via  a89c02ce3d53aa6459a3d76d9f5c0573da88ceb3 (commit)
       via  b19587e7d7ff90a25d1a75fc987d911d966d77f6 (commit)
       via  1fe71e2ef04e20ff8e1de888820496fc922bffe0 (commit)
       via  8ea0b81d20d3fff15e4aa35d68945cb1f0f011ec (commit)
      from  317df61fc817d4013baf225242be905e434ff2f5 (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=91a159245fc5978c20245b60360e55e204f468a4
commit 91a159245fc5978c20245b60360e55e204f468a4
Merge: 317df61 8d33687
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 27 09:31:14 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 27 09:31:14 2015 -0400

    Merge topic 'cmRange-API'
    
    8d336875 cmMakefile: Use Ranges for buildsystem property access.
    514a1dff cmAlgorithms: Add some convenient typedefs.
    c7b39d06 cmMakefile: Split accessors for include directories and origins.
    b2de25ad cmMakefile: Split accessors for compile options and origins.
    d6239507 cmMakefile: Split accessors for compile definitions and origins.
    ef17bbef cmMakefile: Separate storage of buildsystem properties and their origins.
    a89c02ce cmMakefile: Out of line some API.
    b19587e7 cmMakefile: Remove some references from APIs.
    1fe71e2e cmAlgorithms: Move Range type out of private namespace.
    8ea0b81d cmAlgorithms: Rename cmRange to cmMakeRange.


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

Summary of changes:
 Source/cmAlgorithms.h                        |   78 +++++++-------
 Source/cmFileCommand.cxx                     |    2 +-
 Source/cmFindBase.cxx                        |    4 +-
 Source/cmFunctionCommand.cxx                 |    2 +-
 Source/cmGlobalGenerator.cxx                 |   12 ++-
 Source/cmListCommand.cxx                     |   12 +--
 Source/cmLocalUnixMakefileGenerator3.cxx     |    2 +-
 Source/cmMacroCommand.cxx                    |    2 +-
 Source/cmMakefile.cxx                        |  146 +++++++++++++++-----------
 Source/cmMakefile.h                          |   28 +++--
 Source/cmMessageCommand.cxx                  |    2 +-
 Source/cmOutputConverter.cxx                 |    2 +-
 Source/cmSetCommand.cxx                      |    2 +-
 Source/cmStringCommand.cxx                   |   12 +--
 Source/cmTarget.cxx                          |   53 ++++++----
 Source/cmTarget.h                            |   11 +-
 Source/cmTargetCompileOptionsCommand.cxx     |    3 +-
 Source/cmTargetIncludeDirectoriesCommand.cxx |    3 +-
 Source/cmcmd.cxx                             |    9 +-
 19 files changed, 213 insertions(+), 172 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list