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

Add support for parsing middle module name from type #128

Merged
merged 5 commits into from
Jun 11, 2019
Merged

Add support for parsing middle module name from type #128

merged 5 commits into from
Jun 11, 2019

Commits on Jun 9, 2019

  1. Add support for parsing middle module name from type

    Allows support for message types generated from both msg and idl files.
    
    Signed-off-by: David Hodo <[email protected]>
    David Hodo committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    b1646ed View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. test fixups and default behavior

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    50a8eaa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ros2/karsten1987/fix_idl_tests

    test fixups and default behavior
    davidhodo authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    d97cff1 View commit details
    Browse the repository at this point in the history
  3. deprecate legacy type extraction and add new

    Signed-off-by: David Hodo <[email protected]>
    David Hodo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    6152a79 View commit details
    Browse the repository at this point in the history
  4. use pragma to avoid deprecation in test

    Signed-off-by: Karsten Knese <[email protected]>
    Karsten1987 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    93e615d View commit details
    Browse the repository at this point in the history