1. d7be555 Move source files into application-specific sub-directories by George Liu · 4 months ago[Renamed from src/HwmonTempMain.cpp]
  2. 1048077 HwmonTemp: add TMP468 support by Hieu Huynh · 4 months ago
  3. 2aaf717 clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  4. 8800c04 HwmonTemp: add TMP432 support by Andrew Geissler · 6 months ago
  5. 53896db HwmonTempSensor: Add support for EMC1403 by Delphine CC Chiu · 7 months ago
  6. a9c1bec hwmontempsensor: update PercentRH unit string by Potin Lai · 9 months ago
  7. eacbfdd Enable misc-include-cleaner by Ed Tanous · 9 months ago
  8. fb011cc HwmonTempSensor: Add support for PT5161L by Potin Lai · 11 months ago
  9. ae46396 hwmontempsensor: Handle failure to canonicalize device path by Zhikui Ren · 1 year ago
  10. 28b8823 HwmonTempSensor: Add support for MCP9600 by Potin Lai · 1 year, 1 month ago
  11. 278e177 HwmonTempMain: revert the type of bus and address back to uint64_t by Tom Tung · 1 year, 1 month ago
  12. f4c3fad HwmonTemp: Add support for TMP461 by Khang Kieu · 1 year, 1 month ago
  13. f3862ee hwmontemp: Add MAX6639 by Patrick Rudolph · 1 year, 2 months ago
  14. 597e842 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  15. 03d333e dbus-sensors: utils: Utility to get device bus & addr from dev name. by Akshit Shah · 1 year, 5 months ago
  16. 6289f5a hwmontemp: Fix NULL pointer dereference by Patrick Rudolph · 1 year, 4 months ago
  17. 76d3676 hwmontempsensor: Add support for ADM1021 by Patrick Rudolph · 1 year, 4 months ago
  18. c564eda hwmontempsensor: Move instantiateDevices by Matt Simmering · 1 year, 8 months ago
  19. cb359da Revert "fix formatting issues in CI" by Zhikui Ren · 1 year, 5 months ago
  20. a704a8f fix formatting issues in CI by Alexander Hansen · 1 year, 5 months ago
  21. 9a7db6a hwmontemp: add tmp464 by Hieu Huynh · 1 year, 7 months ago
  22. 55832f3 Rename Sensor class variable by Matt Spinler · 1 year, 7 months ago
  23. 0489ec2 hwmontemp: Fix object type being passed to ctors by Matt Spinler · 1 year, 7 months ago
  24. 779c96a clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  25. 88a3213 Fix format in HwmonMain.cpp to pass format check by Michael Shen · 1 year, 8 months ago
  26. 83db50c Don't use deprecated asio functions by Ed Tanous · 1 year, 10 months ago
  27. 1f97863 Change io_service to io_context by Ed Tanous · 1 year, 10 months ago
  28. e73bd0a sensors: Align source structure away from anti-patterns by Andrew Jeffery · 2 years ago
  29. 9b0a6f6 HwmonTempMain: add support TMP100 to sensorTypes by Tim Lee · 2 years ago
  30. 9bbeff7 hwmontempsensor: Fix DBus update value after power on issue by Joseph Fu · 2 years, 1 month ago
  31. 7627c86 hwmontempsensor: Fix crash on eventHandler signal callback by Zev Weiss · 2 years, 2 months ago
  32. a1456c4 hwmontempsensor: Manage devices on host power-state events by Zev Weiss · 2 years, 6 months ago
  33. 14ed5e9 Add ObjectManager in the right place by Ed Tanous · 2 years, 6 months ago
  34. 61baea4 hwmontempsensor: Remove redundant emptiness check by Zev Weiss · 2 years, 3 months ago
  35. 8569bf2 Add getPollRate helper function by Zev Weiss · 2 years, 3 months ago
  36. 9b4a20e Move to steady_timer by Ed Tanous · 2 years, 4 months ago
  37. d29f8aa hwmontempsensor: Convert sensorTypes to I2CDeviceTypeMap by Zev Weiss · 2 years, 5 months ago
  38. 054aad8 Remove Configuration interface prefix from utils APIs by Zev Weiss · 2 years, 5 months ago
  39. 6c106d6 Replace boost string predicate functions with stdlib ones by Zev Weiss · 2 years, 5 months ago
  40. a180833 HwmonTempMain: Replace iterator pairs with structured bindings by Zev Weiss · 2 years, 5 months ago
  41. 214d971 Refactor PropertiesChanged handler setup by Zev Weiss · 2 years, 5 months ago
  42. 92f8f51 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  43. a4d2768 Factor out getPowerState() helper function by Zev Weiss · 2 years, 6 months ago
  44. 2049bd2 Clang-tidy-14 fixes by Ed Tanous · 2 years, 6 months ago
  45. bb67932 Apply LambdaBodyIndentation to dbus-sensors by Ed Tanous · 2 years, 8 months ago
  46. 9eb0cc3 hwmon-temp-sensor: Support sensor with missing labels by Willy Tu · 2 years, 9 months ago
  47. 7c97730 hwmontempsensor: Add NCT6779 to sensorTypes by Zev Weiss · 2 years, 8 months ago
  48. 7dd6443 HwmonTempSensor: Fix a crash when an I3C device is scanned by Jae Hyun Yoo · 2 years, 9 months ago
  49. 31ec7db Revert "hwmon-temp-sensor: Support sensor with missing labels" by Matt Spinler · 2 years, 9 months ago
  50. fefdbe7 HwmonTempMain: fix sensor index of Name1 by Potin Lai · 2 years, 11 months ago
  51. 0f58094 hwmon-temp-sensor: Support sensor with missing labels by Willy Tu · 2 years, 9 months ago
  52. f16c2cf hwmontempsensor: Remove trace by Matt Spinler · 2 years, 10 months ago
  53. 9f3a74e Fix for hwmontemp sensor to avoid invoking same sensor by Jayashree Dhanapal · 3 years ago
  54. 3ec41c5 Add reporting of Relative Humidity for Hwmon by Bruce Mitchell · 3 years, 1 month ago
  55. 4786334 HwmonTempSensor: add HDC1080 by Potin Lai · 3 years, 1 month ago
  56. 3c969f6 hwmontemp: Remove trace for unmatched hwmon file by Matt Spinler · 3 years ago
  57. 5a86e56 Fixes Units for Temperature & Pressure for Hwmon by Bruce Mitchell · 3 years, 1 month ago
  58. 544e7dc DPS310 temperature pressure, SI7020 temperature by Bruce Mitchell · 3 years, 5 months ago
  59. daf6f56 Added JC42 JEDEC standard memory temp sensor support by hsangani · 3 years, 1 month ago
  60. 6655823 Take out array size for constexpr std::array by Brandon Kim · 3 years, 2 months ago
  61. 26601e8 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  62. 20bf2c1 HwmonTempSensor: Watch for InterfacesRemoved by Matt Spinler · 3 years, 4 months ago
  63. 8a17c30 Make dbus-sensors compile with clang-13 by Ed Tanous · 3 years, 4 months ago
  64. 5770a6f HwmonTempSensor: Add NCT7802 as a valid type. by Oskar Senft · 3 years, 4 months ago
  65. d653b75 Corrects bug in using boost::container erase() by Bruce Mitchell · 3 years, 5 months ago
  66. 1263c3d Modify set-value function from external by Bruce Lee · 3 years, 7 months ago
  67. 5636d52 HwmonTempSensor: Thresholds for multi-temp devices by Matt Spinler · 3 years, 10 months ago
  68. 7ea918f Add support for Nuvoton w83773g temp sensor by Zev Weiss · 3 years, 10 months ago
  69. 5a3b3f8 hwmontemp: Add LM95234 device to sensor types by Konstantin Aladyshev · 3 years, 9 months ago
  70. 34fc75a hwmontemp: Add LM75A device to sensor types by Konstantin Aladyshev · 3 years, 9 months ago
  71. 8a57ec0 add clang-tidy by Ed Tanous · 4 years, 3 months ago
  72. 87bc67f HwmonTempSensor: Add PollRate attribute by Jeff Lin · 4 years, 1 month ago
  73. 381636e hwmontemp: Add emc1412 and emc1414 support by Gilbert Chen · 4 years, 2 months ago
  74. 100c20b hwmontemp: add labels attribute support by Jason Ling · 4 years, 5 months ago
  75. 8b8bcc8 HwmonTemp: fixed support for more than 10 sensors by Jason Ling · 4 years, 5 months ago
  76. 5591cf08 Fix adcsensor crash by James Feist · 4 years, 6 months ago
  77. 8fb0a01 hwmontemp: Add SBTSI device to whitelist by Josh Lehan · 4 years, 6 months ago
  78. 16e7af1 hwmontemp: Add MAX6581 to sensor types by Jason Ling · 4 years, 7 months ago
  79. 38fb598 Update clang format by James Feist · 4 years, 7 months ago
  80. 3840d0a Add MAX6654 device to hwmontempsensor whitelist by Josh Lehan · 4 years, 8 months ago
  81. f3fd191 Check if the object is still valid in the timeout callback function by Yong Li · 4 years, 10 months ago
  82. f9b01b6 Add power state check for HwmonTempSensor by James Feist · 5 years ago
  83. 8b3f7d4 HwmonTemp: Support more than 2 temperature readings; add support for MAX31730. by Alex Qiu · 5 years ago
  84. 96e97db src: add missing headers by Patrick Venture · 5 years ago
  85. ca44b2f use quotes for local headers by Patrick Venture · 5 years ago
  86. df51515 Update hwmon temp sensor to async by James Feist · 5 years ago
  87. 3546adb hwmontemp: add tmp175 by Patrick Venture · 5 years ago
  88. bd1a9d5 hwmontemp: add max31725 by Patrick Venture · 5 years ago
  89. 7fa475d hwmontemp: add tmp441 by Patrick Venture · 5 years ago
  90. b6c0b91 Turn on a bunch of warnings by James Feist · 5 years ago
  91. 55ab2af HwmonTemp: Add support for emc1413 and tmp112 by John Wang · 6 years ago
  92. 24f02f2 Remove references to experimental filesystem by James Feist · 6 years ago
  93. 3eb8262 Move variant usage to std by James Feist · 6 years ago
  94. cf3bce6 Move filesystem out of experimental namespace by James Feist · 6 years ago
  95. 9ced0a3 Clean up codes by Jae Hyun Yoo · 6 years ago
  96. 37266ca Prep hwmontemp sensor for no-overlays by James Feist · 6 years ago
  97. 6714a25 Squashed import of Dbus-Sensors by James Feist · 6 years ago