[Cmake-commits] CMake branch, master, updated. v3.2.0-rc1-242-gcc36110

Brad King brad.king at kitware.com
Mon Feb 23 10:26:39 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  cc3611023d9d5ca9ad1eabe13dfb12577970e283 (commit)
       via  bb9d71b4fee2cc4abf55e0dcbadf85c6cbe0d07d (commit)
       via  4afe6c26c66556827e6089982c49b8dea3a2efcb (commit)
       via  a3a0a8c222b59f15502f52192bf41c4af2882392 (commit)
       via  8c74a41ff3b6fce1bb7d088d16f5e0a9ae8ab55d (commit)
       via  61fe1919de8c0455a6baff543ccfcb35fce8f37b (commit)
       via  09d6125bfe4034f332956f4bcc5b0a1ba0b82e27 (commit)
       via  8ed6ecac3fb0f832333e2d5d6f3551ab8e335d0f (commit)
       via  dfe49c205654a51f860507ea5d8ad133b2a4f064 (commit)
       via  21b0654ace2ce58d191c2e42a8583b05614cd037 (commit)
       via  416df93aa93d0a633f0e7354d0562934f676768b (commit)
       via  37b88d348a20921c835ce7aa99f6db62271503a7 (commit)
       via  a281809384cc19cc9a7d1726b243020b380b9395 (commit)
       via  76207b0861478318115d65c2e983f4d88c937724 (commit)
       via  60c3bb73e39f7b19a17c989a0f9bf70bbfe73683 (commit)
       via  05fec779d33b872721b9731e872125ebeb89403b (commit)
       via  9c225767873ce64a745e865c6f1c3372a8ab45d9 (commit)
       via  ee5bc006ebee898729b81237719106704a2bb38a (commit)
       via  b3a0c6e08f36efc5f3cd4c1a0d9614a789f91e38 (commit)
       via  f20a4257f2889387fcbf540b29b16f10843f2f9e (commit)
       via  ee269f4f16300b0427c1e1baef94b85ccc4ea13f (commit)
       via  470cff497bc26d48ee05de0b260af2546bb7698c (commit)
       via  e6ca1b82744154fa048634abdc353e4118a11979 (commit)
      from  15c409f4674ad3a94cb03fae145ddcf0b233a4d0 (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=cc3611023d9d5ca9ad1eabe13dfb12577970e283
commit cc3611023d9d5ca9ad1eabe13dfb12577970e283
Merge: 15c409f bb9d71b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 23 10:26:38 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 23 10:26:38 2015 -0500

    Merge topic 'use-algorithms'
    
    bb9d71b4 Replace loops with algorithms.
    4afe6c26 cmAlgorithms: Add cmReverseRange adaptor.
    a3a0a8c2 cmAlgorithms: Add cmFindNot algorithm.
    8c74a41f cmRST: Replace two erase with a rotate and larger erase.
    61fe1919 cmAlgorithms: Update concept requirement to FowardIterator
    09d6125b cmAlgorithms: Move cmRotate out of 'implementation detail' namespace.
    8ed6ecac cmRST: Move two algorithms beside each other.
    dfe49c20 cmRST: Use std::min where appropriate.
    21b0654a cmGlobalGenerator: Convert set insert algorithm to vector algorithms.
    416df93a Convert some raw loops to cmWrap.
    37b88d34 cmAlgorithms: Add cmWrap.
    a2818093 Use cmJoin where possible.
    76207b08 cmCacheManager: Replace loop with algorithm.
    60c3bb73 cmGlobalGenerator: Replace loop with algorithm.
    05fec779 cmTarget: Port loop to algorithm.
    9c225767 cmGlobalGenerator: Replace set::insert algorithm with cmRemoveDuplicates.
    ...


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

Summary of changes:
 Source/cmAlgorithms.h                              |   54 ++++++++++++++----
 Source/cmCTest.cxx                                 |    7 +--
 Source/cmCacheManager.cxx                          |    6 +-
 Source/cmComputeLinkDepends.cxx                    |    5 +-
 Source/cmCoreTryCompile.cxx                        |   23 ++------
 Source/cmFindBase.cxx                              |   19 +------
 Source/cmFindPackageCommand.cxx                    |   14 +----
 Source/cmGeneratorTarget.cxx                       |   11 ++--
 Source/cmGlobalGenerator.cxx                       |   59 +++++++++-----------
 Source/cmListCommand.cxx                           |    3 +-
 Source/cmLocalGenerator.cxx                        |    7 +--
 Source/cmLocalUnixMakefileGenerator3.cxx           |   15 +----
 Source/cmMakefile.cxx                              |   46 ++++-----------
 Source/cmRST.cxx                                   |   30 ++++------
 Source/cmSystemTools.cxx                           |    2 +-
 Source/cmTarget.cxx                                |    9 +--
 Source/cmcmd.cxx                                   |   28 ++--------
 .../File_Generate/CommandConflict-stderr.txt       |    2 +-
 18 files changed, 127 insertions(+), 213 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list