btop/src
nobounce e4abcefbf9 Use nullptr instead of NULL.
See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf
TLDR: NULL is of type int and relies on proper implicit pointer
conversion which may lead to issues when using overloaded functions

It is also considered a 'best practise' for modern C++ and
conveys the programmers intention more precisly.
2023-07-26 16:19:17 +02:00
..
freebsd Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
linux Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
osx Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop.cpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_config.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_config.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_draw.cpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_draw.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_input.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_input.hpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_menu.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_menu.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_shared.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_shared.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_theme.cpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_theme.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00
btop_tools.cpp Use nullptr instead of NULL. 2023-07-26 16:19:17 +02:00
btop_tools.hpp Fix whitespace indent -> tab indent 2023-07-26 14:38:48 +02:00