summaryrefslogtreecommitdiffstats
path: root/src/H5FDsplitter.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-44/+44
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-77/+78
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-4/+4
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-1/+1
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-51/+51
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-23/+23
* Various warning fixes (#1812)Sean McBride2022-06-221-3/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-30/+30
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+5
* Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-171-4/+4
* Only check HDF5_DRIVER in MPI I/O VFD if VFD isn't initialized (#1213)jhendersonHDF2021-11-251-1/+0
* Fixes FUNC_ENTER warnings in VFDs due to recent init changes (#1178)Dana Robinson2021-11-101-2/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-24/+0
* VFD plugins (#602)jhendersonHDF2021-09-291-62/+293
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+60
* Fix several warnings (#720)jhendersonHDF2021-09-141-10/+12
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-39/+41
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Enhance API tracing (#120)Quincey Koziol2020-11-261-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-16/+16
* Replaces C std library calls with H5MM equivalentsDana Robinson2020-10-301-3/+3
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-285/+253
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-4/+6
|\
| * Squash merge of file locking fixesDana Robinson2020-08-031-19/+12
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-450/+324
|/
* Patch a few holes in the Splitter VFD implementation.Jacob Smith2020-05-291-0/+3
* Add Splitter VFD to library.Jacob Smith2020-03-131-0/+1467