1. 10d7aa1 message: shorten message type by Patrick Williams · 2 years, 7 months ago
  2. 6d83cf5 Add non-throwing version of unpackProperties by Szymon Dompke · 2 years, 8 months ago
  3. a22dbf4 message: correctly unpack variants of enums by Patrick Williams · 3 years ago
  4. 87b6a8d message: template to check if convert_from_string exists by Patrick Williams · 3 years ago
  5. ea56ec3 test: add tests for enum parsing by Patrick Williams · 3 years ago
  6. 64f0122 use C++17 std::foo_v templates by Patrick Williams · 3 years ago
  7. 34cf693 utility: dedup_variant: rename in C++14 '_t' style by Patrick Williams · 3 years ago
  8. 8db46a0 native_types: string_path_wrapper: Don't escape all strings by William A. Kennington III · 3 years, 2 months ago
  9. 285f78b native_types: Reduce append allocation by William A. Kennington III · 3 years, 2 months ago
  10. e39b3dc test/message/types: Convert ASSERTs to EXPECTs by William A. Kennington III · 3 years, 2 months ago
  11. 472b702 message: Add call_async method by William A. Kennington III · 3 years, 3 months ago
  12. d06072e Fix #60 by adding encoding/decoding rules by Ed Tanous · 3 years, 2 months ago
  13. 8a03773 build: minor whitespace fix in test/meson.build by Patrick Williams · 3 years, 2 months ago
  14. 2e98861 build: switch to C++20 by Patrick Williams · 3 years, 3 months ago
  15. 74a2711 Implement operator /= for object_path by Ed Tanous · 3 years, 3 months ago
  16. fa0fa3b Implement path encoding and decoding by Ed Tanous · 3 years, 3 months ago
  17. eb4bd72 Add filename() and parent_path() methods to object_path by Ed Tanous · 3 years, 7 months ago
  18. c67e1e8 sdbus++: support special double values by Patrick Williams · 3 years, 8 months ago
  19. 4690d88 sdbus++: handle duplicate generated variant types by Patrick Williams · 3 years, 9 months ago
  20. 09b88f2 Added utility functions getAllProperties and unpackProperties by Krzysztof Grobelny · 3 years, 10 months ago
  21. 4dcf755 test: timer: fix warning under clang by Patrick Williams · 3 years, 10 months ago
  22. d5ce346 sdbus++: add type 'object_path' alias by Patrick Williams · 3 years, 10 months ago
  23. dbfb967 native_types: add != comparison for string_wrapper by Patrick Williams · 3 years, 10 months ago
  24. 4ac7e56 sdbus++: add size_t / ssize_t types to YAML by Patrick Williams · 3 years, 10 months ago
  25. 38ab5ec Refine include headers by Ed Tanous · 3 years, 11 months ago
  26. e1c73d3 sdbus++: support 'readonly' flag by Patrick Williams · 4 years ago
  27. adf0354 build: Allow for vendored googletest by William A. Kennington III · 4 years, 1 month ago
  28. 5e893b9 build: Add options for tweaking what is built by William A. Kennington III · 4 years, 1 month ago
  29. 617e749 build: simplify gtest/gmock dependencies by Patrick Williams · 4 years ago
  30. fbc9882 build: remove unneeded thread dependency by Patrick Williams · 4 years ago
  31. b98bdc6 sdbus++: add support for 'set' by Patrick Williams · 4 years ago
  32. 3a6d584 test: fix boost dependency for bus/aio by Patrick Williams · 4 years, 1 month ago
  33. 56fcdec test: add simple aio case by Andrew Geissler · 4 years, 1 month ago
  34. 7f99709 build: remove autotools builds by Patrick Williams · 4 years, 1 month ago
  35. d0285b9 meson: create structure for use as submodule by Patrick Williams · 4 years, 1 month ago
  36. ad145e0 meson: feature match autotools support by Patrick Williams · 4 years, 1 month ago
  37. 4991d3b test: exception: suppress scan-build errors by Patrick Williams · 4 years, 1 month ago
  38. 127b8ab clang-format: sync from docs master .clang-format by Patrick Williams · 4 years, 1 month ago
  39. 78b7803 clean up more pedantic compile warnings by Patrick Williams · 4 years, 1 month ago
  40. e57c38e Emit adding/removing interfaces for object server by Lei YU · 4 years, 9 months ago
  41. 199b3b1 Add valgrind suppression by Lei YU · 4 years, 9 months ago
  42. d35c852 Fix vtable CI error by Lei YU · 4 years, 7 months ago
  43. f8bbf17 native_types: Fix string_wrapper overloads by William A. Kennington III · 5 years ago
  44. 4274c11 std::variant: Remove uses of the variant_ns by William A. Kennington III · 6 years ago
  45. ebdc371 autotools: Fix for autoconf-archive 2019.01.19 by William A. Kennington III · 5 years ago
  46. 062205d bus: Only close connections we own by William A. Kennington III · 6 years ago
  47. 81fa02e message: Fix variant api usage by William A. Kennington III · 6 years ago
  48. 33335b3 exception: Add .get_errno() method by Adriana Kobylak · 6 years ago
  49. 7efcdae add common timer.hpp unit tests by Vernon Mauery · 6 years ago
  50. e0d6965 clang-format: Fix pointer alignment by William A. Kennington III · 6 years ago
  51. 2b238af clang-format: always break template declarations by Patrick Venture · 6 years ago
  52. 95269db update .clang-format header inclusion order by Patrick Venture · 6 years ago
  53. 0b5d1e0 clang-format-6.0 bump fixes by Patrick Venture · 6 years ago
  54. 31a4b13 Spelling fixes by Gunnar Mills · 6 years ago
  55. fac43a6 Remove multiple inheritance from SdBusError by Vernon Mauery · 6 years ago
  56. 6c17d3d tests: Add valgrind memcheck support by William A. Kennington III · 6 years ago
  57. 13367e4 test/message/read: Test that our error handling cases work by William A. Kennington III · 6 years ago
  58. 60a7283 test/message/read: Add missing variant skip by William A. Kennington III · 6 years ago
  59. b4b4fa1 test/message/read: Use googletest and mocks by William A. Kennington III · 6 years ago
  60. a1e9e2a test/message/append: Use googletest and mocks by William A. Kennington III · 6 years ago
  61. 977d4d4 test/type_traits: Convert to gtest by William A. Kennington III · 6 years ago
  62. 874e82e SdBusError: Add test cases by William A. Kennington III · 6 years ago
  63. c20acf6 test: Support mocking with googletest by William A. Kennington III · 6 years ago
  64. 592128c tests: Add code coverage by William A. Kennington III · 6 years ago
  65. 4869781 tests: Write our own assert() by William A. Kennington III · 6 years ago
  66. 809e373 tests: Makefile flags cleanup by William A. Kennington III · 6 years ago
  67. b4b3247 configure: Make gtest detection more flexible by William A. Kennington III · 6 years ago
  68. b564550 tests: Fix memory leak from sd_bus calls by William A. Kennington III · 6 years ago
  69. dd051e2 test: Makefile.am: add missing exception dependency by Patrick Venture · 6 years ago
  70. cd63eee Fix test/Makefile.am to pass build on x86-64 SDK by Lei YU · 6 years ago
  71. 4c3427c sdbusplus::message::message Add sdbus interface injection by Patrick Venture · 6 years ago
  72. 28dc36d Allow reading and appending of more complex types by Ed Tanous · 6 years ago
  73. 072da3e Update repo to conform to openbmc code standard by Andrew Geissler · 6 years ago
  74. da25f34 match: add string constructors by Patrick Williams · 7 years ago
  75. a85fdff match: add utilities for match-rules by Patrick Williams · 7 years ago
  76. 2f7c887 match: allow message callbacks by Patrick Williams · 7 years ago
  77. 43b283a build: use LDADD/LIBADD by Patrick Williams · 7 years ago
  78. faa89f2 test: add test for bus::match by Patrick Williams · 7 years ago
  79. b77868a test: convert message_native_types to gtest by Patrick Williams · 7 years ago
  80. 450d0ec test: convert message_types to gtest by Patrick Williams · 7 years ago
  81. 608b5bc test: convert tuple_to_array to gtest by Patrick Williams · 7 years ago
  82. a14167b test: convert vtable to gtest by Patrick Williams · 7 years ago
  83. b4041d4 bus: add wrapper for sd_bus_list_names by Patrick Williams · 7 years ago
  84. 16e1753 message-append: Add more string test cases by Patrick Williams · 7 years ago
  85. 3306847 Allow implicit string_wrapper conversions by Brad Bishop · 7 years ago
  86. aa2e7f7 message: allow obj-path and sig in STL containers by Patrick Williams · 7 years ago
  87. 572a8ea message-read: support obj-path and signature by Patrick Williams · 7 years ago
  88. fd3c462 message-append: support obj-path and signature by Patrick Williams · 7 years ago
  89. 4498298 message-types: support obj-path and signature by Patrick Williams · 7 years ago
  90. 9db2864 message: Add class for object-path and signatures by Patrick Williams · 7 years ago
  91. b760a99 append/read: additional testcases for bool forms by Patrick Williams · 8 years ago
  92. 14275cf Enable configure of just sdbus++ by Brad Bishop · 8 years ago
  93. f101ee2 message: testcase to read missing variant type by Patrick Williams · 8 years ago
  94. 75538a7 build: fix out of tree builds by Patrick Williams · 8 years ago
  95. 24fb296 message: fix parallel test issue by Patrick Williams · 8 years ago
  96. 83a9d0b build: run testcases via autotools by Patrick Williams · 8 years ago
  97. 696e315 message: compile warning in testcases by Patrick Williams · 8 years ago
  98. 9e3b51e message: write testcase to confirm bool and double by Patrick Williams · 8 years ago
  99. 9d3ec7f Add vtable support by Patrick Williams · 8 years ago
  100. 7559678 variant support for append/read by Patrick Williams · 8 years ago