summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi1-2/+2
2023-12-04core: refactor emulated cpu core activationLiam1-32/+0
2023-10-22kernel: update KProcessLiam1-1/+1
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite1-2/+2
2023-07-15k_process: PageTable -> GetPageTableLiam1-2/+2
2023-03-24memory: rename global memory references to application memoryLiam1-1/+1
2023-03-22kernel: use KTypedAddress for addressesLiam1-2/+2
2023-03-01service: move hle_ipc from kernelLiam1-3/+3
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-5/+5
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+1
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-1/+1
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-1/+1
2022-12-06reporter: Pass by const reference where applicableLioncash1-13/+14
2022-12-06reporter: Eliminate undefined behavior in SaveErrorReportLioncash1-4/+4
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19core: Reduce unused includesameerj1-1/+0
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+4
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-4/+4
2021-07-23cmake: Remove shader cache versionReinUsesLisp1-1/+0
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+1
2021-06-16fsp_srv: Fix filesystem access loggingMorph1-16/+20
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-10/+13
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-1/+1
2021-01-20lm: Recode LM serviceChloe Marcec1-50/+0
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-4/+5
2020-05-08Replace externals with Conan (#3735)James Rowe1-1/+2
2020-04-17core: reporter: Updates for new VMM.bunnei1-3/+5
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-2/+2
2020-03-03core: Implement separate A32/A64 ARM interfaces.bunnei1-1/+1
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-1/+1
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-7/+7
2019-09-22lm: Flush manager output on core shutdownZach Hilman1-3/+2
2019-09-22reporter: Add log output for packaged lm log dataZach Hilman1-0/+52
2019-09-22reporter: Differentiate between Old, New, and System play reportsZach Hilman1-3/+7
2019-09-04Fix clang-formatEthan1-1/+1
2019-08-29accommodate for fmt updateEthan1-1/+1
2019-07-05core/reporter: Allow moves into SaveToFile()Lioncash1-1/+1
2019-07-05core/reporter: Add missing includes and forward declarationsLioncash1-1/+5
2019-07-05core/reporter: Remove unnecessary namespace qualifiersLioncash1-1/+1
2019-07-05core/reporter: Remove pessimizing move in GetHLERequestContextData()Lioncash1-1/+1
2019-07-05core/reporter: Make bracing consistentLioncash1-8/+18
2019-07-05core/reporter: Return in error case in SaveToFile()Lioncash1-1/+3
2019-06-29reporter: Add report class for filesystem access logsZach Hilman1-0/+18
2019-06-22Update reporter.cppThomas May1-5/+5
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-36/+38
2019-05-25core: Add Reporter class to take/save reportsZach Hilman1-0/+351