Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | 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 | 13 | -57/+6 |
| |\ | | | | | | | | | | develop | ||||
| * \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-17 | 1 | -3/+5 |
| |\ \ | | | | | | | | | | | | | develop | ||||
| * | | | Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out | Quincey Koziol | 2018-12-17 | 7 | -67/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | not to be necessary. Also, correct _MSC_VER #ifdef | ||||
* | | | | Updated enums in VOL va_lists to be passed as ints. | Dana Robinson | 2018-12-18 | 9 | -41/+41 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1364 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 13 | -57/+6 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | ~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 | 13 | -57/+6 |
| | | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | | | Updated with extra sanity check and improved comment. | Dana Robinson | 2018-12-17 | 1 | -3/+5 |
| | | | |||||
* | | | Fixed an issue in the passthru Windows va_copy hack. | Dana Robinson | 2018-12-17 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #1388 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 3 | -296/+301 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop * commit '9f175afce8c08bf6193e45ce391e05e4198dd61c': Updated va_arg-->HDva_arg in the native VOL connector. Added HD to va_* calls in a couple of library files. | ||||
| * | | Updated va_arg-->HDva_arg in the native VOL connector. | Dana Robinson | 2018-12-17 | 1 | -179/+179 |
| | | | |||||
| * | | Added HD to va_* calls in a couple of library files. | Dana Robinson | 2018-12-17 | 2 | -117/+122 |
| | | | |||||
* | | | Further va_list improvements. | Dana Robinson | 2018-12-17 | 3 | -50/+57 |
| | | | |||||
* | | | Added a helpful comment to the va_copy() Windows hack. | Dana Robinson | 2018-12-17 | 1 | -0/+4 |
| | | | |||||
* | | | Added a work-around for va_copy() on pre-2013 versions of Visual Studio. | Dana Robinson | 2018-12-17 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵ | Dana Robinson | 2018-12-17 | 20 | -169/+201 |
|\ \ | | | | | | | | | | | | | | | | | | | develop * commit '9ae9b3ef513613bb2fca15f96461a156148c2627': Moved the native VOL connector's optional enums to the public headers and renamed to include native/NATIVE in the name. | ||||
| * | | Moved the native VOL connector's optional enums to the | Dana Robinson | 2018-12-15 | 20 | -169/+201 |
| | | | | | | | | | | | | | | | public headers and renamed to include native/NATIVE in the name. | ||||
* | | | Merge pull request #1383 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:strtok_windows_fix to develop * commit '1b5190011bde5f2f47b01429cd97c11ade66f911': Added #define to use strtok_s instead of strtok_r on Windows. | ||||
| * | | | Added #define to use strtok_s instead of strtok_r on Windows. | Dana Robinson | 2018-12-16 | 1 | -0/+1 |
| |/ / | |||||
* | | | Updated the passthru VOL connector: | Dana Robinson | 2018-12-16 | 1 | -334/+337 |
|/ / | | | | | | | | | | | | | * snprintf --> sprintf (for Windows compat) * tabs --> spaces * removed spurious parens from returns * Changed the logging macro to something less clash-prone | ||||
* | | Make sure to free copy of VOL connector's name when H5VL_register_connector ↵ | Jordan Henderson | 2018-12-14 | 1 | -3/+6 |
| | | | | | | | | fails | ||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-13 | 2 | -0/+28 |
|\ \ | | | | | | | | | | develop | ||||
| * | | Still need the stamp1 files if PREGEN | Allen Byrne | 2018-12-13 | 1 | -0/+20 |
| | | | |||||
| * | | HDFFV-10660 Add new files to OUTPUT section of custom commands | Allen Byrne | 2018-12-13 | 1 | -0/+6 |
| | | | |||||
| * | | align H5Aget_info behavior with H5Gget_info when null attribute pointer is ↵ | Jordan Henderson | 2018-12-12 | 1 | -0/+2 |
| | | | | | | | | | | | | supplied | ||||
* | | | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 5 | -8/+11 |
|/ / | | | | | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok(). | ||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-10 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | * commit '6f52793adcd5a14aa63731e3c33c9737b5a04d16': Minor tweak to address JIRA HDFFV-10611 (which was already fixed). | ||||
| * | | Minor tweak to address JIRA HDFFV-10611 (which was already fixed). | Dana Robinson | 2018-12-08 | 1 | -2/+2 |
| |/ | |||||
* | | Add stamp files for generated files | Allen Byrne | 2018-12-07 | 1 | -2/+17 |
|/ | |||||
* | Merge pull request #1348 in HDFFV/hdf5 from ↵ | Ray Lu | 2018-12-07 | 1 | -1/+8 |
|\ | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10635-hdf5-library-segmentation-fault to develop * commit '3e8599591504c95d8a97100b9546174f6132dc97': HDFFV-10635: Some minor changes to the test case and the comments in the library. HDFFV-10635: add a test case. HDFFV-10635: Allowing to write the same variable-length element more than once. | ||||
| * | HDFFV-10635: Some minor changes to the test case and the comments in the ↵ | Songyu Lu | 2018-12-06 | 1 | -2/+3 |
| | | | | | | | | library. | ||||
| * | HDFFV-10635: Allowing to write the same variable-length element more than once. | Songyu Lu | 2018-11-30 | 1 | -1/+7 |
| | | |||||
* | | Fix build errors VOL changes, when using --disable-deprecated-symbols. | Quincey Koziol | 2018-12-06 | 2 | -4/+20 |
| | | |||||
* | | Correct Windows build. | Quincey Koziol | 2018-12-05 | 1 | -1/+1 |
| | | |||||
* | | Refactor allocating & releasing pass through wrapper objects. | Quincey Koziol | 2018-12-03 | 1 | -558/+184 |
| | | |||||
* | | Fix typo | Quincey Koziol | 2018-11-30 | 1 | -1/+1 |
| | | |||||
* | | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 1 | -0/+6 |
| | | | | | | | | a comment from VOL plugin -> connector. | ||||
* | | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. | Quincey Koziol | 2018-11-29 | 1 | -1/+2 |
| | | |||||
* | | Switch H5VL_class_value_t from enum to unsigned integer | Quincey Koziol | 2018-11-29 | 3 | -43/+26 |
| | | |||||
* | | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 1 | -1/+1 |
| | | |||||
* | | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 12 | -89/+19 |
| | | | | | | | | | | | | 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. | ||||
* | | Add pass-through VOL connector | Quincey Koziol | 2018-11-28 | 5 | -4/+3114 |
| | | |||||
* | | Update API tracing info for VOL functions and regenerate trace macros for VOL | Quincey Koziol | 2018-11-28 | 3 | -19/+73 |
| | | | | | | | | API calls. | ||||
* | | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 9 | -82/+256 |
| | | | | | | | | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. | ||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-28 | 5 | -7/+21 |
|\ \ | | | | | | | | | | stackable_vol |