1. 1013c5e server: remove bindings.hpp by Patrick Williams · 3 years ago
  2. a42e97a sdbus++-gen-meson: Don't build markdown by default by William A. Kennington III · 3 years, 2 months ago
  3. 56eb177 sdbus++-gen-meson: Support non-source root yaml directories by William A. Kennington III · 3 years, 2 months ago
  4. 98019e7 sdbus++: fix camelcase names by Patrick Williams · 3 years, 2 months ago
  5. fcff676 sdbus++: add C++20 reserved keywords by Patrick Williams · 3 years, 2 months ago
  6. d9bb33e sdbus++-gen-meson: switch to project_source_root by Patrick Williams · 3 years, 3 months ago
  7. 1d35f91 sdbus++: create server support functions by Patrick Williams · 3 years, 9 months ago
  8. d64fb7d sdbus++-gendir: remove from install by Patrick Williams · 3 years, 5 months ago
  9. 9ad6d75 sdbus++: fix method template generation by Patrick Williams · 3 years, 6 months ago
  10. d2fc8cc sdbus++: Refactor utilities shared by templates by Ramin Izadpanah · 3 years, 8 months ago
  11. a4c9edc sdbus++-gen-meson: force locale for stable sort by Patrick Williams · 3 years, 7 months ago
  12. c67e1e8 sdbus++: support special double values by Patrick Williams · 3 years, 8 months ago
  13. e05376e sdbus++: clean up TODO by Patrick Williams · 3 years, 9 months ago
  14. 4690d88 sdbus++: handle duplicate generated variant types by Patrick Williams · 3 years, 9 months ago
  15. d5ce346 sdbus++: add type 'object_path' alias by Patrick Williams · 3 years, 10 months ago
  16. d24bf31 sdbus++: include headers for enums inside complex types by Patrick Williams · 3 years, 10 months ago
  17. 4ac7e56 sdbus++: add size_t / ssize_t types to YAML by Patrick Williams · 3 years, 10 months ago
  18. 1147250 sdbus++-gen-meson: install tool by Patrick Williams · 3 years, 10 months ago
  19. 847a0c3 sdbus++-gen-meson: create tool for helping with meson by Patrick Williams · 4 years ago
  20. c6a5bd8 sdbus++: fix NamedElement exception handling by Patrick Williams · 4 years ago
  21. 9f77a47 python: fix pycodestyle issues by Patrick Williams · 4 years ago
  22. c65b3aa sdbus++-gendir: fix shellcheck warnings by Patrick Williams · 4 years ago
  23. 70bdfdd sdbus++-gendir: ensure errors exit with error code by Patrick Williams · 4 years ago
  24. 4f299e0 sdbus++: skip emitting readonly set-property callback by Patrick Williams · 4 years ago
  25. e1c73d3 sdbus++: support 'readonly' flag by Patrick Williams · 4 years ago
  26. 738e45d sdbus++: server: fix PropertyVariant order by Patrick Williams · 4 years ago
  27. 1b7a588 sdbus++: move main to module by Patrick Williams · 4 years ago
  28. b2bc0c7 sdbus++-gendir: avoid duplicate filenames with --list-all by Patrick Williams · 4 years ago
  29. 0b731e0 sdbus++-gendir: avoid stale data on re-run by Patrick Williams · 4 years ago
  30. b98bdc6 sdbus++: add support for 'set' by Patrick Williams · 4 years, 1 month ago
  31. 0b2e48e sdbus++-gendir: simplification refactor by Patrick Williams · 4 years, 1 month ago
  32. e113b20 sdbus++-gendir: handle missing nproc by Patrick Williams · 4 years, 1 month ago
  33. bb140d1 sdbus++-gendir: run in parallel by Patrick Williams · 4 years, 1 month ago
  34. 20255a5 Add support for vtable flags for properties by Waqar Hameed · 4 years, 1 month ago
  35. 3e3a665 Add support for vtable flags for methods by Waqar Hameed · 4 years, 1 month ago
  36. 7f99709 build: remove autotools builds by Patrick Williams · 4 years, 1 month ago
  37. 80948b8 sdbus++-gendir: remove redundant case in arg-parsing by Patrick Williams · 4 years, 1 month ago
  38. 3e71ab9 sdbus++: fix setup.py for template file change by Patrick Williams · 4 years, 1 month ago
  39. 5621624 sdbus++: rename template mako files by Patrick Williams · 4 years, 1 month ago
  40. ad145e0 meson: feature match autotools support by Patrick Williams · 4 years, 2 months ago
  41. 185d279 sdbus++: create script to generate all files from a dir by Patrick Williams · 4 years, 2 months ago
  42. 78b7803 clean up more pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  43. f934ca3 build: add setuptools install script by Patrick Williams · 4 years, 2 months ago
  44. 5098116 build: move python setuptools for future non-autotools by Patrick Williams · 4 years, 2 months ago
  45. 6805284 remove usage of WANT_TRANSACTION option by Patrick Williams · 4 years, 2 months ago
  46. 18ce803 sdbus++: switch to python3 by Patrick Williams · 4 years, 5 months ago
  47. ddc0eba sdbus++: Generate initial client header by Lei YU · 4 years, 5 months ago
  48. 7eb0d25 sdbus++: refactor enum handling for container-types by Patrick Williams · 4 years, 4 months ago
  49. 67c79b0 sdbus++: Use list comprehension when parsing property types by Waqar Hameed · 4 years, 5 months ago
  50. 7c5faab build: remove interface.mako autoconf gen by Patrick Williams · 4 years, 5 months ago
  51. f7e2159 sdbus++: use native enums for message operations by Patrick Williams · 4 years, 5 months ago
  52. 2520704 sdbusplus: message: append: add native enum support by Patrick Williams · 4 years, 5 months ago
  53. 978f77d sdbus++: interface: refactor enum-to-string conversion by Patrick Williams · 4 years, 5 months ago
  54. 06d43b8 sdbusplus: message: read: add native enum support by Patrick Williams · 4 years, 5 months ago
  55. a163b17 sdbus++: property: simplify local enum handling by Patrick Williams · 4 years, 5 months ago
  56. 18b29ba sdbus++: property: simplify enum handling by Patrick Williams · 4 years, 5 months ago
  57. e57c38e Emit adding/removing interfaces for object server by Lei YU · 4 years, 10 months ago
  58. 5e00177 sdbus++: interface: fix indent of enum-string fn by Patrick Williams · 4 years, 5 months ago
  59. 14db20f Make interface string public by Lei YU · 4 years, 5 months ago
  60. 66ef099 sdbus++: Fix construction of objects with flags by William A. Kennington III · 5 years ago
  61. 4274c11 std::variant: Remove uses of the variant_ns by William A. Kennington III · 6 years ago
  62. 8515eae sdbus++: Generate includes for enum references by William A. Kennington III · 5 years ago
  63. 76f0732 sdbus++: Allow server.hpp files to have extra generated includes by William A. Kennington III · 5 years ago
  64. 3cf374e sdbus++: Fix mako include substitution for signals by William A. Kennington III · 5 years ago
  65. f0dd3b5 Support default string values by Matthew Barth · 5 years ago
  66. 4d74189 Revert "Revert "Fix incorrect defaultValue in generated server.hpp"" by Lei YU · 5 years ago
  67. 596a223 Add support for Unix file descriptors by Waqar Hameed · 6 years ago
  68. 8192be9 Revert "Fix incorrect defaultValue in generated server.hpp" by Andrew Geissler · 5 years ago
  69. 14269fb Fix incorrect defaultValue in generated server.hpp by Lei YU · 5 years ago
  70. fba332b Use return value from sd_bus_error_set* by William A. Kennington III · 6 years ago
  71. 7a2ff91 Fix invalid uses of sd_bus_error_set_const by William A. Kennington III · 6 years ago
  72. b641d10 Handle invalid enum value in convertForMessage() by Lei YU · 6 years ago
  73. 69425eb property: Add support for const (read-only) values by Adriana Kobylak · 6 years ago
  74. 261fe75 Support to skip property changed signal by Richard Marian Thomaiyar · 6 years ago
  75. 75a2e25 property: Add errors support by Adriana Kobylak · 6 years ago
  76. ee6ac69 property: Move property template to its own file by Adriana Kobylak · 6 years ago
  77. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  78. f750906 Allow property called 'name' in interface by James Feist · 6 years ago
  79. 5f9874f Spelling fix in interface.mako.server.hpp by Gunnar Mills · 7 years ago
  80. 7bfb70a sdbus++: move default directory by Patrick Williams · 7 years ago
  81. 8eb1b85 example: move schema to top-level dir by Patrick Williams · 7 years ago
  82. 93c246c sdbus++: increase constness in convert[enum]FromString by Patrick Williams · 7 years ago
  83. dadf83a Copy the tools directory from source to build directory by Adriana Kobylak · 7 years ago
  84. c323105 sdbusplus: automatically add 'Error' to error dbus paths by Patrick Williams · 7 years ago
  85. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 7 years ago
  86. dfa1909 sdbus++: Add server method for get-property by Patrick Williams · 7 years ago
  87. 4d47bf0 sdbus++: Add server constructor from property-map by Patrick Williams · 7 years ago
  88. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 7 years ago
  89. 291f326 Initialize transaction id by Adriana Kobylak · 7 years ago
  90. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 7 years ago
  91. 8a30a8f sdbus++: Use native types for obj-path and signature by Patrick Williams · 7 years ago
  92. 3f67eed sdbus++: fix pep8 issues by Patrick Williams · 8 years ago
  93. cf078c4 sdbus++: Avoid using C++ reserved words by Patrick Williams · 8 years ago
  94. abf5f78 sdbus++: fix incorrect type for variant by Patrick Williams · 8 years ago
  95. 768f128 sdbus++: Fix generation of enums by Christian Andersen · 8 years ago
  96. e416398 sdbus++: Handle parsing of multi-level containers by Christian Andersen · 8 years ago
  97. 7904ed6 sdbusplus: remove 'move' ops from server bindings by Patrick Williams · 8 years ago
  98. abd10b0 sdbus++: generate valid code 0 return methods by Patrick Williams · 8 years ago
  99. aa71a3e Removed leading spaces from template by Abhishek Pandit · 8 years ago
  100. 9b373f0 sdbus++: exception handling for property callbacks by Patrick Williams · 8 years ago