summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-2/+2
* core: refactor emulated cpu core activationLiam2023-12-041-32/+0
* kernel: update KProcessLiam2023-10-221-1/+1
* kernel: offset code entry point for 39-bit address space type (#11326)liamwhite2023-08-251-2/+2
* k_process: PageTable -> GetPageTableLiam2023-07-151-2/+2
* memory: rename global memory references to application memoryLiam2023-03-241-1/+1
* kernel: use KTypedAddress for addressesLiam2023-03-221-2/+2
* service: move hle_ipc from kernelLiam2023-03-011-3/+3
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-5/+5
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+1
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-1/+1
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-1/+1
* reporter: Pass by const reference where applicableLioncash2022-12-061-13/+14
* reporter: Eliminate undefined behavior in SaveErrorReportLioncash2022-12-061-4/+4
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* general: Get the current process program id directly from the systemMorph2021-11-041-4/+4
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-4/+4
* cmake: Remove shader cache versionReinUsesLisp2021-07-231-1/+0
* general: Make most settings a BasicSettinglat9nq2021-06-281-1/+1
* fsp_srv: Fix filesystem access loggingMorph2021-06-161-16/+20
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-10/+13
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-191-1/+1
* lm: Recode LM serviceChloe Marcec2021-01-201-50/+0
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-4/+5
* Replace externals with Conan (#3735)James Rowe2020-05-081-1/+2
* core: reporter: Updates for new VMM.bunnei2020-04-171-3/+5
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-031-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-1/+1
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-7/+7
* lm: Flush manager output on core shutdownZach Hilman2019-09-221-3/+2
* reporter: Add log output for packaged lm log dataZach Hilman2019-09-221-0/+52
* reporter: Differentiate between Old, New, and System play reportsZach Hilman2019-09-221-3/+7
* Fix clang-formatEthan2019-09-041-1/+1
* accommodate for fmt updateEthan2019-08-291-1/+1
* Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei2019-07-081-0/+18
|\
| * reporter: Add report class for filesystem access logsZach Hilman2019-06-291-0/+18
* | core/reporter: Allow moves into SaveToFile()Lioncash2019-07-051-1/+1
* | core/reporter: Add missing includes and forward declarationsLioncash2019-07-051-1/+5
* | core/reporter: Remove unnecessary namespace qualifiersLioncash2019-07-051-1/+1
* | core/reporter: Remove pessimizing move in GetHLERequestContextData()Lioncash2019-07-051-1/+1
* | core/reporter: Make bracing consistentLioncash2019-07-051-8/+18
* | core/reporter: Return in error case in SaveToFile()Lioncash2019-07-051-1/+3
|/
* Update reporter.cppThomas May2019-06-221-5/+5
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-36/+38
* core: Add Reporter class to take/save reportsZach Hilman2019-05-251-0/+351