commit | a5765822d1787e91fac8b2f054f02289e27fb320 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 24 13:45:15 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 24 13:46:09 2018 -0700 |
tree | df1b136cb6ce1e0c954c2b82290dc25b693e6c25 | |
parent | 6342364d4cc50826b46fa3176d804fca74dfea59 [diff] |
source/io: Document header
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