1. 6c106d6 Replace boost string predicate functions with stdlib ones by Zev Weiss · 2 years, 5 months ago
  2. 26fb149 IntelCPUSensor: Fix PropertiesChanged callback setup by Zev Weiss · 2 years, 5 months ago
  3. 8908b3c IntelCPUSensorMain: Replace iterator pairs with structured bindings by Zev Weiss · 2 years, 5 months ago
  4. 214d971 Refactor PropertiesChanged handler setup by Zev Weiss · 2 years, 5 months ago
  5. 255da6b cpusensor: Change cpusensor to intelcpusensor by Thu Nguyen · 2 years, 5 months ago[Renamed (98%) from src/CPUSensorMain.cpp]
  6. 92f8f51 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  7. 2049bd2 Clang-tidy-14 fixes by Ed Tanous · 2 years, 6 months ago
  8. bb67932 Apply LambdaBodyIndentation to dbus-sensors by Ed Tanous · 2 years, 8 months ago
  9. 99c4409 Enable cppcoreguidelines-pro-type-vararg check by Ed Tanous · 3 years ago
  10. 74cffa8 Fix clang-tidy header check by Ed Tanous · 3 years ago
  11. a771f6a Enable cppcoreguidelines-init-variables by Ed Tanous · 3 years ago
  12. 0b207a6 cpusensor: Search in peci-0 directory by Lei YU · 3 years, 3 months ago
  13. 04d0506 cpuSensor:Check object validity in async callback by Arun P. Mohanan · 3 years, 2 months ago
  14. 6655823 Take out array size for constexpr std::array by Brandon Kim · 3 years, 2 months ago
  15. 26601e8 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  16. 8a17c30 Make dbus-sensors compile with clang-13 by Ed Tanous · 3 years, 4 months ago
  17. 8685b17 fix klockwork issues by Zhikui Ren · 3 years, 6 months ago
  18. 1263c3d Modify set-value function from external by Bruce Lee · 3 years, 7 months ago
  19. 92b9629 Suppress clang-tidy warning for C++20 by Andrew Jeffery · 3 years, 8 months ago
  20. 9702c9d cpusensor: access inventoryIfaces by reference instead of by value by Zev Weiss · 3 years, 9 months ago
  21. 6205092 CPUSensor: update depth to find hwmonNamePaths by Jeff Lin · 3 years, 11 months ago
  22. 8a57ec0 add clang-tidy by Ed Tanous · 4 years, 3 months ago
  23. dbfd466 Using reference to avoid copy by Zbigniew Kurzynski · 4 years, 3 months ago
  24. 0eee0c1 Fix for sensor labeling by Zbigniew Kurzynski · 4 years, 7 months ago
  25. 63f3866 Moving some methods from threshold to utils by Zbigniew Kurzynski · 4 years, 7 months ago
  26. 8d8d8d7 Exposing power capping values as a sensor by Zbigniew Kurzynski · 4 years, 8 months ago
  27. 38fb598 Update clang format by James Feist · 4 years, 8 months ago
  28. 0a4c480 Adding support for power sensor and average values in CPU domain. by Zbigniew Kurzynski · 4 years, 9 months ago
  29. 59e4798 Fix D-Bus introspect timeout error in cpusensor by Jae Hyun Yoo · 5 years ago
  30. c140e20 CpuSensor: Fallback to ping if no presence sensor by James Feist · 5 years ago
  31. 96e97db src: add missing headers by Patrick Venture · 5 years ago
  32. ca44b2f use quotes for local headers by Patrick Venture · 5 years ago
  33. ffa07e2 cpusensor: refine CPU detection logic by Jae Hyun Yoo · 5 years ago
  34. b6c0b91 Turn on a bunch of warnings by James Feist · 6 years ago
  35. 86dea2b cpusensor: Add thresold offset by Vijay Khemka · 6 years ago
  36. 58295ad cpusensor: detect if cpu is available by James Feist · 6 years ago
  37. 7d47bf5 Replace Skylake with Xeon by Jae Hyun Yoo · 6 years ago
  38. 24f02f2 Remove references to experimental filesystem by James Feist · 6 years ago
  39. 18ae22f Fix an issue in the partially installed CPU case by Jae Hyun Yoo · 6 years ago
  40. 87bf1dd Adjust DIMM detection interval by Jae Hyun Yoo · 6 years ago
  41. 73ca551 Improve cpusensor performance by Jae Hyun Yoo · 6 years ago
  42. 201c8d9 Modify PECI macro uses to prepare PECI header update by Jae Hyun Yoo · 6 years ago
  43. 13f4888 Exclude non-sensor properties from CPU sensor creation by Jae Hyun Yoo · 6 years ago
  44. 3eb8262 Move variant usage to std by James Feist · 6 years ago
  45. e8b60d0 Use cached sensor configuration in CPU sensor service by Jae Hyun Yoo · 6 years ago
  46. cf3bce6 Move filesystem out of experimental namespace by James Feist · 6 years ago
  47. f87dc4c cpusensor: Move kernel includes to the end by James Feist · 6 years ago
  48. d64262b Make CPUsensor service use an async call for CPU sensor creation by Jae Hyun Yoo · 6 years ago
  49. 9c55e6a Fix CPU detect logic to use a bus setting from CPU configs. by Jae Hyun Yoo · 6 years ago
  50. 9ced0a3 Clean up codes by Jae Hyun Yoo · 6 years ago
  51. 8d9886d Prep CPU sensor for no-overlays by Jae Hyun Yoo · 6 years ago
  52. 1bc964e Update CPU hwmon searching path to sync with kernel path by Jae Hyun Yoo · 6 years ago
  53. a441f3c Improve log messages in CPU sensor service to reflect current status correctly by Yoo, Jae Hyun · 6 years ago
  54. 5093805 Stop using mapbox directly by Yoo, Jae Hyun · 6 years ago
  55. a98605a Fix CPU client address config handling by Yoo, Jae Hyun · 6 years ago
  56. 1f5ebbd Change PECI device name by Yoo, Jae Hyun · 6 years ago
  57. f78d0a4 Fix a bug on CPU sensor dbus property creation by Yoo, Jae Hyun · 6 years ago
  58. 81a464c Fix threshold parsing logic of CPU sensors by Yoo, Jae Hyun · 6 years ago
  59. 6714a25 Squashed import of Dbus-Sensors by James Feist · 6 years ago