index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
lm
/
lm.cpp
Age
Commit message (
Expand
)
Author
2018-08-15
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
2018-08-15
lm: Handle threads and modules within the logger
Lioncash
2018-08-01
lm: Amend name of ILogger
Lioncash
2018-07-25
lm: Move LM's class declaration into the cpp file
Lioncash
2018-07-25
lm: Amend names of Initialize() in Logger and Initialize() in LM
Lioncash
2018-07-25
lm: Add missing function entry to Logger's function table
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-13
Service/lm: add support to multiline logs
mailwl
2018-02-04
logger: Add LM service logging category.
bunnei
2018-02-04
lm: Ensure log string is non-empty before checking back().
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-22
Services: Added a todo about returning interfaces as domain objects in lm, hi...
Subv
2018-01-22
LM: Don't create an unnecessary port in Initialize.
Subv
2018-01-18
lm: Minor logging fix to skip a byte.
bunnei
2018-01-14
lm: Fix IPC header for Initialize.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-10
Services: Allow lm to log single-character messages.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-06
lm: Assert on unsupported multi-message.
bunnei
2018-01-05
lm: Improve Log() to format a useful string.
bunnei
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-10-18
lm: Implement lm::Initialize and Logger::log.
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei