1. bb5ca7c sdbus++: error: move cpp functions inline by Patrick Williams · 9 months ago
  2. 171a344 sdbus++: error: simplify namespace and match clang-format by Patrick Williams · 9 months ago
  3. c0fac81 sdbus++: async: server: change property variable to trailing underscore by Patrick Williams · 9 months ago
  4. b736e07 sdbus++: async: client: make methods snake_case to match server by Patrick Williams · 9 months ago
  5. 3a363a6 sdbus++: async: make calculator server match sync behavior by Patrick Williams · 9 months ago
  6. e15ff88 sdbus++: async: server: generate method-call fn by Patrick Williams · 9 months ago
  7. f07cad9 sdbus++: async: server: make properties protected by Patrick Williams · 9 months ago
  8. 72f7116 sdbus++: async: server: generate set-property fn by Patrick Williams · 9 months ago
  9. f84f111 sdbus++: async: server: generate get-property fn by Patrick Williams · 9 months ago
  10. bf0283a sdbus++: async: server: generate signal emit fns by Patrick Williams · 9 months ago
  11. d3eca0e sdbus++: client: remove deprecated namespace by Patrick Williams · 10 months ago
  12. 6403d56 sdbus++: async: server: add generator stub by Patrick Williams · 9 months ago
  13. 1ee60d6 async: context: add implicit conversion to bus_t by Patrick Williams · 9 months ago
  14. 351f8cd async: client: use CRTP to eliminate excess context refs by Patrick Williams · 9 months ago
  15. 4a9e422 async: add context_ref class for CRTP patterns by Patrick Williams · 9 months ago
  16. 7721426 sdbus++: simplify enum typename usage by Patrick Williams · 10 months ago
  17. 3d90701 message: read: simplify SFIANE templates by Patrick Williams · 10 months ago
  18. 70bcf14 exception: add string r-value constructor by Patrick Williams · 10 months ago
  19. 757e1ad meson_options.txt: Support for reading options from meson.options by George Liu · 10 months ago
  20. ae22c6a Remove Richard by Jason M. Bills · 10 months ago
  21. 1e6ce77 message: read: eliminate unix-fd specialization by Patrick Williams · 10 months ago
  22. 7770d2b test: message: read: add test for unix_fd by Patrick Williams · 10 months ago
  23. f23e4d4 slot: Add an empty constructor by William A. Kennington III · 11 months ago
  24. 2fa3a61 asio: Align nop_set_value to return conventions by Jonathan Doman · 11 months ago
  25. 9d8ba94 bus: Consistently leverage mock by William A. Kennington III · 11 months ago
  26. 798848d build: upgrade to C++23 by Patrick Williams · 11 months ago
  27. fc73b39 bus/match: Compile all code into library by Willam A. Kennington III · 1 year, 9 months ago
  28. 102fc04 bus/match: Remove redundant inline and stringify by William A. Kennington III · 1 year, 6 months ago
  29. fa663ae stdexec: update to latest commit by Patrick Williams · 11 months ago
  30. 9c6ec9b async: add is_sender type-aliases by Patrick Williams · 11 months ago
  31. 3cc9c30 Fix coroutine disable option by Ed Tanous · 12 months ago
  32. 5d16a8e async: context: remove pending_exception handling by Patrick Williams · 1 year ago
  33. 97c31c8 async: switch to stdexec async_scope by Patrick Williams · 1 year ago
  34. 1f3a90f stdexec: pull in async_scope by Patrick Williams · 1 year ago
  35. a50e14b async: client: fix uninitialized proxy error on clang by Patrick Williams · 1 year ago
  36. 3b451ad stdexec: pick up fixes for unused parameters by Patrick Williams · 1 year ago
  37. 00e3a3a stdexec: update to latest commit by Patrick Williams · 1 year ago
  38. 17ad5d2 async: fix reference initializer warning by Patrick Williams · 1 year ago
  39. 569701f async: execution: suppress clang warning of GCC diagnostic by Patrick Williams · 1 year ago
  40. 2f5bebd test: exception: suppress clang warnings by Patrick Williams · 1 year ago
  41. b36f6f8 sdbus++: async: client: fix clang warning on struct mismatch by Patrick Williams · 1 year ago
  42. 2586482 async: scope: constructor fix to make clang happy by Patrick Williams · 1 year ago
  43. 6937348 sdbus++: simplify vtable generation by Patrick Williams · 1 year, 1 month ago
  44. 3a1d8b9 sdbus++: property: simplify server mako structure by Patrick Williams · 1 year, 1 month ago
  45. 5626d2b sdbus++: handle error names in Python code by Patrick Williams · 1 year, 1 month ago
  46. 9bf2b23 sdbus++: handle error includes in Python code by Patrick Williams · 1 year, 1 month ago
  47. fdfd3af asio: connection: fix clang-tidy warning by Patrick Williams · 1 year, 1 month ago
  48. 3e20fa8 stdexec: update to latest commit by Patrick Williams · 1 year, 1 month ago
  49. d214904 clang-format: copy latest and re-format by Patrick Williams · 1 year, 1 month ago
  50. 5bc767a sdbus++: async: client: handle readonly flags for properties by Patrick Williams · 1 year, 1 month ago
  51. 9949a16 async: scope: forward exception correctly by Patrick Williams · 1 year, 1 month ago
  52. 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 1 year, 3 months ago
  53. 27877eb Replace interface member with bus by Hannu Lounento · 1 year, 1 month ago
  54. 384943b sdbus++: async: client: fix client_t usage by Patrick Williams · 1 year, 1 month ago
  55. 13c19dd asio: Emit PropertiesChanged signal by Jonathan Doman · 1 year, 1 month ago
  56. 1fc197e server: object: reduce potential warnings by Patrick Williams · 1 year, 1 month ago
  57. 50f1dae sdbus++: async: client: example: add a few comments for clarity by Patrick Williams · 1 year, 1 month ago
  58. 65e4d30 sdbus++: async: client: add generated property calls by Patrick Williams · 1 year, 1 month ago
  59. ecfff5c sdbusplus: async: client: prettify the generated code by Patrick Williams · 1 year, 1 month ago
  60. 3cd1c34 sdbus++: async: client: move context to constructor by Patrick Williams · 1 year, 1 month ago
  61. 0241d90 sdbus++: async: client: add generated method calls by Patrick Williams · 1 year, 1 month ago
  62. 4a594c0 sdbus++: add start of an async client by Patrick Williams · 1 year, 1 month ago
  63. af93b2d sdbus++: server: simplify header include templates by Patrick Williams · 1 year, 1 month ago
  64. 1f3efd8 async: proxy: use variant in property-set by Patrick Williams · 1 year, 1 month ago
  65. b274c31 async: proxy: fix property sub-proxy initialization by Patrick Williams · 1 year, 1 month ago
  66. 62f4173 sdbus++: move enum definitions to common header by Patrick Williams · 1 year, 1 month ago
  67. b754c64 sdbus++: move interface name to common header by Patrick Williams · 1 year, 1 month ago
  68. d0f578d Make register_method accept 'Flags' by Arun Lal K M · 1 year, 1 month ago
  69. 1caa5e8 sdbus++: add common header file by Patrick Williams · 1 year, 1 month ago
  70. 64bdf05 server: object: reduce SFINAE by Patrick Williams · 1 year, 1 month ago
  71. 5011340 sdbus++: change binding namespace format by Patrick Williams · 1 year, 2 months ago
  72. a412ca8 Remove duplicate std::move by Ed Tanous · 1 year, 1 month ago
  73. f6cc836 Remove pointers vector by Ed Tanous · 1 year, 1 month ago
  74. 946c940 Request name with default non-zero flags by Michal Orzel · 1 year, 2 months ago
  75. e61c679 stdexec: update to latest commit by Patrick Williams · 1 year, 2 months ago
  76. 8356d65 scope: pass around the scheduler by Patrick Williams · 1 year, 2 months ago
  77. 5c50fc6 event: prevent potential deadlock by Patrick Williams · 1 year, 2 months ago
  78. 6ba4431 async: add additional completion signatures by Patrick Williams · 1 year, 2 months ago
  79. 91cb97b async: change namespace for sync_wait by Patrick Williams · 1 year, 2 months ago
  80. 819ca0b Make dbus_interface uncopyable and unmovable by Ed Tanous · 1 year, 2 months ago
  81. 3c2cea2 Fix behavior of const_ properties by Ed Tanous · 1 year, 2 months ago
  82. 6db7a6d Fix build error on register_signal() by Jason M. Bills · 1 year, 2 months ago
  83. ab52e72 Fix for failure of sending signal by Jitendra Tripathy · 1 year, 2 months ago
  84. 13b2cad Add back explicit constructors by Ed Tanous · 1 year, 2 months ago
  85. 8fb0207 Use offset to avoid lookups by Ed Tanous · 1 year, 3 months ago
  86. c9eb7e3 Optimize object_server by Ed Tanous · 1 year, 3 months ago
  87. fd995de Break out lambdas into helpers by Ed Tanous · 1 year, 2 months ago
  88. 1d3a039 Remove message copy by Ed Tanous · 1 year, 2 months ago
  89. 6993aa4 Break out post-spawn lambda into method by Ed Tanous · 1 year, 2 months ago
  90. da48d20 Fix vtable entires for offset callbacks by Ed Tanous · 1 year, 3 months ago
  91. 0564fac Delete callbackYields by Ed Tanous · 1 year, 3 months ago
  92. c461441 Break out callFunction by Ed Tanous · 1 year, 3 months ago
  93. 14a6b61 sdbus++: interface: simplify client.hpp by Patrick Williams · 1 year, 2 months ago
  94. 759e722 sdbus++: interface: reduce mako embedded python by Patrick Williams · 1 year, 2 months ago
  95. 0fc4aba sdbus++: method: reduce mako embedded python by Patrick Williams · 1 year, 2 months ago
  96. a361055 sdbus++: interface: reduce excess whitespace by Patrick Williams · 1 year, 3 months ago
  97. bde01ad sdbus++: interface: move variant constructor inline by Patrick Williams · 1 year, 3 months ago
  98. 39a2e3c sdbus++: interface: move basic constructor inline by Patrick Williams · 1 year, 3 months ago
  99. df6133b Remove size_t from SetPropertyReturnValue by Ed Tanous · 1 year, 3 months ago
  100. 3448ede Remove initialized_ member by Ed Tanous · 1 year, 3 months ago