citra-mk7/src/common/logging
BreadFish64 36e368ff99 remove Common::TrimSourcePath
wwylele / 白疾風Today at 6:14 PM
I doubt the performance of constructing regex everytime the function is called
Is TrimSourcePath only called by logging? if so, you can move the implementation into logging, and cache the regex object into global
This function is probably too specific to be in common anyway
2019-03-10 19:18:09 -05:00
..
backend.cpp remove Common::TrimSourcePath 2019-03-10 19:18:09 -05:00
backend.h logging: Add DebuggerBackend for logging to Visual Studio 2018-12-01 12:54:17 +01: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 Add CheatEngine and support for Gateway cheats (#4406) 2018-11-16 18:01:10 -07: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