commit | 5a7365c6e51fe4554b6a24455080974f3eeab4dc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Jul 22 00:22:08 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 14:55:39 2018 -0700 |
tree | e8d95a0d95dfeecbd8b79ed04e470113260a0a80 | |
parent | 425691a2a9104d25a7b381b00af136a1465891ad [diff] |
source/event: Implement event_handler style sources
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