commit | 1744c165f01a5a3861312abe9267c3156c9db71e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
tree | b0c5b0d7ad143625a7c286a41d1f4bf6eb749243 | |
parent | e3de31b984401336a8ec02aba83a0fece7d79a60 [diff] |
sdref: Moves should actually invalidate the reference This also makes it possible to use in boolean expressions to check validity.
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