summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5FDsubfiling.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue where the Subfiling VFD's context cache grows too large (#4159)developjhendersonHDF2024-03-181-0/+3
* Fix some minor warnings (#4165)jhendersonHDF2024-03-171-3/+0
* corrected warning: implicit conversion changes signedness (#3982)Scot Breitenfeld2024-02-021-1/+1
* Implement optimized support for vector I/O in Subfiling VFD (#3896)jhendersonHDF2023-12-271-1021/+1374
* Rework MPI Info FAPL preserve PR to use VFD 'ctl' operations (#3782)jhendersonHDF2023-11-031-0/+6
* Remove clang warnings (#3656)H. Joe Lee2023-10-131-2/+2
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-2/+2
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-5/+5
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-40/+40
* Convert some H5MM calls to standard C equivalents (#2382)Dana Robinson2023-08-251-9/+9
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-13/+13
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-63/+0
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-34/+34
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-2/+2
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-68/+68
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-3/+3
* Subfiling VFD - check if MPI is finalized during VFD termination (#2683)jhendersonHDF2023-04-271-9/+33
* Comment cleanup (#2689)Quincey Koziol2023-04-111-12/+0
* Subfiling VFD - add option to specify config file prefix (#2495)jhendersonHDF2023-02-261-3/+92
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+1
* Subfiling VFD updates (#2106)jhendersonHDF2022-09-161-282/+550
* Subfiling VFD - tidying up and fixing a few new testing failures (#1977)jhendersonHDF2022-08-091-249/+28
* Fix issues in tools code after Subfiling VFD updates (#1973)jhendersonHDF2022-08-061-10/+17
* Subfiling updates for release (#1963)jhendersonHDF2022-08-041-119/+67
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-32/+32
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-0/+3386