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

Introduce a new links category for the YAML definitions #691

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Make the reader and validator understand links

    Add the new category so that it can be read
    tmadlener committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0e16e0 View commit details
    Browse the repository at this point in the history
  2. Make code generation create necessary link code

    Effectively a header per link with a typedef and a common .cc file with
    registration code for all links
    tmadlener committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5b9a887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57782b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cf094d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa7a4cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15fcd98 View commit details
    Browse the repository at this point in the history
  7. Make sure that all user facing types exist

    Otherwise things start to break in cases where users explicitly use
    these types at the moment.
    tmadlener committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3898927 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f9169d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5cbd4d View commit details
    Browse the repository at this point in the history
  10. Fix typo

    tmadlener committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    09c4d8b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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