summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Header: do not let multi-column meters expand to empty neighborsChristian Göttsche2021-09-181-0/+11
* CPUMeter: use correct buffer sizeChristian Göttsche2021-09-021-2/+2
* IWYU updateChristian Göttsche2021-08-251-1/+0
* CPUMeter: show if a CPU is offline in text modeChristian Göttsche2021-08-101-1/+7
* Rework CPU countingChristian Göttsche2021-07-181-9/+12
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-0/+9
* Use RichString_appendnAscii where possibleChristian Göttsche2021-04-261-26/+28
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-6/+6
* Merge branch 'richstring_memset' of cgzones/htopDaniel Lange2021-03-191-1/+0
|\
| * RichString: do not unnecessarily clean whole bufferChristian Göttsche2021-03-171-1/+0
* | Merge pull request #436 from cgzones/freebsdGraham Inggs2021-03-181-2/+2
|\ \ | |/ |/|
| * FreeBSD: add support for CPU frequency and temperatureChristian Göttsche2021-02-051-2/+2
* | CPUMeter_init: compactify branchesChristian Göttsche2021-03-121-3/+3
* | Separate data-update and drawing of headerChristian Göttsche2021-03-041-0/+21
* | Save text buffer in MeterChristian Göttsche2021-03-041-3/+3
|/
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-2/+2
* CPUMeter: drop minimum width of CPU usage in bar modeChristian Göttsche2020-12-201-1/+1
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-25/+25
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-1/+1
* Dynamically load libsensors at runtimeChristian Göttsche2020-12-021-2/+2
* IWYU update (FreeBSD)Christian Goettsche2020-11-191-1/+1
* IWYU update (Linux)Christian Göttsche2020-11-191-0/+3
* Show CPU temperature in CPU meterChristian Göttsche2020-11-161-10/+45
* Embracing branchesBenny Baumann2020-11-021-0/+3
* Spacing around operatorsBenny Baumann2020-11-021-7/+7
* Use integer type for item count instead of charChristian Göttsche2020-10-311-2/+1
* Make all required includes explicitBenny Baumann2020-10-181-5/+8
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann2020-10-161-0/+1
* CPUMeter: avoid crashes and leaks in case the CPU count changesChristian Göttsche2020-10-121-19/+38
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-2/+2
* Mark Object instances constChristian Göttsche2020-10-071-13/+13
* Mark Object classes and Object class fields constChristian Göttsche2020-10-071-1/+1
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Covert Meter attributes to file-local constant arraysChristian Göttsche2020-09-291-2/+9
* CPUMeter: add octuple-column CPU meters.multi2020-09-281-0/+69
* CPUMeter: refactor common CPU meter rendering code.multi2020-09-281-65/+69
* Read CPU frequency from sysfs by defaultChristian Göttsche2020-09-241-1/+1
* Update CPU freq display to use NAN on errorBenny Baumann2020-09-241-1/+1
* Use threshold for display of guest/steal/irq metersBenny Baumann2020-09-241-3/+3
* align cpu id to rightChristian Hesse2020-09-241-1/+1
* Merge branch 'master' of https://github.com/rgouicem/htop into rgouicem-masterNathan Scott2020-09-091-7/+1
|\
| * fix unit (GHz -> MHz)Redha Gouicem2020-08-311-1/+1
| * fixed compilation errorRedha Gouicem2020-08-311-1/+1
| * remove unused variableRedha Gouicem2020-08-311-1/+0
| * always display frequency in MHzRedha Gouicem2020-08-281-6/+1
* | Consolidate repeated macro definitions into one headerNathan Scott2020-09-091-7/+0
* | Axe automated header generation.Zev Weiss2020-09-031-18/+0
|/
* Merge branch 'hishamhm-pull-1012'Nathan Scott2020-08-201-8/+85
|\

© 2014-2024 Faster IT GmbH | imprint | privacy policy