[Cmake-commits] CMake branch, master, updated. v3.1.2-1138-ge6ae3c6

Brad King brad.king at kitware.com
Thu Feb 12 11:53:05 EST 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  e6ae3c6ae0540de51b3d615aea3abd49ccc70a34 (commit)
       via  7c3f637680ac0cdb6cec5e75ba4a9b188de5017b (commit)
       via  8a399c8c9f1c4a793289d6baf37081efac082eee (commit)
       via  abfca97525be06e067981b6c6bf63ba7a3aa52f9 (commit)
       via  0b61b86df856e3cec366f8c23f35aae576b2d821 (commit)
       via  e21f7829a2891ce7599ade02d4fd9c193657069a (commit)
       via  559dc15589ad0b9a7bdaa62ac7552899993f6f0d (commit)
       via  0ea719326ea78b423a5ec95b1218b626e9392f07 (commit)
       via  9380e85f865e29cd5968e91408a31d5160f4a4cb (commit)
       via  bb10012fea677fd8aa1bbefd06061efcb7ec1955 (commit)
       via  0c12f1ea0da0a5822a7a69b4ff77b45732c72466 (commit)
       via  27c6f017a1ef7c62f7f0332d624add7e8189f81c (commit)
       via  4e78ebbdf94b99f7b7d5b9b31d05dd9479b1d6ab (commit)
       via  8910224950a2b723e0d4fd7c21a326af7fb2e050 (commit)
       via  7b8725bf8472ebf4781ddd60ef8fcca9c3ad98dd (commit)
       via  7ee56f03999e8605cc2cbe85a3a7b7159e639e5d (commit)
       via  0a4e5674eccb0126733086d4632c7239217db6f1 (commit)
       via  11ecc31d0a2da0090195a682364fb4628f55673a (commit)
       via  f95543f8a6b38bf6d5350169bdb53d5066839b76 (commit)
       via  9fe8f49353f927882af256c7870eb24e4be0c9be (commit)
       via  ac26d4b343aece40b6b9a931ab619fc88d4b9492 (commit)
      from  fc7e15691a870f8f5e199e615279c7eb4dba8f6f (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=e6ae3c6ae0540de51b3d615aea3abd49ccc70a34
commit e6ae3c6ae0540de51b3d615aea3abd49ccc70a34
Merge: fc7e156 7c3f637
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 12 11:53:04 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 12 11:53:04 2015 -0500

    Merge topic 'use-cmRange'
    
    7c3f6376 Convert loop into two algorithms.
    8a399c8c Convert loop to the common pattern.
    abfca975 Move loop inside of condition.
    0b61b86d Handle last element outside of the loop.
    e21f7829 cmTarget: Use a sorted vector in place of a set.
    559dc155 cmSet: Replace loop with cmJoin.
    0ea71932 cmFindBase: Replace loop with cmJoin on range.
    9380e85f Convert loops to cmJoin algorithm with cmRange.
    bb10012f cmStringCommand: Accumulate with cmJoin and range adaptors.
    0c12f1ea cmAlgorithms: Add a range adaptor and API for adjusting a range.
    27c6f017 Use cmJoin to accumulate string ranges.
    4e78ebbd cmAlgorithms: Add a Range container and adaptor method.
    89102249 Replace common loop pattern with cmJoin
    7b8725bf Convert loops populating maybe-empty content into the common pattern.
    7ee56f03 Convert loops into the commonly used pattern.
    0a4e5674 cmMacroCommand: Remove counting variable.
    ...


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

Summary of changes:
 Source/CPack/cmCPackGeneratorFactory.cxx        |    1 +
 Source/CTest/cmCTestGIT.cxx                     |    1 +
 Source/{cmStandardIncludes.h => cmAlgorithms.h} |  219 ++++++++---------------
 Source/cmExportSet.cxx                          |    1 +
 Source/cmExportSetMap.cxx                       |    1 +
 Source/cmFileCommand.cxx                        |    6 +-
 Source/cmFileLockPool.cxx                       |    1 +
 Source/cmFindBase.cxx                           |    8 +-
 Source/cmFindPackageCommand.cxx                 |   19 +-
 Source/cmFunctionCommand.cxx                    |    8 +-
 Source/cmGetCMakePropertyCommand.cxx            |   19 +-
 Source/cmInstalledFile.h                        |    1 +
 Source/cmListCommand.cxx                        |   11 +-
 Source/cmLocalGenerator.cxx                     |   10 +-
 Source/cmLocalUnixMakefileGenerator3.cxx        |   24 ++-
 Source/cmMacroCommand.cxx                       |   32 ++--
 Source/cmMakefile.cxx                           |   44 +----
 Source/cmMessageCommand.cxx                     |    6 +-
 Source/cmOptionCommand.cxx                      |    6 +-
 Source/cmRST.cxx                                |    1 +
 Source/cmSetCommand.cxx                         |   12 +-
 Source/cmStandardIncludes.h                     |  134 --------------
 Source/cmStringCommand.cxx                      |   42 ++---
 Source/cmSystemTools.cxx                        |    1 +
 Source/cmTarget.cxx                             |   27 ++-
 Source/cmVariableWatch.cxx                      |    2 +
 Source/cmcmd.cxx                                |   15 +-
 27 files changed, 154 insertions(+), 498 deletions(-)
 copy Source/{cmStandardIncludes.h => cmAlgorithms.h} (53%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list