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

DM-14429: Implement RFC-460: move afw.geom content to new geom package #356

Merged
merged 5 commits into from
Jun 1, 2018

Commits on Jun 1, 2018

  1. Move afw::geom to the geom package

    Move geom basics Angle, Box, Extent, Point, SpherePoint,
    AffineTransform and LinearTransform to the geom package,
    including C++ code, python code, test utilities and unit tests.
    
    Add C++ and python aliases for backwards compatibility.
    r-owen committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    e0ccaf5 View commit details
    Browse the repository at this point in the history
  2. Update C++ code to use geom

    instead of afw/geom aliases
    r-owen committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    9280e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1482d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa08b9 View commit details
    Browse the repository at this point in the history
  5. Run clang-format on C++ code

    r-owen committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    be0e433 View commit details
    Browse the repository at this point in the history