summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-11/+11
* VFD SWMR: Sync with develop (#811)Dana Robinson2021-06-301-45/+48
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-2/+2
* Much normalization with develop (#701)Dana Robinson2021-05-281-55/+127
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-808/+793
* H5MF.c cleanupDana Robinson2021-03-021-123/+25
* Switches H5MF memory calls to use H5MMDana Robinson2021-03-021-2/+2
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-1/+2
|\
| * Minor normalizations with HDF5 1.10.Dana Robinson2020-06-071-1/+2
| * Trim trailing whitespaceQuincey Koziol2020-04-201-105/+105
| * merge and fix conflictkmu2020-01-191-1/+1
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-24/+24
| * Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-9/+9
| * Small tidy up.Quincey Koziol2019-08-211-10/+8
| * Progress toward movig H5MF* API to use shared file pointers instead of topQuincey Koziol2019-08-211-37/+34
| * Progress on moving the H5MF* interface to using shared file pointers instead ofQuincey Koziol2019-08-211-39/+38
| * Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-211-50/+54
| * Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-201-1/+1
| * Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accumQuincey Koziol2019-08-191-3/+2
| * (1) Add/remove comments.Vailin Choi2019-06-271-92/+32
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-261-0/+3
| |\
| | * Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-241-0/+3
| * | Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-374/+108
| |/
* | Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)David Young2020-07-101-1/+1
* | Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-201-1/+2
* | Trim trailing whitespaceQuincey Koziol2020-05-201-105/+105
* | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-24/+24
* | In H5MF__xfree_impl(), always invalidate the page-table entriesDavid Young2020-05-111-20/+53
* | Bug fix: in the freespace manager, use a new routine,David Young2020-04-231-1/+1
* | Be brief: remove commas and equal signs from diagnostic log messages.David Young2020-04-081-18/+19
* | Make some changes to conserve filespace and ensure that all filespace isDavid Young2020-04-061-2/+5
* | Improve diagnostic logging.David Young2020-04-021-7/+26
* | Rename process_deferred_frees as H5MF_process_deferred_frees and make itDavid Young2020-03-311-7/+6
* | Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debugDavid Young2020-03-301-77/+74
* | Delete ridiculous comments. Remove superfluous curly braces. NFCI.David Young2020-03-301-10/+7
* | Add log outlets `h5mf` and `h5mf_defer` and write some diagnosticDavid Young2020-02-241-7/+29
* | In process_deferred_frees(), remove *all* deferred frees from theDavid Young2020-02-181-2/+5
* | Rename the deferred-free queues. There are two of them, and the names I usedDavid Young2020-02-061-5/+5
* | Tell the tick number in diagnostic messages.David Young2019-12-181-2/+3
* | Follow the naming convention enforced by FUNC_ENTER_/FUNC_EXIT_* macros (?)David Young2019-12-181-5/+5
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-600/+333
* | Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-191-0/+11
* | (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-141-0/+19
* | Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-1/+1
|/
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-0/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-07-181-11/+11
|\
| * Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-11/+11
* | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-9/+9
|/
* Normalize with vol_integration.Dana Robinson2018-05-291-93/+106