summaryrefslogtreecommitdiffstats
path: root/Header.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche2024-01-251-3/+2
* Update includes based on IWYUBenny Baumann2023-12-261-0/+1
* Add includes for config.h as per the discussion in PR #1337Daniel Lange2023-12-261-0/+2
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-11/+13
* Refactor and consolidate dynamic meters/columns pointersNathan Scott2023-04-061-4/+5
* Do not render a margin around the header if there are any metersBenny Baumann2022-10-221-1/+10
* Do not leave empty last column in headerChristian Göttsche2021-12-091-1/+4
* Introduce screen tabsHisham Muhammad2021-12-071-0/+3
* Header: allocate memory for terminating entryChristian Göttsche2021-10-151-1/+1
* 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-1/+4
* Header: use upper case floating point suffixChristian Göttsche2021-09-041-6/+6
* Reduce variable scopeChristian Göttsche2021-09-041-1/+2
* IWYU updateChristian Göttsche2021-08-251-0/+2
* Tiny cleanup from review commentsDaniel Lange2021-08-231-2/+2
* Add option to change Header layoutChristian Göttsche2021-08-221-81/+114
* Add assert to improve backtraces on NULL function pointerChristian Göttsche2021-08-101-0/+1
* Ensure PCP dynamic metric configuration definition uniquenessNathan Scott2021-07-141-2/+2
* Ensure we do not attempt to add a DynamicMeter via theNathan Scott2021-07-141-8/+12
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-4/+13
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-4/+4
* Separate data-update and drawing of headerChristian Göttsche2021-03-041-0/+11
* Leave less right margin next to long (text) metersDaniel Lange2021-02-021-1/+1
* Use typedef names instead of raw struct onesChristian Göttsche2021-01-261-1/+1
* Allow meters in text mode to span empty neighbors to the rightChristian Göttsche2021-01-231-6/+42
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-11/+11
* Remove unused function Header_readMeterNameChristian Göttsche2020-12-061-15/+0
* Update even more snprintfsChristian Göttsche2020-11-281-3/+3
* Embracing branchesBenny Baumann2020-11-021-2/+7
* Spacing around operatorsBenny Baumann2020-11-021-1/+1
* Make all required includes explicitBenny Baumann2020-10-181-4/+8
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Mark Object instances constChristian Göttsche2020-10-071-2/+2
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-2/+0
* Consolidate repeated macro definitions into one headerNathan Scott2020-09-091-8/+1
* Axe automated header generation.Zev Weiss2020-09-031-15/+0
* Avoid string overflow warningChristian Göttsche2020-08-251-1/+1
* Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-5/+5
|\
| * Clean up existing whitespaceDaniel Flanagan2019-10-311-5/+5
* | Restore meter name after used in Header_addMeterByName()wangqr2019-02-121-0/+2
|/
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-3/+3
* Fix macro Header_forEachColumnExplorer092016-05-071-1/+1
* Check for failure in allocations.Hisham2016-02-021-6/+6
* fix calloc() callsChristian Hesse2015-09-071-1/+1
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
* write header length (number of columns) back to configurationChristian Hesse2015-06-121-0/+1
* Fix saving of header states, motion in Setup screen.Hisham Muhammad2015-03-161-1/+30
* Another mega-patch for the refactoring process.Hisham Muhammad2015-01-231-7/+20
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-71/+64

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