summaryrefslogtreecommitdiffstats
path: root/src/H5MVpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-2/+3
|
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-12/+9
|
* In VFD SWMR, use `H5F_shared_t` instead of `H5F_t` wherever that is possible.David Young2020-08-031-1/+1
|
* Consolidate shadow-file allocation code in H5MV.c.David Young2020-01-301-0/+2
|
* Third batch of checkin:Vailin Choi2018-09-281-0/+83
1) Free space manager for the metadata file 2) Delayed free space release linked list 3) H5F_update_vfd_swmr_metadata_file() 3) VFD SWMR driver: read callback 4) Flushing for VFD SWMR 5) Port one concurrent test from swmr test set 6) Bug fixes and refactoring