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

Rename private headers <foo>_priv.h #573

Merged
merged 4 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Rename private library headers to <foo>_priv.h

    This will make it easy to distinguish what is private and what is
    public.
    
    Also:
    * Removed unused hdf/src/src.inc and mfhdf/fortran/common.inc files
    * Removed mfhdfi.h after moving the enum it contained to mfhdf.h
    derobins committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    57a856e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad8a91 View commit details
    Browse the repository at this point in the history
  3. Clean up java headers

    Missing stdlib.h in a lot of places
    derobins committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cb25011 View commit details
    Browse the repository at this point in the history
  4. Fix nctest error headers

    derobins committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fe17517 View commit details
    Browse the repository at this point in the history