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

All C++ datatypes & components now implement a new Loggable trait #4305

Merged
merged 7 commits into from
Nov 23, 2023

Commits on Nov 22, 2023

  1. All C++ datatypes & components now implement a new Loggable trait

    this moves all serialization related methods off of the respective structs themselves, leading to better auto complete
    Wumpf committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1be43be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7053b9 View commit details
    Browse the repository at this point in the history
  3. clang/gcc compile fix

    Wumpf committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4d606d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d5fd5e View commit details
    Browse the repository at this point in the history
  5. clippy fix

    Wumpf committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cf4093a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c494b2e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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