commit | 127f3214693e4b6af2245a0de9845b4184747fb4 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Nov 13 14:26:49 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 21:16:02 2019 +0000 |
tree | 7eea29870aadc1f70c801336ebb336d3fd79e460 | |
parent | 2d8f8cc0a2a8e289019d99f5edba0703817b9727 [diff] |
tree-wide: Use get() helper instead of direct access This makes it easier to refactor the handle used to hold the pointers. Change-Id: Ie6eaf9cab998039f18d61a6321774a3db3fa5564 Signed-off-by: William A. Kennington III <wak@google.com>
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires libsystemd for sd-event.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --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