Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -3/+15 |
| | | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again). | ||||
* | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-28 | 1 | -3/+3 |
|\ | |||||
| * | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'develop' of ↵ | Jacob Smith | 2018-12-19 | 1 | -4/+5 |
|\ \ | |/ | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize | ||||
| * | Moved the optional enums to H5VLnative.h and converted to an int | Dana Robinson | 2018-12-18 | 1 | -0/+1 |
| | | | | | | | | typedef and a set of #defines. | ||||
| * | Updated enums in VOL va_lists to be passed as ints. | Dana Robinson | 2018-12-18 | 1 | -4/+4 |
| | | |||||
* | | Formatting adjustments. | Jacob Smith | 2018-12-18 | 1 | -5/+0 |
| | | |||||
* | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 1 | -1/+1 |
| | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes. | ||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 1 | -32/+37 |
|\ \ | |/ | |||||
| * | Moved the native VOL connector's optional enums to the | Dana Robinson | 2018-12-15 | 1 | -24/+24 |
| | | | | | | | | | | public headers and renamed to include native/NATIVE in the name. | ||||
* | | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -26/+7 |
| | | | | | | | | Fix a few typos. | ||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -662/+780 |
|\ \ | |/ | |||||
| * | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -58/+64 |
| | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc. | ||||
| * | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -15/+15 |
| | | |||||
| * | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 1 | -40/+34 |
| | | | | | | | | dataset callbacks. | ||||
| * | Move all callback-related routines into the callback source file, standardizing | Quincey Koziol | 2018-10-28 | 1 | -66/+38 |
| | | | | | | | | their coding style | ||||
| * | Move (final?) file operation from directly calling into library code to using | Quincey Koziol | 2018-10-27 | 1 | -7/+5 |
| | | | | | | | | the file_optional VOL callback. | ||||
| * | Remove some VOL-specific internal coding. | Quincey Koziol | 2018-10-27 | 1 | -20/+2 |
| | | |||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 1 | -9/+9 |
| |\ | | | | | | | | | | stackable_vol | ||||
| | * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
| * | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -98/+78 |
| |/ | | | | | | | modified: test/dsets.c | ||||
| * | Fixed a C++ style commenting issue and removed an unused field | Dana Robinson | 2018-10-12 | 1 | -2/+0 |
| | | | | | | | | from H5F_trav_obj_ids_t. | ||||
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -366/+267 |
| | | |||||
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -256/+516 |
| | | |||||
| * | Normalization with vol_integration (misc internal and datatype) | Dana Robinson | 2018-09-20 | 1 | -81/+90 |
| | | |||||
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -10/+17 |
| | | | | | | | | orginally intended to support the full SWMR feature. | ||||
* | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 1 | -0/+94 |
|/ | | | | CMake stuff is not verified. | ||||
* | Normalization with vol_integration branch. | Dana Robinson | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Minor warning cleanup while working on VOL issues. | Dana Robinson | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol | Quincey Koziol | 2018-04-01 | 1 | -112/+9 |
|\ | |||||
| * | Created internal functions for a couple of H5F calls. | Dana Robinson | 2018-03-30 | 1 | -248/+14 |
| | | |||||
* | | Remove redundant 'is_collective' parameter from H5CX_set_loc. | Quincey Koziol | 2018-03-27 | 1 | -3/+3 |
| | | |||||
* | | Cleanup API context function usage. | Quincey Koziol | 2018-03-19 | 1 | -117/+19 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -29/+103 |
|\ \ | |/ | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -7/+87 |
| | | |||||
| * | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -8/+10 |
| | | |||||
| * | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -93/+74 |
| |\ | | | | | | | | | | Merge from develop. | ||||
| * \ | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -434/+278 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature. | ||||
| * | | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -16/+10 |
| | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t. | ||||
* | | | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -298/+185 |
| |_|/ |/| | | |||||
* | | | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -93/+74 |
| |/ |/| | |||||
* | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -417/+277 |
| | | |||||
* | | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. | Dana Robinson | 2017-10-19 | 1 | -17/+1 |
|/ | | | | Prep for the VOL merge. | ||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -1/+5 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Minor style cleanups | Quincey Koziol | 2017-03-22 | 1 | -4/+3 |
| | |||||
* | Revert "Switch h5clear for cache images to use existing ↵ | Quincey Koziol | 2017-03-22 | 1 | -0/+41 |
| | | | | | | H5Pget_cache_image_config()" This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9. | ||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -1/+81 |
| |