htop/linux
Christian Göttsche d69585b82a Resolve DEBUG compilation issues
Use NDEBUG conditional instead of DEBUG.

Do not call static functions in extern inline ones.
    Vector.c:67:11: error: static function 'Vector_isConsistent' is used in an inline function with external linkage [-Werror,-Wstatic-in-inline]
2020-10-03 19:04:27 +02:00
..
Battery.c Drop redundant casts to the same type 2020-09-29 10:44:42 +02:00
Battery.h Include prototype in Battery implementation 2020-09-24 20:14:17 +02:00
IOPriority.h Further, minor cleanups to headers post-MakeHeaders 2020-09-08 17:33:50 +10:00
IOPriorityPanel.c Axe automated header generation. 2020-09-03 11:58:58 -05:00
IOPriorityPanel.h Remove superfluous 'extern's from function declarations. 2020-09-03 11:59:26 -05:00
LinuxCRT.c Mark noreturn functions 2020-09-18 12:28:40 +02:00
LinuxCRT.h Mark noreturn functions 2020-09-18 12:28:40 +02:00
LinuxProcess.c Add security attribute process column 2020-10-03 18:51:17 +02:00
LinuxProcess.h Add security attribute process column 2020-10-03 18:51:17 +02:00
LinuxProcessList.c Resolve DEBUG compilation issues 2020-10-03 19:04:27 +02:00
LinuxProcessList.h Drop redundant declarations 2020-09-29 10:44:42 +02:00
Platform.c Add DiskIOMeter for IO read/write usage 2020-10-03 19:01:38 +02:00
Platform.h Add DiskIOMeter for IO read/write usage 2020-10-03 19:01:38 +02:00
PressureStallMeter.c Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00
PressureStallMeter.h Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00