summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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