index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
logging
/
backend.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
assert/logging: Stop the logging thread and flush the backends before crashing
FearlessTobi
2023-12-26
1
-0
/
+3
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
common: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
Refactor Logging Impl
Levi Behunin
2021-11-02
1
-0
/
+2
*
logging: Simplify and make thread-safe
yzct12345
2021-08-13
1
-106
/
+7
*
common: logging: Restructure backend code
Morph
2021-06-13
1
-27
/
+1
*
common: logging: backend: Wrap IOFile in a unique_ptr
Morph
2021-06-13
1
-2
/
+13
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-2
/
+3
*
log/backend: Use in-class initializer for FileBackend
Lioncash
2021-04-20
1
-2
/
+2
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-15
1
-2
/
+2
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-1
/
+1
*
logging/backend: Make use of designated initializers
Lioncash
2020-08-03
1
-10
/
+4
*
common/logging: don't use regex for path trimming
BreadFish64
2020-01-23
1
-1
/
+1
*
logging/backend: Move CreateEntry into the Impl class
Lioncash
2019-03-02
1
-4
/
+0
*
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
2019-02-15
1
-0
/
+1
*
logging: Add DebuggerBackend for logging to Visual Studio
Carl Kenner
2018-10-07
1
-0
/
+14
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
logging/backend: Add missing standard includes
Lioncash
2018-07-20
1
-2
/
+0
*
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2018-07-20
1
-2
/
+3
*
Add configurable logging backends
James Rowe
2018-07-03
1
-3
/
+84
*
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
2018-03-22
1
-2
/
+5
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-4
/
+2
*
backend: defaulted move constructor/assignment
Lioncash
2016-02-05
1
-18
/
+2
*
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
1
-80
/
+12
*
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
Emmanuel Gil Peyrot
2015-03-06
1
-0
/
+3
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+134