Skip to content

Files

This branch is 44 commits behind pmem/pmdk:master.

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 4, 2024
Jul 10, 2024
Oct 4, 2024
Oct 4, 2024
Apr 2, 2024
Jul 10, 2024
Jul 10, 2024
Oct 1, 2024
Feb 26, 2024
Oct 4, 2024
Feb 15, 2024
Oct 4, 2024
Feb 12, 2020
Jul 7, 2023
Oct 25, 2023
Oct 18, 2019
Jul 10, 2024
Persistent Memory Development Kit

This is src/README.

This directory contains the source for the Persistent Memory Development Kit.

The subdirectory "include" contains header files that get delivered
along with the libraries.  Everything else is internal to the libraries
and lives in this directory.

Two versions of the libraries are built, a debug version and a nondebug
version.  The object files and the libraries themselves end up in the
subdirectories "debug" and "nondebug".

See the top-level README for build, test, and installation instructions.
The basic "make" and "make test" targets also work from this directory.