1. 7f99709 build: remove autotools builds by Patrick Williams · 4 years, 1 month ago
  2. 80948b8 sdbus++-gendir: remove redundant case in arg-parsing by Patrick Williams · 4 years, 1 month ago
  3. 3e71ab9 sdbus++: fix setup.py for template file change by Patrick Williams · 4 years, 1 month ago
  4. 5621624 sdbus++: rename template mako files by Patrick Williams · 4 years, 1 month ago
  5. ad145e0 meson: feature match autotools support by Patrick Williams · 4 years, 1 month ago
  6. 185d279 sdbus++: create script to generate all files from a dir by Patrick Williams · 4 years, 1 month ago
  7. 78b7803 clean up more pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  8. f934ca3 build: add setuptools install script by Patrick Williams · 4 years, 2 months ago
  9. 5098116 build: move python setuptools for future non-autotools by Patrick Williams · 4 years, 2 months ago
  10. 6805284 remove usage of WANT_TRANSACTION option by Patrick Williams · 4 years, 2 months ago
  11. 18ce803 sdbus++: switch to python3 by Patrick Williams · 4 years, 5 months ago
  12. ddc0eba sdbus++: Generate initial client header by Lei YU · 4 years, 5 months ago
  13. 7eb0d25 sdbus++: refactor enum handling for container-types by Patrick Williams · 4 years, 4 months ago
  14. 67c79b0 sdbus++: Use list comprehension when parsing property types by Waqar Hameed · 4 years, 4 months ago
  15. 7c5faab build: remove interface.mako autoconf gen by Patrick Williams · 4 years, 5 months ago
  16. f7e2159 sdbus++: use native enums for message operations by Patrick Williams · 4 years, 5 months ago
  17. 2520704 sdbusplus: message: append: add native enum support by Patrick Williams · 4 years, 5 months ago
  18. 978f77d sdbus++: interface: refactor enum-to-string conversion by Patrick Williams · 4 years, 5 months ago
  19. 06d43b8 sdbusplus: message: read: add native enum support by Patrick Williams · 4 years, 5 months ago
  20. a163b17 sdbus++: property: simplify local enum handling by Patrick Williams · 4 years, 5 months ago
  21. 18b29ba sdbus++: property: simplify enum handling by Patrick Williams · 4 years, 5 months ago
  22. e57c38e Emit adding/removing interfaces for object server by Lei YU · 4 years, 9 months ago
  23. 5e00177 sdbus++: interface: fix indent of enum-string fn by Patrick Williams · 4 years, 5 months ago
  24. 14db20f Make interface string public by Lei YU · 4 years, 5 months ago
  25. 66ef099 sdbus++: Fix construction of objects with flags by William A. Kennington III · 5 years ago
  26. 4274c11 std::variant: Remove uses of the variant_ns by William A. Kennington III · 6 years ago
  27. 8515eae sdbus++: Generate includes for enum references by William A. Kennington III · 5 years ago
  28. 76f0732 sdbus++: Allow server.hpp files to have extra generated includes by William A. Kennington III · 5 years ago
  29. 3cf374e sdbus++: Fix mako include substitution for signals by William A. Kennington III · 5 years ago
  30. f0dd3b5 Support default string values by Matthew Barth · 5 years ago
  31. 4d74189 Revert "Revert "Fix incorrect defaultValue in generated server.hpp"" by Lei YU · 5 years ago
  32. 596a223 Add support for Unix file descriptors by Waqar Hameed · 6 years ago
  33. 8192be9 Revert "Fix incorrect defaultValue in generated server.hpp" by Andrew Geissler · 5 years ago
  34. 14269fb Fix incorrect defaultValue in generated server.hpp by Lei YU · 5 years ago
  35. fba332b Use return value from sd_bus_error_set* by William A. Kennington III · 6 years ago
  36. 7a2ff91 Fix invalid uses of sd_bus_error_set_const by William A. Kennington III · 6 years ago
  37. b641d10 Handle invalid enum value in convertForMessage() by Lei YU · 6 years ago
  38. 69425eb property: Add support for const (read-only) values by Adriana Kobylak · 6 years ago
  39. 261fe75 Support to skip property changed signal by Richard Marian Thomaiyar · 6 years ago
  40. 75a2e25 property: Add errors support by Adriana Kobylak · 6 years ago
  41. ee6ac69 property: Move property template to its own file by Adriana Kobylak · 6 years ago
  42. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  43. f750906 Allow property called 'name' in interface by James Feist · 6 years ago
  44. 5f9874f Spelling fix in interface.mako.server.hpp by Gunnar Mills · 7 years ago
  45. 7bfb70a sdbus++: move default directory by Patrick Williams · 7 years ago
  46. 8eb1b85 example: move schema to top-level dir by Patrick Williams · 7 years ago
  47. 93c246c sdbus++: increase constness in convert[enum]FromString by Patrick Williams · 7 years ago
  48. dadf83a Copy the tools directory from source to build directory by Adriana Kobylak · 7 years ago
  49. c323105 sdbusplus: automatically add 'Error' to error dbus paths by Patrick Williams · 7 years ago
  50. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 7 years ago
  51. dfa1909 sdbus++: Add server method for get-property by Patrick Williams · 7 years ago
  52. 4d47bf0 sdbus++: Add server constructor from property-map by Patrick Williams · 7 years ago
  53. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 7 years ago
  54. 291f326 Initialize transaction id by Adriana Kobylak · 7 years ago
  55. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 7 years ago
  56. 8a30a8f sdbus++: Use native types for obj-path and signature by Patrick Williams · 7 years ago
  57. 3f67eed sdbus++: fix pep8 issues by Patrick Williams · 8 years ago
  58. cf078c4 sdbus++: Avoid using C++ reserved words by Patrick Williams · 8 years ago
  59. abf5f78 sdbus++: fix incorrect type for variant by Patrick Williams · 8 years ago
  60. 768f128 sdbus++: Fix generation of enums by Christian Andersen · 8 years ago
  61. e416398 sdbus++: Handle parsing of multi-level containers by Christian Andersen · 8 years ago
  62. 7904ed6 sdbusplus: remove 'move' ops from server bindings by Patrick Williams · 8 years ago
  63. abd10b0 sdbus++: generate valid code 0 return methods by Patrick Williams · 8 years ago
  64. aa71a3e Removed leading spaces from template by Abhishek Pandit · 8 years ago
  65. 9b373f0 sdbus++: exception handling for property callbacks by Patrick Williams · 8 years ago
  66. 0ad505c sdbus++: complete server support for enumerations by Patrick Williams · 8 years ago
  67. 386e8d2 sdbus++: provide enum-string conversion functions by Patrick Williams · 8 years ago
  68. 2adcefa sdbus++: fix enumeration property default values by Patrick Williams · 8 years ago
  69. 0aa0dde sdbus++: convert binding enum types to valid C++ by Patrick Williams · 8 years ago
  70. 8c00fed sdbus++: add enumeration parsing by Patrick Williams · 8 years ago
  71. fa5c311 sdbus++: generate markdown for errors by Patrick Williams · 8 years ago
  72. d2505cc sdbus++: generate markdown for enumerations by Patrick Williams · 8 years ago
  73. bd0b06b sdbus++: clean up extra error response by Patrick Williams · 8 years ago
  74. ea24144 sdbus++: enhance exception information by Patrick Williams · 8 years ago
  75. 4a5c3b3 sdbus++: Prepend all errors with 'Error' namespace by Patrick Williams · 8 years ago
  76. d0cd966 sdbus++: use consistent typenames for properties by Patrick Williams · 8 years ago
  77. 31691cf sdbus++: add exception handling to server bindings by Patrick Williams · 8 years ago
  78. 250654e sdbus++: generate error cpp by Patrick Williams · 8 years ago
  79. 179ed9b sdbus++: generate error header by Patrick Williams · 8 years ago
  80. 7d7fda5 sdbus++: parse error info yaml by Patrick Williams · 8 years ago
  81. 7aa8a1e sdbus++: Change namespace order by Patrick Williams · 8 years ago
  82. ccacc4a sdbus++: find templates in datadir by Brad Bishop · 8 years ago
  83. de32f57 Use canonical env by Brad Bishop · 8 years ago
  84. bba7f8c Install sdbus++ by Brad Bishop · 8 years ago
  85. 3390687 Move templates by Brad Bishop · 8 years ago
  86. f5c3cde sdbus++: fix PEP8 style errors by Patrick Williams · 8 years ago
  87. a475c03 interface: enable property-changed signals by Patrick Williams · 8 years ago
  88. 0e9ad0d sdbus++: interface namespaces closed backward by Patrick Williams · 8 years ago
  89. b2cca01 sdbus++: generate server bindings for properties by Patrick Williams · 8 years ago
  90. 5302a46 sdbus++: generate signal broadcast bindings by Patrick Williams · 8 years ago
  91. 0966ce8 server: minor refactoring by Patrick Williams · 8 years ago
  92. 425dc9b bus: fix method_return by Patrick Williams · 8 years ago
  93. 178e8fc sdbus++: generate vtable for server bindings by Patrick Williams · 8 years ago
  94. adc1682 sdbus++: hook interface into server bindings by Patrick Williams · 8 years ago
  95. affeafa sdbus++: work around unicode support in python2 by Patrick Williams · 8 years ago
  96. 831839a sdbus++: generate callback methods for server bindings by Patrick Williams · 8 years ago
  97. ce8a467 sdbus++: use style-correct names for C++ methods by Patrick Williams · 8 years ago
  98. 04e007f sdbus++: generate header for server bindings by Patrick Williams · 8 years ago
  99. e70f0e8 sdbus++: renderer post-processing lambda by Patrick Williams · 8 years ago
  100. 52dd41e sdbus++: Refactor markdown into generic renderer by Patrick Williams · 8 years ago