index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
logging
/
backend.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-25
backend: Remove usage of explicit operator overload
lat9nq
1
-1
/
+1
2023-06-03
common: logging: Implement Android logcat backend.
bunnei
1
-0
/
+26
2023-03-21
bounded_threadsafe_queue: Deduplicate and add PushModes
Morph
1
-1
/
+1
2023-03-21
logging: Make use of bounded queue
Morph
1
-8
/
+8
2022-11-22
general: fix compile for Apple Clang
Liam
1
-1
/
+1
2022-10-03
common: remove "yuzu:" prefix from thread names
Liam
1
-1
/
+1
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-03-19
common: Reduce unused includes
ameerj
1
-2
/
+0
2022-03-10
backend: Ensure backend_thread is destructed before message_queue
Merry
1
-1
/
+1
2022-02-27
logging: Convert `backend_thread` into an `std::jthread`
Wunkolo
1
-13
/
+5
2021-11-01
Refactor Logging Impl
Levi Behunin
1
-27
/
+37
2021-10-01
common/logging: Move Log::Entry declaration to a separate header
ameerj
1
-0
/
+3
2021-09-01
common/logging: Add missing include
german77
1
-0
/
+1
2021-08-27
Revert "logging: Display backtrace on crash"
Morph
1
-111
/
+1
2021-08-24
logging: Fix log filter during initialization
ameerj
1
-4
/
+5
2021-08-13
logging: Display backtrace on crash
yzct12345
1
-1
/
+111
2021-08-13
logging: Simplify and make thread-safe
yzct12345
1
-139
/
+211
2021-07-06
common: logging: backend: Close the file after exceeding the write limit
Morph
1
-8
/
+11
2021-06-24
common: Replace common_sizes into user-literals
Wunkolo
1
-4
/
+7
2021-06-22
common: fs: file: Remove [[nodiscard]] attribute from Flush
Morph
1
-1
/
+1
2021-06-22
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
1
-1
/
+1
2021-06-13
common: logging: Restructure backend code
Morph
1
-129
/
+0
2021-06-13
common: logging: backend: Wrap IOFile in a unique_ptr
Morph
1
-4
/
+14
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
1
-15
/
+12
2021-04-20
log/backend: Use in-class initializer for FileBackend
Lioncash
1
-4
/
+6
2021-04-20
log/backend: Make use of erase_if
Lioncash
1
-4
/
+4
2021-04-14
log/backend: Correct order of const in copy constructor
Lioncash
1
-2
/
+5
2021-04-14
common/log: Move Log namespace into the Common namespace
Lioncash
1
-9
/
+9
2021-04-14
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-04-09
bgtc: Update to 12.x and implement OpenTaskService
Morph
1
-0
/
+1
2021-01-04
Address review comments
FearlessTobi
1
-5
/
+5
2021-01-04
Delete the old log file before rotating (#5675)
xperia64
1
-0
/
+3
2021-01-03
Fix the old log file to work with the log parser.
bunnei
1
-1
/
+1
2021-01-03
Rotate previous log file to '.old' if it exists
xperia64
1
-4
/
+9
2020-11-19
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
1
-0
/
+1
2020-11-02
common: Enable warnings as errors
Lioncash
1
-2
/
+0
2020-08-24
logging/settings: Increase maximum log size to 100 MB and add extended loggin...
M&M
1
-2
/
+12
2020-08-03
logging/backend: Make use of designated initializers
Lioncash
1
-11
/
+11
2020-01-23
common/logging: don't use regex for path trimming
BreadFish64
1
-1
/
+1
2019-11-15
common/logging: Silence no return value warnings
ReinUsesLisp
1
-2
/
+6
2019-09-21
log: Add logging class for Cheat Engine
Zach Hilman
1
-0
/
+1
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
1
-3
/
+3
2019-03-02
logging/backend: Make time_origin a class variable instead of a local static
Lioncash
1
-2
/
+1
2019-03-02
logging/backend: Move CreateEntry into the Impl class
Lioncash
1
-25
/
+26
2019-02-15
Adressed review comments
B3n30
1
-1
/
+2
2019-02-15
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
1
-13
/
+7
2019-02-12
logging: Add Vulkan backend logging class type
ReinUsesLisp
1
-0
/
+1
2018-12-07
Backport review comment from citra-emu/citra#4418
Tobias
1
-2
/
+2
2018-10-23
logging/backend: Add missing services to the log filters
Lioncash
1
-0
/
+3
2018-10-07
logging: Add DebuggerBackend for logging to Visual Studio
Carl Kenner
1
-2
/
+9
[next]