summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
2021-11-04core: Remove unused includesameerj1-3/+0
2021-06-15lm: Demote guest logs to LOG_DEBUGameerj1-27/+20
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-04-23lm: Make use of insert_or_assign() in Log()Lioncash1-1/+1
2021-04-23lm: Prevent redundant map lookups in Log()Lioncash1-4/+5
2021-04-23lm: Resolve -Wextra-semi warningLioncash1-1/+1
2021-02-07lm: Fix ReadLeb128Chloe Marcec1-7/+9
2021-01-24Print Process ID and Thread ID as hexChloe Marcec1-2/+2
2021-01-23Clamp string reads to buffer sizeChloe Marcec1-3/+5
2021-01-20Mark DestinationToString as staticChloe Marcec1-1/+1
2021-01-20Mark LogPacketHeaderEntry hash as noexceptChloe Marcec1-1/+1
2021-01-20lm: Recode LM serviceChloe Marcec3-271/+286
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-10/+6
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-06-23lm: Silence no return value warningMorph1-1/+2
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-4/+4
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-5/+5
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-4/+9
2019-09-22lm: Flush manager output on core shutdownZach Hilman2-5/+11
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman1-140/+22
2019-09-22lm: Implement manager class to output to reporterZach Hilman2-0/+233
2019-09-22core: Add LM::Manager to systemZach Hilman2-15/+16
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+2
2018-11-20lm: Implement SetDestination by doing nothingLioncash1-1/+12
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash1-1/+1
2018-08-15lm: Handle threads and modules within the loggerLioncash1-1/+19
2018-08-01lm: Amend name of ILoggerLioncash1-4/+4
2018-07-26lm: Move LM's class declaration into the cpp fileLioncash2-37/+31
2018-07-26lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash2-7/+7
2018-07-26lm: Add missing function entry to Logger's function tableLioncash1-0/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-6/+6
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-20service: Use nested namespace specifiers where applicableLioncash2-8/+4
2018-02-13Service/lm: add support to multiline logsmailwl1-20/+49
2018-02-05logger: Add LM service logging category.bunnei1-2/+2
2018-02-05lm: Ensure log string is non-empty before checking back().bunnei1-1/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-2/+2
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-14/+4
2018-01-23Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv1-0/+3
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv2-15/+10
2018-01-18lm: Minor logging fix to skip a byte.bunnei1-0/+7
2018-01-15lm: Fix IPC header for Initialize.bunnei1-1/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei2-2/+2
2018-01-10Services: Allow lm to log single-character messages.Subv1-7/+3
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-1/+1
2018-01-06lm: Assert on unsupported multi-message.bunnei1-0/+9
2018-01-05lm: Improve Log() to format a useful string.bunnei1-10/+75
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2-4/+2
2017-10-19lm: Implement lm::Initialize and Logger::log.bunnei2-3/+67
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-5/+1
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-1/+1
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei2-0/+68