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

Restore message generation pipeline and generate message libraries #368

Merged
merged 23 commits into from
Aug 28, 2023

Commits on Aug 17, 2023

  1. Restore message generate pipeline work

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d1e4068 View commit details
    Browse the repository at this point in the history
  2. Fix command line test and lint

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a193ab6 View commit details
    Browse the repository at this point in the history
  3. Clean up generation logic

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7e7e0b4 View commit details
    Browse the repository at this point in the history
  4. Fix python install

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1eadc41 View commit details
    Browse the repository at this point in the history
  5. Move protobuf dep to core

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    15089da View commit details
    Browse the repository at this point in the history
  6. No cmd on Windows

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d771dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Refactor cmake a bit

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d176b47 View commit details
    Browse the repository at this point in the history
  2. Windows build

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    99439cd View commit details
    Browse the repository at this point in the history
  3. Fix python test

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9c4d164 View commit details
    Browse the repository at this point in the history
  4. Lint and remove DL

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    558e699 View commit details
    Browse the repository at this point in the history
  5. Add DL dependency back

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ccd01ee View commit details
    Browse the repository at this point in the history
  6. Add algorithm header

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5fc5f84 View commit details
    Browse the repository at this point in the history
  7. Fix python install

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f879398 View commit details
    Browse the repository at this point in the history
  8. Fix build

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    aeafe56 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fix descriptor generation for Windows

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8c5d9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Include imports

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6fe63a5 View commit details
    Browse the repository at this point in the history
  2. Remove DL dep

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dacb589 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge branch 'main' into mjcarroll/message_library_generation

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7e51c85 View commit details
    Browse the repository at this point in the history
  2. Partially address reviewer feedback

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dadb7be View commit details
    Browse the repository at this point in the history
  3. Address reviewer feedback

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fd5f3b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Mark conversion inline and add test

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4f01054 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1a64f14 View commit details
    Browse the repository at this point in the history
  3. Update example README

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7a062af View commit details
    Browse the repository at this point in the history