summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-5/+5
* Clang-format of source filesAllen Byrne2020-09-301-807/+799
* Merge branch 'develop' into develop_minorDana Robinson2020-08-271-0/+4
|\
| * Fix HDFFV-11101Binh-Minh Ribler2020-08-171-0/+4
* | Minor refactoring based on 1.10 normalization workDana Robinson2020-08-171-4/+3
|/
* Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-141-21/+13
|\
| * Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-1/+1
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-22/+14
* | Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-081-22/+22
|/
* 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
|/
* 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
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-3/+1
|\
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-474/+336
|/
* Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-271-1/+4
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-0/+1
* Changes made based on RFC review commentsVailin Choi2017-07-181-1/+1
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-0/+6
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-965/+2517
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-3/+13
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-66/+67
* Switch major error code from H5E_FSPACE [back] to H5E_RESOURCEQuincey Koziol2017-02-181-99/+99
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-70/+70
* Cache image feature and testingQuincey Koziol2017-01-291-2/+2
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-70/+654
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-041-42/+226
* Align w/incoming cache image changes, and improve recovery on errors.Quincey Koziol2017-01-041-23/+23
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-19/+19
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-2/+2
* Changed the name of H5MF_alloc_close() to H5MF__alloc_close()Dana Robinson2016-11-301-6/+6
* Added missing TAG macros to H5MF_get_freespace().Dana Robinson2016-11-301-2/+2
* Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAGDana Robinson2016-11-301-20/+20