summaryrefslogtreecommitdiffstats
path: root/src/H5FDsplitter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-1/+1
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-131-16/+17
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-21/+21
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-23/+23
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-77/+78
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-5/+5
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-1/+1
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-47/+47
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* 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