summaryrefslogtreecommitdiff
path: root/src/core/reporter.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi
2023-12-04core: refactor emulated cpu core activationLiam
2023-10-21kernel: update KProcessLiam
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-12-05reporter: Pass by const reference where applicableLioncash
2022-12-05reporter: Eliminate undefined behavior in SaveErrorReportLioncash
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19core: Reduce unused includesameerj
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-07-22cmake: Remove shader cache versionReinUsesLisp
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-16fsp_srv: Fix filesystem access loggingMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-14common: Move settings to common from core.bunnei
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-01-20lm: Recode LM serviceChloe Marcec
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-05-08Replace externals with Conan (#3735)James Rowe
2020-04-17core: reporter: Updates for new VMM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-03-02core: Implement separate A32/A64 ARM interfaces.bunnei
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-09-22lm: Flush manager output on core shutdownZach Hilman
2019-09-22reporter: Add log output for packaged lm log dataZach Hilman
2019-09-21reporter: Differentiate between Old, New, and System play reportsZach Hilman
2019-09-04Fix clang-formatEthan
2019-08-29accommodate for fmt updateEthan
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-05core/reporter: Allow moves into SaveToFile()Lioncash
2019-07-05core/reporter: Add missing includes and forward declarationsLioncash
2019-07-05core/reporter: Remove unnecessary namespace qualifiersLioncash
2019-07-05core/reporter: Remove pessimizing move in GetHLERequestContextData()Lioncash
2019-07-05core/reporter: Make bracing consistentLioncash
2019-07-05core/reporter: Return in error case in SaveToFile()Lioncash