summaryrefslogtreecommitdiffstats
path: root/TraceScreen.h
Commit message (Collapse)AuthorAgeFilesLines
* TraceScreen: mark local class functions staticChristian Göttsche2020-12-211-6/+0
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Fix various file descriptor leaksBenny Baumann2020-10-181-3/+6
|
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* 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-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.
* 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-6/+18
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-1/+0
|
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-12/+0
|
* Convert affinity control from the deprecated PLPA to HWLOCHisham Muhammad2011-09-241-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-2/+0
| | | | | Reduces resulting code size.
* Regenerated all headers.Hisham Muhammad2006-06-061-4/+11
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-2/+2
|
* Initial import.Hisham Muhammad2006-03-041-0/+37

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