summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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-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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2588-3606/+5262
* | | | | | | | | | | | Merge pull request #1351 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2018-12-051-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | updated with HDFFV-10511Scot Breitenfeld2018-12-041-1/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #1345 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks...Dana Robinson2018-11-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Missed some function renames in error text.Dana Robinson2018-11-271-2/+2
* | | | | | | | | | | | Merge pull request #1344 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-273-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | HDFFV-10607 Fixing two compiler warnings in the library.Songyu Lu2018-11-273-4/+4
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1343 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks...Dana Robinson2018-11-273-13/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Yanked all MPI-1 callsDana Robinson2018-11-273-27/+19
| * | | | | | | | | | | Merge branch 'develop' into openmpi_tweaksDana Robinson2018-11-270-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #1341 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-11-271-11/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| | * | | | | | | | | | Updated H5S to use the MPI-2 function MPI_Type_get_exten()Dana Robinson2018-11-271-2/+24
| |/ / / / / / / / / /
| * | | | | | | | | | Pulled the RELEASE.txt note concerning HDFFV-10633 since thatDana Robinson2018-11-241-11/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1334 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-11-219-59/+170
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move wait_H5init.cmake up to config/cmake.Larry Knox2018-11-203-2/+2
| * | | | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Larry Knox2018-11-2023-386/+980
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #1338 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2018-11-202-34/+39
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Fix typoAllen Byrne2018-11-191-1/+1
| * | | | | | | | | | Standardize scriptAllen Byrne2018-11-191-11/+7
| * | | | | | | | | | add max count to options fileAllen Byrne2018-11-191-22/+26
| * | | | | | | | | | Check PARALLEL_LEVEL maximumAllen Byrne2018-11-191-1/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-192-1/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | HDFFV-10571: Minor format changes.Songyu Lu2018-11-152-2/+1
| * | | | | | | | | HDFFV-10571: Minor change - reformatting the error check.Songyu Lu2018-11-151-1/+2
| * | | | | | | | | HDFFV-10571: Minor change - adding the error check right after decoding of ch...Songyu Lu2018-11-152-5/+10
| * | | | | | | | | HDFFV-10571: Minor change - revised the comment to be clearer.Songyu Lu2018-11-141-1/+1
| * | | | | | | | | HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error check...Songyu Lu2018-11-141-0/+4
* | | | | | | | | | Merge pull request #1337 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-182-77/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | HDFFV-10601: Adding the new hdf5/tools/test/perform/chunk_cache.c to MANIFEST.Songyu Lu2018-11-161-0/+1
| * | | | | | | | | | HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ...Songyu Lu2018-11-161-77/+25
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1316 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-154-14/+479
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | HDFFV-10601: I added error checking to the HDF5 functions.Songyu Lu2018-11-141-65/+161