citra/src/common/logging
Lioncash 1affca05c7 logging/filter: Use std::string_view in ParseFilterString()
Allows avoiding constructing std::string instances, since this only
reads an arbitrary sequence of characters.

We can also make ParseFilterRule() internal, since it doesn't depend on
any private instance state of Filter
2018-07-30 14:56:53 +08:00
..
backend.cpp logging/backend: Add missing standard includes 2018-07-30 14:56:52 +08:00
backend.h logging/backend: Add missing standard includes 2018-07-30 14:56:52 +08:00
filter.cpp logging/filter: Use std::string_view in ParseFilterString() 2018-07-30 14:56:53 +08:00
filter.h logging/filter: Use std::string_view in ParseFilterString() 2018-07-30 14:56:53 +08:00
log.h frontend/applets: misc fixes 2018-06-30 08:01:49 +08:00
text_formatter.cpp Address review comments 2018-03-16 11:18:06 +08:00
text_formatter.h Add missing std::string import in text_formatter 2018-05-19 21:31:09 +10:00