1. 6b5af74 meson: remove deprecated get_pkgconfig_variable by Patrick Williams · 1 year, 9 months ago
  2. 46a29b7 markdownlint: fix all warnings by Patrick Williams · 2 years, 1 month ago
  3. 5203d48 prettier: re-format by Patrick Williams · 2 years, 1 month ago
  4. c4f67be beautysh: re-format by Patrick Williams · 2 years, 1 month ago
  5. c9d6161 sensor: Implement sensor "ACCURACY" by George Liu · 2 years, 3 months ago
  6. 5e5259b MAINTAINERS: remove file by Patrick Williams · 2 years, 5 months ago
  7. ad6043f sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  8. cabec7f OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 6 months ago
  9. 0bbd07c Use proper path in service file by Matt Spinler · 2 years, 9 months ago
  10. d273b1e sdbusplus: object: don't use 'bool' argument constructor by Patrick Williams · 2 years, 9 months ago
  11. d546181 MAINTAINERS/OWNERS: Removal of `msbarth` by Matthew Barth · 2 years, 10 months ago
  12. 728f21f phosphor-hwmon: Remove venture from reviewer by Willy Tu · 2 years, 11 months ago
  13. b6c1771 clang-format with latest clang by Ed Tanous · 3 years, 4 months ago
  14. 6a22a2f Add OWNERS file by Manojkiran Eda · 3 years, 2 months ago
  15. 3a81614 build: switch to C++20 by Patrick Williams · 3 years, 3 months ago
  16. 04da055 sensor: accept single sensor threshold by Thang Q. Nguyen · 3 years, 6 months ago
  17. 9c40534 build: test: Fix invalid variable by William A. Kennington III · 3 years, 7 months ago
  18. e32ce16 Hardcode SensorValueType to double by Matt Spinler · 3 years, 8 months ago
  19. 6d50c3e sensor: Implement sensor "ASYNC_READ_TIMEOUT" by Brandon Kim · 5 years ago
  20. d46d081 Add sensor instance id command line argument. by Anton D. Kachalov · 4 years ago
  21. 5b520cf Install service unit files, busconfig and udev rules from the package. by Anton D. Kachalov · 4 years ago
  22. bb25973 meson: Cleanup tests and make them execute again by William A. Kennington III · 3 years, 8 months ago
  23. d3e8794 meson: Explicitly check for CLI11 dependency by William A. Kennington III · 3 years, 8 months ago
  24. f9aff80 meson: Cleanup library linking by William A. Kennington III · 3 years, 8 months ago
  25. ffaaef7 gitignore: Ignore all build directories by William A. Kennington III · 3 years, 8 months ago
  26. 6f42e35 Remove autotools files by Matt Spinler · 3 years, 8 months ago
  27. d8cacfd Change #ifdef to #if after move to meson by Matt Spinler · 3 years, 8 months ago
  28. 8fa48a4 MAINTAINERS: Handoff from Venture to Kim by Patrick Venture · 3 years, 8 months ago
  29. 7376909 Send high/low alarm signal when sensor reading exceeds threshold by Duke Du · 3 years, 9 months ago
  30. f4414cb enable shellcheck by Patrick Williams · 3 years, 9 months ago
  31. 347666f bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 9 months ago
  32. bc58dec Make shellcheck happy about the max31785-msl script by Anton D. Kachalov · 3 years, 10 months ago
  33. 82921ae Change an sdbusplus mock signature by Matt Spinler · 4 years ago
  34. 9455535 max31785-msl: Default not to install by Matthew Barth · 4 years, 2 months ago
  35. 7ab1b25 Fix applying sensor scale on first read by Matt Spinler · 4 years, 6 months ago
  36. 6a391de Print the errno from a fail in the journal by Matt Spinler · 4 years, 6 months ago
  37. ecac0ae Fixes for when sensor value is a double by Matt Spinler · 4 years, 6 months ago
  38. 5e034af Print the failing filename in the journal msg by Matt Spinler · 4 years, 7 months ago
  39. 5906173 build: add support for building with meson by Brad Bishop · 5 years ago
  40. ddbf1c6 Update sensor-architecture.md link by Gunnar Mills · 5 years ago
  41. 778f5c3 tests: fix warnings by Brad Bishop · 5 years ago
  42. 57e18b9 test: average: avoid unwanted implicit type deduction by Brad Bishop · 5 years ago
  43. bd9bc00 Rework envMock by Kun Yi · 5 years ago
  44. 94a04c4 Suppress clang-format on one case by Kun Yi · 5 years ago
  45. 9bbe602 Support averaging power values by Carol Wang · 5 years ago
  46. 2227bd5 sensor: Replace GpioLock with stdplus RAII helper by William A. Kennington III · 6 years ago
  47. 501ade2 [cleanup] mainloop: simplify with structured bindings by Kun Yi · 5 years ago
  48. 553552c [cleanup] mainloop: continue early by Kun Yi · 5 years ago
  49. 15492e7 [cleanup] sensor: Fix function declaration constness by Kun Yi · 5 years ago
  50. 79205b2 sensor: Add UPDATE_FUNCTIONAL_ON_FAIL and its behavior by Brandon Kim · 6 years ago
  51. 0892c3f drop remove_from_dbus_on_fail option by Patrick Venture · 6 years ago
  52. feb744a mainloop: move out the interface update method by Patrick Venture · 6 years ago
  53. 1fc55df mainloop: delete unused local empty pointer instances by Patrick Venture · 6 years ago
  54. 86dcac8 sensor: Always add status interface, track fault file with class member by Brandon Kim · 6 years ago
  55. 802d94f MAINTAINERS: +R: Brandon Kim by Patrick Venture · 6 years ago
  56. caaebd1 hwmonio: Add injection point to test internal behavior by Patrick Venture · 6 years ago
  57. 16805a6 mainloop: Make HwmonIO injectable dependency by Patrick Venture · 6 years ago
  58. 0cd4f69 mainloop: add helper methods for sensor removal by Patrick Venture · 6 years ago
  59. 3ebaa3e sensor: remove redundant condition by Patrick Venture · 6 years ago
  60. 6206723 rename Object type to InterfaceMap by Patrick Venture · 6 years ago
  61. 827886a types: add missing headers by Patrick Venture · 6 years ago
  62. db76d49 sensor: Implement RAII object for GPIO unlock and lock by Brandon Kim · 6 years ago
  63. d0ce792 Emit signal and remove sensors from dbus by Matthew Barth · 6 years ago
  64. 5c014d2 Use std::filesystem::path::relative_path() by Matt Spinler · 6 years ago
  65. 1f30ab2 build: install into bin instead of sbin by Patrick Venture · 6 years ago
  66. 7e27665 build: enable valgrind by Patrick Venture · 6 years ago
  67. 2e476ac flip error and help message on failure by Patrick Venture · 6 years ago
  68. 17cfad6 swap out getopts for cli11 by Patrick Venture · 6 years ago
  69. 69a68ed build: enable code coverage by Patrick Venture · 6 years ago
  70. 85ba64a Don't std::filesystem::path::/= an absolute path by Matt Spinler · 6 years ago
  71. 9e997b4 use filesystem instead of experimental by Patrick Venture · 6 years ago
  72. 5d8f570 test: rework gtest/gmock lookup by Patrick Venture · 6 years ago
  73. 56c876f test: rework to use Pair-wise comparison by Patrick Venture · 6 years ago
  74. 27512cf Cleanup _gitignore by Patrick Venture · 6 years ago
  75. 09d9c23 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  76. cd40c88 test: add adjustvalue test by Patrick Venture · 6 years ago
  77. e9764ff sensor: set scale to 0 in constructor by Patrick Venture · 6 years ago
  78. 9a7ef7c build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  79. 99b9581 sensor: add gpio handle test variation by Patrick Venture · 6 years ago
  80. 12659aa sensor: add underscore prefix to members by Patrick Venture · 6 years ago
  81. e3e0f97 test: add gpiohandle mock impl by Patrick Venture · 6 years ago
  82. 0e2d68d test: add tests for creating sensor objects by Patrick Venture · 6 years ago
  83. a67a947 test: add environment mock impl by Patrick Venture · 6 years ago
  84. d0f5097 SensorSet: add underscore prefix to members by Patrick Venture · 6 years ago
  85. abf2970 fan_speed: add underscore prefix to members by Patrick Venture · 6 years ago
  86. 2511c09 fan_pwm: add underscore prefix to members by Patrick Venture · 6 years ago
  87. 4d9506c hwmonio: add underscore prefix to members by Patrick Venture · 6 years ago
  88. 52b4061 mainloop: add underscore prefix to members by Patrick Venture · 6 years ago
  89. 2864b06 sensor: to enable testing receive hwmonio interface pointer by Patrick Venture · 6 years ago
  90. 5a842c3 build: drop extra check by Patrick Venture · 6 years ago
  91. 0e74975 mainloop: Include <cassert> by William A. Kennington III · 6 years ago
  92. db7ecb6 cleanup: add const to read-only iterators by Patrick Venture · 6 years ago
  93. 0dd0c4d timer: Remove in favor of sdeventplus/timer by William A. Kennington III · 6 years ago
  94. ee73f5b Make hwmon work with double or int64 interface by James Feist · 6 years ago
  95. 0fe4cb3 mainloop: Use sdeventplus by William A. Kennington III · 6 years ago
  96. 4cbdfef Remove old experimental includes by William A. Kennington III · 6 years ago
  97. 0956017 sysfs: transition to std::find_if by Patrick Venture · 6 years ago
  98. 685efa1 cleanup: reduced scope of variables by Patrick Venture · 6 years ago
  99. b28f432 Use gpioplus for specifying gpio gating by Patrick Venture · 6 years ago
  100. 86e58ff .gitignore: added unittest logging output by Patrick Venture · 6 years ago