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-10302 Change flux->instFlux and remove deprecated code #385

Merged
merged 7 commits into from
Sep 19, 2018

Commits on Sep 17, 2018

  1. clang_format on source.cc

    parejkoj committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    b2a1ee5 View commit details
    Browse the repository at this point in the history
  2. Fix typo in error message

    parejkoj committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    55e0d16 View commit details
    Browse the repository at this point in the history
  3. Replace Source.h.m4 with the generated Source.h

    Remove SConscript used by m4
    
    After discussion with Jim Bosch, we agreed it was probably easier to use
    modern smart editors to make bulk changes to Source.h instead of having
    someone in the project try to remember the m4 syntax. Also, we hope to make
    that header much simpler by removing a bunch of the deprecated code.
    parejkoj committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    d2a3865 View commit details
    Browse the repository at this point in the history
  4. clang-format Source.h

    parejkoj committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    5c4ce77 View commit details
    Browse the repository at this point in the history
  5. Remove deprecated methods

    These methods were marked deprecated in 2014: we can cleanup the namespace
    quite a bit by deleting them, and they don't appear to be used outside the
    afw tests.
    parejkoj committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    9533e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    e0e7ddc View commit details
    Browse the repository at this point in the history
  2. Implement SourceTable version 3

    Increment schema version and add v1 and v2 compatibliity.
    
    Add a v2 test .fits file, to test v2 compatibility, and use it in a test.
    parejkoj committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    3b79e2f View commit details
    Browse the repository at this point in the history