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

Minor formatting issues #1304

Merged
merged 6 commits into from
Feb 5, 2022
Merged

Commits on Feb 5, 2022

  1. PERF: Constant non-pod types should be pass by reference

    Avoid copy construction of large objects by passing by value.
    hjmjohnson committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c9b40aa View commit details
    Browse the repository at this point in the history
  2. STYLE: Return type of const reduces code readability

    This does not improve const correctness.
    
    Issue identified by clang-tidy.
    hjmjohnson committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    948c8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc4ad08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04cbf61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa70b4e View commit details
    Browse the repository at this point in the history
  6. STYLE: Format the codebase to conform to ITK standards

    Provide (non-automated/non-enforced) mechansisms for facilitating
    conformance to the coding standards of ITK.
    
    Many IDE's will recognize the .clag-format file and automatically
    assist with code style conformance during development.
    hjmjohnson committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    ce7d06e View commit details
    Browse the repository at this point in the history