1. 9e997b4 use filesystem instead of experimental by Patrick Venture · 6 years ago
  2. 5d8f570 test: rework gtest/gmock lookup by Patrick Venture · 6 years ago
  3. 56c876f test: rework to use Pair-wise comparison by Patrick Venture · 6 years ago
  4. 27512cf Cleanup _gitignore by Patrick Venture · 6 years ago
  5. 09d9c23 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  6. cd40c88 test: add adjustvalue test by Patrick Venture · 6 years ago
  7. e9764ff sensor: set scale to 0 in constructor by Patrick Venture · 6 years ago
  8. 9a7ef7c build: cleanup configure script PKG_CHECK_MODULES by Patrick Venture · 6 years ago
  9. 99b9581 sensor: add gpio handle test variation by Patrick Venture · 6 years ago
  10. 12659aa sensor: add underscore prefix to members by Patrick Venture · 6 years ago
  11. e3e0f97 test: add gpiohandle mock impl by Patrick Venture · 6 years ago
  12. 0e2d68d test: add tests for creating sensor objects by Patrick Venture · 6 years ago
  13. a67a947 test: add environment mock impl by Patrick Venture · 6 years ago
  14. d0f5097 SensorSet: add underscore prefix to members by Patrick Venture · 6 years ago
  15. abf2970 fan_speed: add underscore prefix to members by Patrick Venture · 6 years ago
  16. 2511c09 fan_pwm: add underscore prefix to members by Patrick Venture · 6 years ago
  17. 4d9506c hwmonio: add underscore prefix to members by Patrick Venture · 6 years ago
  18. 52b4061 mainloop: add underscore prefix to members by Patrick Venture · 6 years ago
  19. 2864b06 sensor: to enable testing receive hwmonio interface pointer by Patrick Venture · 6 years ago
  20. 5a842c3 build: drop extra check by Patrick Venture · 6 years ago
  21. 0e74975 mainloop: Include <cassert> by William A. Kennington III · 6 years ago
  22. db7ecb6 cleanup: add const to read-only iterators by Patrick Venture · 6 years ago
  23. 0dd0c4d timer: Remove in favor of sdeventplus/timer by William A. Kennington III · 6 years ago
  24. ee73f5b Make hwmon work with double or int64 interface by James Feist · 6 years ago
  25. 0fe4cb3 mainloop: Use sdeventplus by William A. Kennington III · 6 years ago
  26. 4cbdfef Remove old experimental includes by William A. Kennington III · 6 years ago
  27. 0956017 sysfs: transition to std::find_if by Patrick Venture · 6 years ago
  28. 685efa1 cleanup: reduced scope of variables by Patrick Venture · 6 years ago
  29. b28f432 Use gpioplus for specifying gpio gating by Patrick Venture · 6 years ago
  30. 86e58ff .gitignore: added unittest logging output by Patrick Venture · 6 years ago
  31. 619190d Build as c++17 by Patrick Venture · 6 years ago
  32. af6227a minor cleanup: remove unused c header by Patrick Venture · 6 years ago
  33. cc86915 clang-format: fix pointer alignment, sort using by Patrick Venture · 6 years ago
  34. c9c818e hwmon: revert alignment change and fix-up by Patrick Venture · 6 years ago
  35. 043d323 add .clang-format by Patrick Venture · 6 years ago
  36. 901f117 fan_pwm: Commit fan PWM value regardless of previous target. by Kun Yi · 7 years ago
  37. 9f51481 update configure and test/Makefile.am by Patrick Venture · 7 years ago
  38. a4353bc Add SensorSet class doxygen comments by Matt Spinler · 7 years ago
  39. 5055237 hwmonio:: Add Interface base class and tests by Patrick Venture · 7 years ago
  40. 280586a Add documentation pointer to README by Matt Spinler · 7 years ago
  41. ac47309 Move sensor adjust within sensor object by Matthew Barth · 7 years ago
  42. e289100 Add EMSGSIZE to the list of retryable errors by Eddie James · 7 years ago
  43. cb3daaf Move value iface creation into sensor object by Matthew Barth · 7 years ago
  44. 2e41b13 Move status iface creation into sensor object by Matthew Barth · 7 years ago
  45. 9c43106 Add sensor object framework by Matthew Barth · 7 years ago
  46. 3786b8c Add MAINTAINERS file by Andrew Jeffery · 7 years ago
  47. 5dc6fe7 Use s.c_str() in log messages by Joseph Reynolds · 7 years ago
  48. 28842e1 .gitignore: Add test-driver by Matthew Barth · 7 years ago
  49. 7c42480 Support indirections other than just "label" by Matt Spinler · 7 years ago
  50. c897d8b mainloop: add uniqueness to busname by Patrick Venture · 7 years ago
  51. 0b30505 Remove OCC EREMOTEIO return code hack by Matthew Barth · 7 years ago
  52. bfcaf3d Refresh sensor functional state by Matthew Barth · 7 years ago
  53. 27c4a39 Skip updating value for faulted sensors by Matthew Barth · 7 years ago
  54. ca44c2e Fault status check before reading sensor value by Matthew Barth · 7 years ago
  55. 3581938 Add status interface to sensors by Matthew Barth · 7 years ago
  56. d238e23 Return sensor object state data as optional by Matthew Barth · 7 years ago
  57. 75e56c6 hwmonio: split IoAccess object out by Patrick Venture · 7 years ago
  58. 609fe98 hwmon module unit-tests -- first one by Patrick Venture · 7 years ago
  59. c635e86 test: moved to tools by Patrick Venture · 7 years ago
  60. dd46739 sysfs: cleanup: add missing namespace comment by Patrick Venture · 7 years ago
  61. 50cf1c5 mainloop cleanup: added std namespace where missing by Patrick Venture · 7 years ago
  62. 979c806 Get sensor identifiers function by Matthew Barth · 7 years ago
  63. b798527 Check for empty return code list on adding by Matthew Barth · 7 years ago
  64. 0979185 mainloop cleanup: moved getAttrs to hwmon namespace by Patrick Venture · 7 years ago
  65. a24c880 move calls to cstdlib::getenv to env::getEnv by Patrick Venture · 7 years ago
  66. 7a5285d move getEnv methods into env namespace by Patrick Venture · 7 years ago
  67. 73a50c7 mainloop: Add some helpful comments by Patrick Venture · 7 years ago
  68. caac77d Update configure.ac to fix gtest by Patrick Venture · 7 years ago
  69. d4beecf No retries when adding a purposely removed sensor by Matthew Barth · 7 years ago
  70. 8729e44 Remove OCC EAGAIN workaround by Matthew Barth · 7 years ago
  71. 38c74e7 Trace return code driven remove/add of sensors by Matthew Barth · 7 years ago
  72. 28f8e66 Check TARGET_MODE on target sensors by Matthew Barth · 7 years ago
  73. 33db92b Include monitoring removed sensors for re-adding by Matthew Barth · 7 years ago
  74. 31d214c Attempt adding sensors with initial read error rc by Matthew Barth · 7 years ago
  75. 8772ce3 Remove sensors for given return codes by Matthew Barth · 7 years ago
  76. d26e277 Store sensor return codes for dbus removal by Matthew Barth · 7 years ago
  77. 1daaf26 README: Reword cleaning the repo by Gunnar Mills · 7 years ago
  78. 2a51a9c performance: setup sysfs read independent of D-Bus by Deepak Kodihalli · 7 years ago
  79. 6aa24d4 Add a Timer class by Deepak Kodihalli · 7 years ago
  80. c1cece7 Add configure option for how read fails behave by Patrick Venture · 7 years ago
  81. a23babd Handle OCC EAGAIN & EREMOTEIO in 4.13 by Matthew Barth · 7 years ago
  82. 147b033 Find hwmon path based on input path type by Matt Spinler · 7 years ago
  83. 626df17 Add findHwmonFromDevPath() by Matt Spinler · 7 years ago
  84. 31dbe06 Rename function by Matt Spinler · 7 years ago
  85. a7e2c1e Make it possible to choose the target interface by Matt Spinler · 7 years ago
  86. 7bd5fcf Read MaxValue and MinValue from configuration by James Feist · 7 years ago
  87. a4bba96 Add pwm id as fan pwm target by Lei YU · 7 years ago
  88. 9331ab7 Add fan pwm interface target by Patrick Venture · 7 years ago
  89. c8a8e01 Clear errno before reading/writing by Matt Spinler · 7 years ago
  90. 26d2173 Silently exit on ENODEV by Edward A. James · 7 years ago
  91. fee106b Support reading 64 bit integers by Matt Spinler · 7 years ago
  92. 67ce4a4 Retry on ENODATA errors by Matt Spinler · 7 years ago
  93. 4d9a35b Claim a stable well known busname by Brad Bishop · 7 years ago
  94. fe17eff Update threshold checking comparison operators by Chiabing Lee · 7 years ago
  95. ca64c25 Spelling fixes by Gunnar Mills · 7 years ago
  96. b4e6557 Read fan target sysfs value on startup by Matt Spinler · 7 years ago
  97. b778df0 Only write pwm_enable if it has an env var by Matt Spinler · 7 years ago
  98. ccfc77b Pass discrete type/ID values into addThreshold by Matt Spinler · 7 years ago
  99. 5ac7b19 Remove getIndirectLabelEnv by Matt Spinler · 7 years ago
  100. 4b68c4e Refactor method of looking up indirect labels by Matt Spinler · 7 years ago