[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-139-g83d2b6f
Brad King
brad.king at kitware.com
Mon Oct 12 10:26:19 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 83d2b6f378ddb462a105c2754f0b061f31709655 (commit)
via 79a309d786abefef1a4f354c2973a14cba882850 (commit)
via e2eecae20517daa2bb292f85e161d5cebbc1f216 (commit)
via b5212c68def0395642fc51dcfd499557eb9481d9 (commit)
via 95b0d761a75fd2da041eacc9ee22b89043ae301f (commit)
via 6f02034e668a307587c2eb1aa0e342fd17ca103e (commit)
via 435a2f3ccb51acf119cfa1671f1c5b344a7d47a0 (commit)
via 062ed22ec43809068526706d2600297095412911 (commit)
via a02e53eb947b61dd25ecd139a213d4062fbc5b62 (commit)
via bec3487fa94093e696be170c4d85567c3c934545 (commit)
via e0f740f1b1708ac4ec43a57b8f1cbc549afe5df3 (commit)
via 2afadb0d5ad21fbbcff961562ec441eb4ac001ab (commit)
via 3d8c299f3ea024a309b05e0f21c7f002f43a5742 (commit)
from 762108f3ec60ca717cdba369dffc84459a7e3282 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83d2b6f378ddb462a105c2754f0b061f31709655
commit 83d2b6f378ddb462a105c2754f0b061f31709655
Merge: 762108f 79a309d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 12 10:26:18 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 12 10:26:18 2015 -0400
Merge topic 'refactor-cache-manager'
79a309d7 cmState: Port away from cmake instance.
e2eecae2 cmState: Move ParseCacheEntry from cmCacheManager.
b5212c68 cmState: Add API for cache version.
95b0d761 cmState: Externalize logic to caller.
6f02034e cmState: Make AddCacheEntry method private.
435a2f3c cmCacheManager: Port away from cmake instance.
062ed22e cmState: Add cache file manipulation wrappers.
a02e53eb Inline unary LoadCache.
bec3487f cmCacheManager: Remove cmMakefile dependency.
e0f740f1 Always cache entries through the cmake instance.
2afadb0d cmake: Port away from trivial cmCacheManager use.
3d8c299f cmake: Use existing cache API wrapper.
-----------------------------------------------------------------------
Summary of changes:
Source/cmCPluginAPI.cxx | 8 +-
Source/cmCacheManager.cxx | 97 +-----------------------
Source/cmCacheManager.h | 13 +---
Source/cmMakefile.cxx | 4 +-
Source/cmMarkAsAdvancedCommand.cxx | 3 +-
Source/cmState.cxx | 147 +++++++++++++++++++++++++++++++-----
Source/cmState.h | 28 ++++++-
Source/cmUtilitySourceCommand.cxx | 10 +--
Source/cmake.cxx | 99 ++++++++++++++----------
9 files changed, 228 insertions(+), 181 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list