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 typo/stray character in cmake-ctest.yml #4128

Merged
merged 15 commits into from
Mar 13, 2024

Conversation

lrknox
Copy link
Collaborator

@lrknox lrknox commented Mar 13, 2024

No description provided.

byrnHDF and others added 15 commits March 12, 2024 10:42
…st (HDFGroup#4059)

* Offset of a floating-point type also needs to be accounted for

* Clarify ordering of H5Tset_precision and H5Tset_fields
…DFGroup#4061)

H5Tset_fields did not account for any offset in a floating-point datatype,
causing it to fail when a datatype's precision is correctly set such that
it doesn't include the offset bits.
)

* Remove user presets file

* Only use C compiler for sanitzers
* Rename incorrectly named option

* Restore the correct uses of USING_MEMCHECKER

* Update release note
This was due to not freeing a test buffer. It was not a core
library memory leak.
Compound fill values were set to the integer -1, causing valgrind
to flag 'uninitialized bytes' errors.

This is just a problem with the cmpd_dset test and not a core
library problem.
This was due to a complex type fill value being set to -1 instead
of a proper complex value. This was a test problem and not a core
library issue.
@lrknox lrknox merged commit 74f31c6 into HDFGroup:hdf5_1_14 Mar 13, 2024
47 checks passed
@lrknox lrknox deleted the 1_14_dev_sync_lrk branch March 20, 2024 22:00
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.

4 participants