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