summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge pull request #1315 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/ray_tes...Ray Lu2018-10-311-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | A trivial change to reformat a comment. The purpose is simply to try out Git.Songyu Lu2018-10-311-2/+2
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #1313 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...Dana Robinson2018-10-302-87/+65
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Removed a couple of extraneous commas from VOL example.Dana Robinson2018-10-301-2/+2
| | * | | | | | Cleaned up VOL example.Dana Robinson2018-10-301-83/+62
| | * | | | | | Updated MANIFEST file.Dana Robinson2018-10-301-1/+0
| | * | | | | | Fixed VOL example to use a platform-independent formatDana Robinson2018-10-291-8/+8
| * | | | | | | Merge pull request #1312 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-292-0/+32
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-10-291-1/+2
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #1311 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks t...Dana Robinson2018-10-291-1/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h filesDana Robinson2018-10-291-1/+2
| | * | | | | | Merge branch 'develop' into cmake_tweaksDana Robinson2018-10-276-5/+10
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Merge pull request #1309 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-294-3/+71
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Add script to run tests with sbatch when not cross compiling.Larry Knox2018-10-292-0/+32
| | | |_|/ / / | | |/| | | |
| | * | | | | Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-294-3/+71
| |/ / / / /
| * | | | | Merge pull request #1305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks t...Dana Robinson2018-10-2919-350/+149
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Makes the installed header files the same between the autotoolsDana Robinson2018-10-2719-350/+149
* | | | | Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-047-73/+441
* | | | | 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-017-197/+382
* | | | | Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-014-115/+307
* | | | | Update for change in error stack when opening a dataset.Quincey Koziol2018-10-311-9/+12
* | | | | Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-318-222/+338
* | | | | 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-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
| |\ \