summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-285-2611/+2678
* Correct error with parsing of "FUNC_ENTER_API_NOINIT"Quincey Koziol2018-10-271-1/+1
* Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
* Fix names of VOL API routines.Quincey Koziol2018-10-271-2/+2
* 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-276-21/+22
* 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-265-94/+181
* Updates after merging changes from develop.Quincey Koziol2018-10-2616-68/+97
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-2550-537/+609
|\
| * Merge pull request #1301 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-226-5/+10
| |\
| | * HDFFV-10608 Move toolchain files into a subfolderAllen Byrne2018-10-225-4/+5
| | * TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5
| |/
| * Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...Dana Robinson2018-10-2219-30/+68
| |\
| | * Fixed warnings in the VOL example and run it from the script.Dana Robinson2018-10-212-9/+11
| | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-2017-21/+57
| |/
| * Merge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-194-1/+17
| |\
| | * Move options to root cmake fileAllen Byrne2018-10-192-1/+6
| | * EED-258 Add modules uses toolchain filesAllen Byrne2018-10-182-0/+11
| * | Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-1829-353/+429
| |\ \ | | |/ | |/|
| | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-1729-353/+429
| * | Merge pull request #1292 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2018-10-175-29/+54
| |\ \ | | |/ | |/|
| | * 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
| | * HDFFV-10603 patch 6Allen Byrne2018-10-151-1/+1
| | * TRILAB-34 batch command optionsAllen Byrne2018-10-121-3/+2
| | * Correct quote charAllen Byrne2018-10-111-7/+7
| | * Add more descriptive option nameAllen Byrne2018-10-111-3/+3
| | * HDFFV-10603 fixup cmake usageAllen Byrne2018-10-112-4/+4
| | * TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-112-19/+38
* | | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2588-3606/+5262
|/ /
* | Merge pull request #1294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-122-3/+0
|\ \
| * | Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-122-3/+0
|/ /
* | Merge pull request #1293 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-10-121-4/+9
|\ \ | |/ |/|
| * Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tDana Robinson2018-10-111-4/+9
|/
* Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to ...Dana Robinson2018-10-10177-2686/+16628
|\
| * VOL FEATUREDana Robinson2018-10-10177-2686/+16628
|/
* Merge pull request #1282 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5I_debug to d...Dana Robinson2018-10-072-33/+32
|\
| * 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
|/
* Merge pull request #1278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-10-048-185/+169
|\
| * Update examples versionAllen Byrne2018-10-042-2/+2
| * Fix typoAllen Byrne2018-10-041-2/+2
| * Reconciled docs with 1.10 branchAllen Byrne2018-10-042-38/+58
| * TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-044-98/+66