1. 6a391de Print the errno from a fail in the journal by Matt Spinler · 3 years, 11 months ago
  2. ecac0ae Fixes for when sensor value is a double by Matt Spinler · 3 years, 11 months ago
  3. 5e034af Print the failing filename in the journal msg by Matt Spinler · 4 years ago
  4. 5906173 build: add support for building with meson by Brad Bishop · 4 years, 8 months ago
  5. ddbf1c6 Update sensor-architecture.md link by Gunnar Mills · 4 years, 8 months ago
  6. 778f5c3 tests: fix warnings by Brad Bishop · 4 years, 8 months ago
  7. 57e18b9 test: average: avoid unwanted implicit type deduction by Brad Bishop · 4 years, 8 months ago
  8. bd9bc00 Rework envMock by Kun Yi · 4 years, 10 months ago
  9. 94a04c4 Suppress clang-format on one case by Kun Yi · 4 years, 10 months ago
  10. 9bbe602 Support averaging power values by Carol Wang · 4 years, 10 months ago
  11. 2227bd5 sensor: Replace GpioLock with stdplus RAII helper by William A. Kennington III · 5 years ago
  12. 501ade2 [cleanup] mainloop: simplify with structured bindings by Kun Yi · 4 years, 11 months ago
  13. 553552c [cleanup] mainloop: continue early by Kun Yi · 4 years, 11 months ago
  14. 15492e7 [cleanup] sensor: Fix function declaration constness by Kun Yi · 4 years, 11 months ago
  15. 79205b2 sensor: Add UPDATE_FUNCTIONAL_ON_FAIL and its behavior by Brandon Kim · 5 years ago
  16. 0892c3f drop remove_from_dbus_on_fail option by Patrick Venture · 5 years ago
  17. feb744a mainloop: move out the interface update method by Patrick Venture · 5 years ago
  18. 1fc55df mainloop: delete unused local empty pointer instances by Patrick Venture · 5 years ago
  19. 86dcac8 sensor: Always add status interface, track fault file with class member by Brandon Kim · 5 years ago
  20. 802d94f MAINTAINERS: +R: Brandon Kim by Patrick Venture · 5 years ago
  21. caaebd1 hwmonio: Add injection point to test internal behavior by Patrick Venture · 5 years ago
  22. 16805a6 mainloop: Make HwmonIO injectable dependency by Patrick Venture · 5 years ago
  23. 0cd4f69 mainloop: add helper methods for sensor removal by Patrick Venture · 5 years ago
  24. 3ebaa3e sensor: remove redundant condition by Patrick Venture · 5 years ago
  25. 6206723 rename Object type to InterfaceMap by Patrick Venture · 5 years ago
  26. 827886a types: add missing headers by Patrick Venture · 5 years ago
  27. db76d49 sensor: Implement RAII object for GPIO unlock and lock by Brandon Kim · 5 years ago
  28. d0ce792 Emit signal and remove sensors from dbus by Matthew Barth · 5 years ago
  29. 5c014d2 Use std::filesystem::path::relative_path() by Matt Spinler · 5 years ago
  30. 1f30ab2 build: install into bin instead of sbin by Patrick Venture · 5 years ago
  31. 7e27665 build: enable valgrind by Patrick Venture · 5 years ago
  32. 2e476ac flip error and help message on failure by Patrick Venture · 5 years ago
  33. 17cfad6 swap out getopts for cli11 by Patrick Venture · 5 years ago
  34. 69a68ed build: enable code coverage by Patrick Venture · 5 years ago
  35. 85ba64a Don't std::filesystem::path::/= an absolute path by Matt Spinler · 5 years ago
  36. 9e997b4 use filesystem instead of experimental by Patrick Venture · 5 years ago
  37. 5d8f570 test: rework gtest/gmock lookup by Patrick Venture · 5 years ago
  38. 56c876f test: rework to use Pair-wise comparison by Patrick Venture · 5 years ago
  39. 27512cf Cleanup _gitignore by Patrick Venture · 5 years ago
  40. 09d9c23 build: pkg anti-pattern: use defaults by Patrick Venture · 5 years ago
  41. cd40c88 test: add adjustvalue test by Patrick Venture · 5 years ago
  42. e9764ff sensor: set scale to 0 in constructor by Patrick Venture · 5 years ago
  43. 9a7ef7c build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  44. 99b9581 sensor: add gpio handle test variation by Patrick Venture · 5 years ago
  45. 12659aa sensor: add underscore prefix to members by Patrick Venture · 5 years ago
  46. e3e0f97 test: add gpiohandle mock impl by Patrick Venture · 5 years ago
  47. 0e2d68d test: add tests for creating sensor objects by Patrick Venture · 5 years ago
  48. a67a947 test: add environment mock impl by Patrick Venture · 5 years ago
  49. d0f5097 SensorSet: add underscore prefix to members by Patrick Venture · 5 years ago
  50. abf2970 fan_speed: add underscore prefix to members by Patrick Venture · 5 years ago
  51. 2511c09 fan_pwm: add underscore prefix to members by Patrick Venture · 5 years ago
  52. 4d9506c hwmonio: add underscore prefix to members by Patrick Venture · 5 years ago
  53. 52b4061 mainloop: add underscore prefix to members by Patrick Venture · 5 years ago
  54. 2864b06 sensor: to enable testing receive hwmonio interface pointer by Patrick Venture · 5 years ago
  55. 5a842c3 build: drop extra check by Patrick Venture · 6 years ago
  56. 0e74975 mainloop: Include <cassert> by William A. Kennington III · 6 years ago
  57. db7ecb6 cleanup: add const to read-only iterators by Patrick Venture · 6 years ago
  58. 0dd0c4d timer: Remove in favor of sdeventplus/timer by William A. Kennington III · 6 years ago
  59. ee73f5b Make hwmon work with double or int64 interface by James Feist · 6 years ago
  60. 0fe4cb3 mainloop: Use sdeventplus by William A. Kennington III · 6 years ago
  61. 4cbdfef Remove old experimental includes by William A. Kennington III · 6 years ago
  62. 0956017 sysfs: transition to std::find_if by Patrick Venture · 6 years ago
  63. 685efa1 cleanup: reduced scope of variables by Patrick Venture · 6 years ago
  64. b28f432 Use gpioplus for specifying gpio gating by Patrick Venture · 6 years ago
  65. 86e58ff .gitignore: added unittest logging output by Patrick Venture · 6 years ago
  66. 619190d Build as c++17 by Patrick Venture · 6 years ago
  67. af6227a minor cleanup: remove unused c header by Patrick Venture · 6 years ago
  68. cc86915 clang-format: fix pointer alignment, sort using by Patrick Venture · 6 years ago
  69. c9c818e hwmon: revert alignment change and fix-up by Patrick Venture · 6 years ago
  70. 043d323 add .clang-format by Patrick Venture · 6 years ago
  71. 901f117 fan_pwm: Commit fan PWM value regardless of previous target. by Kun Yi · 6 years ago
  72. 9f51481 update configure and test/Makefile.am by Patrick Venture · 6 years ago
  73. a4353bc Add SensorSet class doxygen comments by Matt Spinler · 6 years ago
  74. 5055237 hwmonio:: Add Interface base class and tests by Patrick Venture · 6 years ago
  75. 280586a Add documentation pointer to README by Matt Spinler · 6 years ago
  76. ac47309 Move sensor adjust within sensor object by Matthew Barth · 6 years ago
  77. e289100 Add EMSGSIZE to the list of retryable errors by Eddie James · 6 years ago
  78. cb3daaf Move value iface creation into sensor object by Matthew Barth · 6 years ago
  79. 2e41b13 Move status iface creation into sensor object by Matthew Barth · 6 years ago
  80. 9c43106 Add sensor object framework by Matthew Barth · 6 years ago
  81. 3786b8c Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  82. 5dc6fe7 Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  83. 28842e1 .gitignore: Add test-driver by Matthew Barth · 6 years ago
  84. 7c42480 Support indirections other than just "label" by Matt Spinler · 6 years ago
  85. c897d8b mainloop: add uniqueness to busname by Patrick Venture · 6 years ago
  86. 0b30505 Remove OCC EREMOTEIO return code hack by Matthew Barth · 6 years ago
  87. bfcaf3d Refresh sensor functional state by Matthew Barth · 6 years ago
  88. 27c4a39 Skip updating value for faulted sensors by Matthew Barth · 6 years ago
  89. ca44c2e Fault status check before reading sensor value by Matthew Barth · 6 years ago
  90. 3581938 Add status interface to sensors by Matthew Barth · 6 years ago
  91. d238e23 Return sensor object state data as optional by Matthew Barth · 6 years ago
  92. 75e56c6 hwmonio: split IoAccess object out by Patrick Venture · 6 years ago
  93. 609fe98 hwmon module unit-tests -- first one by Patrick Venture · 6 years ago
  94. c635e86 test: moved to tools by Patrick Venture · 6 years ago
  95. dd46739 sysfs: cleanup: add missing namespace comment by Patrick Venture · 6 years ago
  96. 50cf1c5 mainloop cleanup: added std namespace where missing by Patrick Venture · 6 years ago
  97. 979c806 Get sensor identifiers function by Matthew Barth · 6 years ago
  98. b798527 Check for empty return code list on adding by Matthew Barth · 6 years ago
  99. 0979185 mainloop cleanup: moved getAttrs to hwmon namespace by Patrick Venture · 6 years ago
  100. a24c880 move calls to cstdlib::getenv to env::getEnv by Patrick Venture · 6 years ago