1. 05a3504 message: move enum-string conversion routines by Patrick Williams · 3 years ago
  2. 145892c message: read: move enum exception higher by Patrick Williams · 3 years ago
  3. ea56ec3 test: add tests for enum parsing by Patrick Williams · 3 years ago
  4. 071b83f sdbus++: property: fix up enum type ambiguity by Patrick Williams · 3 years ago
  5. f82f788 sdbus++: interface: add non-throwing enum conversion by Patrick Williams · 3 years ago
  6. d51e593 message: define and use C++17 style _v aliases by Patrick Williams · 3 years ago
  7. 9245868 utility: container_traits: define C++17 _v aliases by Patrick Williams · 3 years ago
  8. 64f0122 use C++17 std::foo_v templates by Patrick Williams · 3 years ago
  9. b16ea98 utility: type_traits: use C++14 '_t' style by Patrick Williams · 3 years ago
  10. 34cf693 utility: dedup_variant: rename in C++14 '_t' style by Patrick Williams · 3 years ago
  11. 2b7da24 message: use C++14 enable_if_t by Patrick Williams · 3 years ago
  12. 5a14953 message: read: DRY the string specializations by Patrick Williams · 3 years ago
  13. 1013c5e server: remove bindings.hpp by Patrick Williams · 3 years ago
  14. 270f242 build: Propagate boost arguments as needed by William A. Kennington III · 3 years, 1 month ago
  15. a42e97a sdbus++-gen-meson: Don't build markdown by default by William A. Kennington III · 3 years, 2 months ago
  16. 56eb177 sdbus++-gen-meson: Support non-source root yaml directories by William A. Kennington III · 3 years, 1 month ago
  17. 2bba553 message/native_types: Constexpr fix in c++17 mode by William A. Kennington III · 3 years, 1 month ago
  18. 8db46a0 native_types: string_path_wrapper: Don't escape all strings by William A. Kennington III · 3 years, 2 months ago
  19. 285f78b native_types: Reduce append allocation by William A. Kennington III · 3 years, 2 months ago
  20. 673ad23 Replace IRC with Discord by Bruce Mitchell · 3 years, 2 months ago
  21. 98019e7 sdbus++: fix camelcase names by Patrick Williams · 3 years, 2 months ago
  22. e39b3dc test/message/types: Convert ASSERTs to EXPECTs by William A. Kennington III · 3 years, 2 months ago
  23. 226bc42 native_types: Migrate large functions to shared lib by William A. Kennington III · 3 years, 2 months ago
  24. 472b702 message: Add call_async method by William A. Kennington III · 3 years, 3 months ago
  25. fcff676 sdbus++: add C++20 reserved keywords by Patrick Williams · 3 years, 2 months ago
  26. d06072e Fix #60 by adding encoding/decoding rules by Ed Tanous · 3 years, 2 months ago
  27. f886012 Make object_path operator/ const by Ed Tanous · 3 years, 2 months ago
  28. 533218b sdbuspp_support: correct return value from method callbacks by Patrick Williams · 3 years, 2 months ago
  29. c9978e3 message: Add call method by William A. Kennington III · 3 years, 4 months ago
  30. 8a03773 build: minor whitespace fix in test/meson.build by Patrick Williams · 3 years, 2 months ago
  31. d9bb33e sdbus++-gen-meson: switch to project_source_root by Patrick Williams · 3 years, 3 months ago
  32. fe0edaa build: fix meson deprecation warning by Patrick Williams · 3 years, 3 months ago
  33. 2e98861 build: switch to C++20 by Patrick Williams · 3 years, 3 months ago
  34. d8543d0 native_types: add missing header file by Jason Ling · 3 years, 3 months ago
  35. 74a2711 Implement operator /= for object_path by Ed Tanous · 3 years, 3 months ago
  36. fa0fa3b Implement path encoding and decoding by Ed Tanous · 3 years, 3 months ago
  37. 95874d9 Standardize the asio helper methods by Ed Tanous · 3 years, 4 months ago
  38. 4b64623 clang-format fixes for latest by Patrick Williams · 3 years, 4 months ago
  39. 32ffb03 server: un-inline various large functions by Patrick Williams · 3 years, 9 months ago
  40. e659436 server/interface: simplify property_changed by Patrick Williams · 3 years, 9 months ago
  41. 1d35f91 sdbus++: create server support functions by Patrick Williams · 3 years, 9 months ago
  42. d64fb7d sdbus++-gendir: remove from install by Patrick Williams · 3 years, 5 months ago
  43. eb4bd72 Add filename() and parent_path() methods to object_path by Ed Tanous · 3 years, 7 months ago
  44. 4f65175 fixed issue which prevented to use setProperty with reference types by Krzysztof Grobelny · 3 years, 7 months ago
  45. 9ad6d75 sdbus++: fix method template generation by Patrick Williams · 3 years, 6 months ago
  46. d2fc8cc sdbus++: Refactor utilities shared by templates by Ramin Izadpanah · 3 years, 8 months ago
  47. a4c9edc sdbus++-gen-meson: force locale for stable sort by Patrick Williams · 3 years, 7 months ago
  48. 0c76546 exit read_wait async loop on error by Vernon Mauery · 3 years, 7 months ago
  49. a3f2bde MAINTAINERS: Change Deepak's email address by Deepak Kodihalli · 3 years, 7 months ago
  50. e4f21df message: Declare getters as const member functions by Waqar Hameed · 3 years, 8 months ago
  51. c67e1e8 sdbus++: support special double values by Patrick Williams · 3 years, 8 months ago
  52. 8fc0639 asio: Added method add_unique_interface to object_server by Krzysztof Grobelny · 3 years, 9 months ago
  53. e05376e sdbus++: clean up TODO by Patrick Williams · 3 years, 9 months ago
  54. 4690d88 sdbus++: handle duplicate generated variant types by Patrick Williams · 3 years, 9 months ago
  55. 807419d asio: Added utility functions getProperty and setProperty by Krzysztof Grobelny · 3 years, 9 months ago
  56. 09b88f2 Added utility functions getAllProperties and unpackProperties by Krzysztof Grobelny · 3 years, 10 months ago
  57. 992ab24 Remove regex match pattern from object_server by Wludzik, Jozef · 3 years, 10 months ago
  58. 4dcf755 test: timer: fix warning under clang by Patrick Williams · 3 years, 10 months ago
  59. d5ce346 sdbus++: add type 'object_path' alias by Patrick Williams · 3 years, 10 months ago
  60. dbfb967 native_types: add != comparison for string_wrapper by Patrick Williams · 3 years, 10 months ago
  61. d24bf31 sdbus++: include headers for enums inside complex types by Patrick Williams · 3 years, 10 months ago
  62. 4ac7e56 sdbus++: add size_t / ssize_t types to YAML by Patrick Williams · 3 years, 10 months ago
  63. 2be0e17 Added flags parameter to register_property method by Krzysztof Grobelny · 4 years ago
  64. 38ab5ec Refine include headers by Ed Tanous · 3 years, 11 months ago
  65. 1147250 sdbus++-gen-meson: install tool by Patrick Williams · 3 years, 10 months ago
  66. 847a0c3 sdbus++-gen-meson: create tool for helping with meson by Patrick Williams · 4 years ago
  67. c6a5bd8 sdbus++: fix NamedElement exception handling by Patrick Williams · 4 years ago
  68. 289c0b6 shellcheck: enable testing by Patrick Williams · 4 years ago
  69. 9f77a47 python: fix pycodestyle issues by Patrick Williams · 4 years ago
  70. c65b3aa sdbus++-gendir: fix shellcheck warnings by Patrick Williams · 4 years ago
  71. 72f24b0 fix interface and path patterns to match D-Bus specification by Vernon Mauery · 4 years ago
  72. 70bdfdd sdbus++-gendir: ensure errors exit with error code by Patrick Williams · 4 years ago
  73. 18ed2b8 README: add build instructions (meson/python) by Patrick Williams · 4 years ago
  74. 4f299e0 sdbus++: skip emitting readonly set-property callback by Patrick Williams · 4 years ago
  75. e1c73d3 sdbus++: support 'readonly' flag by Patrick Williams · 4 years ago
  76. 0f19c87 Add new_signal and extend set_property methods to dbus_interface by Zhikui Ren · 4 years ago
  77. 738e45d sdbus++: server: fix PropertyVariant order by Patrick Williams · 4 years ago
  78. 1b7a588 sdbus++: move main to module by Patrick Williams · 4 years ago
  79. b2bc0c7 sdbus++-gendir: avoid duplicate filenames with --list-all by Patrick Williams · 4 years ago
  80. 0b731e0 sdbus++-gendir: avoid stale data on re-run by Patrick Williams · 4 years ago
  81. f534ba0 message: Add method_error creation from exception by William A. Kennington III · 4 years ago
  82. adf0354 build: Allow for vendored googletest by William A. Kennington III · 4 years, 1 month ago
  83. f05b4ca build: Don't enable tests or examples in subprojects by William A. Kennington III · 4 years, 1 month ago
  84. 5e893b9 build: Add options for tweaking what is built by William A. Kennington III · 4 years, 1 month ago
  85. 617e749 build: simplify gtest/gmock dependencies by Patrick Williams · 4 years ago
  86. fbc9882 build: remove unneeded thread dependency by Patrick Williams · 4 years ago
  87. b98bdc6 sdbus++: add support for 'set' by Patrick Williams · 4 years, 1 month ago
  88. 0b2e48e sdbus++-gendir: simplification refactor by Patrick Williams · 4 years, 1 month ago
  89. 3f90a14 boost: add context dependency by Patrick Williams · 4 years, 1 month ago
  90. e113b20 sdbus++-gendir: handle missing nproc by Patrick Williams · 4 years, 1 month ago
  91. 3a6d584 test: fix boost dependency for bus/aio by Patrick Williams · 4 years, 1 month ago
  92. 56fcdec test: add simple aio case by Andrew Geissler · 4 years, 1 month ago
  93. fb0366b asio: object_server: remove invalid root interface by Patrick Williams · 4 years, 1 month ago
  94. bb140d1 sdbus++-gendir: run in parallel by Patrick Williams · 4 years, 1 month ago
  95. 7d8dfc4 build: Move boost dependency into example by William A. Kennington III · 4 years, 1 month ago
  96. da0b3f1 sdbusplus: settable timeout value for async_method_call by Konrad Sztyber · 4 years, 3 months ago
  97. 7f66425 build: split source and header directories by Patrick Williams · 4 years, 1 month ago
  98. 20255a5 Add support for vtable flags for properties by Waqar Hameed · 4 years, 1 month ago
  99. 3e3a665 Add support for vtable flags for methods by Waqar Hameed · 4 years, 1 month ago
  100. 017a19d server: Check return code for sd_bus_add_object_vtable() by Waqar Hameed · 4 years, 1 month ago