summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-046-69/+435
* Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-015-176/+359
* Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-0110-291/+289
* Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-016-190/+372
* Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-014-115/+307
* Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-317-212/+312
* Remove erroneous call.Quincey Koziol2018-10-291-4/+0
* Switch to using VOL callbacks, instead of direct calls to internal routines.Quincey Koziol2018-10-291-34/+28
* Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-292-23/+54
* Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-297-232/+513
* Convert attribute VOL callbacks to a standard form that sets up the wrapperQuincey Koziol2018-10-295-152/+373
* Clean up va_list properly on error.Quincey Koziol2018-10-281-30/+136
* Minor coding style cleanupsQuincey Koziol2018-10-283-51/+24
* Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-284-2609/+2676
* Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
* Move (final?) file operation from directly calling into library code to usingQuincey Koziol2018-10-273-12/+16
* Remove some VOL-specific internal coding.Quincey Koziol2018-10-271-20/+2
* Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-274-3/+34
* Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-273-18/+12
* Eliminate last call to H5VL_native_register, shifting everything over toQuincey Koziol2018-10-264-48/+15
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-264-90/+179
* Updates after merging changes from develop.Quincey Koziol2018-10-2614-56/+85
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-2535-383/+447
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-2015-20/+55
| * Merge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-191-1/+0
| |\
| | * Move options to root cmake fileAllen Byrne2018-10-191-1/+0
| * | Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-1825-235/+331
| |\ \ | | |/ | |/|
| | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-1725-235/+331
| * | TRILAB-34 remove extra argAllen Byrne2018-10-161-1/+1
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-163-7/+9
| |\ \ | | |/
| * | TRILAB-34 Add batch script config commandAllen Byrne2018-10-161-0/+4
| * | TRILAB-36 Revert to target_file and correct propertyAllen Byrne2018-10-161-6/+7
| * | Add generated propoerty to H5lib_settingsAllen Byrne2018-10-151-0/+2
| * | TRILAB-34 batch command optionsAllen Byrne2018-10-121-3/+2
| * | Add more descriptive option nameAllen Byrne2018-10-111-3/+3
| * | HDFFV-10603 fixup cmake usageAllen Byrne2018-10-111-2/+2
| * | TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-111-18/+37
* | | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2556-3497/+5106
| |/ |/|
* | Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-122-3/+0
* | Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tDana Robinson2018-10-111-4/+9
|/
* VOL FEATUREDana Robinson2018-10-1091-1742/+13541
* Updated the H5I debug dump to not segfault when types are not initializedDana Robinson2018-10-061-9/+16
* The H5I debug ID dump function is now always available insteadDana Robinson2018-10-062-26/+18
* TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-041-4/+4
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-241-31/+64
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2450-1697/+1676
| |\
| * | Remove extra unneededAllen Byrne2018-09-241-11/+7
| * | Remove libsettings from pregenerated blockAllen Byrne2018-09-241-40/+27
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2449-1160/+1066
| |\ \
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2129-308/+286
| |\ \ \