summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-7/+8
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-13/+13
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-111-35/+24
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)jhendersonHDF2022-01-041-28/+49
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-3/+0
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-45/+48
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-11/+11
* Adds const to a few global variables (#623)Dana Robinson2021-05-041-7/+7
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-10/+10
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-5/+5
* 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