[macports-base] branch gsoc17-migrate updated (211f9e2 -> 1cef08b)

Umesh Singla umeshksingla at users.noreply.github.com
Mon Aug 14 17:18:14 UTC 2017


Umesh Singla (umeshksingla) pushed a change to branch gsoc17-migrate
in repository macports-base.

    from 211f9e2  WIP: Move cregistry snapshot functions
     new 5f9b1db  WIP: snapshot migration
     new 1cef08b  create snapshotobj module with basic registry::snapshot commands

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/cregistry/Makefile.in     |   2 +-
 src/cregistry/entry.c         | 438 --------------------------------------
 src/cregistry/registry.c      |   1 +
 src/cregistry/snapshot.c      | 475 ++++++++++++++++++++++++++++++++++++++++++
 src/cregistry/snapshot.h      |   2 +-
 src/pextlib1.0/tracelib.c     |   1 +
 src/registry2.0/Makefile.in   |   3 +-
 src/registry2.0/entry.c       |  54 -----
 src/registry2.0/registry.c    |   2 +
 src/registry2.0/registry.h    |   1 +
 src/registry2.0/snapshot.c    | 154 ++++++++++++++
 src/registry2.0/snapshotobj.c | 132 ++++++++++++
 src/registry2.0/util.c        |   1 +
 src/registry2.0/util.h        |   1 +
 14 files changed, 772 insertions(+), 495 deletions(-)



More information about the macports-changes mailing list