1. ee6ac69 property: Move property template to its own file by Adriana Kobylak · 6 years ago
  2. 51b2001 Adding Richard as reviewer by Richard Marian Thomaiyar · 6 years ago
  3. 263712f sdbusplus:: dbus-interfaces generated use inteface by Patrick Venture · 6 years ago
  4. a489b94 sdbusplus::server::object Add sdbus interface by Patrick Venture · 6 years ago
  5. 540946e sdbusplus::server::interface:: Add sdbus interface by Patrick Venture · 6 years ago
  6. ead7ea7 sdbusplus testing add new_mock method by Patrick Venture · 6 years ago
  7. 8e20cfb message: Add error handling to sd_bus_message calls by William A. Kennington III · 6 years ago
  8. cd63eee Fix test/Makefile.am to pass build on x86-64 SDK by Lei YU · 6 years ago
  9. 20db3bf exception: Add an exception for holding sd_bus_errors by William A. Kennington III · 6 years ago
  10. 248c990 sdbusplus::server::manager:: leverage getInterface by Patrick Venture · 6 years ago
  11. b9a1e19 sdbusplus::bus::bus Add getInterface() method by Patrick Venture · 6 years ago
  12. ff09568 sdbusplus::bus::bus Add sdbus interface injection by Patrick Venture · 6 years ago
  13. 4c3427c sdbusplus::message::message Add sdbus interface injection by Patrick Venture · 6 years ago
  14. dba73d7 Added sdbusplus::sdbus Interface and Mock by Patrick Venture · 6 years ago
  15. e264298 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  16. 20a6b6b Spelling fixes by Gunnar Mills · 6 years ago
  17. f750906 Allow property called 'name' in interface by James Feist · 6 years ago
  18. a4b4a0b Spelling fixes by Gunnar Mills · 6 years ago
  19. 28dc36d Allow reading and appending of more complex types by Ed Tanous · 6 years ago
  20. f9c02db clang-format: Set IndentWrappedFunctionNames to true by Adriana Kobylak · 6 years ago
  21. f7c2307 message: fix a bug exposed by gcc 6.3 by Brad Bishop · 6 years ago
  22. 072da3e Update repo to conform to openbmc code standard by Andrew Geissler · 6 years ago
  23. 27d18d7 Makefile: Don't include transaction.hpp if enable_transaction=no by William A. Kennington III · 6 years ago
  24. a3c58a9 Add nameOwnerChanged match with given service by Matthew Barth · 7 years ago
  25. 5f9874f Spelling fix in interface.mako.server.hpp by Gunnar Mills · 7 years ago
  26. a41b389 build: fix --disable-libsdbusplus by Patrick Williams · 7 years ago
  27. 817248c build: fix out of tree build in example by Patrick Williams · 7 years ago
  28. 2b0bdd6 docs: document interface and error YAMLs by Patrick Williams · 7 years ago
  29. e36cf85 example: add client API example by Patrick Williams · 7 years ago
  30. 7bfb70a sdbus++: move default directory by Patrick Williams · 7 years ago
  31. 4edb785 example: create calculator server app by Patrick Williams · 7 years ago
  32. 8eb1b85 example: move schema to top-level dir by Patrick Williams · 7 years ago
  33. 82f083d match: Add additional convenience match rules by Brad Bishop · 7 years ago
  34. 93c246c sdbus++: increase constness in convert[enum]FromString by Patrick Williams · 7 years ago
  35. 5c48c8b match: add interfacesAdded rule by Patrick Williams · 7 years ago
  36. 61f57a4 message: Add wrappers for sd_bus_get_xxx by Brad Bishop · 7 years ago
  37. da25f34 match: add string constructors by Patrick Williams · 7 years ago
  38. a85fdff match: add utilities for match-rules by Patrick Williams · 7 years ago
  39. 2f7c887 match: allow message callbacks by Patrick Williams · 7 years ago
  40. 43b283a build: use LDADD/LIBADD by Patrick Williams · 7 years ago
  41. faa89f2 test: add test for bus::match by Patrick Williams · 7 years ago
  42. b77868a test: convert message_native_types to gtest by Patrick Williams · 7 years ago
  43. 450d0ec test: convert message_types to gtest by Patrick Williams · 7 years ago
  44. 608b5bc test: convert tuple_to_array to gtest by Patrick Williams · 7 years ago
  45. a14167b test: convert vtable to gtest by Patrick Williams · 7 years ago
  46. b4041d4 bus: add wrapper for sd_bus_list_names by Patrick Williams · 7 years ago
  47. c69def6 match: move to bus namespace by Christian Andersen · 8 years ago
  48. d294557 Add wrappers for emit_interfaces_added/removed by Brad Bishop · 7 years ago
  49. 02d9675 exception: change org to xyz by Patrick Williams · 7 years ago
  50. ba6f50c bus: change constructor semantics by Patrick Williams · 7 years ago
  51. 93b0e70 exception: move InvalidEnumString functions to library by Patrick Williams · 7 years ago
  52. dadf83a Copy the tools directory from source to build directory by Adriana Kobylak · 7 years ago
  53. c323105 sdbusplus: automatically add 'Error' to error dbus paths by Patrick Williams · 7 years ago
  54. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 7 years ago
  55. bee1a6a transaction: avoid recursive sdbus calls by Patrick Williams · 7 years ago
  56. 16e1753 message-append: Add more string test cases by Patrick Williams · 7 years ago
  57. fb913e8 message-append: char* passed to sd-bus as char** by Patrick Williams · 7 years ago
  58. 5e70389 build: Use AX for pkg config by Brad Bishop · 7 years ago
  59. 9a0baf5 Add wrappers for sd_bus object added/removed by Brad Bishop · 7 years ago
  60. 8ac39ee bus: Add interface for sd-event by Yi Li · 7 years ago
  61. dfa1909 sdbus++: Add server method for get-property by Patrick Williams · 7 years ago
  62. 4d47bf0 sdbus++: Add server constructor from property-map by Patrick Williams · 7 years ago
  63. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 7 years ago
  64. a1fb5e6 build: Generate package-config file by Adriana Kobylak · 7 years ago
  65. 6312225 message: Add get bus function by Adriana Kobylak · 7 years ago
  66. 990cbce transaction: Generate hash for when bus and msg are not initialized by Adriana Kobylak · 7 years ago
  67. 291f326 Initialize transaction id by Adriana Kobylak · 7 years ago
  68. 1afb4e6 Store transaction id in thread local storage by Adriana Kobylak · 7 years ago
  69. 5e293ec transaction: Initial commit to create a transaction id by Adriana Kobylak · 7 years ago
  70. 3306847 Allow implicit string_wrapper conversions by Brad Bishop · 7 years ago
  71. bc4afed Don't emit InterfacesRemoved unless requested by Brad Bishop · 7 years ago
  72. b6dcf97 message: Add get_cookie method by Adriana Kobylak · 7 years ago
  73. c549677 bus: Add get_unique_name method by Adriana Kobylak · 7 years ago
  74. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 7 years ago
  75. aa2e7f7 message: allow obj-path and sig in STL containers by Patrick Williams · 7 years ago
  76. 8a30a8f sdbus++: Use native types for obj-path and signature by Patrick Williams · 7 years ago
  77. 572a8ea message-read: support obj-path and signature by Patrick Williams · 7 years ago
  78. fd3c462 message-append: support obj-path and signature by Patrick Williams · 7 years ago
  79. 4498298 message-types: support obj-path and signature by Patrick Williams · 7 years ago
  80. 9db2864 message: Add class for object-path and signatures by Patrick Williams · 7 years ago
  81. ab7de32 build: ensure C++14 is selected by Patrick Williams · 7 years ago
  82. 9b97062 message: added is_method_error method by Christian Andersen · 8 years ago
  83. 3f67eed sdbus++: fix pep8 issues by Patrick Williams · 8 years ago
  84. cf078c4 sdbus++: Avoid using C++ reserved words by Patrick Williams · 8 years ago
  85. abf5f78 sdbus++: fix incorrect type for variant by Patrick Williams · 8 years ago
  86. 768f128 sdbus++: Fix generation of enums by Christian Andersen · 8 years ago
  87. e416398 sdbus++: Handle parsing of multi-level containers by Christian Andersen · 8 years ago
  88. 7904ed6 sdbusplus: remove 'move' ops from server bindings by Patrick Williams · 8 years ago
  89. 213da28 message: remove hard-coded boolean types by Patrick Williams · 8 years ago
  90. 6a9c8ae message: pass 'bool' types to sdbus as 'int' by Patrick Williams · 8 years ago
  91. b760a99 append/read: additional testcases for bool forms by Patrick Williams · 8 years ago
  92. 2ae86cd bus: wrap response sd_bus_message into sdbusplus::message by Christian Andersen · 8 years ago
  93. abd10b0 sdbus++: generate valid code 0 return methods by Patrick Williams · 8 years ago
  94. aa71a3e Removed leading spaces from template by Abhishek Pandit · 8 years ago
  95. c5b45f1 Added readme with instructions on how to use sdbus++ by Abhishek Pandit · 8 years ago
  96. 3f56596 Install server/bindings.hpp by Christian Andersen · 8 years ago
  97. 9b373f0 sdbus++: exception handling for property callbacks by Patrick Williams · 8 years ago
  98. 0ad505c sdbus++: complete server support for enumerations by Patrick Williams · 8 years ago
  99. 386e8d2 sdbus++: provide enum-string conversion functions by Patrick Williams · 8 years ago
  100. 59b70d1 exception: add InvalidEnumString error by Patrick Williams · 8 years ago