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

Feature/cpp #152

Merged
merged 27 commits into from
Jun 1, 2023
Merged

Feature/cpp #152

merged 27 commits into from
Jun 1, 2023

Commits on May 3, 2023

  1. chore: initial cpp structure and implementation

    Remy Chibois committed May 3, 2023
    Configuration menu
    Copy the full SHA
    12744a0 View commit details
    Browse the repository at this point in the history
  2. chore: compile ok

    Remy Chibois committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ae1cd04 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. chore: cleaned library name, install interface

    Remy Chibois committed May 4, 2023
    Configuration menu
    Copy the full SHA
    1082a8a View commit details
    Browse the repository at this point in the history
  2. chore: add message files

    Remy Chibois committed May 4, 2023
    Configuration menu
    Copy the full SHA
    37e5e89 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. chore: missing include

    Remy Chibois committed May 5, 2023
    Configuration menu
    Copy the full SHA
    dec222d View commit details
    Browse the repository at this point in the history
  2. chore: missing include

    Remy Chibois committed May 5, 2023
    Configuration menu
    Copy the full SHA
    8c5f789 View commit details
    Browse the repository at this point in the history
  3. chore: de-virtualized messages, cleaned CMakeLists

    Remy Chibois committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6a20496 View commit details
    Browse the repository at this point in the history
  4. chore: fixed enum

    Remy Chibois committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0a144c5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. chore: removed inheritance

    Remy Chibois committed May 6, 2023
    Configuration menu
    Copy the full SHA
    20a40e3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. chore: added nlohmann json library

    Remy Chibois committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b23af98 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. chore: json serialization

    Remy Chibois committed May 10, 2023
    Configuration menu
    Copy the full SHA
    14995f4 View commit details
    Browse the repository at this point in the history
  2. chore: json serialization

    Remy Chibois committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4731944 View commit details
    Browse the repository at this point in the history
  3. chore: missing source file

    Remy Chibois committed May 10, 2023
    Configuration menu
    Copy the full SHA
    667c99f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore: serialization fixes

    Remy Chibois committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6cdf78e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. chore: made non required properties optional

    Remy Chibois committed May 12, 2023
    Configuration menu
    Copy the full SHA
    bc55b15 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. chore: added convenience global header

    Remy Chibois committed May 14, 2023
    Configuration menu
    Copy the full SHA
    1a201da View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. chore: removed CMake 3.23+ dependency

    Remy Chibois committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8fca8cd View commit details
    Browse the repository at this point in the history
  2. fix: installed include directories

    Remy Chibois committed May 18, 2023
    Configuration menu
    Copy the full SHA
    13b963f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. chore: fixing json serialization for enums

    Remy Chibois committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5b6d971 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    cf14737 View commit details
    Browse the repository at this point in the history
  2. chore: externalized nlohmann::json dependency, lowered C++ standard t…

    …o 17
    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    622e123 View commit details
    Browse the repository at this point in the history
  3. chore: initial license and Dockerfile

    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d428f1c View commit details
    Browse the repository at this point in the history
  4. chore: with-dependencies stage build ok

    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    abd3ae1 View commit details
    Browse the repository at this point in the history
  5. chore: added basic README

    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6a97af7 View commit details
    Browse the repository at this point in the history
  6. chore: added cpp to bake targets

    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e9585f7 View commit details
    Browse the repository at this point in the history
  7. chore: adding C++ workflow

    Remy Chibois committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8ecd9cb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore: added cpp to languages

    Remy Chibois committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0fae429 View commit details
    Browse the repository at this point in the history