index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
telemetry.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-03-19
common: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-11
common/telemetry: Update `AddField` name type to `string_view`
Wunkolo
1
-3
/
+4
2022-02-17
common: Add NullVisitor default constructor
Wunkolo
1
-0
/
+3
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
1
-9
/
+17
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
1
-2
/
+2
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
1
-2
/
+2
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
1
-6
/
+6
2018-10-28
compatdb: Use a seperate endpoint for testcase submission
fearlessTobi
1
-0
/
+4
2018-08-15
common/telemetry: Migrate core-independent info gathering to common
Lioncash
1
-0
/
+12
2018-07-18
telemetry: Remove unnecessary Field constructor
Lioncash
1
-4
/
+1
2018-07-18
telemetry: Make operator== and operator!= const member functions of Field
Lioncash
1
-2
/
+2
2018-07-18
telemetry: Default copy/move constructors and assignment operators
Lioncash
1
-14
/
+4
2018-03-27
telemetry.h: Reword comment from citra to yuzu
N00byKing
1
-1
/
+1
2018-01-18
telemetry: Silence initialization order warnings
Lioncash
1
-2
/
+2
2017-05-25
common: Add a generic interface for logging telemetry fields.
bunnei
1
-0
/
+196