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-12771: Support the new FitsChan ReplaceSip attribute #11

Merged
merged 3 commits into from
Nov 20, 2017

Commits on Nov 16, 2017

  1. Prefer __func__ over __FUNCTION__ because __func__ is standard C99

    Compiling smurf fails without this, as it used -Wpedantic and so bombs
    out when it see __FUNCTION__ in the AST macros used to invoked public AST
    functions.
    David Berry committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    54b64db View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    bb779da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bde909 View commit details
    Browse the repository at this point in the history