summaryrefslogtreecommitdiffstats
path: root/test/del_many_dense_attrs.c
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace updatesAllen Byrne2020-05-131-4/+4
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-091-1/+1
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-1/+1
|
* Fixed some exit calls.Dana Robinson2019-09-071-1/+1
|
* Fix for daily test failure: too many arguments to function 'H5Gopen1'Vailin Choi2019-01-071-1/+1
|
* Changes based on feedback from pull request.Vailin Choi2018-12-311-2/+2
|
* Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-0/+203
after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.