An error occurred while fetching folder content.
fix fallthough comments for GCC 7.x
Christian Hesse authored
GCC 7.x does some extended checks on fallthough for switch/case
statement. The warning looks like this:

warning: this statement may fall through [-Wimplicit-fallthrough=]

It can be told about implicit fallthough, however it does not
recognize comments within blocks, so move the comments outside.
52831955
Name Last commit Last update
darwin Issue #502 fix SID colunm header width
dragonflybsd Security review: check results of snprintf.
freebsd Security review: check results of snprintf.
linux Do not use xSnprintf when the result is used. Fixes #662.
openbsd Interpret TTY_NR column on Linux,
scripts make script version agnostic
unsupported Issue #502 fix SID colunm header width
.editorconfig add editorconfig file to give hints to editors
.gitignore .gitignore vim & nano swp files
.travis.yml travis-ci should really detect autogen.sh...
AUTHORS Initial import.
Action.c Make 'c' key work with threads as well.
Action.h Auto-follow process after a search.
Affinity.c Portable affinity using hwloc
Affinity.h Portable affinity using hwloc
AffinityPanel.c Security review: check results of snprintf.
AffinityPanel.h Sorry about the mega-patch.
AvailableColumnsPanel.c Security review: check results of snprintf.
AvailableColumnsPanel.h Sorry about the mega-patch.
AvailableMetersPanel.c Security review: check results of snprintf.
AvailableMetersPanel.h Sorry about the mega-patch.
BatteryMeter.c Security review: check results of snprintf.
BatteryMeter.h Move platform-dependent parts of Linux battery meter.
COPYING Resolve license incompatibility issues,
CPUMeter.c Security review: check results of snprintf.
CPUMeter.h Calculate CPU averages on Darwin (See #295).
CRT.c Security review: make privilege dropping-restoring optional.
CRT.h Security review: make privilege dropping-restoring optional.
CategoriesPanel.c Mark some things as const
CategoriesPanel.h Sorry about the mega-patch.
ChangeLog Changelog for htop 2.0.2
CheckItem.c Avoid future confusions with how default values are set.
CheckItem.h Avoid future confusions with how default values are set.
ClockMeter.c Rename Meter.setValues() functions to updateValues()
ClockMeter.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
ColorsPanel.c Mark some things as const
ColorsPanel.h Make the implementation of color schemes declarative.
ColumnsPanel.c fix fallthough comments for GCC 7.x
ColumnsPanel.h Sorry about the mega-patch.
DisplayOptionsPanel.c Mark some things as const
DisplayOptionsPanel.h Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
EnvScreen.c Security review: make privilege dropping-restoring optional.
EnvScreen.h refactor *Screen classes, add InfoScreen superclass
FunctionBar.c Mark some things as const
FunctionBar.h Mark some things as const
Hashtable.c Check for failure in allocations.
Hashtable.h major header cleanup
Header.c Security review: check results of snprintf.
Header.h Fix macro Header_forEachColumn
HostnameMeter.c Rename Meter.setValues() functions to updateValues()
HostnameMeter.h
INSTALL
IncSet.c
IncSet.h
InfoScreen.c
InfoScreen.h
ListItem.c
ListItem.h
LoadAverageMeter.c
LoadAverageMeter.h
MainPanel.c
MainPanel.h
Makefile.am
MemoryMeter.c
MemoryMeter.h
Meter.c
Meter.h
MetersPanel.c
MetersPanel.h
NEWS
Object.c
Object.h
OpenFilesScreen.c
OpenFilesScreen.h
Panel.c
Panel.h
Process.c
Process.h
ProcessList.c
ProcessList.h
README
README.md
RichString.c
RichString.h
ScreenManager.c
ScreenManager.h
Settings.c
Settings.h
SignalsPanel.c
SignalsPanel.h
StringUtils.c
StringUtils.h
SwapMeter.c
SwapMeter.h
TESTPLAN
TasksMeter.c
TasksMeter.h
TraceScreen.c
TraceScreen.h
UptimeMeter.c