[Cmake-commits] CMake branch, master, updated. v3.2.1-695-g26d6c09

Brad King brad.king at kitware.com
Thu Apr 9 11:32:38 EDT 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  26d6c095d6117d7f9cb02378acb74d86efe59d0b (commit)
       via  ba404938a202b51bb82bff8692ed08e53b061ad4 (commit)
       via  f3922a9a5b463420db5f7fae08efdf1b4abdfe5e (commit)
       via  3e6a76e48b93b2756cd3e1f28941c79c5a8f9709 (commit)
       via  9e64156725e431ae15ce92be4e470cae6edf5bd6 (commit)
       via  1e2dbfce37acd1b7e7dc5bb1b45d71c5ac0c3599 (commit)
       via  60a62a91c4c67859d8e8f51aafcf0eb929edc036 (commit)
       via  77f2807ce56491fab7637327564c7fb1033dadb1 (commit)
       via  14973054a2f3954111789cda5e54c2e2e2175521 (commit)
       via  1f2c12ebd196f3d23aa40d85c965654dbc36d0ad (commit)
       via  97c50a8dbd9f1ca5026f60e4a224e9a087e01f0e (commit)
      from  81f627d53bd3bdb50379eb3e1b9cd87bb0ff0bbc (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=26d6c095d6117d7f9cb02378acb74d86efe59d0b
commit 26d6c095d6117d7f9cb02378acb74d86efe59d0b
Merge: 81f627d ba40493
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 9 11:32:36 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 9 11:32:36 2015 -0400

    Merge topic 'refactor-cache-api'
    
    ba404938 cmCacheManager: Port consumers to non-iterator API.
    f3922a9a Port QtDialog to non-iterator cache API.
    3e6a76e4 Port CursesDialog to non-iterator cache API.
    9e641567 cmMakefile: Port away from CacheEntry.Initialized.
    1e2dbfce cmCacheManager: Add non-iterator-based API.
    60a62a91 cmCacheManager: Return a C string from GetValue.
    77f2807c cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
    14973054 Add API for cache loading, deleting and saving to the cmake class.
    1f2c12eb cmMakefile: Remove cache version accessors.
    97c50a8d cmMakefile: Simplify GetDefinitions implementation.


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

Summary of changes:
 Source/CTest/cmCTestBuildAndTestHandler.cxx        |    3 +-
 .../CursesDialog/cmCursesCacheEntryComposite.cxx   |   35 +++--
 Source/CursesDialog/cmCursesCacheEntryComposite.h  |    2 +-
 Source/CursesDialog/cmCursesMainForm.cxx           |  151 +++++++++++-------
 Source/QtDialog/QCMake.cxx                         |   85 +++++-----
 Source/cmCPluginAPI.cxx                            |    6 +-
 Source/cmCTest.cxx                                 |    2 +-
 Source/cmCacheManager.cxx                          |   16 +-
 Source/cmCacheManager.h                            |   79 +++++++++-
 Source/cmCommandArgumentParserHelper.cxx           |    3 +-
 Source/cmExtraEclipseCDT4Generator.cxx             |    6 +-
 Source/cmFindBase.cxx                              |   13 +-
 Source/cmGetPropertyCommand.cxx                    |    7 +-
 Source/cmGlobalGenerator.cxx                       |   14 +-
 Source/cmGlobalXCodeGenerator.cxx                  |    2 +-
 Source/cmLoadCacheCommand.cxx                      |    6 +-
 Source/cmMakefile.cxx                              |   54 +++----
 Source/cmMakefile.h                                |    8 -
 Source/cmMarkAsAdvancedCommand.cxx                 |   15 +-
 Source/cmOptionCommand.cxx                         |   12 +-
 Source/cmSetCommand.cxx                            |    7 +-
 Source/cmSetPropertyCommand.cxx                    |   19 ++-
 Source/cmSetPropertyCommand.h                      |    2 +-
 Source/cmTryRunCommand.cxx                         |   19 ++-
 Source/cmUtilitySourceCommand.cxx                  |    6 +-
 Source/cmVariableRequiresCommand.cxx               |    6 +-
 Source/cmake.cxx                                   |  166 ++++++++++++--------
 Source/cmake.h                                     |   14 +-
 Source/cmakemain.cxx                               |   26 +--
 29 files changed, 472 insertions(+), 312 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list