citra/src/common/logging
Lioncash cd7596e67e text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
operator+ for std::string creates an entirely new string, which is kind
of unnecessary here if we just want to append a null terminator to the
existing one.

Reduces the total amount of potential allocations that need to be done
in the logging path.
2018-10-06 16:46:02 +02:00
..
backend.cpp Initial support for scripting (#4016) 2018-09-11 22:00:12 +02:00
backend.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
filter.h common/logging/filter: Replace C-style case with C++ static_cast 2018-09-15 15:43:00 +02:00
log.h common/logging: Amend documentation comments 2018-09-21 16:26:21 +02:00
text_formatter.cpp text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-06 16:46:02 +02:00
text_formatter.h common/logging: Amend documentation comments 2018-09-21 16:26:21 +02:00