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
/
core
/
hle
/
service
/
lm
/
lm.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
service: move hle_ipc from kernel
Liam
1
-4
/
+4
2023-02-21
service: refactor server architecture
Liam
1
-2
/
+6
2022-12-29
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
1
-1
/
+1
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-11-04
core: Remove unused includes
ameerj
1
-3
/
+0
2021-06-15
lm: Demote guest logs to LOG_DEBUG
ameerj
1
-27
/
+20
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-3
/
+3
2021-04-23
lm: Make use of insert_or_assign() in Log()
Lioncash
1
-1
/
+1
2021-04-23
lm: Prevent redundant map lookups in Log()
Lioncash
1
-4
/
+5
2021-04-23
lm: Resolve -Wextra-semi warning
Lioncash
1
-1
/
+1
2021-02-07
lm: Fix ReadLeb128
Chloe Marcec
1
-7
/
+9
2021-01-24
Print Process ID and Thread ID as hex
Chloe Marcec
1
-2
/
+2
2021-01-23
Clamp string reads to buffer size
Chloe Marcec
1
-3
/
+5
2021-01-20
Mark DestinationToString as static
Chloe Marcec
1
-1
/
+1
2021-01-20
Mark LogPacketHeaderEntry hash as noexcept
Chloe Marcec
1
-1
/
+1
2021-01-20
lm: Recode LM service
Chloe Marcec
1
-31
/
+286
2020-12-08
core: Remove unnecessary enum casts in log calls
Lioncash
1
-1
/
+1
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-10
/
+6
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-4
/
+4
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-5
/
+5
2019-11-27
core: Prepare various classes for memory read/write migration
Lioncash
1
-4
/
+9
2019-09-22
lm: Rename Initialize to Log and implement with manager/reporter
Zach Hilman
1
-140
/
+22
2019-09-22
core: Add LM::Manager to system
Zach Hilman
1
-12
/
+13
2019-02-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
1
-1
/
+1
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-2
/
+2
2018-11-20
lm: Implement SetDestination by doing nothing
Lioncash
1
-1
/
+12
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-1
/
+1
2018-08-15
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
1
-1
/
+1
2018-08-15
lm: Handle threads and modules within the logger
Lioncash
1
-1
/
+19
2018-08-01
lm: Amend name of ILogger
Lioncash
1
-4
/
+4
2018-07-26
lm: Move LM's class declaration into the cpp file
Lioncash
1
-25
/
+28
2018-07-26
lm: Amend names of Initialize() in Logger and Initialize() in LM
Lioncash
1
-6
/
+6
2018-07-26
lm: Add missing function entry to Logger's function table
Lioncash
1
-0
/
+1
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-6
/
+6
2018-04-24
lm: Move logging macros over to new fmt-compatible ones
Lioncash
1
-6
/
+6
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-02-13
Service/lm: add support to multiline logs
mailwl
1
-20
/
+49
2018-02-05
logger: Add LM service logging category.
bunnei
1
-2
/
+2
2018-02-05
lm: Ensure log string is non-empty before checking back().
bunnei
1
-1
/
+1
2018-01-25
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
1
-2
/
+2
2018-01-25
service: Fix all incorrect IPC response headers.
bunnei
1
-14
/
+4
2018-01-23
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
Subv
1
-0
/
+3
2018-01-22
LM: Don't create an unnecessary port in Initialize.
Subv
1
-12
/
+10
2018-01-18
lm: Minor logging fix to skip a byte.
bunnei
1
-0
/
+7
2018-01-15
lm: Fix IPC header for Initialize.
bunnei
1
-1
/
+1
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2018-01-10
Services: Allow lm to log single-character messages.
Subv
1
-7
/
+3
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
1
-1
/
+1
2018-01-06
lm: Assert on unsupported multi-message.
bunnei
1
-0
/
+9
2018-01-05
lm: Improve Log() to format a useful string.
bunnei
1
-10
/
+75
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
1
-2
/
+0
2017-10-19
lm: Implement lm::Initialize and Logger::log.
bunnei
1
-3
/
+62
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
1
-5
/
+1
2017-10-15
hle: Add service stubs for apm and appletOE.
bunnei
1
-1
/
+1
2017-10-15
hle: Initial implementation of NX service framework and IPC.
bunnei
1
-0
/
+43