summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-83/+83
* Revise file close assertion failure fix (#3418)jhendersonHDF2023-08-251-33/+35
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-110/+113
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-3/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-4/+4
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-8/+8
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-81/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-61/+58
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-183/+183
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-42/+42
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-1/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* 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
|\