1. 5a6c790 asio: fix instances of unused-exception-parameter by Brad Bishop · 2 years ago
  2. 0eda6eb Fix inconsistent-missing-destructor-override by Brad Bishop · 2 years ago
  3. e8c7614 bus.hpp: fix missing-noreturn by Brad Bishop · 2 years ago
  4. d86b2a0 Fix instances of zero-as-null-pointer-constant by Brad Bishop · 2 years ago
  5. 37d48a0 match: more string_view improvements by Patrick Williams · 2 years ago
  6. 4fbda94 match: constexpr, noexcept, string_view-ify by Patrick Williams · 2 years, 1 month ago
  7. 69e2b29 Combine owned strings by Ed Tanous · 2 years ago
  8. 4ecc47b Use built-in sd-bus methods for member name check by Ed Tanous · 2 years ago
  9. 1d319d9 Use optional instead of unique_ptr by Ed Tanous · 2 years ago
  10. 09b06c4 Store concrete manager by Ed Tanous · 2 years ago
  11. bc03a4f boost::any -> std::any by Ed Tanous · 2 years ago
  12. c133002 Use unordered_map for callback storage by Ed Tanous · 2 years ago
  13. 5eb80a8 Revert "message: set 'get' as const" by Patrick Williams · 2 years, 1 month ago
  14. 654d45b Give async_send_hander a real constructor by Ed Tanous · 2 years, 1 month ago
  15. 25e2a09 bus: utility to process messages in infinite loop by Nan Zhou · 2 years, 1 month ago
  16. 9cde21f message: add unpack method by Patrick Williams · 2 years, 1 month ago
  17. 4aacf26 Change return codes to match sd-bus convention by Ed Tanous · 2 years, 1 month ago
  18. 6c97486 Make asio connection use composed operations by Ed Tanous · 2 years, 1 month ago
  19. 164b98b Fix coroutine_method_instance error handling by Krzysztof Grobelny · 2 years, 1 month ago
  20. 2e37e97 message: set 'get' as const by Patrick Williams · 2 years, 1 month ago
  21. f289c65 clang-format: update with latest by Patrick Williams · 2 years, 1 month ago
  22. af95567 Added missing include by Krzysztof Grobelny · 2 years, 3 months ago
  23. a6c05b8 Fix clang-tidy issue by Jiaqing Zhao · 2 years, 4 months ago
  24. c8447d5 added support for optionals in unpackProperties by Krzysztof Grobelny · 2 years, 9 months ago
  25. b7329a9 message: append: support span by Patrick Williams · 2 years, 5 months ago
  26. 1229576 server: object: remove non-enumerated ctor version by Patrick Williams · 2 years, 6 months ago
  27. ba5460d server: object: default emit destruct signals by Patrick Williams · 2 years, 6 months ago
  28. 4b0d126 server: object: add 'action::emit_no_signals' by Patrick Williams · 2 years, 6 months ago
  29. a1fa6e5 asio: object_server: fix 'callFunction' for void result by Patrick Williams · 2 years, 6 months ago
  30. d8a19ad doc: format with markdownlint by Patrick Williams · 2 years, 6 months ago
  31. 1357380 Make getProperty mutable by Ed Tanous · 2 years, 7 months ago
  32. eb6a9d0 asio: object_server: simpilify 'callFunction' by Patrick Williams · 2 years, 7 months ago
  33. 8c1f669 asio: object_server: remove non-if_constexpr cases by Patrick Williams · 2 years, 7 months ago
  34. 9ca0c92 asio: object_server: remove unused variable by Patrick Williams · 2 years, 7 months ago
  35. 90fab6b Add new overload to register_property_r/rw by Krzysztof Grobelny · 2 years, 7 months ago
  36. 7662fa6 match: Fix propertiesChangedNamespace method by George Liu · 2 years, 8 months ago
  37. b40dfec util: variant: add static assert by Patrick Williams · 2 years, 8 months ago
  38. 5770f51 utility: add merge_variants_t by Paul Fertser · 2 years, 9 months ago
  39. 69f5b90 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 2 years, 8 months ago
  40. 55949c2 Used erased type to reduce binary for getProperty by Krzysztof Grobelny · 2 years, 10 months ago
  41. ce62764 Modified set_handler() to return dbus error code by gokulsanker · 2 years, 10 months ago
  42. 4a46eb5 object: handle diamond inheritance by Patrick Williams · 2 years, 10 months ago
  43. 2404176 Make asio::object_server take const ptr to connection by Jonathan Doman · 2 years, 10 months ago
  44. f0eb650 slot: add friended get function by Patrick Williams · 2 years, 10 months ago
  45. 6649221 bus: reduce forward declaration for friendship by Patrick Williams · 2 years, 10 months ago
  46. a7ac313 slot: explicitly transfer pointer by Patrick Williams · 2 years, 10 months ago
  47. ce90da1 slot: shorten slot type by Patrick Williams · 2 years, 10 months ago
  48. a735ca5 vtable: shorten vtable type by Patrick Williams · 2 years, 10 months ago
  49. ba33c2a manager,interface: use shortened types by Patrick Williams · 2 years, 10 months ago
  50. 0f282c4 bus: shorten bus type by Patrick Williams · 2 years, 10 months ago
  51. 10d7aa1 message: shorten message type by Patrick Williams · 2 years, 10 months ago
  52. 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 3 years ago
  53. b466765 catch exceptions as const by Patrick Williams · 3 years ago
  54. a8e3502 exception: ensure base exception vtable is non-hidden by Patrick Williams · 3 years ago
  55. b68700e exception: make base get_errno pure virtual by Patrick Williams · 3 years ago
  56. 1522866 exception: create subclass for generated errors by Patrick Williams · 3 years, 1 month ago
  57. bd372ec exception: add errno for internal errors by Patrick Williams · 3 years, 1 month ago
  58. b6f729d exception: add errno for all exceptions by Patrick Williams · 3 years, 1 month ago
  59. 0c8136a enable building with clang by Patrick Williams · 3 years, 1 month ago
  60. daaad8f message: append: fix unused variable warning by Patrick Williams · 3 years, 1 month ago
  61. 0ade192 Fix: Unused parameter in object_server.hpp by Nidhin MS · 3 years, 1 month ago
  62. cf0c072 match: Add new PropertiesChanged rule by Rashmica Gupta · 3 years, 2 months ago
  63. bb8be9f native_types: Fix pendantic error by William A. Kennington III · 3 years, 2 months ago
  64. c1c5106 message: export has_convert_from_string by Patrick Williams · 3 years, 2 months ago
  65. a22dbf4 message: correctly unpack variants of enums by Patrick Williams · 3 years, 2 months ago
  66. 87b6a8d message: template to check if convert_from_string exists by Patrick Williams · 3 years, 2 months ago
  67. 05a3504 message: move enum-string conversion routines by Patrick Williams · 3 years, 2 months ago
  68. 145892c message: read: move enum exception higher by Patrick Williams · 3 years, 2 months ago
  69. d51e593 message: define and use C++17 style _v aliases by Patrick Williams · 3 years, 2 months ago
  70. 9245868 utility: container_traits: define C++17 _v aliases by Patrick Williams · 3 years, 2 months ago
  71. 64f0122 use C++17 std::foo_v templates by Patrick Williams · 3 years, 2 months ago
  72. b16ea98 utility: type_traits: use C++14 '_t' style by Patrick Williams · 3 years, 2 months ago
  73. 34cf693 utility: dedup_variant: rename in C++14 '_t' style by Patrick Williams · 3 years, 2 months ago
  74. 2b7da24 message: use C++14 enable_if_t by Patrick Williams · 3 years, 2 months ago
  75. 5a14953 message: read: DRY the string specializations by Patrick Williams · 3 years, 2 months ago
  76. 1013c5e server: remove bindings.hpp by Patrick Williams · 3 years, 2 months ago
  77. 285f78b native_types: Reduce append allocation by William A. Kennington III · 3 years, 5 months ago
  78. 226bc42 native_types: Migrate large functions to shared lib by William A. Kennington III · 3 years, 5 months ago
  79. 472b702 message: Add call_async method by William A. Kennington III · 3 years, 5 months ago
  80. d06072e Fix #60 by adding encoding/decoding rules by Ed Tanous · 3 years, 5 months ago
  81. f886012 Make object_path operator/ const by Ed Tanous · 3 years, 5 months ago
  82. 533218b sdbuspp_support: correct return value from method callbacks by Patrick Williams · 3 years, 5 months ago
  83. c9978e3 message: Add call method by William A. Kennington III · 3 years, 7 months ago
  84. d8543d0 native_types: add missing header file by Jason Ling · 3 years, 6 months ago
  85. 74a2711 Implement operator /= for object_path by Ed Tanous · 3 years, 6 months ago
  86. fa0fa3b Implement path encoding and decoding by Ed Tanous · 3 years, 6 months ago
  87. 95874d9 Standardize the asio helper methods by Ed Tanous · 3 years, 7 months ago
  88. 4b64623 clang-format fixes for latest by Patrick Williams · 3 years, 7 months ago
  89. 32ffb03 server: un-inline various large functions by Patrick Williams · 4 years ago
  90. e659436 server/interface: simplify property_changed by Patrick Williams · 4 years ago
  91. 1d35f91 sdbus++: create server support functions by Patrick Williams · 4 years ago
  92. eb4bd72 Add filename() and parent_path() methods to object_path by Ed Tanous · 3 years, 9 months ago
  93. 4f65175 fixed issue which prevented to use setProperty with reference types by Krzysztof Grobelny · 3 years, 9 months ago
  94. 0c76546 exit read_wait async loop on error by Vernon Mauery · 3 years, 9 months ago
  95. e4f21df message: Declare getters as const member functions by Waqar Hameed · 3 years, 11 months ago
  96. 8fc0639 asio: Added method add_unique_interface to object_server by Krzysztof Grobelny · 4 years ago
  97. 4690d88 sdbus++: handle duplicate generated variant types by Patrick Williams · 4 years ago
  98. 807419d asio: Added utility functions getProperty and setProperty by Krzysztof Grobelny · 4 years ago
  99. 09b88f2 Added utility functions getAllProperties and unpackProperties by Krzysztof Grobelny · 4 years, 1 month ago
  100. 992ab24 Remove regex match pattern from object_server by Wludzik, Jozef · 4 years ago