summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fixed x/y coordinate mixupChristoph Budziszewski2020-06-121-3/+4
| * adding support for more than 2 smaller cpumeter columnsChristoph Budziszewski2020-06-111-8/+84
| * removed whitespace from end of linesChristoph Budziszewski2020-06-111-7/+7
* | Merge branch 'hishamhm-pull-932'Nathan Scott2020-08-201-2/+26
|\ \
| * | Move sysfs-reading code to LinuxProcessList.c and add average frequency.Arnavion2019-08-101-7/+3
| * | Fix typo.Arnavion2019-08-101-1/+1
| * | Show N/A instead of 0KHz when CPU frequency is not available.Arnavion2019-08-101-9/+15
| * | Add a display option to hide CPU usage number from CPU meter.Arnavion2019-08-101-2/+8
| * | Divide by 1000, not 1024, and show more decimals.Arnavion2019-08-091-6/+6
| * | Add new display option to also show CPU frequency in CPU meters.Arnavion2019-08-091-2/+18
| |/
* | Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-7/+7
|\ \
| * | Clean up existing whitespaceDaniel Flanagan2019-10-311-7/+7
| |/
* | Merge branch 'hishamhm-pull-914'Nathan Scott2020-08-201-3/+3
|\ \ | |/ |/|
| * CPU_KERNEL redefinedsenjan2019-05-261-3/+3
|/
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-14/+14
* Replace all uses of sprintf with snprintfTomasz Kramkowski2016-12-291-12/+12
* Rename Meter.setValues() functions to updateValues()Explorer092016-05-041-2/+2
* Explicit "maxItems" property of metersExplorer092016-03-111-1/+1
* Check for failure in allocations.Hisham2016-02-021-1/+1

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