Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | the VOL plugin wrapping code. | ||||
* | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 4 | -90/+179 |
| | | | | in the 'test' directory appear to be working. | ||||
* | 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 |
|\ | | | | | | | stackable_vol | ||||
| * | 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 ↵ | Allen Byrne | 2018-10-19 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | | | | | | | | | | develop * commit '494d39f1c2f6225c732cb857c860d6b475d03226': Move options to root cmake file EED-258 Add modules uses toolchain files | ||||
| | * | 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 ↵ | Dana Robinson | 2018-10-18 | 25 | -235/+331 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | develop * commit '2d6d5cad0cc426cd53b9d4fda15e53d8021e4c7b': Updates to the VOL ID and object API calls. | ||||
| | * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 25 | -235/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister() | ||||
| * | | 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 |
| |\ \ | | |/ | | | | | | | | | | | | | * commit '1e8ef703cdc057211b3587be776a6e9f62e8f76f': Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t. Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver. | ||||
| * | | 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 |
| |/ |/| | | | | | modified: test/dsets.c | ||||
* | | Fixed a C++ style commenting issue and removed an unused field | Dana Robinson | 2018-10-12 | 2 | -3/+0 |
| | | | | | | | | from H5F_trav_obj_ids_t. | ||||
* | | Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t | Dana Robinson | 2018-10-11 | 1 | -4/+9 |
|/ | | | | gets closed but we try to use it to find the driver. | ||||
* | 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 |
| | | | | or contain zero IDs in the skip list. | ||||
* | The H5I debug ID dump function is now always available instead | Dana Robinson | 2018-10-06 | 2 | -26/+18 |
| | | | | of hidden behind an H5_DEBUG_OUTPUT ifdef. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | * commit '2618dc314b9e4875e6ece7ee8696846ac2d02183': Remove extra unneeded Remove libsettings from pregenerated block CMake changes for SKIPPED and flush tests Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files | ||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-24 | 50 | -1697/+1676 |
| |\ | | | | | | | | | | | | | | | | | | | * commit 'e96bd2d46e208e0eb6c62cfcc4f86141f933884e': CMake changes for SKIPPED and flush tests H5S adjust callbacks now return an herr_t instead of void. Normalization with vol_integration (property lists, file drivers, other misc). | ||||
| * | | Remove extra unneeded | Allen Byrne | 2018-09-24 | 1 | -11/+7 |
| | | | |||||
| * | | Remove libsettings from pregenerated block | Allen Byrne | 2018-09-24 | 1 | -40/+27 |
| | | | |||||
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-24 | 49 | -1160/+1066 |
| |\ \ | | | | | | | | | | | | | | | | | * commit '5c99d4e4df67699b81f1323e27a4df935d90e465': Normalization with vol_integration (misc internal and datatype) | ||||
| * \ \ | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-21 | 29 | -308/+286 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f03758613a6ec83e5ddd664590d162ccc888f13e': Snapshot version 1.11 release 2. Normalization with vol_integration (test code and H5Xtest.c) | ||||
| * \ \ \ | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-20 | 9 | -552/+538 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bbafe0debae9886988e4b7ec31bb8ef7292e43f9': Remove extra constant Fix typo Add Constants to all ERR STK checks Use constants for test comparisons Develop normalization with vol_integration. Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
| * | | | | | HDFFV-10332 Adjust checks and generation of files | Allen Byrne | 2018-09-19 | 1 | -21/+52 |
| | | | | | | |||||
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-09-19 | 31 | -2008/+312 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ec53237fb849042b4a5b276a3e66a98ebb3710ee': Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions orginally intended to support the full SWMR feature. | ||||
| * | | | | | | HDFFV-10332 Use pre-generated files | Allen Byrne | 2018-09-18 | 1 | -45/+64 |
| | | | | | | | |||||
* | | | | | | | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 69 | -3261/+3438 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | H5S adjust callbacks now return an herr_t instead of void. | Dana Robinson | 2018-09-24 | 8 | -29/+31 |
| | | | | | | |||||
* | | | | | | Normalization with vol_integration (property lists, file drivers, | Dana Robinson | 2018-09-21 | 42 | -1668/+1645 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | other misc). | ||||
* | | | | | Merge branch 'develop' of ↵ | Dana Robinson | 2018-09-20 | 1 | -2/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop | ||||
| * | | | | Merge branch 'develop' of ↵ | hdftest | 2018-09-20 | 28 | -306/+284 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into develop | ||||
| * | | | | | Snapshot version 1.11 release 2. | hdftest | 2018-09-20 | 1 | -2/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 49 | -1160/+1066 |
| |/ / / |/| | | | |||||
* | | | | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 28 | -306/+284 |
|/ / / | |||||
* | | | Merge pull request #1245 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-09-19 | 9 | -552/+538 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_pull_request to develop * commit 'eb78fd88325d58a95c026129f1e2b4c7c50f621a': Develop normalization with vol_integration. Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
| * | | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 9 | -552/+538 |
| | | | | | | | | | | | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
* | | | Merge pull request #1244 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-09-19 | 31 | -2008/+312 |
|\ \ \ | |/ / | | / | |/ |/| | | | | | ~DEROBINS/hdf5_der:develop_pull_request to develop * commit '680cf4d946fd10d50e0f7acdc5bc93f91037fb4f': Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions orginally intended to support the full SWMR feature. | ||||
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 31 | -2008/+312 |
| | | | | | | | | orginally intended to support the full SWMR feature. | ||||
* | | Fix whitespace and exit status | Allen Byrne | 2018-09-18 | 2 | -276/+227 |
| | | |||||
* | | HDFFV-9059 take file as argument | Allen Byrne | 2018-09-18 | 1 | -2/+2 |
| | |