commit | 079cba7212a9a2e5eb7260492696675d67979346 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jul 01 17:28:32 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 08 16:26:42 2019 -0700 |
tree | f0e0c292fd67ee96883f76b004a26fa66f86657d | |
parent | cbaeb1a38314cb92bfa487659ae9225e28421091 [diff] |
handle: Support for releasing management of values Sometimes we want to be able to break the value out of the container and unmanage it. Change-Id: I1ded8571561760f7adf8bbf9a24cf21c989e4898 Signed-off-by: William A. Kennington III <wak@google.com>
stdplus is a c++ project containing commonly used classes and functions for the Linux platform. Note the goals of this project are to implement only the minimum set of features needed by the OpenBMC project and other users. You may find the included set of functions currently quite sparse.
This project provides the following primitives:
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-examples --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage