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

Move FUNC_ENTER macros to their own header files #4971

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Oct 18, 2024

  1. Move FUNC_ENTER macros to their own header files

    - Moves FUNC_ENTER/LEAVE macros into H5func_enter.h
    - Moves threadsafety FUNC_ENTER/LEAVE macros to
      H5func_enter_threadsafe.h
    - Cleans up FUNC_ENTER macros
    - Adds helpful documentation to FUNC_ENTER macros
    - Fix incorrect FUNC_ENTER macros in the main library
    derobins committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    297a1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1557c5 View commit details
    Browse the repository at this point in the history
  3. Update comment

    derobins committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    48b373f View commit details
    Browse the repository at this point in the history
  4. Fix typo

    derobins committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    36cd7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17f981e View commit details
    Browse the repository at this point in the history