1. 9ede18b shell: format with shfmt by Patrick Williams · 2 years, 4 months ago
  2. e944507 yaml: format with prettier by Patrick Williams · 2 years, 4 months ago
  3. d8a19ad doc: format with markdownlint by Patrick Williams · 2 years, 4 months ago
  4. 1357380 Make getProperty mutable by Ed Tanous · 2 years, 4 months ago
  5. eb6a9d0 asio: object_server: simpilify 'callFunction' by Patrick Williams · 2 years, 4 months ago
  6. 8c1f669 asio: object_server: remove non-if_constexpr cases by Patrick Williams · 2 years, 4 months ago
  7. 9ca0c92 asio: object_server: remove unused variable by Patrick Williams · 2 years, 4 months ago
  8. 90fab6b Add new overload to register_property_r/rw by Krzysztof Grobelny · 2 years, 4 months ago
  9. dce747b Fix "x" in shellcheck by Ed Tanous · 2 years, 5 months ago
  10. 7662fa6 match: Fix propertiesChangedNamespace method by George Liu · 2 years, 5 months ago
  11. b40dfec util: variant: add static assert by Patrick Williams · 2 years, 6 months ago
  12. 5770f51 utility: add merge_variants_t by Paul Fertser · 2 years, 6 months ago
  13. 69f5b90 test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD by Willy Tu · 2 years, 6 months ago
  14. 6adfe94 Simplified code examples by Krzysztof Grobelny · 2 years, 6 months ago
  15. e135314 sdbus++: property: invalid Python symbol by Patrick Williams · 2 years, 7 months ago
  16. 55949c2 Used erased type to reduce binary for getProperty by Krzysztof Grobelny · 2 years, 7 months ago
  17. ce62764 Modified set_handler() to return dbus error code by gokulsanker · 2 years, 7 months ago
  18. 4a46eb5 object: handle diamond inheritance by Patrick Williams · 2 years, 7 months ago
  19. 2404176 Make asio::object_server take const ptr to connection by Jonathan Doman · 2 years, 7 months ago
  20. f0eb650 slot: add friended get function by Patrick Williams · 2 years, 7 months ago
  21. 6649221 bus: reduce forward declaration for friendship by Patrick Williams · 2 years, 8 months ago
  22. a7ac313 slot: explicitly transfer pointer by Patrick Williams · 2 years, 8 months ago
  23. ce90da1 slot: shorten slot type by Patrick Williams · 2 years, 8 months ago
  24. a735ca5 vtable: shorten vtable type by Patrick Williams · 2 years, 8 months ago
  25. ba33c2a manager,interface: use shortened types by Patrick Williams · 2 years, 8 months ago
  26. 0f282c4 bus: shorten bus type by Patrick Williams · 2 years, 8 months ago
  27. 10d7aa1 message: shorten message type by Patrick Williams · 2 years, 8 months ago
  28. 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 2 years, 9 months ago
  29. 11a50dd Add OWNERS file by Manojkiran Eda · 2 years, 8 months ago
  30. b466765 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  31. b5770e1 sdbus++: catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  32. a8e3502 exception: ensure base exception vtable is non-hidden by Patrick Williams · 2 years, 9 months ago
  33. b68700e exception: make base get_errno pure virtual by Patrick Williams · 2 years, 10 months ago
  34. dfb5642 sdbus++: catch elements with non-string names by Patrick Williams · 2 years, 10 months ago
  35. ef26221 sdbus++: add errno property to errors by Patrick Williams · 2 years, 10 months ago
  36. 1522866 exception: create subclass for generated errors by Patrick Williams · 2 years, 10 months ago
  37. bd372ec exception: add errno for internal errors by Patrick Williams · 2 years, 10 months ago
  38. b6f729d exception: add errno for all exceptions by Patrick Williams · 2 years, 10 months ago
  39. 0c8136a enable building with clang by Patrick Williams · 2 years, 10 months ago
  40. daaad8f message: append: fix unused variable warning by Patrick Williams · 2 years, 10 months ago
  41. 0ade192 Fix: Unused parameter in object_server.hpp by Nidhin MS · 2 years, 11 months ago
  42. cf0c072 match: Add new PropertiesChanged rule by Rashmica Gupta · 2 years, 11 months ago
  43. 2dcf64b native_types: Use int8_t instead of char by William A. Kennington III · 3 years ago
  44. 601d975 build: increase warning level by Patrick Williams · 3 years ago
  45. bb8be9f native_types: Fix pendantic error by William A. Kennington III · 3 years ago
  46. 08dc23c sdbus++: add minint/maxint support for integer default values by Willy Tu · 3 years ago
  47. 72b6022 sdbus++: property: add list of fundamental types by Patrick Williams · 3 years ago
  48. c1c5106 message: export has_convert_from_string by Patrick Williams · 3 years ago
  49. a22dbf4 message: correctly unpack variants of enums by Patrick Williams · 3 years ago
  50. 87b6a8d message: template to check if convert_from_string exists by Patrick Williams · 3 years ago
  51. 05a3504 message: move enum-string conversion routines by Patrick Williams · 3 years ago
  52. 145892c message: read: move enum exception higher by Patrick Williams · 3 years ago
  53. ea56ec3 test: add tests for enum parsing by Patrick Williams · 3 years ago
  54. 071b83f sdbus++: property: fix up enum type ambiguity by Patrick Williams · 3 years ago
  55. f82f788 sdbus++: interface: add non-throwing enum conversion by Patrick Williams · 3 years ago
  56. d51e593 message: define and use C++17 style _v aliases by Patrick Williams · 3 years ago
  57. 9245868 utility: container_traits: define C++17 _v aliases by Patrick Williams · 3 years ago
  58. 64f0122 use C++17 std::foo_v templates by Patrick Williams · 3 years ago
  59. b16ea98 utility: type_traits: use C++14 '_t' style by Patrick Williams · 3 years ago
  60. 34cf693 utility: dedup_variant: rename in C++14 '_t' style by Patrick Williams · 3 years ago
  61. 2b7da24 message: use C++14 enable_if_t by Patrick Williams · 3 years ago
  62. 5a14953 message: read: DRY the string specializations by Patrick Williams · 3 years ago
  63. 1013c5e server: remove bindings.hpp by Patrick Williams · 3 years ago
  64. 270f242 build: Propagate boost arguments as needed by William A. Kennington III · 3 years, 1 month ago
  65. a42e97a sdbus++-gen-meson: Don't build markdown by default by William A. Kennington III · 3 years, 2 months ago
  66. 56eb177 sdbus++-gen-meson: Support non-source root yaml directories by William A. Kennington III · 3 years, 1 month ago
  67. 2bba553 message/native_types: Constexpr fix in c++17 mode by William A. Kennington III · 3 years, 1 month ago
  68. 8db46a0 native_types: string_path_wrapper: Don't escape all strings by William A. Kennington III · 3 years, 2 months ago
  69. 285f78b native_types: Reduce append allocation by William A. Kennington III · 3 years, 2 months ago
  70. 673ad23 Replace IRC with Discord by Bruce Mitchell · 3 years, 2 months ago
  71. 98019e7 sdbus++: fix camelcase names by Patrick Williams · 3 years, 2 months ago
  72. e39b3dc test/message/types: Convert ASSERTs to EXPECTs by William A. Kennington III · 3 years, 2 months ago
  73. 226bc42 native_types: Migrate large functions to shared lib by William A. Kennington III · 3 years, 2 months ago
  74. 472b702 message: Add call_async method by William A. Kennington III · 3 years, 3 months ago
  75. fcff676 sdbus++: add C++20 reserved keywords by Patrick Williams · 3 years, 2 months ago
  76. d06072e Fix #60 by adding encoding/decoding rules by Ed Tanous · 3 years, 2 months ago
  77. f886012 Make object_path operator/ const by Ed Tanous · 3 years, 2 months ago
  78. 533218b sdbuspp_support: correct return value from method callbacks by Patrick Williams · 3 years, 2 months ago
  79. c9978e3 message: Add call method by William A. Kennington III · 3 years, 4 months ago
  80. 8a03773 build: minor whitespace fix in test/meson.build by Patrick Williams · 3 years, 2 months ago
  81. d9bb33e sdbus++-gen-meson: switch to project_source_root by Patrick Williams · 3 years, 3 months ago
  82. fe0edaa build: fix meson deprecation warning by Patrick Williams · 3 years, 3 months ago
  83. 2e98861 build: switch to C++20 by Patrick Williams · 3 years, 3 months ago
  84. d8543d0 native_types: add missing header file by Jason Ling · 3 years, 3 months ago
  85. 74a2711 Implement operator /= for object_path by Ed Tanous · 3 years, 3 months ago
  86. fa0fa3b Implement path encoding and decoding by Ed Tanous · 3 years, 3 months ago
  87. 95874d9 Standardize the asio helper methods by Ed Tanous · 3 years, 4 months ago
  88. 4b64623 clang-format fixes for latest by Patrick Williams · 3 years, 4 months ago
  89. 32ffb03 server: un-inline various large functions by Patrick Williams · 3 years, 9 months ago
  90. e659436 server/interface: simplify property_changed by Patrick Williams · 3 years, 9 months ago
  91. 1d35f91 sdbus++: create server support functions by Patrick Williams · 3 years, 9 months ago
  92. d64fb7d sdbus++-gendir: remove from install by Patrick Williams · 3 years, 5 months ago
  93. eb4bd72 Add filename() and parent_path() methods to object_path by Ed Tanous · 3 years, 7 months ago
  94. 4f65175 fixed issue which prevented to use setProperty with reference types by Krzysztof Grobelny · 3 years, 7 months ago
  95. 9ad6d75 sdbus++: fix method template generation by Patrick Williams · 3 years, 6 months ago
  96. d2fc8cc sdbus++: Refactor utilities shared by templates by Ramin Izadpanah · 3 years, 8 months ago
  97. a4c9edc sdbus++-gen-meson: force locale for stable sort by Patrick Williams · 3 years, 7 months ago
  98. 0c76546 exit read_wait async loop on error by Vernon Mauery · 3 years, 7 months ago
  99. a3f2bde MAINTAINERS: Change Deepak's email address by Deepak Kodihalli · 3 years, 7 months ago
  100. e4f21df message: Declare getters as const member functions by Waqar Hameed · 3 years, 8 months ago