summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
Commit message (Expand)AuthorAgeFilesLines
* 1.12 New References for Dimension Scales (#1139) (#1574)Larry Knox2022-04-021-0/+33
* Merge H5Fopen VOL auto-detect feature and latest VOL fixes to 1.12 (#395)jhendersonHDF2021-03-151-21/+0
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-3/+3
* Merge PR #274 to 1.12 Branch (#283)Neil Fortner2021-01-271-6/+9
* Merge VOL framework versioning to 1.12 (#154)Quincey Koziol2020-12-101-1/+4
* Source formattedAllen Byrne2020-10-011-131/+107
* Sync with developDana Robinson2020-08-011-2/+37
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-02-011-3/+3
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-8/+101
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-4/+36
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-131-2/+31
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-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