commit | 594e5a852d9bb25012848a2f6d78bd5e9bba22fc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 22 19:38:16 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 26 18:25:49 2019 -0700 |
tree | ed6d1a77e0296e4901420ace223389c34c57f4d9 | |
parent | ce045acaa020e1dc2310c1cc0cff3616815454c0 [diff] |
sdevent: Support getting userdata Will be needed when we start storing the userdata on the heap Change-Id: I31d2c2b6741d0a4422a79b4d0a752d352121ae3c 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