1. fe0edaa build: fix meson deprecation warning by Patrick Williams · 3 years, 3 months ago
  2. 2e98861 build: switch to C++20 by Patrick Williams · 3 years, 3 months ago
  3. d8543d0 native_types: add missing header file by Jason Ling · 3 years, 3 months ago
  4. 74a2711 Implement operator /= for object_path by Ed Tanous · 3 years, 3 months ago
  5. fa0fa3b Implement path encoding and decoding by Ed Tanous · 3 years, 3 months ago
  6. 95874d9 Standardize the asio helper methods by Ed Tanous · 3 years, 4 months ago
  7. 4b64623 clang-format fixes for latest by Patrick Williams · 3 years, 4 months ago
  8. 32ffb03 server: un-inline various large functions by Patrick Williams · 3 years, 9 months ago
  9. e659436 server/interface: simplify property_changed by Patrick Williams · 3 years, 9 months ago
  10. 1d35f91 sdbus++: create server support functions by Patrick Williams · 3 years, 9 months ago
  11. d64fb7d sdbus++-gendir: remove from install by Patrick Williams · 3 years, 5 months ago
  12. eb4bd72 Add filename() and parent_path() methods to object_path by Ed Tanous · 3 years, 7 months ago
  13. 4f65175 fixed issue which prevented to use setProperty with reference types by Krzysztof Grobelny · 3 years, 7 months ago
  14. 9ad6d75 sdbus++: fix method template generation by Patrick Williams · 3 years, 6 months ago
  15. d2fc8cc sdbus++: Refactor utilities shared by templates by Ramin Izadpanah · 3 years, 8 months ago
  16. a4c9edc sdbus++-gen-meson: force locale for stable sort by Patrick Williams · 3 years, 7 months ago
  17. 0c76546 exit read_wait async loop on error by Vernon Mauery · 3 years, 7 months ago
  18. a3f2bde MAINTAINERS: Change Deepak's email address by Deepak Kodihalli · 3 years, 7 months ago
  19. e4f21df message: Declare getters as const member functions by Waqar Hameed · 3 years, 8 months ago
  20. c67e1e8 sdbus++: support special double values by Patrick Williams · 3 years, 8 months ago
  21. 8fc0639 asio: Added method add_unique_interface to object_server by Krzysztof Grobelny · 3 years, 9 months ago
  22. e05376e sdbus++: clean up TODO by Patrick Williams · 3 years, 9 months ago
  23. 4690d88 sdbus++: handle duplicate generated variant types by Patrick Williams · 3 years, 9 months ago
  24. 807419d asio: Added utility functions getProperty and setProperty by Krzysztof Grobelny · 3 years, 9 months ago
  25. 09b88f2 Added utility functions getAllProperties and unpackProperties by Krzysztof Grobelny · 3 years, 10 months ago
  26. 992ab24 Remove regex match pattern from object_server by Wludzik, Jozef · 3 years, 10 months ago
  27. 4dcf755 test: timer: fix warning under clang by Patrick Williams · 3 years, 10 months ago
  28. d5ce346 sdbus++: add type 'object_path' alias by Patrick Williams · 3 years, 10 months ago
  29. dbfb967 native_types: add != comparison for string_wrapper by Patrick Williams · 3 years, 10 months ago
  30. d24bf31 sdbus++: include headers for enums inside complex types by Patrick Williams · 3 years, 10 months ago
  31. 4ac7e56 sdbus++: add size_t / ssize_t types to YAML by Patrick Williams · 3 years, 10 months ago
  32. 2be0e17 Added flags parameter to register_property method by Krzysztof Grobelny · 4 years ago
  33. 38ab5ec Refine include headers by Ed Tanous · 3 years, 11 months ago
  34. 1147250 sdbus++-gen-meson: install tool by Patrick Williams · 3 years, 10 months ago
  35. 847a0c3 sdbus++-gen-meson: create tool for helping with meson by Patrick Williams · 4 years ago
  36. c6a5bd8 sdbus++: fix NamedElement exception handling by Patrick Williams · 4 years ago
  37. 289c0b6 shellcheck: enable testing by Patrick Williams · 4 years ago
  38. 9f77a47 python: fix pycodestyle issues by Patrick Williams · 4 years ago
  39. c65b3aa sdbus++-gendir: fix shellcheck warnings by Patrick Williams · 4 years ago
  40. 72f24b0 fix interface and path patterns to match D-Bus specification by Vernon Mauery · 4 years ago
  41. 70bdfdd sdbus++-gendir: ensure errors exit with error code by Patrick Williams · 4 years ago
  42. 18ed2b8 README: add build instructions (meson/python) by Patrick Williams · 4 years ago
  43. 4f299e0 sdbus++: skip emitting readonly set-property callback by Patrick Williams · 4 years ago
  44. e1c73d3 sdbus++: support 'readonly' flag by Patrick Williams · 4 years ago
  45. 0f19c87 Add new_signal and extend set_property methods to dbus_interface by Zhikui Ren · 4 years ago
  46. 738e45d sdbus++: server: fix PropertyVariant order by Patrick Williams · 4 years ago
  47. 1b7a588 sdbus++: move main to module by Patrick Williams · 4 years ago
  48. b2bc0c7 sdbus++-gendir: avoid duplicate filenames with --list-all by Patrick Williams · 4 years ago
  49. 0b731e0 sdbus++-gendir: avoid stale data on re-run by Patrick Williams · 4 years ago
  50. f534ba0 message: Add method_error creation from exception by William A. Kennington III · 4 years ago
  51. adf0354 build: Allow for vendored googletest by William A. Kennington III · 4 years, 1 month ago
  52. f05b4ca build: Don't enable tests or examples in subprojects by William A. Kennington III · 4 years, 1 month ago
  53. 5e893b9 build: Add options for tweaking what is built by William A. Kennington III · 4 years, 1 month ago
  54. 617e749 build: simplify gtest/gmock dependencies by Patrick Williams · 4 years ago
  55. fbc9882 build: remove unneeded thread dependency by Patrick Williams · 4 years ago
  56. b98bdc6 sdbus++: add support for 'set' by Patrick Williams · 4 years, 1 month ago
  57. 0b2e48e sdbus++-gendir: simplification refactor by Patrick Williams · 4 years, 1 month ago
  58. 3f90a14 boost: add context dependency by Patrick Williams · 4 years, 1 month ago
  59. e113b20 sdbus++-gendir: handle missing nproc by Patrick Williams · 4 years, 1 month ago
  60. 3a6d584 test: fix boost dependency for bus/aio by Patrick Williams · 4 years, 1 month ago
  61. 56fcdec test: add simple aio case by Andrew Geissler · 4 years, 1 month ago
  62. fb0366b asio: object_server: remove invalid root interface by Patrick Williams · 4 years, 1 month ago
  63. bb140d1 sdbus++-gendir: run in parallel by Patrick Williams · 4 years, 1 month ago
  64. 7d8dfc4 build: Move boost dependency into example by William A. Kennington III · 4 years, 1 month ago
  65. da0b3f1 sdbusplus: settable timeout value for async_method_call by Konrad Sztyber · 4 years, 3 months ago
  66. 7f66425 build: split source and header directories by Patrick Williams · 4 years, 1 month ago
  67. 20255a5 Add support for vtable flags for properties by Waqar Hameed · 4 years, 1 month ago
  68. 3e3a665 Add support for vtable flags for methods by Waqar Hameed · 4 years, 1 month ago
  69. 017a19d server: Check return code for sd_bus_add_object_vtable() by Waqar Hameed · 4 years, 1 month ago
  70. 7f99709 build: remove autotools builds by Patrick Williams · 4 years, 1 month ago
  71. b5facf5 message: Remove legacy variant and variant_ns by William A. Kennington III · 6 years ago
  72. d0285b9 meson: create structure for use as submodule by Patrick Williams · 4 years, 1 month ago
  73. fa3137a meson: add missing pkgconfig requires by Patrick Williams · 4 years, 1 month ago
  74. f69a8b7 meson: Don't require sdbusplus to be built shared by William A. Kennington III · 4 years, 1 month ago
  75. 80948b8 sdbus++-gendir: remove redundant case in arg-parsing by Patrick Williams · 4 years, 1 month ago
  76. 3e71ab9 sdbus++: fix setup.py for template file change by Patrick Williams · 4 years, 1 month ago
  77. 5621624 sdbus++: rename template mako files by Patrick Williams · 4 years, 1 month ago
  78. ad145e0 meson: feature match autotools support by Patrick Williams · 4 years, 1 month ago
  79. 185d279 sdbus++: create script to generate all files from a dir by Patrick Williams · 4 years, 1 month ago
  80. 7b3184f sdbusplus: validate interface and path passed to DBus by Wludzik, Jozef · 4 years, 2 months ago
  81. 4991d3b test: exception: suppress scan-build errors by Patrick Williams · 4 years, 1 month ago
  82. 127b8ab clang-format: sync from docs master .clang-format by Patrick Williams · 4 years, 1 month ago
  83. 5d4e4b2 asio: connection: add missing initializer by Patrick Williams · 4 years, 1 month ago
  84. feb4847 meson: set default buildtype to debugoptimized by Patrick Williams · 4 years, 1 month ago
  85. 98d7108 meson: create basic build structure by Patrick Williams · 4 years, 2 months ago
  86. 78b7803 clean up more pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  87. 01ac5ca clang-format: reformat for clang-10 by Patrick Williams · 4 years, 1 month ago
  88. 396ba14 asio: object_server: add virtual destructors by Patrick Williams · 4 years, 1 month ago
  89. 1d33f3e clean up pedantic compile warnings by Patrick Williams · 4 years, 2 months ago
  90. f934ca3 build: add setuptools install script by Patrick Williams · 4 years, 2 months ago
  91. 5098116 build: move python setuptools for future non-autotools by Patrick Williams · 4 years, 2 months ago
  92. 6805284 remove usage of WANT_TRANSACTION option by Patrick Williams · 4 years, 2 months ago
  93. 1b1321c MAINTAINERS: remove Ed Tanous as reviewer by Patrick Williams · 4 years, 2 months ago
  94. 03d6c01 include needed file for runtime_error by Andrew Geissler · 4 years, 2 months ago
  95. afe80cf Include <set> to be able to use std::set by Vernon Mauery · 4 years, 3 months ago
  96. dca7e16 Added register_signal method to sdbusplus::asio::dbus_interface by Adrian Ambrożewicz · 4 years, 3 months ago
  97. 5de3184 Update README.md for Python 3 by Waqar Hameed · 4 years, 4 months ago
  98. 18ce803 sdbus++: switch to python3 by Patrick Williams · 4 years, 5 months ago
  99. ddc0eba sdbus++: Generate initial client header by Lei YU · 4 years, 5 months ago
  100. 7eb0d25 sdbus++: refactor enum handling for container-types by Patrick Williams · 4 years, 4 months ago