commit | 43493b58f26b5ec90a14770ef63fae34130977d7 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 29 21:29:04 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 15:57:26 2020 -0700 |
tree | 5b508d4a9e2c1b5f1616cfcdea22bb575c3caa31 | |
parent | a5b752a25d398784831fe05e6f463eb4bbda8268 [diff] |
source/base: Support floating sources This allows the source to stay attached to the event loop even if all of the source handles are unreferenced. Change-Id: I81e97674869ceba3e71479efa6ce38a67c0ba5c7 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 a libsystemd development package on the system for sd-event.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir