summaryrefslogtreecommitdiffstats
path: root/linux/IOPriorityPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+1
|
* Make all required includes explicitBenny Baumann2020-10-181-1/+0
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-2/+2
| | | | | | | | 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.
* Update header files to match whitespace changes in source filesNathan Scott2020-08-221-1/+0
|
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-2/+2
| | | | Sync-up missing extern declarations for many functions.
* Files moved and added for supporting separate platforms.Hisham Muhammad2014-11-241-0/+21

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