[Cmake-commits] CMake branch, master, updated. v3.1.0-rc1-267-gdd89506

Brad King brad.king at kitware.com
Thu Nov 13 10:08:29 EST 2014


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  dd89506c1ea85240b81867db5a467e6632a7ec7a (commit)
       via  1abd7cd930022ba045c3c0cd34406cbe19db84d3 (commit)
       via  2a9ac4bd83f7247539616545ef0772fea1f4a1fc (commit)
       via  32922840e7ea8a0536fec393352ede5b75087543 (commit)
      from  8abba9247230b072996213d008a69a4a64456c06 (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=dd89506c1ea85240b81867db5a467e6632a7ec7a
commit dd89506c1ea85240b81867db5a467e6632a7ec7a
Merge: 8abba92 1abd7cd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 13 10:08:27 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Nov 13 10:08:27 2014 -0500

    Merge topic 'refactor-search-path-construction'
    
    1abd7cd9 Use containers of labeled search paths instead of individual members
    2a9ac4bd Encapsulate search path manipulation functions into a seperate class.
    32922840 Refactor and seperate search path construction for find commands


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

Summary of changes:
 Source/cmBootstrapCommands1.cxx               |    2 +
 Source/cmFindBase.cxx                         |  274 ++++++++---------------
 Source/cmFindBase.h                           |   19 +-
 Source/cmFindCommon.cxx                       |  200 +++++++----------
 Source/cmFindCommon.h                         |   69 ++++--
 Source/cmFindLibraryCommand.cxx               |    2 +-
 Source/cmFindPackageCommand.cxx               |  286 +++++++++++++++----------
 Source/cmFindPackageCommand.h                 |   41 ++--
 Source/{cmDependsJava.cxx => cmPathLabel.cxx} |   38 ++--
 Source/cmPathLabel.h                          |   44 ++++
 Source/cmSearchPath.cxx                       |  251 ++++++++++++++++++++++
 Source/cmSearchPath.h                         |   57 +++++
 12 files changed, 807 insertions(+), 476 deletions(-)
 copy Source/{cmDependsJava.cxx => cmPathLabel.cxx} (54%)
 create mode 100644 Source/cmPathLabel.h
 create mode 100644 Source/cmSearchPath.cxx
 create mode 100644 Source/cmSearchPath.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list