Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into vfd_init_cleanup | Dana Robinson | 2019-01-01 | 68 | -6064/+8083 |
|\ | |||||
| * | Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵ | Dana Robinson | 2018-12-31 | 2 | -8/+5 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '3ca19cca5395d79be69209f8d7d0a2b06834a648': Flipped swapped testing strings. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work. | ||||
| | * | Merge branch 'develop' into yay_plugins | Dana Robinson | 2018-12-28 | 20 | -2211/+3427 |
| | |\ | |||||
| | * \ | Merge branch 'develop' into yay_plugins | Dana Robinson | 2018-12-28 | 1 | -2/+8 |
| | |\ \ | |||||
| | * | | | Added more sub-tests to the VOL plugin test. | Dana Robinson | 2018-12-28 | 2 | -8/+5 |
| | | | | | |||||
| * | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-28 | 23 | -2215/+3450 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Updated the log function names. | Dana Robinson | 2018-12-28 | 5 | -122/+123 |
| | | | | | |||||
| | * | | | Merge branch 'develop' into md_cache_logging_squash | Dana Robinson | 2018-12-28 | 4 | -5/+24 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Merge pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2018-12-28 | 1 | -2/+8 |
| | | |\ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | * commit 'b4fe787bb9fe4bfc4709a124df59dd987c9a09d2': Add test for H5Arename NULL/empty attribute name fix align H5Arename behavior with H5Arename_by_name | ||||
| | | | * | Add test for H5Arename NULL/empty attribute name fix | Jordan Henderson | 2018-12-17 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | Split checking of NULL vs. empty string arguments | ||||
| | | | * | align H5Arename behavior with H5Arename_by_name | Jordan Henderson | 2018-12-17 | 1 | -2/+4 |
| | | | | | |||||
| | | * | | Fixed plugin loading so it actually checks the plugin type. | Dana Robinson | 2018-12-27 | 2 | -2/+15 |
| | | | | | |||||
| | * | | | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 20 | -2206/+3421 |
| | | | | | |||||
| * | | | | Specify variable type. | Jacob Smith | 2018-12-28 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | Remove unnecessary whitespace. | ||||
| * | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 24 | -3511/+3686 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | H5VLregister_by_value() should not set _BY_NAME when searching for | Dana Robinson | 2018-12-27 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | plugins. | ||||
| | * | | Merge branch 'develop' into vol_tweaks | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Correct typo | Quincey Koziol | 2018-12-20 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 21 | -76/+117 |
| | | | | | |||||
| | * | | | Moved the remainder of the code into separate files. | Dana Robinson | 2018-12-20 | 9 | -2896/+2906 |
| | | | | | |||||
| | * | | | Split the native VOL connector code into multiple files and | Dana Robinson | 2018-12-20 | 11 | -597/+714 |
| | |/ / | | | | | | | | | | | | | moved the attribute code over. | ||||
| | * | | Switch return value to -1 | Quincey Koziol | 2018-12-19 | 1 | -6/+6 |
| | | | | |||||
| | * | | Fix return value type for get name operation. | Quincey Koziol | 2018-12-19 | 1 | -1/+5 |
| | | | | |||||
| * | | | OHDR tests now accept h5_fileaccess() fapls. | Jacob Smith | 2018-12-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Formatting, informative comments, and minor renaming. | ||||
| * | | | Add error checking to the minimized dset header size calculation. | Jacob Smith | 2018-12-21 | 1 | -15/+49 |
| | | | | | | | | | | | | | | | | Update printf->HDprintf statements. | ||||
| * | | | Remove `#if 0` block of deprecated code. | Jacob Smith | 2018-12-20 | 1 | -4/+0 |
| | | | | |||||
| * | | | Merge branch 'develop' of ↵ | Jacob Smith | 2018-12-19 | 30 | -303/+281 |
| |\ \ \ | | |/ / | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize | ||||
| | * | | Merge pull request #1393 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-19 | 17 | -117/+100 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop * commit 'f60e8bb05e3203054e27bf41d0ebc657537736ed': Moved the optional enums to H5VLnative.h and converted to an int typedef and a set of #defines. | ||||
| | | * | | Moved the optional enums to H5VLnative.h and converted to an int | Dana Robinson | 2018-12-18 | 17 | -117/+100 |
| | | | | | | | | | | | | | | | | | | | | typedef and a set of #defines. | ||||
| | * | | | Clear driver properties before returning them to application. | Quincey Koziol | 2018-12-19 | 7 | -135/+131 |
| | |/ / | | | | | | | | | | | | | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties. | ||||
| | * | | Added missing H5O calls. | Dana Robinson | 2018-12-18 | 2 | -3/+3 |
| | | | | |||||
| | * | | Fixed a missing H5R call. | Dana Robinson | 2018-12-18 | 2 | -2/+2 |
| | | | | |||||
| | * | | Made hbool_t processing consistent in va_lists. | Dana Robinson | 2018-12-18 | 2 | -2/+2 |
| | | | | |||||
| | * | | Fixed an enums-in-va_list issue in the passthru VOL connector. | Dana Robinson | 2018-12-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'develop' into vol_optional_enum_to_macros | Dana Robinson | 2018-12-18 | 6 | -84/+29 |
| | |\ \ | |||||
| | * | | | Updated enums in VOL va_lists to be passed as ints. | Dana Robinson | 2018-12-18 | 9 | -41/+41 |
| | | | | | |||||
| * | | | | Formatting adjustments. | Jacob Smith | 2018-12-18 | 2 | -7/+3 |
| | | | | | |||||
| * | | | | Formatting adjustments | Jacob Smith | 2018-12-18 | 3 | -56/+56 |
| | | | | | |||||
| * | | | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 7 | -20/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 42 | -1037/+998 |
| |\ \ \ \ | |||||
| * | | | | | formatting adjustments | Jacob Smith | 2018-12-14 | 1 | -18/+4 |
| | | | | | | |||||
| * | | | | | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 5 | -276/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix a few typos. | ||||
| * | | | | | add missing paramter - macro seemingly unused, but absence results in ↵ | Jacob Smith | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | compiler complaint | ||||
| * | | | | | fix reference; move declaration in file | Jacob Smith | 2018-12-13 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-13 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -2/+17 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dset_ohdr_minimize' of ↵ | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize Incorporate a few housekeeping changes and one fix. | ||||
| | * | | | | | | | Remove unused debugging print in '#if 0' block | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 232 | -11595/+27969 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition. | Jacob Smith | 2018-10-02 | 1 | -5/+1 |
| | | | | | | | | |