summaryrefslogtreecommitdiffstats
path: root/ListItem.h
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Small ListItem updateChristian Göttsche2020-10-281-3/+3
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-1/+0
| | | | | Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-4/+4
| | | | | | | | 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-4/+4
| | | | Sync-up missing extern declarations for many functions.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-0/+1
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Compare with long, for 64-bit systemsHisham Muhammad2014-04-251-1/+1
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-5/+1
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-1/+1
|
* major header cleanupHisham Muhammad2011-12-261-6/+0
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-4/+0
| | | | | Reduces resulting code size.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-1/+5
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Regenerated all headers.Hisham Muhammad2006-06-061-5/+8
|
* Initial import.Hisham Muhammad2006-03-041-0/+39

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