summaryrefslogtreecommitdiffstats
path: root/test/vfd_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-2/+2
| | | | | * HDatexit * HDexit * HD_exit
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-1/+1
|
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-4/+4
| | | | | * Adds semicolons to function-like macros * Adds a do..while(0) loop to some macros * Removes semicolons when inappropriate, especially H5E_TRY_BEGIN/END
* Make sure plugin interface is initialized before property list interface ↵jhendersonHDF2021-11-231-7/+58
| | | | phase 2 (#1216)
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+388
* Implement support for loading of Virtual File Drivers as plugins Fix plugin caching for VOL connector and VFD plugins Fix plugin iteration to skip paths that can't be opened * Enable dynamic loading of VFDs with HDF5_DRIVER environment variable * Temporarily disable error reporting during H5F_open double file open * Default to using HDstat in h5_get_file_size for unknown VFDs * Use macros for some environment variables that HDF5 interprets * Update "null" and "ctl testing" VFDs