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

fix(h5fd): refactor h5fd and packages #266

Merged
merged 43 commits into from
Oct 18, 2024

Conversation

hyoklee
Copy link
Owner

@hyoklee hyoklee commented Oct 18, 2024

No description provided.

qkoziol and others added 30 commits September 27, 2024 17:45
Gets rid of public API call (H5FDperform_init) within the library code and
returns to original way of initializing packages in the library.

Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Update comment about interface initialization routines in H5_init_library

Signed-off-by: Quincey Koziol <[email protected]>
Move all VFDs into the 'H5FD' package, instead of their own individual
packages.

Stop using VFD's 'term' callback to reset the ID for the VFD.  Use explicit
'register' and 'unregister' calls to do that.  Use the 'term' callback only
for dealing with VFD internal resource cleanup.

A _ton_ of other misc. changes, but mainly to update and align the VFDs more
with current best practices in the library.

Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
Signed-off-by: Quincey Koziol <[email protected]>
@hyoklee hyoklee merged commit 9befd2c into hyoklee:develop Oct 18, 2024
2 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants