summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-83/+83
* [1.14 Merge] Fix assertion failure during file close on error (#3463)jhendersonHDF2023-09-011-33/+35
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-110/+113
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-7/+7
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-42/+42
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-81/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-252/+249
* Merge with develop (#2790)Dana Robinson2023-04-221-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
|\
| * 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
|\