commit | 86be5dd8a02c3abf685f6313213c9356b7b1708d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jul 23 09:46:18 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 23 09:47:01 2018 -0700 |
tree | 9674b47ce696a3d36fcb2e45b7b1054abc6553a4 | |
parent | eaf815f7cf7d3f22028e55227d2147a722fde590 [diff] |
source/event: Rename Event to EventBase
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