summaryrefslogtreecommitdiff
path: root/src/core/reporter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: update KProcessGravatar Liam2023-10-211-1/+1
* kernel: offset code entry point for 39-bit address space type (#11326)Gravatar liamwhite2023-08-251-2/+2
* k_process: PageTable -> GetPageTableGravatar Liam2023-07-141-2/+2
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-1/+1
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-2/+2
* service: move hle_ipc from kernelGravatar Liam2023-03-011-3/+3
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-5/+5
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-1/+1
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-1/+1
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-1/+1
* reporter: Pass by const reference where applicableGravatar Lioncash2022-12-051-13/+14
* reporter: Eliminate undefined behavior in SaveErrorReportGravatar Lioncash2022-12-051-4/+4
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-4/+4
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-4/+4
* cmake: Remove shader cache versionGravatar ReinUsesLisp2021-07-221-1/+0
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-1/+1
* fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-161-16/+20
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-3/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-10/+13
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei2021-02-181-1/+1
* lm: Recode LM serviceGravatar Chloe Marcec2021-01-201-50/+0
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-4/+5
* Replace externals with Conan (#3735)Gravatar James Rowe2020-05-081-1/+2
* core: reporter: Updates for new VMM.Gravatar bunnei2020-04-171-3/+5
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* core: Implement separate A32/A64 ARM interfaces.Gravatar bunnei2020-03-021-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-1/+1
* core: Prepare various classes for memory read/write migrationGravatar Lioncash2019-11-261-7/+7
* lm: Flush manager output on core shutdownGravatar Zach Hilman2019-09-221-3/+2
* reporter: Add log output for packaged lm log dataGravatar Zach Hilman2019-09-221-0/+52
* reporter: Differentiate between Old, New, and System play reportsGravatar Zach Hilman2019-09-211-3/+7
* Fix clang-formatGravatar Ethan2019-09-041-1/+1
* accommodate for fmt updateGravatar Ethan2019-08-291-1/+1
* Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-071-0/+18
|\
| * reporter: Add report class for filesystem access logsGravatar Zach Hilman2019-06-281-0/+18
* | core/reporter: Allow moves into SaveToFile()Gravatar Lioncash2019-07-051-1/+1
* | core/reporter: Add missing includes and forward declarationsGravatar Lioncash2019-07-051-1/+5
* | core/reporter: Remove unnecessary namespace qualifiersGravatar Lioncash2019-07-051-1/+1
* | core/reporter: Remove pessimizing move in GetHLERequestContextData()Gravatar Lioncash2019-07-051-1/+1
* | core/reporter: Make bracing consistentGravatar Lioncash2019-07-051-8/+18
* | core/reporter: Return in error case in SaveToFile()Gravatar Lioncash2019-07-051-1/+3
|/
* Update reporter.cppGravatar Thomas May2019-06-221-5/+5
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-36/+38
* core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+351