summaryrefslogtreecommitdiffstats
path: root/InfoScreen.h
Commit message (Collapse)AuthorAgeFilesLines
* InfoScreen: drop unused memberChristian Göttsche2020-12-211-1/+0
|
* Make all required includes explicitBenny Baumann2020-10-181-10/+14
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark process argument of Process_isThread constChristian Göttsche2020-10-091-2/+2
|
* Mark Object classes and Object class fields constChristian Göttsche2020-10-071-2/+2
|
* Sort headers/includesBenny Baumann2020-09-291-2/+2
|
* Add format attributeChristian Göttsche2020-09-181-0/+1
|
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-6/+6
| | | | | | | | Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
* Axe automated header generation.Zev Weiss2020-09-031-2/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Avoid discarding const qualifiersChristian Göttsche2020-08-251-2/+2
|
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-6/+6
| | | | Sync-up missing extern declarations for many functions.
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-0/+53

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