184 Commits (34fdb6471d6050b438fd53a0406aedbf6b690600)

Author SHA1 Message Date
ReinUsesLisp 61cd7dd301 shader: Add logging 5 years ago
Morph a59ae5e702 common: logging: backend: Close the file after exceeding the write limit 5 years ago
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals 5 years ago
Morph eed0d1f33b general: Add missing #pragma once directives 5 years ago
Morph cf0b9d1de2 common: fs: file: Remove [[nodiscard]] attribute from Flush 5 years ago
Morph 81b1b71993 common: fs: Remove [[nodiscard]] attribute on Remove* functions 5 years ago
Morph 391e823c79 common: logging: Restructure backend code 5 years ago
Morph 8150c65c07 common: logging: backend: Wrap IOFile in a unique_ptr 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash 6125590a7b log/backend: Use in-class initializer for FileBackend 5 years ago
Lioncash aaaca1cd6d log/backend: Make use of erase_if 5 years ago
Lioncash 2a341c9969 log/backend: Correct order of const in copy constructor 5 years ago
Lioncash 64606aefcf common/log: Move Log namespace into the Common namespace 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Morph 5ce0e127da bgtc: Update to 12.x and implement OpenTaskService 5 years ago
FearlessTobi beb951770a Address review comments 6 years ago
xperia64 fd5776aac2 Delete the old log file before rotating (#5675) 6 years ago
bunnei bf8bd60ab3 Fix the old log file to work with the log parser. 6 years ago
xperia64 f478a57737 Rotate previous log file to '.old' if it exists 6 years ago
bunnei 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 6 years ago
Lioncash 4a4b685a04 common: Enable warnings as errors 6 years ago
M&M 43ce33b6cc logging/settings: Increase maximum log size to 100 MB and add extended logging option 6 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 6 years ago
Lioncash 8725b37a35 logging/backend: Make use of designated initializers 6 years ago
BreadFish64 a31ed02ae4 common/logging: don't use regex for path trimming 7 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 8 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