index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
logging
Age
Commit message (
Expand
)
Author
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
common/logging: Amend documentation comments
Lioncash
2018-09-04
common/logging/filter: Replace C-style case with C++ static_cast
Lioncash
2018-09-04
common/logging/filter: Make constructor explicit
Lioncash
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
2018-08-13
logging/backend: Use const reference to refer to log filter
Lioncash
2018-08-08
common/logging: Add missing service log categories
Lioncash
2018-08-07
service: Add usb services
Lioncash
2018-08-04
service: Add arp services
Lioncash
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-03
Merge pull request #898 from lioncash/mig
bunnei
2018-08-02
service: Add migration services
Lioncash
2018-08-01
logging/log: Remove incorrect description in PCV doc comment
Lioncash
2018-08-01
service: Add psc services
Lioncash
2018-08-01
Merge pull request #888 from lioncash/caps
bunnei
2018-08-01
service: Add capture services
Lioncash
2018-08-01
service: Add bpc and pcv services
Lioncash
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-31
Merge pull request #875 from lioncash/fgm
bunnei
2018-07-31
service: Add fgm services
Lioncash
2018-07-31
service: Add the pcie service
Lioncash
2018-07-30
Port #3758 from Citra (#852): Add missing std::string import in text_formatter
Tobias
2018-07-30
Merge pull request #857 from lioncash/wlan
bunnei
2018-07-28
service: Add wlan services
Lioncash
2018-07-28
service: Add btm services
Lioncash
2018-07-28
Merge pull request #847 from lioncash/ncm
bunnei
2018-07-28
Merge pull request #846 from lioncash/mii
bunnei
2018-07-27
service: Add ncm services
Lioncash
2018-07-27
Merge pull request #845 from lioncash/nfc
bunnei
2018-07-27
service: Add mii services
Lioncash
2018-07-27
service: Add nfc services
Lioncash
2018-07-27
service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode
Lioncash
2018-07-26
service: Add ldn services
Lioncash
2018-07-20
logging/filter: Use std::string_view in ParseFilterString()
Lioncash
2018-07-20
logging/backend: Add missing standard includes
Lioncash
2018-07-20
logging/backend: Use std::string_view in RemoveBackend() and GetBackend()
Lioncash
2018-07-18
externals: update fmt to version 5.1.0
Lioncash
2018-07-15
Logging: Dump all logs in the queue on close in debug mode
James Rowe
2018-07-14
Logging: Don't lock the queue for the duration of the write
James Rowe
2018-07-02
Fix build and address review feedback
bunnei
2018-07-02
Add configurable logging backends
James Rowe
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-05
Service/MM: add service and stub some functions
mailwl
2018-05-28
Service/BCAT: add module and services
mailwl
2018-04-27
log: Remove old logging macros and functions
Lioncash
2018-04-26
Switched to NGLOG_WARNING
David Marcec
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-05
Update fmtlib to fix msvc warnings
James Rowe
[next]