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

fix virtual dispatch issues identified by clang-tidy #1816

Merged
merged 6 commits into from
Jun 22, 2022

Commits on Jun 15, 2022

  1. fix virtual dispatch issues identified by clang-tidy

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    37466de View commit details
    Browse the repository at this point in the history
  2. fix up to reduce code duplication

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    01cafcc View commit details
    Browse the repository at this point in the history
  3. uncrustify

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d0f4a2d View commit details
    Browse the repository at this point in the history
  4. avoid returning temporaries

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a84ad74 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. uncrustify

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    fab5469 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. add docs about overriding methods used in constructors

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d4aa970 View commit details
    Browse the repository at this point in the history