yuzu/src/common/logging
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-01 12:53:47 -04:00
..
backend.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
backend.h logging/backend: Move CreateEntry into the Impl class 2019-03-02 14:44:24 -05:00
filter.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
filter.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
log.h logging: Add Vulkan backend logging class type 2019-02-12 18:33:02 -03:00
text_formatter.cpp text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-04 23:55:53 -04:00
text_formatter.h common/logging: Amend documentation comments 2018-09-04 10:49:08 -04:00