Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src/common/logging
Lioncash 21c71d21ae 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-07 15:14:29 +02:00
..
backend.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02: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