summaryrefslogtreecommitdiffstats
path: root/InfoScreen.h
AgeCommit message (Collapse)Author
2020-10-18Make all required includes explicitBenny Baumann
Information as seen by IWYU 0.12 + clang 9 on Linux
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-09-29Sort headers/includesBenny Baumann
2020-09-18Add format attributeChristian Göttsche
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
2020-09-03Axe automated header generation.Zev Weiss
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.
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
Sync-up missing extern declarations for many functions.
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad