summaryrefslogtreecommitdiffstats
path: root/linux/LibSensors.c
AgeCommit message (Expand)Author
2024-04-05Use size_t for array indices consistentlyBenny Baumann
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-07-28Header orderBenny Baumann
2023-07-28Avoid VLA in LibSensors codeBenny Baumann
2023-05-25Add missing copyright/file headersBenny Baumann
2023-05-24Make header sort order consistent againBenny Baumann
2023-05-24Always mark config.h with IWYU pragma: keepBenny Baumann
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2021-08-25IWYU updateChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-05-10platform-dependent files included relative to main source directorymayurdahibhate
2021-03-24Correct spelling in commentChristian Göttsche
2021-03-19Linux: Rework libsensors parsingChristian Göttsche
2021-01-25Add configure option to create static htop binaryChristian Göttsche
2021-01-06LibSensors: add support for Ryzen CPUsMatej Dian
2020-12-25Also find libsensors.so.4 for Fedora and friendsDaniel Lange
2020-12-15LibSensors: fix unversioned libsensors library nameChristian Göttsche
2020-12-15LibSensors: restore temperature for Raspberry PiChristian Göttsche
2020-12-14Handle absence of package CPU temperatureChristian Göttsche
2020-12-12Fix dlopen issue for libsensors5 in Debian Buster, BullseyeDaniel Lange
2020-12-06IWYU updateChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche