1. ae22c6a Remove Richard by Jason M. Bills · 1 year, 6 months ago
  2. 1e6ce77 message: read: eliminate unix-fd specialization by Patrick Williams · 1 year, 6 months ago
  3. 7770d2b test: message: read: add test for unix_fd by Patrick Williams · 1 year, 6 months ago
  4. f23e4d4 slot: Add an empty constructor by William A. Kennington III · 1 year, 7 months ago
  5. 2fa3a61 asio: Align nop_set_value to return conventions by Jonathan Doman · 1 year, 7 months ago
  6. 9d8ba94 bus: Consistently leverage mock by William A. Kennington III · 1 year, 7 months ago
  7. 798848d build: upgrade to C++23 by Patrick Williams · 1 year, 7 months ago
  8. fc73b39 bus/match: Compile all code into library by Willam A. Kennington III · 2 years, 5 months ago
  9. 102fc04 bus/match: Remove redundant inline and stringify by William A. Kennington III · 2 years, 2 months ago
  10. fa663ae stdexec: update to latest commit by Patrick Williams · 1 year, 8 months ago
  11. 9c6ec9b async: add is_sender type-aliases by Patrick Williams · 1 year, 8 months ago
  12. 3cc9c30 Fix coroutine disable option by Ed Tanous · 1 year, 8 months ago
  13. 5d16a8e async: context: remove pending_exception handling by Patrick Williams · 1 year, 8 months ago
  14. 97c31c8 async: switch to stdexec async_scope by Patrick Williams · 1 year, 8 months ago
  15. 1f3a90f stdexec: pull in async_scope by Patrick Williams · 1 year, 9 months ago
  16. a50e14b async: client: fix uninitialized proxy error on clang by Patrick Williams · 1 year, 8 months ago
  17. 3b451ad stdexec: pick up fixes for unused parameters by Patrick Williams · 1 year, 9 months ago
  18. 00e3a3a stdexec: update to latest commit by Patrick Williams · 1 year, 9 months ago
  19. 17ad5d2 async: fix reference initializer warning by Patrick Williams · 1 year, 9 months ago
  20. 569701f async: execution: suppress clang warning of GCC diagnostic by Patrick Williams · 1 year, 9 months ago
  21. 2f5bebd test: exception: suppress clang warnings by Patrick Williams · 1 year, 9 months ago
  22. b36f6f8 sdbus++: async: client: fix clang warning on struct mismatch by Patrick Williams · 1 year, 9 months ago
  23. 2586482 async: scope: constructor fix to make clang happy by Patrick Williams · 1 year, 9 months ago
  24. 6937348 sdbus++: simplify vtable generation by Patrick Williams · 1 year, 9 months ago
  25. 3a1d8b9 sdbus++: property: simplify server mako structure by Patrick Williams · 1 year, 9 months ago
  26. 5626d2b sdbus++: handle error names in Python code by Patrick Williams · 1 year, 9 months ago
  27. 9bf2b23 sdbus++: handle error includes in Python code by Patrick Williams · 1 year, 9 months ago
  28. fdfd3af asio: connection: fix clang-tidy warning by Patrick Williams · 1 year, 9 months ago
  29. 3e20fa8 stdexec: update to latest commit by Patrick Williams · 1 year, 9 months ago
  30. d214904 clang-format: copy latest and re-format by Patrick Williams · 1 year, 9 months ago
  31. 5bc767a sdbus++: async: client: handle readonly flags for properties by Patrick Williams · 1 year, 9 months ago
  32. 9949a16 async: scope: forward exception correctly by Patrick Williams · 1 year, 9 months ago
  33. 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 1 year, 11 months ago
  34. 27877eb Replace interface member with bus by Hannu Lounento · 1 year, 9 months ago
  35. 384943b sdbus++: async: client: fix client_t usage by Patrick Williams · 1 year, 9 months ago
  36. 13c19dd asio: Emit PropertiesChanged signal by Jonathan Doman · 1 year, 9 months ago
  37. 1fc197e server: object: reduce potential warnings by Patrick Williams · 1 year, 9 months ago
  38. 50f1dae sdbus++: async: client: example: add a few comments for clarity by Patrick Williams · 1 year, 9 months ago
  39. 65e4d30 sdbus++: async: client: add generated property calls by Patrick Williams · 1 year, 9 months ago
  40. ecfff5c sdbusplus: async: client: prettify the generated code by Patrick Williams · 1 year, 9 months ago
  41. 3cd1c34 sdbus++: async: client: move context to constructor by Patrick Williams · 1 year, 9 months ago
  42. 0241d90 sdbus++: async: client: add generated method calls by Patrick Williams · 1 year, 9 months ago
  43. 4a594c0 sdbus++: add start of an async client by Patrick Williams · 1 year, 9 months ago
  44. af93b2d sdbus++: server: simplify header include templates by Patrick Williams · 1 year, 9 months ago
  45. 1f3efd8 async: proxy: use variant in property-set by Patrick Williams · 1 year, 9 months ago
  46. b274c31 async: proxy: fix property sub-proxy initialization by Patrick Williams · 1 year, 9 months ago
  47. 62f4173 sdbus++: move enum definitions to common header by Patrick Williams · 1 year, 10 months ago
  48. b754c64 sdbus++: move interface name to common header by Patrick Williams · 1 year, 10 months ago
  49. d0f578d Make register_method accept 'Flags' by Arun Lal K M · 1 year, 10 months ago
  50. 1caa5e8 sdbus++: add common header file by Patrick Williams · 1 year, 10 months ago
  51. 64bdf05 server: object: reduce SFINAE by Patrick Williams · 1 year, 10 months ago
  52. 5011340 sdbus++: change binding namespace format by Patrick Williams · 1 year, 11 months ago
  53. a412ca8 Remove duplicate std::move by Ed Tanous · 1 year, 10 months ago
  54. f6cc836 Remove pointers vector by Ed Tanous · 1 year, 10 months ago
  55. 946c940 Request name with default non-zero flags by Michal Orzel · 1 year, 10 months ago
  56. e61c679 stdexec: update to latest commit by Patrick Williams · 1 year, 10 months ago
  57. 8356d65 scope: pass around the scheduler by Patrick Williams · 1 year, 10 months ago
  58. 5c50fc6 event: prevent potential deadlock by Patrick Williams · 1 year, 10 months ago
  59. 6ba4431 async: add additional completion signatures by Patrick Williams · 1 year, 10 months ago
  60. 91cb97b async: change namespace for sync_wait by Patrick Williams · 1 year, 10 months ago
  61. 819ca0b Make dbus_interface uncopyable and unmovable by Ed Tanous · 1 year, 10 months ago
  62. 3c2cea2 Fix behavior of const_ properties by Ed Tanous · 1 year, 10 months ago
  63. 6db7a6d Fix build error on register_signal() by Jason M. Bills · 1 year, 10 months ago
  64. ab52e72 Fix for failure of sending signal by Jitendra Tripathy · 1 year, 10 months ago
  65. 13b2cad Add back explicit constructors by Ed Tanous · 1 year, 11 months ago
  66. 8fb0207 Use offset to avoid lookups by Ed Tanous · 1 year, 11 months ago
  67. c9eb7e3 Optimize object_server by Ed Tanous · 1 year, 11 months ago
  68. fd995de Break out lambdas into helpers by Ed Tanous · 1 year, 11 months ago
  69. 1d3a039 Remove message copy by Ed Tanous · 1 year, 11 months ago
  70. 6993aa4 Break out post-spawn lambda into method by Ed Tanous · 1 year, 11 months ago
  71. da48d20 Fix vtable entires for offset callbacks by Ed Tanous · 1 year, 11 months ago
  72. 0564fac Delete callbackYields by Ed Tanous · 1 year, 11 months ago
  73. c461441 Break out callFunction by Ed Tanous · 1 year, 11 months ago
  74. 14a6b61 sdbus++: interface: simplify client.hpp by Patrick Williams · 1 year, 11 months ago
  75. 759e722 sdbus++: interface: reduce mako embedded python by Patrick Williams · 1 year, 11 months ago
  76. 0fc4aba sdbus++: method: reduce mako embedded python by Patrick Williams · 1 year, 11 months ago
  77. a361055 sdbus++: interface: reduce excess whitespace by Patrick Williams · 2 years ago
  78. bde01ad sdbus++: interface: move variant constructor inline by Patrick Williams · 2 years ago
  79. 39a2e3c sdbus++: interface: move basic constructor inline by Patrick Williams · 2 years ago
  80. df6133b Remove size_t from SetPropertyReturnValue by Ed Tanous · 1 year, 11 months ago
  81. 3448ede Remove initialized_ member by Ed Tanous · 1 year, 11 months ago
  82. b65dc1c Use more specific includes by Ed Tanous · 1 year, 11 months ago
  83. 936cb89 Change deprecated asio function by Ed Tanous · 1 year, 11 months ago
  84. 3edbe5c Change io_service to io_context by Ed Tanous · 2 years ago
  85. 56252bb stdexec: update to latest commit by Patrick Williams · 2 years ago
  86. 29c4d43 event: add unistd header by Patrick Williams · 2 years ago
  87. abbdd6a stdexec: update to latest commit by Patrick Williams · 2 years ago
  88. 9688ed6 Add override keyword everywhere it's required by Ed Tanous · 2 years, 1 month ago
  89. 60a9430 Fix meson warning by Ed Tanous · 2 years, 1 month ago
  90. d375eba Remove static from inline variables by Ed Tanous · 2 years, 1 month ago
  91. 1837cd5 Remove dead code paths by Ed Tanous · 2 years, 1 month ago
  92. cb2fbeb Remove some extra semi-colons in tests by Ed Tanous · 2 years, 1 month ago
  93. 640a7d5 Add support for appending std::string_view by Ed Tanous · 2 years, 1 month ago
  94. 2e3f79b Add missing override keyword on mock by Ed Tanous · 2 years, 1 month ago
  95. 87ce963 Remove static keyword from template by Ed Tanous · 2 years, 1 month ago
  96. ddc57bd Fix a bunch of docstrings by Ed Tanous · 2 years, 1 month ago
  97. 760e66a Remove unused variable by Ed Tanous · 2 years, 1 month ago
  98. 571a214 Silence sign-conversion warning by Ed Tanous · 2 years, 1 month ago
  99. ed4a5a6 Fix variable shadow warnings in sdbusplus by Ed Tanous · 2 years, 1 month ago
  100. 5e7ef08 stdexec: update to later commit by Patrick Williams · 2 years, 1 month ago