1. b641d10 Handle invalid enum value in convertForMessage() by Lei YU · 6 years ago
  2. 69425eb property: Add support for const (read-only) values by Adriana Kobylak · 6 years ago
  3. 261fe75 Support to skip property changed signal by Richard Marian Thomaiyar · 6 years ago
  4. 75a2e25 property: Add errors support by Adriana Kobylak · 6 years ago
  5. ee6ac69 property: Move property template to its own file by Adriana Kobylak · 6 years ago
  6. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  7. f750906 Allow property called 'name' in interface by James Feist · 6 years ago
  8. 5f9874f Spelling fix in interface.mako.server.hpp by Gunnar Mills · 7 years ago
  9. 7bfb70a sdbus++: move default directory by Patrick Williams · 7 years ago
  10. 8eb1b85 example: move schema to top-level dir by Patrick Williams · 7 years ago
  11. 93c246c sdbus++: increase constness in convert[enum]FromString by Patrick Williams · 7 years ago
  12. dadf83a Copy the tools directory from source to build directory by Adriana Kobylak · 7 years ago
  13. c323105 sdbusplus: automatically add 'Error' to error dbus paths by Patrick Williams · 7 years ago
  14. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 7 years ago
  15. dfa1909 sdbus++: Add server method for get-property by Patrick Williams · 7 years ago
  16. 4d47bf0 sdbus++: Add server constructor from property-map by Patrick Williams · 7 years ago
  17. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 7 years ago
  18. 291f326 Initialize transaction id by Adriana Kobylak · 7 years ago
  19. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 7 years ago
  20. 8a30a8f sdbus++: Use native types for obj-path and signature by Patrick Williams · 7 years ago
  21. 3f67eed sdbus++: fix pep8 issues by Patrick Williams · 8 years ago
  22. cf078c4 sdbus++: Avoid using C++ reserved words by Patrick Williams · 8 years ago
  23. abf5f78 sdbus++: fix incorrect type for variant by Patrick Williams · 8 years ago
  24. 768f128 sdbus++: Fix generation of enums by Christian Andersen · 8 years ago
  25. e416398 sdbus++: Handle parsing of multi-level containers by Christian Andersen · 8 years ago
  26. 7904ed6 sdbusplus: remove 'move' ops from server bindings by Patrick Williams · 8 years ago
  27. abd10b0 sdbus++: generate valid code 0 return methods by Patrick Williams · 8 years ago
  28. aa71a3e Removed leading spaces from template by Abhishek Pandit · 8 years ago
  29. 9b373f0 sdbus++: exception handling for property callbacks by Patrick Williams · 8 years ago
  30. 0ad505c sdbus++: complete server support for enumerations by Patrick Williams · 8 years ago
  31. 386e8d2 sdbus++: provide enum-string conversion functions by Patrick Williams · 8 years ago
  32. 2adcefa sdbus++: fix enumeration property default values by Patrick Williams · 8 years ago
  33. 0aa0dde sdbus++: convert binding enum types to valid C++ by Patrick Williams · 8 years ago
  34. 8c00fed sdbus++: add enumeration parsing by Patrick Williams · 8 years ago
  35. fa5c311 sdbus++: generate markdown for errors by Patrick Williams · 8 years ago
  36. d2505cc sdbus++: generate markdown for enumerations by Patrick Williams · 8 years ago
  37. bd0b06b sdbus++: clean up extra error response by Patrick Williams · 8 years ago
  38. ea24144 sdbus++: enhance exception information by Patrick Williams · 8 years ago
  39. 4a5c3b3 sdbus++: Prepend all errors with 'Error' namespace by Patrick Williams · 8 years ago
  40. d0cd966 sdbus++: use consistent typenames for properties by Patrick Williams · 8 years ago
  41. 31691cf sdbus++: add exception handling to server bindings by Patrick Williams · 8 years ago
  42. 250654e sdbus++: generate error cpp by Patrick Williams · 8 years ago
  43. 179ed9b sdbus++: generate error header by Patrick Williams · 8 years ago
  44. 7d7fda5 sdbus++: parse error info yaml by Patrick Williams · 8 years ago
  45. 7aa8a1e sdbus++: Change namespace order by Patrick Williams · 8 years ago
  46. ccacc4a sdbus++: find templates in datadir by Brad Bishop · 8 years ago
  47. de32f57 Use canonical env by Brad Bishop · 8 years ago
  48. bba7f8c Install sdbus++ by Brad Bishop · 8 years ago
  49. 3390687 Move templates by Brad Bishop · 8 years ago
  50. f5c3cde sdbus++: fix PEP8 style errors by Patrick Williams · 8 years ago
  51. a475c03 interface: enable property-changed signals by Patrick Williams · 8 years ago
  52. 0e9ad0d sdbus++: interface namespaces closed backward by Patrick Williams · 8 years ago
  53. b2cca01 sdbus++: generate server bindings for properties by Patrick Williams · 8 years ago
  54. 5302a46 sdbus++: generate signal broadcast bindings by Patrick Williams · 8 years ago
  55. 0966ce8 server: minor refactoring by Patrick Williams · 8 years ago
  56. 425dc9b bus: fix method_return by Patrick Williams · 8 years ago
  57. 178e8fc sdbus++: generate vtable for server bindings by Patrick Williams · 8 years ago
  58. adc1682 sdbus++: hook interface into server bindings by Patrick Williams · 8 years ago
  59. affeafa sdbus++: work around unicode support in python2 by Patrick Williams · 8 years ago
  60. 831839a sdbus++: generate callback methods for server bindings by Patrick Williams · 8 years ago
  61. ce8a467 sdbus++: use style-correct names for C++ methods by Patrick Williams · 8 years ago
  62. 04e007f sdbus++: generate header for server bindings by Patrick Williams · 8 years ago
  63. e70f0e8 sdbus++: renderer post-processing lambda by Patrick Williams · 8 years ago
  64. 52dd41e sdbus++: Refactor markdown into generic renderer by Patrick Williams · 8 years ago
  65. 3a2cc9c sdbus++: remove duplicate inheritence by Patrick Williams · 8 years ago
  66. 24e8ae6 sdbus++: missing dictionary lookup for process func by Patrick Williams · 8 years ago
  67. 40c2e19 signal: render as markdown by Patrick Williams · 8 years ago
  68. 96683fa method: render as markdown by Patrick Williams · 8 years ago
  69. 62c3f27 property: render as markdown by Patrick Williams · 8 years ago
  70. a90b01e sdbus++: Utility for rendering interface YAML by Patrick Williams · 8 years ago
  71. 7127329 interface: render as markdown document by Patrick Williams · 8 years ago
  72. 9225511 signal: parse YAML content by Patrick Williams · 8 years ago
  73. 1695cdf method: parse YAML content by Patrick Williams · 8 years ago
  74. f79f358 property: parse YAML content by Patrick Williams · 8 years ago
  75. a8972b0 interface: Parse YAML content by Patrick Williams · 8 years ago
  76. 696fa72 Example interface YAML file by Patrick Williams · 8 years ago