summaryrefslogtreecommitdiffstats
path: root/src/H5MV.c
Commit message (Expand)AuthorAgeFilesLines
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-137/+126
* Stripped hlog code from H5MV.cDana Robinson2021-03-021-24/+1
* In VFD SWMR, use `H5F_shared_t` instead of `H5F_t` wherever that is possible.David Young2020-08-031-42/+40
* The second argument to H5MV__sect_shrink() has to be an actual H5F_t *, notDavid Young2020-08-031-1/+1
* Standardize and shorten diagnostic messages to help my search for theDavid Young2020-04-021-11/+11
* Delete an #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf that probably never workedDavid Young2020-03-301-3/+0
* Add a log outlet. Replace #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf's withDavid Young2020-03-301-24/+19
* Delete ridiculous comments and repair some whitespace. NFCI.David Young2020-03-301-4/+3
* It's not necessary to assert(p != NULL) if you're dereferencing p in the nextDavid Young2020-02-031-1/+0
* Consolidate shadow-file allocation code in H5MV.c.David Young2020-01-301-5/+185
* Delete unused constants.David Young2020-01-101-2/+0
* Be brief, replace `(H5FS_section_info_t *)node` with `&node->sect_info`.David Young2020-01-101-7/+7
* Allocate regionsin the shadow file of page size or greater size with pageDavid Young2019-12-181-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-3/+3
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-2/+39
* Third batch of checkin:Vailin Choi2018-09-281-0/+518