index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
telemetry.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-03-19
common: Reduce unused includes
ameerj
2022-03-11
common/telemetry: Update `AddField` name type to `string_view`
Wunkolo
2022-02-17
common: Add NullVisitor default constructor
Wunkolo
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2018-10-28
compatdb: Use a seperate endpoint for testcase submission
fearlessTobi
2018-08-14
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-07-18
telemetry: Remove unnecessary Field constructor
Lioncash
2018-07-18
telemetry: Make operator== and operator!= const member functions of Field
Lioncash
2018-07-18
telemetry: Default copy/move constructors and assignment operators
Lioncash
2018-03-27
telemetry.h: Reword comment from citra to yuzu
N00byKing
2018-01-17
telemetry: Silence initialization order warnings
Lioncash
2017-05-24
common: Add a generic interface for logging telemetry fields.
bunnei