157 Commits (c6ba7a228d791f5a21f83292d53f35d6695ec393)

Author SHA1 Message Date
BreadFish64 a31ed02ae4 common/logging: don't use regex for path trimming 6 years ago
ReinUsesLisp 2ac834c722
common/logging: Silence no return value warnings 7 years ago
Zach Hilman 470466b31b log: Add logging class for Cheat Engine 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash f8f1ff0b4f logging/backend: Make time_origin a class variable instead of a local static 7 years ago
Lioncash 43c1092031 logging/backend: Move CreateEntry into the Impl class 7 years ago
B3n30 2195f10d15 Adressed review comments 8 years ago
B3n30 4154936568 threadsafe_queue: Add WaitIfEmpty and use it in logging 8 years ago
ReinUsesLisp b12ab4d805 logging: Add Vulkan backend logging class type 7 years ago
Tobias eb15711ee6
Backport review comment from citra-emu/citra#4418 7 years ago
Lioncash f80b80b922
logging/backend: Add missing services to the log filters 8 years ago
Zach Hilman 3b8c0f8885 service: Add skeleton for psm service 8 years ago
Carl Kenner f5f6292810 logging: Add DebuggerBackend for logging to Visual Studio 8 years ago
Lioncash 6f16826260 text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 8 years ago
David 2513e086ab Stubbed IRS (#1349) 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 6ef84f1c4c common/logging: Amend documentation comments 8 years ago
Lioncash 2949d9552c common/logging/filter: Replace C-style case with C++ static_cast 8 years ago
Lioncash 978f3a3282 common/logging/filter: Make constructor explicit 8 years ago
Lioncash 5a53d75313 logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance 8 years ago
Lioncash bc7bfd96f0 logging/backend: Use const reference to refer to log filter 8 years ago
Lioncash 6e90f0bf6a common/logging: Add missing service log categories 8 years ago
Lioncash 45bc449ff9 service: Add usb services 8 years ago
Lioncash de72956181 service: Add arp services 8 years ago
Lioncash 7469e26e5e service: Add migration services 8 years ago
Lioncash 42c5171322 logging/log: Remove incorrect description in PCV doc comment 8 years ago
Lioncash 5233040ab4 service: Add psc services 8 years ago
Lioncash e39294c267 service: Add capture services 8 years ago
Lioncash d109279543 service: Add bpc and pcv services 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 268eeeb406 service: Add fgm services 8 years ago
Lioncash e373027a73 service: Add the pcie service 8 years ago
Tobias 420f8fb29e Port #3758 from Citra (#852): Add missing std::string import in text_formatter 8 years ago
Lioncash 6ea416091e service: Add wlan services 8 years ago
Lioncash ca7655be3a service: Add btm services 8 years ago
Lioncash 7931cc0ceb service: Add ncm services 8 years ago
Lioncash f46bfdd77d service: Add mii services 8 years ago
Lioncash 04d144aa40 service: Add nfc services 8 years ago
Lioncash ea8dd8b650 service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode 8 years ago
Lioncash 8781beaf0d service: Add ldn services 8 years ago
Lioncash f63ccbd936 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash 7a1a860abe logging/backend: Add missing standard includes 8 years ago
Lioncash 457d1b4490 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
Lioncash f5d7706ca1 externals: update fmt to version 5.1.0 8 years ago
James Rowe 497b81558e Logging: Dump all logs in the queue on close in debug mode 8 years ago
James Rowe 6daebaaa57 Logging: Don't lock the queue for the duration of the write 8 years ago
bunnei 76b475faf7 Fix build and address review feedback 8 years ago
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago