summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-21/+21
* Commit codespell spelling corrections.Larry Knox2022-04-071-2/+2
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-1/+1
* Merge H5Fopen VOL auto-detect feature and latest VOL fixes to 1.12 (#395)jhendersonHDF2021-03-151-0/+21
* 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-6/+6
* Merge PR #274 to 1.12 Branch (#283)Neil Fortner2021-01-271-4/+68
* Merge VOL framework versioning to 1.12 (#154)Quincey Koziol2020-12-101-10/+62
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-2/+1
* Merge changes from developAllen Byrne2020-10-081-10/+12
* Source formattedAllen Byrne2020-10-011-438/+390
* Sync with developDana Robinson2020-08-011-6/+6
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-02-011-1/+1
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-9/+115
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-3/+38
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-21/+133
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-131-0/+19
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-12-061-0/+6
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-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
|/
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-23/+41
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-5/+98
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-88/+88
* Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-291-22/+53
* Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-57/+126
* Updates after merging changes from develop.Quincey Koziol2018-10-261-9/+9
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-81/+135
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-64/+140
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1632/+286
|/
* VOL FEATUREDana Robinson2018-10-101-0/+2192