[Cmake-commits] CMake branch, master, updated. v3.2.0-rc1-158-gec1ec47

Brad King brad.king at kitware.com
Mon Feb 16 09:44:45 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  ec1ec47193fcab7084e8edd977d3bebd1e8c73cb (commit)
       via  116459d34fab6327906e901753611636f84a16c1 (commit)
       via  1c7c35c3723abfb91f5e9a986ccd4f7e70683baf (commit)
       via  cebeed248606ba92597b7e32a5b0be1f474f7a91 (commit)
       via  3cfe7a4ca876c496f9b491e4175fd1c9be24f3d7 (commit)
       via  050958a3286f69c577fe5d03407800cbe0367898 (commit)
       via  a77af8f1301b6a9964c187ffff7a1893a80fbe90 (commit)
       via  6a22e40147b7df5285a67b63249562ecbeff112e (commit)
       via  0b5cf0dabd430dfe1289e865b1b51c41066338a7 (commit)
       via  069f2440c471e89dfe2ecf6778bbab16e9fbe491 (commit)
       via  67a26764b536992a966cacab4811c2d30624405c (commit)
       via  1cecd3a53107f7f670cf011201c1da3a33b795b6 (commit)
      from  7632daebd3b8378a17b302528d0690da97cb8cb5 (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=ec1ec47193fcab7084e8edd977d3bebd1e8c73cb
commit ec1ec47193fcab7084e8edd977d3bebd1e8c73cb
Merge: 7632dae 116459d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 16 09:44:44 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 16 09:44:44 2015 -0500

    Merge topic 'cmListCommand-algorithms'
    
    116459d3 cmListCommand: Avoid needlessly erasing from vectors.
    1c7c35c3 cmListCommand: Replace remove duplicates loop with algorithm.
    cebeed24 cmAlgorithms: Add cmRemoveDuplicates algorithm.
    3cfe7a4c cmListCommand: Implement REMOVE_ITEM in terms of cmRemoveMatching.
    050958a3 cmAlgorithms: Add cmRemoveMatching algorithm.
    a77af8f1 cmListCommand: Replace joining loop with cmJoin algorithm.
    6a22e401 cmListCommand: Use cmRemoveIndices for REMOVE_AT subcommand.
    0b5cf0da cmAlgorithms: Implement algorithm for removing indexes.
    069f2440 cmListCommand: Convert loop to find algorithm.
    67a26764 cmListCommand: Implement REVERSE subcommand with std::reverse.
    1cecd3a5 cmListCommand: Use std::find algorithm for FIND subcommand.


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

Summary of changes:
 Source/cmAlgorithms.h    |   91 +++++++++++++++++++++++++++++++++++
 Source/cmListCommand.cxx |  120 +++++++++++++---------------------------------
 2 files changed, 123 insertions(+), 88 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list