f5285c73 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Make it possible to get the prepare callback |
4863b96b | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Make it possible to get the underlying sd_event_source |
7c24e057 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Only disable the event if it exists
This shouldn't happen in practice but will be needed to supporting moving. |
715c72f8 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Take an event directly instead of sdevent
Also expose a mechanism for retrieving our internal event. |
d9fd9815 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Constify |
fe059910 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
event: Add trivial functions |
ed059210 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
code-coverage: Make lcov options configurable |
7597a081 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
clock: Add class for future use |
bdc59018 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
event: Allow extracting the event and sdevent impl |
f9f28815 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
event: Constify operations |
f28b28ef | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
code-coverage: Don't use full paths in HTML output |
2cc1c176 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
event: Constify sdevent |
1744c165 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
sdref: Moves should actually invalidate the reference
This also makes it possible to use in boolean expressions to check validity. |
e3de31b9 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
sdref: Fix styling |
76d66de4 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
sdref: Constify sdevent |
809f26f1 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
sdevent: Cleanup spacing |
ca7db851 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
clang-format: Always break template declarations |
6364dd9e | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
test/event: Fix extraneous Event creation |
48c42751 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Add the prepare callback functionality |
65db863e | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Expose trivial built in methods |
321ed011 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
configure: Make examples optional |
d6d53140 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
configure: Fix help strings |
0a816c5d | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
Large refactoring |
154a2b3a | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
code-coverage: Ignore system headers and sd_event impl |
ae7d4c50 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
makefile: Clean up compiler flags |