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

lcmgen: Emit file level comments #505

Merged
merged 5 commits into from
Sep 22, 2024
Merged

Commits on Apr 10, 2024

  1. lcmgen: Emit file level comments

    Parse any comment before the `package` statement in the .lcm file
    and apply it to the top of generated source files right after the
    'generated with LCM' statement.
    
    Does not apply if the package is defined via CLI flags.
    
    Implemented for:
    - [x] c
    - [x] cpp
    - [x] java
    - [x] python
    - [ ] go
    - [ ] lua
    - [ ] c#
    
    See test/types/lcmtest/comments_t.lcm and
    build/test/types/lcmtest/comments_t.*
    judfs committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5a84b9d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Sep 11, 2024

  1. lcmgen: Fix --debug hex print

    judfs committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3771431 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    45b8c46 View commit details
    Browse the repository at this point in the history
  2. Update lcmgen/lcmgen.h

    fix typo
    
    Co-authored-by: nosracd <[email protected]>
    judfs and nosracd authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2b09b8c View commit details
    Browse the repository at this point in the history