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