summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
AgeCommit message (Expand)Author
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-18Header: do not let multi-column meters expand to empty neighborsChristian Göttsche
2021-09-02CPUMeter: use correct buffer sizeChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-10CPUMeter: show if a CPU is offline in text modeChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-19Merge branch 'richstring_memset' of cgzones/htopDaniel Lange
2021-03-18Merge pull request #436 from cgzones/freebsdGraham Inggs
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-12CPUMeter_init: compactify branchesChristian Göttsche
2021-03-04Separate data-update and drawing of headerChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-02-05FreeBSD: add support for CPU frequency and temperatureChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-20CPUMeter: drop minimum width of CPU usage in bar modeChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-11-19IWYU update (FreeBSD)Christian Goettsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-31Use integer type for item count instead of charChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-12CPUMeter: avoid crashes and leaks in case the CPU count changesChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28CPUMeter: refactor common CPU meter rendering code.multi
2020-09-24Read CPU frequency from sysfs by defaultChristian Göttsche
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann
2020-09-24Use threshold for display of guest/steal/irq metersBenny Baumann
2020-09-24align cpu id to rightChristian Hesse
2020-09-09Merge branch 'master' of https://github.com/rgouicem/htop into rgouicem-masterNathan Scott
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-31fix unit (GHz -> MHz)Redha Gouicem
2020-08-31fixed compilation errorRedha Gouicem
2020-08-31remove unused variableRedha Gouicem
2020-08-28always display frequency in MHzRedha Gouicem
2020-08-20Merge branch 'hishamhm-pull-1012'Nathan Scott