summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
Commit message (Expand)AuthorAgeFilesLines
* Define MeterModeId to unsigned int and use it throughoutExplorer095 days1-5/+5
* CPUMeter: Read height from sub-meter objectsExplorer095 days1-1/+3
* Don't initialize meter mode in custom meter init functionsExplorer095 days1-37/+13
* Obsolete the CUSTOM_METERMODE use in default modeExplorer095 days1-13/+15
* Update includes based on IWYUBenny Baumann2023-12-261-1/+3
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1/+1
* Replace isnan() with better comparisons (isgreater(), etc.)Explorer092023-08-181-13/+13
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-14/+20
* CPUMeter: show frequency in text modeChristian Göttsche2022-12-021-0/+12
* Reformat code baseBenny Baumann2022-10-241-3/+3
* 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

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