summaryrefslogtreecommitdiffstats
path: root/test/vol.c
Commit message (Expand)AuthorAgeFilesLines
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-5/+5
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-25/+25
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-33/+33
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-4/+4
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-2/+2
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-8/+8
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-3/+3
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-24/+24
* Fix a misc warning in test/vol.c (#3112)Dana Robinson2023-06-131-5/+6
* Add initial version of HDF5 API tests (#2877)jhendersonHDF2023-05-021-30/+32
* Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)jhendersonHDF2023-04-251-1/+25
* Jira issue OESS-337: Create test for H5VLconnector_info_to_str (#2334)raylu-hdf2023-04-181-6/+152
* HDFFV-10368 (OESS-319): Making two useful macros (H5L_EXT_FLAGS_ALL and H5L_E...raylu-hdf2023-02-211-2/+2
* HDFFV-11208 (OESS-320): H5VLquery_optional had an assertion failure with a co...raylu-hdf2023-01-101-0/+80
* Pass-through connector testing flexibility (#2399)Quincey Koziol2023-01-091-7/+5
* Bug Fix: Segfault in H5CX_get_vol_wrap_ctx when H5VLwrap_register is called f...raylu-hdf2022-11-171-0/+76
* Bug fix: the previous checkin only supported the native connector (#2211)raylu-hdf2022-11-051-5/+21
* Added a test case for H5VLget_connector_name (#2195)raylu-hdf2022-10-281-0/+58
* Added a test case to verify the VOL capacity flags work correctly. (#2178)raylu-hdf2022-10-251-10/+112
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-22/+22
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-4/+4
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-18/+28
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-18/+18
* Move HDstrcmp operations inside casting block for PGI compilers (#1063)jhendersonHDF2021-09-301-6/+6
* VFD plugins (#602)jhendersonHDF2021-09-291-31/+40
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-2/+924
* Update clang config (#473)Quincey Koziol2021-03-171-3/+12
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-8/+8
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Reformat source (#244)Quincey Koziol2021-01-071-2/+2
* Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)vchoi-hdfgroup2020-12-161-0/+4
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-10/+9
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-2/+20
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+2
* Clang-format of source filesAllen Byrne2020-09-301-233/+252
* Trim trailing whitespaceQuincey Koziol2020-04-201-2/+2
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-6/+28
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-4/+9
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-0/+4
* Fixed missing blob callbacks in test VOL connectors.Dana Robinson2019-12-031-0/+6
* Added a VOL initialization property list type.Dana Robinson2019-06-051-14/+37
* Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-241-6/+18
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-0/+1
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-10/+14
* Remove incorrect comment.Quincey Koziol2019-01-061-1/+0
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-72/+139
* Remove duplicated comment.Quincey Koziol2018-11-301-9/+0
* Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-291-2/+5