summaryrefslogtreecommitdiffstats
path: root/test/vol.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-49/+49
* Merge Fixes the last of the -Wextra-semi-stmt warnings #3326 (#3338)Allen Byrne2023-08-031-4/+4
* Sync test dir w/ develop (#3303)Dana Robinson2023-07-281-25/+25
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-14/+14
* Misc warnings and cross-compile improvements (#3281)Dana Robinson2023-07-271-5/+6
* Add initial version of HDF5 API tests (#2877)jhendersonHDF2023-05-031-30/+32
* Sync with develop (#2849)Dana Robinson2023-04-281-1/+25
* Merge with develop (#2790)Dana Robinson2023-04-221-15/+239
* 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
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
* Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-0/+11
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-5/+46
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-35/+37
* Updates after merging changes from develop.Quincey Koziol2018-10-261-7/+7
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-18/+18
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-4/+4
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-14/+40
|/