summaryrefslogtreecommitdiffstats
path: root/IncSet.h
AgeCommit message (Collapse)Author
2020-11-02Spacing around operatorsBenny Baumann
2020-10-28Implement IncSet_filter as functionChristian Göttsche
Make it more readable and fix unenclosed macro arguments
2020-10-18Make all required includes explicitBenny Baumann
Information as seen by IWYU 0.12 + clang 9 on Linux
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Sort headers/includesBenny Baumann
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
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-20Merge branch 'hishamhm-pull-850'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
Sync-up missing extern declarations for many functions.
2018-11-03added MainPanel actions n and N for find next and find prev. closes #601syrrim
2016-05-05Auto-follow process after a search.Hisham
See #237.
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2014-04-24Add corresponding .h file.Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad