summaryrefslogtreecommitdiffstats
path: root/src/H5FDros3.c
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-0/+2
| | | Brings many changes from develop, particularly VOL changes for async
* VFD SWMR: Removes dedup callback + cleanup (#842)Dana Robinson2021-07-171-1/+0
| | | | | | | | | | | * HDF5-ification of dedup calls * Removes dedup callback from VFD struct * VFD SWMR library code cleanup * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Brings native H5Fdelete implementation from developDana Robinson2021-05-051-0/+1
|
* Normalization with develop (mainly VFDs)Dana Robinson2021-05-051-376/+221
|
* Committing clang-format changesgithub-actions2021-05-031-3/+2
|
* Brings trace changes from developDana Robinson2021-04-061-7/+6
|
* Brings file locking changes from developDana Robinson2021-03-251-1/+1
|
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-290/+194
|
* Adds missing dedup callback entries to other VFDsDana Robinson2021-03-231-0/+1
| | | | NOTE: The mirror VFD and parallel are currently broken
* Fixed some minor cmp callback bugs and cleaned warnings.Dana Robinson2020-05-201-3/+5
|
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-0/+1833
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!