- 663b7b7 clang-tidy: async:context: replace optional access by Jayanth Othayoth · 3 weeks ago master
- 38744f4 clang-tidy:unpack_properties guard optional access by Jayanth Othayoth · 3 weeks ago
- 540ad05 clang-tidy: remove unused private fields by Jayanth Othayoth · 4 weeks ago
- 45d0406 clang-tidy: fix lax exception spec in fixture by Jayanth Othayoth · 4 weeks ago
- d0ac4bf message: ensure support for flat-map by Patrick Williams · 2 months ago
- 7c0fb15 use unpack syntax by Patrick Williams · 2 months ago
- 86e3835 test: unpack_properties: remove unused boost include by Patrick Williams · 2 months ago
- 2cd25e6 test: split up long-running tests by Alexander Hansen · 3 months ago
- c6fee5a expose DBus interface signal names as symbols by Alexander Hansen · 3 months ago
- 4aa58f5 expose DBus interface method names as symbols by Alexander Hansen · 3 months ago
- d257192 expose DBus interface property names as symbols by Alexander Hansen · 4 months ago
- bd04c3b add support for async mutex by Jagpal Singh Gill · 6 months ago
- 5b54325 add support for timed fdio by Jagpal Singh Gill · 6 months ago
- e8f2b0d asio: unpack in place by Ed Tanous · 4 months ago
- 47ac18d Allow appending std::vector<bool> by Ed Tanous · 6 months ago
- 1047618 Remove grouping for append by Ed Tanous · 6 months ago
- bc13997 watchdog: add support for systemd watchdog by Patrick Williams · 6 months ago
- 242677a Use sd-bus array methods for read and append by Ed Tanous · 1 year, 10 months ago
- f4265a7 Prepare for one shot array reading by Ed Tanous · 1 year, 11 months ago
- a923557 test: vtable: clean up FIXME by Patrick Williams · 6 months ago
- a0fe02c aserver: constructor to initialize properties by Alexander Hansen · 10 months ago
- f2cc743 Fix gtest build by Ed Tanous · 10 months ago
- 0cfa35a Fix uninitialized property, aserver instance by Alexander Hansen · 12 months ago
- dd6efd1 meson: reformat with meson formatter by Patrick Williams · 12 months ago
- 087be96 regenerate-meson: enable meson formatting by Patrick Williams · 12 months ago
- 74eea51 sdbus++-gen-meson: leverage `install_dir` for custom targets by Patrick Williams · 1 year, 1 month ago
- 3160739 sdbus++: events: add meson support for registry generation by Patrick Williams · 1 year, 1 month ago
- 36137e0 clang-format: re-format for clang-19 by Patrick Williams · 1 year, 1 month ago
- 4638a2e clang-tidy: Fix exception specification mismatch by Jayanth Othayoth · 1 year, 1 month ago
- 2a12ae1 add async fd sender receiver for coroutines by Jagpal Singh Gill · 1 year, 3 months ago
- 0ac157a sdbus++-gen-meson: fix [more] meson dependencies by Patrick Williams · 1 year, 4 months ago
- 0336a2f sdbus++: add stubs to generate event files by Patrick Williams · 1 year, 4 months ago
- 88c6a82 message: Fix unpack void type by Lei YU · 1 year, 4 months ago
- 06f265f clang-format: re-format for clang-18 by Patrick Williams · 1 year, 5 months ago
- a4df19a build: Fix requirements for tests and example features by Konstantin Aladyshev · 1 year, 10 months ago
- 2bf0bb2 timer: deprecate phosphor namespace by Patrick Williams · 2 years, 2 months ago
- fcd80ef Revert "build: use allowed over enabled" by Patrick Williams · 2 years, 2 months ago
- dabaffe build: use allowed over enabled by Patrick Williams · 2 years, 2 months ago
- 5f1c0bd test: message: read: add structured binding test for unpack by Patrick Williams · 2 years, 2 months ago
- 6db8838 clang-format: copy latest and re-format by Patrick Williams · 2 years, 3 months ago
- 6403d56 sdbus++: async: server: add generator stub by Patrick Williams · 2 years, 5 months ago
- 7770d2b test: message: read: add test for unix_fd by Patrick Williams · 2 years, 6 months ago
- 97c31c8 async: switch to stdexec async_scope by Patrick Williams · 2 years, 8 months ago
- 2f5bebd test: exception: suppress clang warnings by Patrick Williams · 2 years, 8 months ago
- d214904 clang-format: copy latest and re-format by Patrick Williams · 2 years, 8 months ago
- 9949a16 async: scope: forward exception correctly by Patrick Williams · 2 years, 9 months ago
- 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 2 years, 10 months ago
- 1caa5e8 sdbus++: add common header file by Patrick Williams · 2 years, 9 months ago
- 91cb97b async: change namespace for sync_wait by Patrick Williams · 2 years, 10 months ago
- da48d20 Fix vtable entires for offset callbacks by Ed Tanous · 2 years, 11 months ago
- 3edbe5c Change io_service to io_context by Ed Tanous · 2 years, 11 months ago
- 9688ed6 Add override keyword everywhere it's required by Ed Tanous · 3 years ago
- 60a9430 Fix meson warning by Ed Tanous · 3 years ago
- 1837cd5 Remove dead code paths by Ed Tanous · 3 years ago
- cb2fbeb Remove some extra semi-colons in tests by Ed Tanous · 3 years ago
- 640a7d5 Add support for appending std::string_view by Ed Tanous · 3 years ago
- 5e7ef08 stdexec: update to later commit by Patrick Williams · 3 years ago
- 018b8ff shell: reformat with beautysh by Patrick Williams · 3 years, 1 month ago
- 6ea246a test: async: tweak time multiplier by Patrick Williams · 3 years, 3 months ago
- 115e9b3 async: context: allow many exceptions by Patrick Williams · 3 years, 4 months ago
- 10483c9 async: context: allow run re-entrance by Patrick Williams · 3 years, 4 months ago
- 3c242ba async: context: simplify run function by Patrick Williams · 3 years, 4 months ago
- d6b05cc test: async: add a few recursive task tests by Patrick Williams · 3 years, 4 months ago
- 4cfc284 async: handle exceptions and stops by Patrick Williams · 3 years, 4 months ago
- 1b7b54c async: match: stop pending sender on dtor by Patrick Williams · 3 years, 4 months ago
- 78e436f async: context: handle shutdown better by Patrick Williams · 3 years, 4 months ago
- 0139cac async: add scope by Patrick Williams · 3 years, 4 months ago
- 435eb1b async: add sleep_for sender by Patrick Williams · 3 years, 4 months ago
- 3ce3159 event: add oneshot timer support by Patrick Williams · 3 years, 4 months ago
- 73e278b async: context: support stopping the context by Patrick Williams · 3 years, 4 months ago
- d2b0044 event: add a simple wrapper around sd-event by Patrick Williams · 3 years, 4 months ago
- 2f58b79 async: add coroutine task support by Patrick Williams · 3 years, 5 months ago
- 1a25a10 clang-format: update whitespace penalty by Patrick Williams · 3 years, 4 months ago
- ce8d16d treewide: Leverage sdbus++-gen-meson by Willam A. Kennington III · 3 years, 4 months ago
- 293c8a2 sdbus++: Fix meson dependency generation by William A. Kennington III · 3 years, 5 months ago
- a970d83 test: unpack_properties: add constructor hint by Patrick Williams · 3 years, 4 months ago
- 9cde21f message: add unpack method by Patrick Williams · 3 years, 5 months ago
- f289c65 clang-format: update with latest by Patrick Williams · 3 years, 5 months ago
- c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 4 years ago
- b7329a9 message: append: support span by Patrick Williams · 3 years, 9 months ago
- ba5460d server: object: default emit destruct signals by Patrick Williams · 3 years, 10 months ago
- 9f11c97 format: copy configs from phosphor-dbus-interfaces and reformat by Patrick Williams · 3 years, 10 months ago
- e944507 yaml: format with prettier by Patrick Williams · 3 years, 10 months ago
- 5770f51 utility: add merge_variants_t by Paul Fertser · 4 years ago
- 4a46eb5 object: handle diamond inheritance by Patrick Williams · 4 years, 2 months ago
- a735ca5 vtable: shorten vtable type by Patrick Williams · 4 years, 2 months ago
- ba33c2a manager,interface: use shortened types by Patrick Williams · 4 years, 2 months ago
- 0f282c4 bus: shorten bus type by Patrick Williams · 4 years, 2 months ago
- 10d7aa1 message: shorten message type by Patrick Williams · 4 years, 2 months ago
- 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 4 years, 3 months ago
- a22dbf4 message: correctly unpack variants of enums by Patrick Williams · 4 years, 6 months ago
- 87b6a8d message: template to check if convert_from_string exists by Patrick Williams · 4 years, 6 months ago
- ea56ec3 test: add tests for enum parsing by Patrick Williams · 4 years, 6 months ago
- 64f0122 use C++17 std::foo_v templates by Patrick Williams · 4 years, 6 months ago
- 34cf693 utility: dedup_variant: rename in C++14 '_t' style by Patrick Williams · 4 years, 6 months ago
- 8db46a0 native_types: string_path_wrapper: Don't escape all strings by William A. Kennington III · 4 years, 9 months ago
- 285f78b native_types: Reduce append allocation by William A. Kennington III · 4 years, 9 months ago
- e39b3dc test/message/types: Convert ASSERTs to EXPECTs by William A. Kennington III · 4 years, 9 months ago
- 472b702 message: Add call_async method by William A. Kennington III · 4 years, 9 months ago
- d06072e Fix #60 by adding encoding/decoding rules by Ed Tanous · 4 years, 9 months ago