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

Conversation

derobins
Copy link
Member

  • 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

- 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 derobins added Priority - 2. Medium ⏹ It would be nice to have this in the next release Component - C Library Core C library issues (usually in the src directory) Type - Improvement Improvements that don't add a new feature or functionality Merge - To 2.0 This needs to be merged to HDF5 2.0 labels Oct 18, 2024
@qkoziol
Copy link
Contributor

qkoziol commented Oct 18, 2024

I definitely like the direction, with a couple of caveats:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Merge - To 2.0 This needs to be merged to HDF5 2.0 Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants