| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-04 | 16 | -334/+98 |
|\ |
|
| * | Merge pull request #1315 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/ray_tes... | Ray Lu | 2018-10-31 | 1 | -2/+2 |
| |\ |
|
| | * | A trivial change to reformat a comment. The purpose is simply to try out Git. | Songyu Lu | 2018-10-31 | 1 | -2/+2 |
|
|
| * | | Add files and changes to cross compile with CrayLinuxEnvironment and run | Larry Knox | 2018-10-29 | 1 | -3/+3 |
| |/ |
|
| * | Makes the installed header files the same between the autotools | Dana Robinson | 2018-10-27 | 15 | -329/+93 |
|
|
* | | Refactor, standardize, and revise the async request callbacks. | Quincey Koziol | 2018-11-04 | 6 | -69/+435 |
|
|
* | | Refactor and standardize named datatype VOL callbacks. | Quincey Koziol | 2018-11-01 | 5 | -176/+359 |
|
|
* | | Refactor and standardize object VOL callbacks. | Quincey Koziol | 2018-11-01 | 10 | -291/+289 |
|
|
* | | Refactor and standardize the link VOL callbacks. Also fix error stack for | Quincey Koziol | 2018-11-01 | 6 | -190/+372 |
|
|
* | | Refactor and standardize group VOL callbacks. | Quincey Koziol | 2018-11-01 | 4 | -115/+307 |
|
|
* | | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 7 | -212/+312 |
|
|
* | | Remove erroneous call. | Quincey Koziol | 2018-10-29 | 1 | -4/+0 |
|
|
* | | Switch to using VOL callbacks, instead of direct calls to internal routines. | Quincey Koziol | 2018-10-29 | 1 | -34/+28 |
|
|
* | | Add ref counter to VOL object wrapping in API contexts, so that re-entrant / | Quincey Koziol | 2018-10-29 | 2 | -23/+54 |
|
|
* | | Convert dataset callbacks to standard form, for wrapping object IDs, etc. | Quincey Koziol | 2018-10-29 | 7 | -232/+513 |
|
|
* | | Convert attribute VOL callbacks to a standard form that sets up the wrapper | Quincey Koziol | 2018-10-29 | 5 | -152/+373 |
|
|
* | | Clean up va_list properly on error. | Quincey Koziol | 2018-10-28 | 1 | -30/+136 |
|
|
* | | Minor coding style cleanups | Quincey Koziol | 2018-10-28 | 3 | -51/+24 |
|
|
* | | Move all callback-related routines into the callback source file, standardizing | Quincey Koziol | 2018-10-28 | 4 | -2609/+2676 |
|
|
* | | Duplicate name of VOL plugin class, to avoid continuing to refer to the caller's | Quincey Koziol | 2018-10-27 | 1 | -6/+9 |
|
|
* | | Move (final?) file operation from directly calling into library code to using | Quincey Koziol | 2018-10-27 | 3 | -12/+16 |
|
|
* | | Remove some VOL-specific internal coding. | Quincey Koziol | 2018-10-27 | 1 | -20/+2 |
|
|
* | | Add VOL object wrapping to API context when refreshing groups, named datatypes | Quincey Koziol | 2018-10-27 | 4 | -3/+34 |
|
|
* | | Remove virtual dataset refresh code's direct use of native VOL plugin's ID. | Quincey Koziol | 2018-10-27 | 3 | -18/+12 |
|
|
* | | Eliminate last call to H5VL_native_register, shifting everything over to | Quincey Koziol | 2018-10-26 | 4 | -48/+15 |
|
|
* | | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 4 | -90/+179 |
|
|
* | | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 14 | -56/+85 |
|
|
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 35 | -383/+447 |
|\ \
| |/ |
|
| * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 15 | -20/+55 |
|
|
| * | Merge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d... | Allen Byrne | 2018-10-19 | 1 | -1/+0 |
| |\ |
|
| | * | Move options to root cmake file | Allen Byrne | 2018-10-19 | 1 | -1/+0 |
|
|
| * | | Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev... | Dana Robinson | 2018-10-18 | 25 | -235/+331 |
| |\ \
| | |/
| |/| |
|
| | * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 25 | -235/+331 |
|
|
| * | | TRILAB-34 remove extra arg | Allen Byrne | 2018-10-16 | 1 | -1/+1 |
|
|
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-10-16 | 3 | -7/+9 |
| |\ \
| | |/ |
|
| * | | TRILAB-34 Add batch script config command | Allen Byrne | 2018-10-16 | 1 | -0/+4 |
|
|
| * | | TRILAB-36 Revert to target_file and correct property | Allen Byrne | 2018-10-16 | 1 | -6/+7 |
|
|
| * | | Add generated propoerty to H5lib_settings | Allen Byrne | 2018-10-15 | 1 | -0/+2 |
|
|
| * | | TRILAB-34 batch command options | Allen Byrne | 2018-10-12 | 1 | -3/+2 |
|
|
| * | | Add more descriptive option name | Allen Byrne | 2018-10-11 | 1 | -3/+3 |
|
|
| * | | HDFFV-10603 fixup cmake usage | Allen Byrne | 2018-10-11 | 1 | -2/+2 |
|
|
| * | | TRILABS-34 add batch option. Also fix cmakedefine01 usage | Allen Byrne | 2018-10-11 | 1 | -18/+37 |
|
|
* | | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 56 | -3497/+5106 |
| |/
|/| |
|
* | | Fixed a C++ style commenting issue and removed an unused field | Dana Robinson | 2018-10-12 | 2 | -3/+0 |
|
|
* | | Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t | Dana Robinson | 2018-10-11 | 1 | -4/+9 |
|/ |
|
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 91 | -1742/+13541 |
|
|
* | Updated the H5I debug dump to not segfault when types are not initialized | Dana Robinson | 2018-10-06 | 1 | -9/+16 |
|
|
* | The H5I debug ID dump function is now always available instead | Dana Robinson | 2018-10-06 | 2 | -26/+18 |
|
|
* | TRILABS-34 improve cross compile with emulator | Allen Byrne | 2018-10-04 | 1 | -4/+4 |
|
|
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Dana Robinson | 2018-09-24 | 1 | -31/+64 |
|\ |
|