1. a0fe02c aserver: constructor to initialize properties by Alexander Hansen · 11 months ago
  2. 7a3a521 sdbus++: events: fix Redfish registry type for enums by Patrick Williams · 11 months ago
  3. 0cfa35a Fix uninitialized property, aserver instance by Alexander Hansen · 1 year, 1 month ago
  4. 3ab4e58 Add generation description for Registries by Igor Kanyuka · 12 months ago
  5. 9e5ffe1 Add default value for message Resolution by Igor Kanyuka · 12 months ago
  6. 4415a72 Fix key name for MessageRegistry by Igor Kanyuka · 12 months ago
  7. dd6efd1 meson: reformat with meson formatter by Patrick Williams · 1 year ago
  8. 6bb7a8c sdbus++: remove `PropertiesVariant` for empty properties by Patrick Williams · 1 year, 1 month ago
  9. 8aea1d8 sdbus++: generate `properties` method for client harness by Adin Scannell · 1 year, 1 month ago
  10. 5265a86 sdbus++: events: fix OEM format in Redfish registry by Patrick Williams · 1 year, 1 month ago
  11. 74eea51 sdbus++-gen-meson: leverage `install_dir` for custom targets by Patrick Williams · 1 year, 1 month ago
  12. 3160739 sdbus++: events: add meson support for registry generation by Patrick Williams · 1 year, 1 month ago
  13. e598c59 sdbus++: events: generate Redfish registry by Patrick Williams · 1 year, 1 month ago
  14. ae0a838 sdbus++: events: improve bad enum diagnostics by Patrick Williams · 1 year, 3 months ago
  15. fe1ebd4 sdbus++: events: add object_path include by Patrick Williams · 1 year, 3 months ago
  16. 17e54ab sdbus++: events: adjust schema for metadata by Patrick Williams · 1 year, 3 months ago
  17. b08d14d sdbus++: events: unpack an event from JSON by Patrick Williams · 1 year, 3 months ago
  18. 1800045 sdbus++: events: schema: explicitly prohibit unspecified properties by Patrick Williams · 1 year, 3 months ago
  19. 7ffcdaa sdbus++: events: add source location and pid by Patrick Williams · 1 year, 3 months ago
  20. 3b54a8e sdbus++: simplify handling of empty parameter lists by Patrick Williams · 1 year, 4 months ago
  21. 7377a0b sdbus++: async: handle zero parameter signals by Patrick Williams · 1 year, 4 months ago
  22. c012fde events: add severity to class generation by Patrick Williams · 1 year, 4 months ago
  23. 760adff events: add non-template base class by Patrick Williams · 1 year, 4 months ago
  24. f5b3921 sdbus++: events: add description for metadata by Patrick Williams · 1 year, 4 months ago
  25. 9213e15 sdbus++: events: fix for event-only YAML by Patrick Williams · 1 year, 4 months ago
  26. 00fd0a8 sdbus++: events: use sd_bus_error_add_map to register by Patrick Williams · 1 year, 5 months ago
  27. 14c4797 sdbus++: events: create json for events by Patrick Williams · 1 year, 5 months ago
  28. a4bfefd exception: move sd_bus_error_set calls to exception by Patrick Williams · 1 year, 5 months ago
  29. ebe0179 sdbus++: events: simplify constructor by Patrick Williams · 1 year, 5 months ago
  30. d925c0b sdbus++: events: generate exception constructors by Patrick Williams · 1 year, 5 months ago
  31. 0ac157a sdbus++-gen-meson: fix [more] meson dependencies by Patrick Williams · 1 year, 5 months ago
  32. 093034c sdbus++: events: handle redfish-mapping events by Patrick Williams · 1 year, 5 months ago
  33. 8bde6c7 sdbus++: events: specify redfish-mapping in schema by Patrick Williams · 1 year, 5 months ago
  34. d731d26 sdbus++: events: create event classes by Patrick Williams · 1 year, 5 months ago
  35. b750136 sdbus++: events: generate markdown by Patrick Williams · 1 year, 5 months ago
  36. 0336a2f sdbus++: add stubs to generate event files by Patrick Williams · 1 year, 5 months ago
  37. 6013846 sdbus++: events: minor tweaks to schema by Patrick Williams · 1 year, 5 months ago
  38. 6cb8baa sdbus++: events: allow metadata fields to be enums by Patrick Williams · 1 year, 5 months ago
  39. 5800d07 sdbus++-gen-meson: fix meson dependencies by Patrick Williams · 1 year, 5 months ago
  40. ec40c49 sdbus++: events: add schema by Patrick Williams · 1 year, 6 months ago
  41. 3baa304 Fix spelling mistakes using codespell by Manojkiran Eda · 1 year, 8 months ago
  42. e12a23c Make code compile on clang-18 by Ed Tanous · 2 years ago
  43. fdbc18f async: server: avoid ambiguous base-class error by Patrick Williams · 2 years, 3 months ago
  44. d6f15ee sdbus++: common: move PropertiesVariant from server by Patrick Williams · 2 years, 3 months ago
  45. ae01928 async: client: avoid ambiguous base-class error by Patrick Williams · 2 years, 3 months ago
  46. f6e67e8 sdbus++: aserver: fix method parameter unpack by Patrick Williams · 2 years, 5 months ago
  47. eba7a4d sdbus++: common: allow empty path segment values by Patrick Williams · 2 years, 5 months ago
  48. 2369ec4 sdbus++: common: generate service_names by Patrick Williams · 2 years, 5 months ago
  49. c0290e4 sdbus++: common: generate object_paths by Patrick Williams · 2 years, 5 months ago
  50. 43fcd1c sdbus++: error: move error to front of namespace by Patrick Williams · 2 years, 6 months ago
  51. bb5ca7c sdbus++: error: move cpp functions inline by Patrick Williams · 2 years, 6 months ago
  52. 171a344 sdbus++: error: simplify namespace and match clang-format by Patrick Williams · 2 years, 6 months ago
  53. c0fac81 sdbus++: async: server: change property variable to trailing underscore by Patrick Williams · 2 years, 6 months ago
  54. b736e07 sdbus++: async: client: make methods snake_case to match server by Patrick Williams · 2 years, 6 months ago
  55. e15ff88 sdbus++: async: server: generate method-call fn by Patrick Williams · 2 years, 6 months ago
  56. f07cad9 sdbus++: async: server: make properties protected by Patrick Williams · 2 years, 6 months ago
  57. 72f7116 sdbus++: async: server: generate set-property fn by Patrick Williams · 2 years, 6 months ago
  58. f84f111 sdbus++: async: server: generate get-property fn by Patrick Williams · 2 years, 6 months ago
  59. bf0283a sdbus++: async: server: generate signal emit fns by Patrick Williams · 2 years, 6 months ago
  60. d3eca0e sdbus++: client: remove deprecated namespace by Patrick Williams · 2 years, 6 months ago
  61. 6403d56 sdbus++: async: server: add generator stub by Patrick Williams · 2 years, 6 months ago
  62. 351f8cd async: client: use CRTP to eliminate excess context refs by Patrick Williams · 2 years, 6 months ago
  63. 7721426 sdbus++: simplify enum typename usage by Patrick Williams · 2 years, 6 months ago
  64. 00e3a3a stdexec: update to latest commit by Patrick Williams · 2 years, 9 months ago
  65. 17ad5d2 async: fix reference initializer warning by Patrick Williams · 2 years, 9 months ago
  66. b36f6f8 sdbus++: async: client: fix clang warning on struct mismatch by Patrick Williams · 2 years, 9 months ago
  67. 6937348 sdbus++: simplify vtable generation by Patrick Williams · 2 years, 9 months ago
  68. 3a1d8b9 sdbus++: property: simplify server mako structure by Patrick Williams · 2 years, 9 months ago
  69. 5626d2b sdbus++: handle error names in Python code by Patrick Williams · 2 years, 9 months ago
  70. 9bf2b23 sdbus++: handle error includes in Python code by Patrick Williams · 2 years, 9 months ago
  71. 5bc767a sdbus++: async: client: handle readonly flags for properties by Patrick Williams · 2 years, 9 months ago
  72. 90f8d9b Allow propagating exceptions from server methods by Hannu Lounento · 3 years ago
  73. 27877eb Replace interface member with bus by Hannu Lounento · 2 years, 9 months ago
  74. 384943b sdbus++: async: client: fix client_t usage by Patrick Williams · 2 years, 9 months ago
  75. 65e4d30 sdbus++: async: client: add generated property calls by Patrick Williams · 2 years, 10 months ago
  76. ecfff5c sdbusplus: async: client: prettify the generated code by Patrick Williams · 2 years, 10 months ago
  77. 3cd1c34 sdbus++: async: client: move context to constructor by Patrick Williams · 2 years, 10 months ago
  78. 0241d90 sdbus++: async: client: add generated method calls by Patrick Williams · 2 years, 10 months ago
  79. 4a594c0 sdbus++: add start of an async client by Patrick Williams · 2 years, 10 months ago
  80. af93b2d sdbus++: server: simplify header include templates by Patrick Williams · 2 years, 10 months ago
  81. 62f4173 sdbus++: move enum definitions to common header by Patrick Williams · 2 years, 10 months ago
  82. b754c64 sdbus++: move interface name to common header by Patrick Williams · 2 years, 10 months ago
  83. 1caa5e8 sdbus++: add common header file by Patrick Williams · 2 years, 10 months ago
  84. 5011340 sdbus++: change binding namespace format by Patrick Williams · 2 years, 11 months ago
  85. 14a6b61 sdbus++: interface: simplify client.hpp by Patrick Williams · 2 years, 11 months ago
  86. 759e722 sdbus++: interface: reduce mako embedded python by Patrick Williams · 2 years, 11 months ago
  87. 0fc4aba sdbus++: method: reduce mako embedded python by Patrick Williams · 2 years, 11 months ago
  88. a361055 sdbus++: interface: reduce excess whitespace by Patrick Williams · 3 years ago
  89. bde01ad sdbus++: interface: move variant constructor inline by Patrick Williams · 3 years ago
  90. 39a2e3c sdbus++: interface: move basic constructor inline by Patrick Williams · 3 years ago
  91. 60a9430 Fix meson warning by Ed Tanous · 3 years, 1 month ago
  92. 1837cd5 Remove dead code paths by Ed Tanous · 3 years, 1 month ago
  93. 5d26ec9 Revert "black: re-format" by Patrick Williams · 3 years, 2 months ago
  94. 798efc3 black: re-format by Patrick Williams · 3 years, 2 months ago
  95. 0050ce7 sdbus++: simplify namespace generation by Patrick Williams · 3 years, 3 months ago
  96. 018b8ff shell: reformat with beautysh by Patrick Williams · 3 years, 2 months ago
  97. 6ec4fd7 black: reformat python scripts by Patrick Williams · 3 years, 2 months ago
  98. 16a9a70 sdbus++: remove old 'NEW_CAMELCASE' define by Patrick Williams · 3 years, 3 months ago
  99. 44c6013 sdbus++: remove 'path' type by Patrick Williams · 3 years, 4 months ago
  100. 5c52484 sdbus++-gendir: remove deprecated script by Patrick Williams · 3 years, 5 months ago