Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -2/+2 |
| | | | | to warning cleanups that are a bit obscure. | ||||
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -6/+5 |
| | |||||
* | Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵ | Vailin Choi | 2019-06-24 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues | ||||
| * | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+2 |
| | | | | | | | | clean up warnings. | ||||
* | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -3/+3 |
|/ | |||||
* | Added H5Fdelete call and VOL support (but no VFD/native implementation). | Dana Robinson | 2019-06-11 | 1 | -2/+2 |
| | |||||
* | Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests | Dana Robinson | 2019-04-25 | 1 | -1/+1 |
| | | | | | | in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs. | ||||
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 1 | -1/+1 |
|\ | |||||
| * | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -1/+1 |
| | | |||||
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -11/+2 |
|/ | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -21/+23 |
| | | | | | | | 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-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 | -1/+2 |
|\ \ | |/ | | | | | 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. | ||||
| * | Merge branch 'develop' into vol_optional_enum_to_macros | Dana Robinson | 2018-12-18 | 1 | -20/+28 |
| |\ | |||||
| | * | Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback. | Quincey Koziol | 2018-12-18 | 1 | -18/+15 |
| | | | |||||
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-17 | 1 | -2/+0 |
| | |\ | | | | | | | | | | | | | develop | ||||
| * | | | Updated enums in VOL va_lists to be passed as ints. | Dana Robinson | 2018-12-18 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | 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 | -51/+29 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to develop | Quincey Koziol | 2018-12-18 | 1 | -2/+13 |
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | | * commit '3597bd469ff0073134b31765d9b87660cd3e0039': Revert change to MSC_VER, in favor of Dana's Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary. | ||||
| | * | Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out | Quincey Koziol | 2018-12-17 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | not to be necessary. Also, correct _MSC_VER #ifdef | ||||
| * | | Merge pull request #1364 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 1 | -2/+0 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
| | * | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -2/+0 |
| | | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
| * | | Moved the native VOL connector's optional enums to the | Dana Robinson | 2018-12-15 | 1 | -1/+1 |
| |/ | | | | | | | | | public headers and renamed to include native/NATIVE in the name. | ||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -582/+629 |
|\ \ | |/ | |||||
| * | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 1 | -1/+0 |
| | | | | | | | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. | ||||
| * | Revert some of the changes to support the original property list value of | Quincey Koziol | 2018-11-18 | 1 | -3/+2 |
| | | | | | | | | metadata read attempts. | ||||
| * | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -45/+119 |
| | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc. | ||||
| * | Remove most debugging shims & scaffolding. | Quincey Koziol | 2018-11-04 | 1 | -56/+120 |
| | | |||||
| * | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -11/+11 |
| | | |||||
| * | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 1 | -7/+6 |
| | | | | | | | | dataset callbacks. | ||||
| * | Eliminate last call to H5VL_native_register, shifting everything over to | Quincey Koziol | 2018-10-26 | 1 | -1/+9 |
| | | | | | | | | the VOL plugin wrapping code. | ||||
| * | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 1 | -24/+37 |
| | | | | | | | | in the 'test' directory appear to be working. | ||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 1 | -8/+8 |
| |\ | | | | | | | | | | stackable_vol | ||||
| | * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -2/+1 |
| | | | |||||
| | * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -15/+83 |
| |/ | | | | | | | modified: test/dsets.c | ||||
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -53/+71 |
| | | |||||
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -331/+307 |
| | | |||||
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -216/+20 |
| | | | | | | | | orginally intended to support the full SWMR feature. | ||||
* | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 1 | -0/+3 |
|/ | | | | CMake stuff is not verified. | ||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -2/+2 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-14 | 1 | -55/+56 |
|\ | |||||
| * | Normalization with vol_integration branch. | Dana Robinson | 2018-06-07 | 1 | -55/+56 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-23 | 1 | -38/+38 |
|\ \ | |/ | |||||
| * | Put back CTRL-L chars | Allen Byrne | 2018-05-23 | 1 | -52/+52 |
| | | |||||
| * | Valgrind fixed by checking for prefix_len of 0 | Allen Byrne | 2018-05-23 | 1 | -90/+90 |
| | |