index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
logging
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-23
common/logging: don't use regex for path trimming
BreadFish64
3
-14
/
+23
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
2
-0
/
+2
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
2
-29
/
+26
2019-02-15
Adressed review comments
B3n30
1
-1
/
+2
2019-02-15
threadsafe_queue: Add WaitIfEmpty and use it in logging
B3n30
2
-13
/
+8
2019-02-12
logging: Add Vulkan backend logging class type
ReinUsesLisp
2
-0
/
+2
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
2
-0
/
+5
2018-10-20
service: Add skeleton for psm service
Zach Hilman
1
-0
/
+1
2018-10-07
logging: Add DebuggerBackend for logging to Visual Studio
Carl Kenner
2
-2
/
+23
2018-10-04
text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
Lioncash
1
-1
/
+1
2018-09-23
Stubbed IRS (#1349)
David
2
-0
/
+2
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
4
-5
/
+6
2018-09-04
common/logging: Amend documentation comments
Lioncash
2
-6
/
+6
2018-09-04
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
1
-1
/
+1
2018-09-04
common/logging/filter: Make constructor explicit
Lioncash
1
-1
/
+1
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
1
-1
/
+1
2018-08-13
logging/backend: Use const reference to refer to log filter
Lioncash
1
-2
/
+3
2018-08-08
common/logging: Add missing service log categories
Lioncash
2
-0
/
+16
2018-08-07
service: Add usb services
Lioncash
2
-0
/
+2
2018-08-04
service: Add arp services
Lioncash
2
-0
/
+2
2018-08-02
service: Add migration services
Lioncash
2
-0
/
+2
2018-08-01
logging/log: Remove incorrect description in PCV doc comment
Lioncash
1
-1
/
+1
2018-08-01
service: Add psc services
Lioncash
2
-0
/
+2
2018-08-01
service: Add capture services
Lioncash
2
-0
/
+2
2018-08-01
service: Add bpc and pcv services
Lioncash
2
-0
/
+4
2018-08-01
Remove files that are not used
Zach Hilman
2
-0
/
+2
2018-07-31
service: Add fgm services
Lioncash
2
-0
/
+2
2018-07-31
service: Add the pcie service
Lioncash
2
-0
/
+2
2018-07-30
Port #3758 from Citra (#852): Add missing std::string import in text_formatter
Tobias
1
-0
/
+1
2018-07-28
service: Add wlan services
Lioncash
2
-0
/
+2
2018-07-28
service: Add btm services
Lioncash
2
-0
/
+2
2018-07-27
service: Add ncm services
Lioncash
2
-0
/
+2
2018-07-27
service: Add mii services
Lioncash
2
-0
/
+2
2018-07-27
service: Add nfc services
Lioncash
2
-0
/
+2
2018-07-27
service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode
Lioncash
2
-0
/
+2
2018-07-26
service: Add ldn services
Lioncash
2
-0
/
+2
2018-07-20
logging/filter: Use std::string_view in ParseFilterString()
Lioncash
2
-41
/
+40
2018-07-20
logging/backend: Add missing standard includes
Lioncash
2
-4
/
+3
2018-07-20
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2
-12
/
+13
2018-07-18
externals: update fmt to version 5.1.0
Lioncash
1
-1
/
+1
2018-07-15
Logging: Dump all logs in the queue on close in debug mode
James Rowe
3
-1
/
+12
2018-07-14
Logging: Don't lock the queue for the duration of the write
James Rowe
1
-3
/
+5
2018-07-02
Fix build and address review feedback
bunnei
1
-4
/
+4
2018-07-02
Add configurable logging backends
James Rowe
2
-11
/
+233
2018-07-02
Update clang format
James Rowe
1
-1
/
+1
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2
-10
/
+10
[next]