| Commit message (Expand) | Author | Age | Files | Lines |
* | VFD plugins (#602) | jhendersonHDF | 2021-09-29 | 1 | -36/+34 |
|
|
* | Fix several warnings (#720) | jhendersonHDF | 2021-09-14 | 1 | -1/+1 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -60/+210 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | Jan ws changes (#282) | Allen Byrne | 2021-01-27 | 1 | -1/+1 |
|
|
* | Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5 | Neil Fortner | 2021-01-22 | 1 | -4/+29 |
|
|
* | Fix error is H5Mclose_async. (#240) | Neil Fortner | 2021-01-05 | 1 | -1/+1 |
|
|
* | Enable H5Fopen to probe list of available VOL connectors when opening a (#182) | jhendersonHDF | 2020-12-16 | 1 | -0/+21 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -23/+336 |
|
|
* | Enforce VOL framework version compatibility when registering connectors. Als... | Quincey Koziol | 2020-12-10 | 1 | -10/+62 |
|
|
* | Expand ID dec_ref and close callbacks to allow for asynchronous close operati... | Quincey Koziol | 2020-12-01 | 1 | -2/+2 |
|
|
* | Add flag to H5CX_pop that allow setting the properties to return to applicati... | Quincey Koziol | 2020-12-01 | 1 | -1/+1 |
|
|
* | Replace H5E_ATOM major error category with H5E_ID (#121) | Dana Robinson | 2020-11-30 | 1 | -4/+4 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -2/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -439/+391 |
|
|
* | Fix issue in H5VL_wrap_register where datatype VOL objects are casted to H5T_t * | Jordan Henderson | 2020-06-19 | 1 | -9/+11 |
|
|
* | Fix shutdown errors when using the HDF5_VOL_CONNECTOR environment | Dana Robinson | 2020-03-18 | 1 | -1/+1 |
|
|
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-01-31 | 1 | -4/+2 |
|
|
* | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-01-30 | 1 | -6/+8 |
|
|
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-01-29 | 1 | -9/+115 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -3/+38 |
|
|
* | Fix some places where H5P_DEFAULT gets passed down to a VOL connector | Jordan Henderson | 2020-01-03 | 1 | -1/+1 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -21/+133 |
|
|
* | Modify H5VL initialization routines to initialize all VOL-managed object | Neil Fortner | 2019-12-12 | 1 | -0/+19 |
|
|
* | Fix bugs in H5VL file comparison code. Add short circuit success to | Neil Fortner | 2019-11-28 | 1 | -0/+6 |
|
|
* | Implement H5VLget_file_type() to return a copy of a datatype with the | Neil Fortner | 2019-11-08 | 1 | -9/+92 |
|
|
* | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 1 | -4/+25 |
|
|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -1/+3 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+1 |
|
|
* | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying | Quincey Koziol | 2019-04-21 | 1 | -1/+27 |
|
|
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 1 | -1/+1 |
|\ |
|
| * | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -1/+1 |
|
|
* | | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-03-12 | 1 | -23/+345 |
|\ \
| |/ |
|
| * | Add API routines to retrieve, restore, reset, and free library state. | Quincey Koziol | 2019-03-11 | 1 | -23/+345 |
|
|
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -45/+584 |
|/ |
|
* | Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' | Quincey Koziol | 2019-02-23 | 1 | -9/+9 |
|
|
* | Add ID type (of eventual hid_t) to the VOL "wrap" callback. | Quincey Koziol | 2019-02-07 | 1 | -5/+5 |
|
|
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -3/+5 |
|
|
* | Added more sub-tests to the VOL plugin test. | Dana Robinson | 2018-12-28 | 1 | -1/+1 |
|
|
* | Moved the optional enums to H5VLnative.h and converted to an int | Dana Robinson | 2018-12-18 | 1 | -1/+1 |
|
|
* | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_... | Dana Robinson | 2018-12-17 | 1 | -1/+0 |
|\ |
|
| * | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -1/+0 |
|
|
* | | Make sure to free copy of VOL connector's name when H5VL_register_connector f... | Jordan Henderson | 2018-12-14 | 1 | -3/+6 |
|/ |
|
* | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 1 | -23/+41 |
|
|
* | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -5/+98 |
|
|
* | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -88/+88 |
|
|
* | Add ref counter to VOL object wrapping in API contexts, so that re-entrant / | Quincey Koziol | 2018-10-29 | 1 | -22/+53 |
|
|
* | Duplicate name of VOL plugin class, to avoid continuing to refer to the caller's | Quincey Koziol | 2018-10-27 | 1 | -6/+9 |
|
|
* | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 1 | -57/+126 |
|
|
* | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -9/+9 |
|
|