Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typo | Quincey Koziol | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-19 | 1 | -6/+6 |
|\ | | | | | | | develop | ||||
| * | Merge pull request #1397 in HDFFV/hdf5 from stackable_vol_fix_10 to develop | Quincey Koziol | 2018-12-19 | 1 | -7/+11 |
| |\ | | | | | | | | | | | | | | | | * commit '3587fe2638c45c087e970a3bdca07a9ffa7d435c': Switch return value to -1 Fix return value type for get name operation. | ||||
| | * | Switch return value to -1 | Quincey Koziol | 2018-12-19 | 1 | -6/+6 |
| | | | |||||
* | | | Correct core VFD to run with a 1MB increment instead of a 1 byte increment! | Quincey Koziol | 2018-12-19 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Fix return value type for get name operation. | Quincey Koziol | 2018-12-19 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #1395 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵ | Allen Byrne | 2018-12-19 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | develop * commit 'ec4902ae8d8bd009bb835d3a0bba335845f2c07d': Special text removal not conditional TRILABS special output removal TRILABS special text removal | ||||
| * | Special text removal not conditional | Allen Byrne | 2018-12-19 | 1 | -1/+0 |
| | | |||||
| * | TRILABS special output removal | Allen Byrne | 2018-12-19 | 1 | -0/+2 |
| | | |||||
| * | TRILABS special text removal | Allen Byrne | 2018-12-19 | 1 | -0/+5 |
| | | |||||
* | | 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. | ||||
* | | Merge pull request #1394 in HDFFV/hdf5 from stackable_vol_fix_08 to develop | Quincey Koziol | 2018-12-19 | 20 | -137/+131 |
|\ \ | | | | | | | | | | | | | * commit 'b61ad0f7b68f974356a33b335e94e21a941c0621': Clear driver properties before returning them to application. | ||||
| * | | Clear driver properties before returning them to application. | Quincey Koziol | 2018-12-19 | 20 | -137/+131 |
|/ / | | | | | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties. | ||||
* | | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks ↵ | Dana Robinson | 2018-12-18 | 2 | -23/+43 |
|\ \ | |/ |/| | | | | | | | | | to develop * commit 'fc64bafb143b1d259282913fdbf0ba9f1a0a8069': Updates the autotools tests to also emit the VOL connector for each test. | ||||
| * | Updates the autotools tests to also emit the VOL connector | Dana Robinson | 2018-12-16 | 2 | -23/+43 |
| | | | | | | | | for each test. | ||||
* | | Merge pull request #1392 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-18 | 12 | -48/+48 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop * commit '70c8c629ce1d7b1eb98220135ddcca1bf9c5b7fc': Added missing H5O calls. Fixed a missing H5R call. Made hbool_t processing consistent in va_lists. Fixed an enums-in-va_list issue in the passthru VOL connector. Updated enums in VOL va_lists to be passed as ints. | ||||
| * | | 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 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1391 in HDFFV/hdf5 from stackable_vol_fix_07 to develop | Quincey Koziol | 2018-12-18 | 1 | -18/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | * commit '2b496c1e19c19847bd6ab9b692b13db3d3afb0a9': Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback. | ||||
| * | | | 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-18 | 0 | -0/+0 |
| |\ \ \ | |/ / / |/| | | | | | | | develop | ||||
* | | | | Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to develop | Quincey Koziol | 2018-12-18 | 6 | -66/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | | | | Revert change to MSC_VER, in favor of Dana's | Quincey Koziol | 2018-12-17 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-17 | 20 | -68/+20 |
| | |\ \ \ | |_|/ / / |/| | | | | | | | | | 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 | 20 | -68/+20 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | ~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 | 20 | -68/+20 |
| | | | | | | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | | | | Merge pull request #1389 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 1 | -3/+5 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:strtok_windows_fix to develop * commit 'a7618f432b671ad041ae63a83bf9b9bb08096dbe': Updated with extra sanity check and improved comment. Fixed an issue in the passthru Windows va_copy hack. | ||||
| * | | | 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 |
| | | | | |||||
* | | | | Merge pull request #1387 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-17 | 4 | -50/+64 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:strtok_windows_fix to develop * commit 'b0457117d867d9850d042d7c3f71a747899b932e': Further va_list improvements. Added a helpful comment to the va_copy() Windows hack. Added a work-around for va_copy() on pre-2013 versions of Visual Studio. | ||||
| * | | | 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 #1385 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-12-17 | 7 | -3/+78 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | * commit '8dbadb41a3b23d6d74effee7bef0302fd81b80a6': HDFFV-10663 add new function H5Fis_accessible | ||||
| * | | | HDFFV-10663 add new function H5Fis_accessible | Allen Byrne | 2018-12-17 | 7 | -3/+78 |
| | | | | |||||
* | | | | 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 #1378 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-12-17 | 2 | -1/+3 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | * commit '1e4c7bf9c96dfb353b643f41c136a8fa3f511df2': Use H5I_INVALID_HID HDFFV-10632 update new files | ||||
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-16 | 2 | -337/+343 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '50ca26f3ec428de408040335f2a2999e750d98b3': Updated the passthru VOL connector: * 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 fails | ||||
| * | | | | Use H5I_INVALID_HID | Allen Byrne | 2018-12-15 | 1 | -1/+1 |
| | | | | |