commit | 08ebb3993a2b5a82d0a5ead29a649c95632f7c64 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Oct 30 13:21:13 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Oct 30 13:23:25 2018 -0700 |
tree | d545f9f1f446f9dc3ce5806823b75109d089c3dc | |
parent | a5f8596add59b7ba5716abe5b0caba21ed84a0f7 [diff] |
utility/timer: Implement callback setting All of the other classes that take callbacks support having the callback updated. Tested: Builds and passed through the unit test suite. Change-Id: I0efcd074523fa6ec0cc84c7a930346dd9340f7ec 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