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

bugfix: always refer to the proper signed type for signed char #518

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

matz-e
Copy link
Member

@matz-e matz-e commented Mar 17, 2022

The previous usage of H5T_NATIVE_CHAR for signed char fails on
Fedora/aarch64. Needed for BlueBrain/libsonata#184.

The previous usage of H5T_NATIVE_CHAR for `signed char` fails on
Fedora/aarch64.  Needed for BlueBrain/libsonata#184.
@matz-e matz-e requested review from alkino and ohm314 March 17, 2022 15:56
@matz-e matz-e merged commit 00dad71 into master Mar 17, 2022
@matz-e matz-e deleted the schar branch March 17, 2022 16:06
alkino added a commit that referenced this pull request Apr 5, 2022
Version 2.4.0 - 2022-04-05
New Features:
- Construct a compound type from an already existing hid (#469). Thanks to Maximilian Nöthe.
- Add support for long double (#494)
- Add support for H5Pset_libver_bounds and H5Pset_meta_block_size support (#500)
- New interface to select complex hyperslabs, irregular hyperslabs are limited to/from 1D array (#538 and #545)

Improvements:
- Use inline where it is needed, otherwise some code can lead to "multiple definition" (#516). Thanks to Chris Byrohl.
- Use Catch2 inside of boost for tests, this way there is less dependencies (#521)
- CI now run with more external librairies (boost, eige, xtensor, xtl) (#536)

Bug Fixes:
- Better support of const types (#460). Thanks to Philip Deegan.
- Vector of size zero was previously lead to UB (#502). Thanks to Haoran Ni.
- Use H5T_NATIVE_SCHAR instead of H5T_NATIVE_CHAR for "signed char" (#518)
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

2 participants