summaryrefslogtreecommitdiff
path: root/src/common/telemetry.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+2
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2022-03-11common/telemetry: Update `AddField` name type to `string_view`Gravatar Wunkolo1-3/+4
2022-02-17common: Add NullVisitor default constructorGravatar Wunkolo1-0/+3
2022-02-02general: Replace NonCopyable struct with equivalentsGravatar Lioncash1-9/+17
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash1-2/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-6/+6
2018-10-28compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi1-0/+4
2018-08-14common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash1-0/+12
2018-07-18telemetry: Remove unnecessary Field constructorGravatar Lioncash1-4/+1
2018-07-18telemetry: Make operator== and operator!= const member functions of FieldGravatar Lioncash1-2/+2
2018-07-18telemetry: Default copy/move constructors and assignment operatorsGravatar Lioncash1-14/+4
2018-03-27telemetry.h: Reword comment from citra to yuzuGravatar N00byKing1-1/+1
2018-01-17telemetry: Silence initialization order warningsGravatar Lioncash1-2/+2
2017-05-24common: Add a generic interface for logging telemetry fields.Gravatar bunnei1-0/+196