citra-nightly/src/common/logging
Lioncash 8fbfd0f7fa logging/backend: Use const reference to refer to log filter
The filter is returned via const reference, so this was making a
pointless copy of the entire filter every time a message was being
pushed into the logger instance.
2018-08-31 00:13:15 +02:00
..
backend.cpp logging/backend: Use const reference to refer to log filter 2018-08-31 00:13:15 +02: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 update fmt to latest stable release 2018-08-01 14:10:24 -05: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