btop/src
Στέφανος 820391494b Avoid the unnecessary use of copy constructor
When you want to pass a `std::string` to `std::string_view`,
prefer to do such operation during object initialization via `{}` so you
can avoid to use the copy constructor, which can be expensive under
certain situations.
2022-10-04 16:20:20 +03:00
..
freebsd Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
linux Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
osx Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop.cpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_config.cpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_config.hpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_draw.cpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_draw.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_input.cpp Forgot to update 'auto' usage wherever necessary 2022-10-04 12:11:12 +03:00
btop_input.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_menu.cpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_menu.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_shared.cpp Further 'cleanup' 2022-10-02 21:52:27 +03:00
btop_shared.hpp Further 'cleanup' 2022-10-02 21:52:27 +03:00
btop_theme.cpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_theme.hpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_tools.cpp Avoid the unnecessary use of copy constructor 2022-10-04 16:20:20 +03:00
btop_tools.hpp Clean up btop_tools.{hpp,cpp} files 2022-10-02 18:52:18 +03:00