1. 5c48c8b match: add interfacesAdded rule by Patrick Williams · 7 years ago
  2. 61f57a4 message: Add wrappers for sd_bus_get_xxx by Brad Bishop · 7 years ago
  3. da25f34 match: add string constructors by Patrick Williams · 7 years ago
  4. a85fdff match: add utilities for match-rules by Patrick Williams · 7 years ago
  5. 2f7c887 match: allow message callbacks by Patrick Williams · 7 years ago
  6. 43b283a build: use LDADD/LIBADD by Patrick Williams · 7 years ago
  7. faa89f2 test: add test for bus::match by Patrick Williams · 7 years ago
  8. b77868a test: convert message_native_types to gtest by Patrick Williams · 7 years ago
  9. 450d0ec test: convert message_types to gtest by Patrick Williams · 7 years ago
  10. 608b5bc test: convert tuple_to_array to gtest by Patrick Williams · 7 years ago
  11. a14167b test: convert vtable to gtest by Patrick Williams · 7 years ago
  12. b4041d4 bus: add wrapper for sd_bus_list_names by Patrick Williams · 7 years ago
  13. c69def6 match: move to bus namespace by Christian Andersen · 8 years ago
  14. d294557 Add wrappers for emit_interfaces_added/removed by Brad Bishop · 7 years ago
  15. 02d9675 exception: change org to xyz by Patrick Williams · 7 years ago
  16. ba6f50c bus: change constructor semantics by Patrick Williams · 7 years ago
  17. 93b0e70 exception: move InvalidEnumString functions to library by Patrick Williams · 7 years ago
  18. dadf83a Copy the tools directory from source to build directory by Adriana Kobylak · 7 years ago
  19. c323105 sdbusplus: automatically add 'Error' to error dbus paths by Patrick Williams · 7 years ago
  20. fd43ef7 Disable transaction id support by default by Adriana Kobylak · 7 years ago
  21. bee1a6a transaction: avoid recursive sdbus calls by Patrick Williams · 7 years ago
  22. 16e1753 message-append: Add more string test cases by Patrick Williams · 7 years ago
  23. fb913e8 message-append: char* passed to sd-bus as char** by Patrick Williams · 7 years ago
  24. 5e70389 build: Use AX for pkg config by Brad Bishop · 7 years ago
  25. 9a0baf5 Add wrappers for sd_bus object added/removed by Brad Bishop · 7 years ago
  26. 8ac39ee bus: Add interface for sd-event by Yi Li · 7 years ago
  27. dfa1909 sdbus++: Add server method for get-property by Patrick Williams · 7 years ago
  28. 4d47bf0 sdbus++: Add server constructor from property-map by Patrick Williams · 7 years ago
  29. 9fa8552 sdbus++: add server method for set-property by Patrick Williams · 7 years ago
  30. a1fb5e6 build: Generate package-config file by Adriana Kobylak · 7 years ago
  31. 6312225 message: Add get bus function by Adriana Kobylak · 7 years ago
  32. 990cbce transaction: Generate hash for when bus and msg are not initialized by Adriana Kobylak · 7 years ago
  33. 291f326 Initialize transaction id by Adriana Kobylak · 7 years ago
  34. 1afb4e6 Store transaction id in thread local storage by Adriana Kobylak · 7 years ago
  35. 5e293ec transaction: Initial commit to create a transaction id by Adriana Kobylak · 7 years ago
  36. 3306847 Allow implicit string_wrapper conversions by Brad Bishop · 7 years ago
  37. bc4afed Don't emit InterfacesRemoved unless requested by Brad Bishop · 7 years ago
  38. b6dcf97 message: Add get_cookie method by Adriana Kobylak · 7 years ago
  39. c549677 bus: Add get_unique_name method by Adriana Kobylak · 7 years ago
  40. 560e5fd message: Change conversion ctor to inc ref-count by Patrick Williams · 7 years ago
  41. aa2e7f7 message: allow obj-path and sig in STL containers by Patrick Williams · 7 years ago
  42. 8a30a8f sdbus++: Use native types for obj-path and signature by Patrick Williams · 7 years ago
  43. 572a8ea message-read: support obj-path and signature by Patrick Williams · 7 years ago
  44. fd3c462 message-append: support obj-path and signature by Patrick Williams · 7 years ago
  45. 4498298 message-types: support obj-path and signature by Patrick Williams · 7 years ago
  46. 9db2864 message: Add class for object-path and signatures by Patrick Williams · 7 years ago
  47. ab7de32 build: ensure C++14 is selected by Patrick Williams · 7 years ago
  48. 9b97062 message: added is_method_error method by Christian Andersen · 8 years ago
  49. 3f67eed sdbus++: fix pep8 issues by Patrick Williams · 8 years ago
  50. cf078c4 sdbus++: Avoid using C++ reserved words by Patrick Williams · 8 years ago
  51. abf5f78 sdbus++: fix incorrect type for variant by Patrick Williams · 8 years ago
  52. 768f128 sdbus++: Fix generation of enums by Christian Andersen · 8 years ago
  53. e416398 sdbus++: Handle parsing of multi-level containers by Christian Andersen · 8 years ago
  54. 7904ed6 sdbusplus: remove 'move' ops from server bindings by Patrick Williams · 8 years ago
  55. 213da28 message: remove hard-coded boolean types by Patrick Williams · 8 years ago
  56. 6a9c8ae message: pass 'bool' types to sdbus as 'int' by Patrick Williams · 8 years ago
  57. b760a99 append/read: additional testcases for bool forms by Patrick Williams · 8 years ago
  58. 2ae86cd bus: wrap response sd_bus_message into sdbusplus::message by Christian Andersen · 8 years ago
  59. abd10b0 sdbus++: generate valid code 0 return methods by Patrick Williams · 8 years ago
  60. aa71a3e Removed leading spaces from template by Abhishek Pandit · 8 years ago
  61. c5b45f1 Added readme with instructions on how to use sdbus++ by Abhishek Pandit · 8 years ago
  62. 3f56596 Install server/bindings.hpp by Christian Andersen · 8 years ago
  63. 9b373f0 sdbus++: exception handling for property callbacks by Patrick Williams · 8 years ago
  64. 0ad505c sdbus++: complete server support for enumerations by Patrick Williams · 8 years ago
  65. 386e8d2 sdbus++: provide enum-string conversion functions by Patrick Williams · 8 years ago
  66. 59b70d1 exception: add InvalidEnumString error by Patrick Williams · 8 years ago
  67. bbd0023 server-bindings: convertForMessage utility 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. 1a28306 exception: define 'internal_exception' class by Patrick Williams · 8 years ago
  79. 250654e sdbus++: generate error cpp by Patrick Williams · 8 years ago
  80. 179ed9b sdbus++: generate error header by Patrick Williams · 8 years ago
  81. 7d7fda5 sdbus++: parse error info yaml by Patrick Williams · 8 years ago
  82. f4a6f41 exception: Create exception class by Patrick Williams · 8 years ago
  83. 7aa8a1e sdbus++: Change namespace order by Patrick Williams · 8 years ago
  84. ccacc4a sdbus++: find templates in datadir by Brad Bishop · 8 years ago
  85. 14275cf Enable configure of just sdbus++ by Brad Bishop · 8 years ago
  86. de32f57 Use canonical env by Brad Bishop · 8 years ago
  87. bba7f8c Install sdbus++ by Brad Bishop · 8 years ago
  88. 3390687 Move templates by Brad Bishop · 8 years ago
  89. cd97761 Install message/types.hpp by Brad Bishop · 8 years ago
  90. f101ee2 message: testcase to read missing variant type by Patrick Williams · 8 years ago
  91. 75538a7 build: fix out of tree builds by Patrick Williams · 8 years ago
  92. 24fb296 message: fix parallel test issue by Patrick Williams · 8 years ago
  93. 83a9d0b build: run testcases via autotools by Patrick Williams · 8 years ago
  94. 696e315 message: compile warning in testcases by Patrick Williams · 8 years ago
  95. 5e0b681 build: autotools-based install of headers by Patrick Williams · 8 years ago
  96. ac52113 Skip variant for unknown types by Brad Bishop · 8 years ago
  97. f5c3cde sdbus++: fix PEP8 style errors by Patrick Williams · 8 years ago
  98. b12ca16 match: add optional context parameter by Patrick Williams · 8 years ago
  99. ebd6b9c match: add signal callback registerer by Patrick Williams · 8 years ago
  100. a475c03 interface: enable property-changed signals by Patrick Williams · 8 years ago