| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
clean up warnings.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop
* commit 'c24f11070aea56331110628d7645332534e4f227':
Add H5_HLDLL prefix for windows link
HDFFV-10805 cleanup examples and test code
Add missing fortran mods
HDFFV-10805 Fix test of library libinfo
Cleanup possible CMake target conflicts
Correct CMake issues
|
| | |
|
| |\
| |/
|/|
| |
| |
| | |
* commit '2e973f7e12301975f9d8dfdd5534682525554e77':
Fix minor typo in H5S_select_iter_release
Fix memory leak in objcopy test after H5Aread of vlen data
|
|\ \
| | |
| | |
| | |
| | | |
* commit '6c62678939b66400247dbbf4f9d0c32381a956d1':
Fix minor typo in H5S_select_iter_release
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~JSOUMAGNE/hdf5:topic_fix_objcopy_leak to develop
* commit '552cc1b4a4d1757d64f1b930135e0320a10ce8ce':
Fix memory leak in objcopy test after H5Aread of vlen data
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| |_|/
|/| |
| | |
| | | |
* commit 'cc267767af89bf95807afc4e7b25d82638ef4892':
HDFFV-10616 add h5fc script
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '9397d67d91eb628b3b9096501cdab0a33335564c':
HDFFV-10616 add h5fc script
|
| |\ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* commit 'b9ec6a6400a556b1250c249e158c4fffafccd550':
fixed pass_through vol
|
| |/ / |
|
| | | |
|
| | |\
| |_|/
|/| |
| | |
| | | |
* commit 'b9ec6a6400a556b1250c249e158c4fffafccd550':
fixed pass_through vol
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit 'a67c578e4b9275fa12b427b6e13021536838a448':
fixed pass_through vol
|
| | | |
|
| | |\
| |_|/
|/| |
| | |
| | | |
* commit '4d20db43bea4bc4588b20abebef5b0d043dcf31d':
Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~DEROBINS/hdf5_der:ohdr_test_memory_issue to develop
* commit '6a1e9a1fbe9606d0dd3452092cab17794e131e64':
Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.
|
| | | |
| | | |
| | | |
| | | | |
to H5Awrite() triggered -fsanitize failures.
|
| | | | |
|
| | | |\
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* commit 'c6e21cede788790b39af4a46a8bc15e49e382346':
Yanked qsort assert
Switched to HGOTO_DONE() in the links code.
Updated the HDqsort() macro to ensure we don't pass NULL buffers to qsort(3) in the future.
Fixed a bug in the links code where iterating over an empty group would pass a NULL pointer to qsort(3), which is undefined behavior.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
~DEROBINS/hdf5_der:links_iterate_zero_bug to develop
* commit '0a75da70a61d41a0bf20a5c617f3eb678ed0b103':
Yanked qsort assert
Switched to HGOTO_DONE() in the links code.
Updated the HDqsort() macro to ensure we don't pass NULL buffers to qsort(3) in the future.
Fixed a bug in the links code where iterating over an empty group would pass a NULL pointer to qsort(3), which is undefined behavior.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
qsort(3) in the future.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
pass a NULL pointer to qsort(3), which is undefined behavior.
Fixes HDFFV-10829
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
develop
* commit '6cd728796dee1cbc5b1fdf28900b23b7a6870b67':
HDFFV-10805 Add option to only build shared targets
|
| |\ \
| |/ /
|/| |
| | |
| | |
| | | |
* commit '10535e0376d88e218cab782322bfc06f35835f31':
Reset the other convenience pointer because why no
Fixed a memory bug where a pointer is used after it's been freed.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
~DEROBINS/hdf5_der:vds_memory_bug to develop
* commit '8d67b440f7d94f1b191ce154a41685bcaa90fd12':
Reset the other convenience pointer because why no
Fixed a memory bug where a pointer is used after it's been freed.
|
| | | |
|
| | |
| | |
| | |
| | | |
This is going to need a release note when it's moved to 1.10.
|
| | |\
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
* commit '712a2a13d8add828d053135a172abb2e819d59ad':
Fixed a warning in H5CX.c concerning incorrect use of freeing VOL connector info.
Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, to share dataspace's selection with iterator (and with caution about not modifying or closing the dataspace while the iterator is open).
Fix misc. typos, etc. from code review
New hyperslab selection routines and new public selection iterator routines.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to develop
* commit '579793a7acebcb22d1adc2421a6c1b99618f3ee9':
Fixed a warning in H5CX.c concerning incorrect use of freeing VOL connector info.
|
| |/ /
| | |
| | |
| | | |
VOL connector info.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
* commit 'd20139399750246f55c902940987e0048a40c268':
Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, to share dataspace's selection with iterator (and with caution about not modifying or closing the dataspace while the iterator is open).
Fix misc. typos, etc. from code review
New hyperslab selection routines and new public selection iterator routines.
|
| |\ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
share dataspace's selection with iterator (and with caution about not modifying
or closing the dataspace while the iterator is open).
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | | |
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
develop
* commit '72dd01b76bf0f521b95fc3ed10b5c305f7445fc6':
Added a warning summary script for gcc to bin
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~VCHOI/my_third_fork:bugfix/HDFFV-10800-h5ocopy-failure to develop
* commit 'dfdc27b04b2e8bcd1985ba90ce6553d8b3805fda':
Fix release notes based on feedback from pull request.
Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format
version bounds array for fill value message, should be version 3 not 2.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
develop
* commit 'dbad1589008e2ef9e713c712ca5ffbf7c97159d0':
Fixed problem with H5Fdelete "test" and split VFD.
|