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

Add and use <highfive/highfive.hpp>. #818

Merged
merged 1 commit into from Nov 1, 2023
Merged

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Aug 3, 2023

The header <highfive/highfive.hpp> is the top-level header for everything HighFive. It's recommended to use it instead of the other headers, unless compilation time is a concern. However, currently <highfive/H5File.hpp> includes almost all of HighFive. Hence, the savings are likely very modest, if any.

@1uc
Copy link
Collaborator Author

1uc commented Aug 3, 2023

This would require that we include H5Version.hpp in the regular source tree.

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (858c7d9) 84.73% compared to head (5485bab) 84.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #818      +/-   ##
==========================================
- Coverage   84.73%   84.72%   -0.01%     
==========================================
  Files          69       69              
  Lines        5043     5042       -1     
==========================================
- Hits         4273     4272       -1     
  Misses        770      770              
Files Coverage Δ
src/examples/boost_multi_array_2D.cpp 0.00% <ø> (ø)
src/examples/boost_multiarray_complex.cpp 0.00% <ø> (ø)
src/examples/boost_ublas_double.cpp 0.00% <ø> (ø)
src/examples/compound_types.cpp 0.00% <ø> (ø)
src/examples/create_attribute_string_integer.cpp 0.00% <ø> (ø)
src/examples/create_dataset_double.cpp 0.00% <ø> (ø)
src/examples/create_datatype.cpp 0.00% <ø> (ø)
src/examples/create_extensible_dataset.cpp 0.00% <ø> (ø)
src/examples/create_large_attribute.cpp 0.00% <ø> (ø)
src/examples/create_page_allocated_files.cpp 0.00% <ø> (ø)
... and 13 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@1uc 1uc force-pushed the 1uc/highfive-top-level-include branch from d4a2fa6 to f3bcc4c Compare October 31, 2023 13:50
@1uc 1uc marked this pull request as ready for review October 31, 2023 13:50
The header `<highfive/highfive.hpp>` is the top-level header for
everything HighFive. It's recommended to use it instead of the other
headers, unless compilation time is a concern. However, currently
`<highfive/H5File.hpp>` includes almost all of HighFive. Hence, the
savings are likely very modest, if any.
@1uc 1uc force-pushed the 1uc/highfive-top-level-include branch from f3bcc4c to 5485bab Compare October 31, 2023 20:54
@1uc 1uc merged commit 12ee208 into master Nov 1, 2023
36 checks passed
@1uc 1uc deleted the 1uc/highfive-top-level-include branch November 1, 2023 07:35
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.

None yet

3 participants