summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-7/+6
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-5/+5
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-15/+15
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-66/+66
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-24/+0
* Update FORTRAN VOL connector test for external pass-through testing (#2393)Quincey Koziol2023-01-051-1/+1
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
* Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native AP...jhendersonHDF2021-11-101-8/+10
* New references for Dimension Scale APIs (#1139)jhendersonHDF2021-11-051-0/+31
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-7/+173
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Jan ws changes (#282)Allen Byrne2021-01-271-1/+2
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-6/+9
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-21/+0
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-2/+2
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-1/+4
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-7/+8
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-1/+1
* Enhance API tracing (#120)Quincey Koziol2020-11-261-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-131/+107
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-081-1/+36
* Added checks for native optional call support in some of the tools.Dana Robinson2020-04-021-1/+1
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-8/+101
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-4/+36
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-3/+3
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-2/+31
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-0/+101
* Minor tweaks to the VOL function comments to bring them in line with theDana Robinson2019-06-061-6/+27
* Added a VOL initialization property list type.Dana Robinson2019-06-051-0/+22
* Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-241-34/+47
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-03-121-0/+159
|\
| * Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-111-0/+159
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-172/+28
|/
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-2/+2
* Add API routines to wrap and retrieve objectsQuincey Koziol2019-01-111-0/+70
* Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-281-7/+4
* H5VLregister_by_value() should not set _BY_NAME when searching forDana Robinson2018-12-271-1/+1
* Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-281-0/+1
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-1/+2
* Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-20/+107
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-94/+94
* Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-281-2129/+49
* 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-80/+20
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-34/+39
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-540/+817
|/
* VOL FEATUREDana Robinson2018-10-101-0/+2296