summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
Commit message (Expand)AuthorAgeFilesLines
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-1/+1
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-22/+22
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-6/+6
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Make sure plugin interface is initialized before property list interface phas...jhendersonHDF2021-11-231-1/+0
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-72/+54
* VFD plugins (#602)jhendersonHDF2021-09-291-36/+34
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-60/+210
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Jan ws changes (#282)Allen Byrne2021-01-271-1/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-4/+29
* Fix error is H5Mclose_async. (#240)Neil Fortner2021-01-051-1/+1
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-0/+21
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-23/+336
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-10/+62
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-2/+2
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-4/+4
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+1
* Clang-format of source filesAllen Byrne2020-09-301-439/+391
* Fix issue in H5VL_wrap_register where datatype VOL objects are casted to H5T_t *Jordan Henderson2020-06-191-9/+11
* Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-181-1/+1
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-4/+2
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-301-6/+8
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-9/+115
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-3/+38
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-1/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-21/+133
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-0/+19
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-11-281-0/+6
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-9/+92
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-4/+25
* Added the map (H5M) APIDana Robinson2019-08-131-1/+3
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+1
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-1/+27
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-1/+1
|\
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* | Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-03-121-23/+345
|\ \ | |/
| * Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-111-23/+345
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-45/+584
|/
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-9/+9
* Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-071-5/+5
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-3/+5
* Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-281-1/+1
* Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-1/+1
* Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-171-1/+0
|\
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-1/+0
* | Make sure to free copy of VOL connector's name when H5VL_register_connector f...Jordan Henderson2018-12-141-3/+6
|/