Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata #1448

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Metadata #1448

wants to merge 7 commits into from

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    6e1dffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a927d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Work on meta data API consistency

    The fields of Metagram are now public, since it is not intended that
    they do keep invariants relative to one another. The documentation also
    clarifies the relation to the actual processing applied by the decoding.
    The SharedRecorder now has the same basic set of methods for adding meta
    data as the original Recorder.
    Added documentation and some examples.
    HeroicKatora committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5eb4b4e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    1f4d8d4 View commit details
    Browse the repository at this point in the history
  2. Replace simple ICC with color enum

    We can choose two ways here: Add a new field with he 'decoded' color
    space, or the approach implemented currently which is to have an enum
    which presents an alternative.
    HeroicKatora committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    a46aa6d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    c4090eb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Address code review

    Renamed main struct to MetadataContainer, integrated configuration into
    the recorder with documentation.
    HeroicKatora committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    f57a4c4 View commit details
    Browse the repository at this point in the history