a4c76ea9 | 21-Nov-2022 |
William A. Kennington III <wak@google.com> |
utility/sdbus: Add bus processing workaround
Provide a wrapper for others to use that works around a memory leak that we have with processing dbus matches in an event loop.
Change-Id: I944e9c254784
utility/sdbus: Add bus processing workaround
Provide a wrapper for others to use that works around a memory leak that we have with processing dbus matches in an event loop.
Change-Id: I944e9c2547844b507216e334bd013f26b8a547da Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
fdc5c662 | 29-Sep-2022 |
William A. Kennington III <wak@google.com> |
subprojects: Remove unused span-lite
Change-Id: I74896f92263a270a23bec75cd57bb74cb58e49a5 Signed-off-by: William A. Kennington III <wak@google.com>
|
209d8341 | 21-Sep-2022 |
William A. Kennington III <wak@google.com> |
build: pull function2 from stdplus
We no longer need to specify this for ourselves.
Change-Id: I1443268aa7ed4126d6c2488983d7bf796b473fca Signed-off-by: William A. Kennington III <wak@google.com> |
02316409 | 21-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
meson: simplify dependencies
Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia52270
meson: simplify dependencies
Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia5227007ba4f7e1aaa8ff1c87e53e789152cc31c
show more ...
|
159a3560 | 04-Feb-2021 |
William A. Kennington III <wak@google.com> |
subprojects: Update to HEAD
Change-Id: Idbc173920abc588d35be56fa7cd3171cac6673cf Signed-off-by: William A. Kennington III <wak@google.com> |
220b5dab | 29-Mar-2019 |
William A. Kennington III <wak@google.com> |
source/*: Use unique_function so our callbacks can be move-only
This will allow move-only types like unique_ptr to be used in callbacks.
Change-Id: Ia99925cea3bf96e3c213ba0fe093cc6ab3f5a421 Signed-
source/*: Use unique_function so our callbacks can be move-only
This will allow move-only types like unique_ptr to be used in callbacks.
Change-Id: Ia99925cea3bf96e3c213ba0fe093cc6ab3f5a421 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
fa27734c | 20-Feb-2020 |
William A. Kennington III <wak@google.com> |
src: Allow for stdplus to be vendored
Change-Id: I0ade83798e1458e31b011119f95fc17c30617153 Signed-off-by: William A. Kennington III <wak@google.com> |
bbd1b56a | 20-Feb-2020 |
William A. Kennington III <wak@google.com> |
test: Allow optional usage of vendored googletest
Change-Id: I7011edb826b11762f1eb49e8bbc3a19c8006f8c5 Signed-off-by: William A. Kennington III <wak@google.com> |