commit | e04cb03ba08f61f9d07e61764fee545c55f62f35 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Nov 13 14:28:36 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 14:18:57 2019 -0700 |
tree | ba8268d32a2241599e00337e64e8447a90b9dd1c | |
parent | 127f3214693e4b6af2245a0de9845b4184747fb4 [diff] |
internal/sdref: Remove in favor of stdplus/handle We no longer need to roll our own managed handle type now that stdplus implements a generic one. Tested: Built and run through unit tests. Change-Id: Id34cd8d3ffacf7901d49cac335fa93f744f0e310 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