[Cmake-commits] CMake branch, master, updated. v3.1.2-1066-ge2619c1

Brad King brad.king at kitware.com
Tue Feb 10 09:37:58 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  e2619c13f727504b7368e0bf156c17112ee81568 (commit)
       via  d8639733a42149ca1402dcae427f2142ab0cf037 (commit)
       via  803317aab622e4f12e7d342be5bbb4f16b088efd (commit)
       via  11093a03e064e1b7ef2d5db28845b5da7b934806 (commit)
       via  6cd2ee9524e501a4ef9dc481b469b91f8f022dc9 (commit)
       via  94e993a0c170cf84da9ddb026dfec9d8d99304e0 (commit)
       via  69dbe51b08bd6b4564d031d78034633f55ed4593 (commit)
       via  683fafea088c26658283da3bdf05277aaa1a3cee (commit)
       via  63f584b618b3381ad93c901f691191acd48329a7 (commit)
       via  74c4d9d27aece9a619eaab330ad23cf4b0de2b19 (commit)
       via  71d47115d009983665d6db4b25ea0ef40464f365 (commit)
       via  39622c995c189b4e22dfdc0e9aa29c8fce5eac17 (commit)
       via  a7fcc148bdfa5e9f2c6901b0de8192f5aa043741 (commit)
       via  d46c4f0727acb35963dfda579cd5c9efd63aab01 (commit)
       via  d59913f001b6eb74f9baf8bad183dc83d5e7bcd1 (commit)
       via  3f3db74413fc6b0afe4aa484c0ada2d5271ef0ba (commit)
       via  bd990c803b40e1532cab6b29c75414ca6f30e782 (commit)
       via  5fc53f1edb2d003595ef224b31a805c3af0dc0e6 (commit)
       via  421eadb45b48d40aa7d0b5e42a48df4ba94b9fc0 (commit)
      from  c548ddc1724c9c96bab04d2f51d1740360bcb737 (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=e2619c13f727504b7368e0bf156c17112ee81568
commit e2619c13f727504b7368e0bf156c17112ee81568
Merge: c548ddc d863973
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 10 09:37:57 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 10 09:37:57 2015 -0500

    Merge topic 'use-algorithms'
    
    d8639733 cmSystemTools: Remove unnecessary comparison.
    803317aa cmSystemTools: Early return if size makes later comparison false.
    11093a03 Replace temporary bool by inlining warning condition.
    6cd2ee95 Replace loop with member algorithm.
    94e993a0 cmComputeLinkDepends: Remove temporary iterator copy.
    69dbe51b Replace loop with algorithm.
    683fafea Replace a loop with std::transform.
    63f584b6 Replace while loop with member insert.
    74c4d9d2 Take a size check outside of an inner loop.
    71d47115 Use insert member instead of back_inserter.
    39622c99 Convert while loop to member insert.
    a7fcc148 Convert loop to algorithm.
    d46c4f07 Extract a prefix variable from loop.
    d59913f0 Take computation out of loop.
    3f3db744 cmMakefile: Remove ExpandSourceListArguments.
    bd990c80 Remove use of ExpandSourceListArguments.
    ...


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

Summary of changes:
 Source/CPack/OSXScriptLauncher.cxx       |    8 ++++----
 Source/CPack/cmCPackNSISGenerator.cxx    |    2 +-
 Source/CTest/cmCTestCoverageHandler.cxx  |    4 ++--
 Source/QtDialog/CMakeSetup.cxx           |    6 +++---
 Source/cmAddLibraryCommand.cxx           |    6 +-----
 Source/cmCPluginAPI.cxx                  |    7 +++----
 Source/cmComputeLinkDepends.cxx          |    7 +++----
 Source/cmFLTKWrapUICommand.cxx           |    7 ++-----
 Source/cmFileCommand.cxx                 |    4 ++--
 Source/cmFindLibraryCommand.cxx          |    4 ++--
 Source/cmInstallFilesCommand.cxx         |    7 ++-----
 Source/cmLocalGenerator.cxx              |   33 +++++++++++-------------------
 Source/cmLocalUnixMakefileGenerator3.cxx |   14 +++++--------
 Source/cmMakefile.cxx                    |   13 ------------
 Source/cmMakefile.h                      |   11 ----------
 Source/cmQTWrapCPPCommand.cxx            |   10 +++------
 Source/cmQTWrapUICommand.cxx             |   10 +++------
 Source/cmSetTargetPropertiesCommand.cxx  |   15 ++++----------
 Source/cmSetTestsPropertiesCommand.cxx   |   15 ++++----------
 Source/cmSystemTools.cxx                 |    8 ++++++--
 Source/cmTarget.cxx                      |   13 ++++--------
 Source/cmXMLSafe.cxx                     |    4 ++--
 Source/cmXMLSafe.h                       |    4 ++--
 Source/cmake.cxx                         |    9 ++++----
 24 files changed, 74 insertions(+), 147 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list