[Cmake-commits] CMake branch, master, updated. v3.2.1-663-g678493d

Brad King brad.king at kitware.com
Tue Apr 7 16:04:07 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  678493d60ff0e8c8e59caf9fa57b6f1e5e7e61b2 (commit)
       via  9410e24a4ad3a21b2c27d057798f723e88d14d45 (commit)
       via  7b7ae3b1a1d1c664eeef48392759883aa4040657 (commit)
       via  228c629c18d6b5e820376ac87babca0771205b6f (commit)
       via  2e50f5e7d9269ee1e2e3587a7a4b806df48510d3 (commit)
       via  e62243674e7ce9a162b47567ef5893fae44ed153 (commit)
       via  9ada4c04335fc070f3f670df72bd9943eabec464 (commit)
       via  1fe7f24c2b62734d501427750586d8063149ea58 (commit)
       via  08c642c6ae47fd075fe1060fc0e28d8a24cc3c00 (commit)
       via  cec8f97e5717fac279d310f3f0b9e849a0e59706 (commit)
      from  7ee897beec045761e796ac7468ed6e43cd58f1fe (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=678493d60ff0e8c8e59caf9fa57b6f1e5e7e61b2
commit 678493d60ff0e8c8e59caf9fa57b6f1e5e7e61b2
Merge: 7ee897b 9410e24
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 7 16:04:05 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 7 16:04:05 2015 -0400

    Merge topic 'refactor-cache-api'
    
    9410e24a cmCacheManager: Port consumers to non-iterator API.
    7b7ae3b1 Port QtDialog to non-iterator cache API.
    228c629c Port CursesDialog to non-iterator cache API.
    2e50f5e7 cmMakefile: Port away from CacheEntry.Initialized.
    e6224367 cmCacheManager: Add non-iterator-based API.
    9ada4c04 cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.
    1fe7f24c Add API for cache loading, deleting and saving to the cmake class.
    08c642c6 cmMakefile: Remove cache version accessors.
    cec8f97e 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                            |   77 ++++++++-
 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, 471 insertions(+), 311 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list