Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1410 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵ | Dana Robinson | 2018-12-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | develop * commit '9152547b766919eefb7163e17f0c03052a2d73f2': H5VLregister_by_value() should not set _BY_NAME when searching for plugins. | ||||
| * | H5VLregister_by_value() should not set _BY_NAME when searching for | Dana Robinson | 2018-12-27 | 1 | -1/+1 |
|/ | | | | plugins. | ||||
* | Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-12-21 | 14 | -140/+641 |
|\ | | | | | | | | | | | | | | | | | * commit '991996b25122ff010b9af1bbb6cc05be491ce038': Remove unused CMake files Update option text Add reference file to list HDFFV-10656 remove moved source HDFFV-10656 Add CHECK_VOL support to CMake | ||||
| * | Remove unused CMake files | Allen Byrne | 2018-12-21 | 7 | -126/+0 |
| | | |||||
| * | Update option text | Allen Byrne | 2018-12-21 | 2 | -3/+3 |
| | | |||||
| * | Add reference file to list | Allen Byrne | 2018-12-21 | 1 | -0/+1 |
| | | |||||
| * | HDFFV-10656 remove moved source | Allen Byrne | 2018-12-20 | 1 | -45/+0 |
| | | |||||
| * | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 16 | -96/+767 |
| | | |||||
* | | Merge pull request #1399 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵ | Dana Robinson | 2018-12-21 | 23 | -3486/+3662 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '75a03ea0c36f24a6a3982b75a8c52325879bb569': Moved private native VOL connector functions to H5VLnative_private.h. Moved the remainder of the code into separate files. Split the native VOL connector code into multiple files and moved the attribute code over. | ||||
| * \ | Merge branch 'develop' into vol_tweaks | Dana Robinson | 2018-12-20 | 15 | -57/+658 |
| |\ \ | | |/ | |||||
| * | | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 22 | -76/+118 |
| | | | |||||
| * | | 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 | 12 | -597/+721 |
| | | | | | | | | | | | | moved the attribute code over. | ||||
* | | | Merge pull request #1402 in HDFFV/hdf5 from stackable_vol_fix_13 to develop | Quincey Koziol | 2018-12-20 | 13 | -4/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | * commit '9e8cacaa5531f418f5d9d447c1251eb705da785a': Remove core VFD-specific property list call and regenerate encoded property lists. | ||||
| * | | Remove core VFD-specific property list call and regenerate encoded property | Quincey Koziol | 2018-12-20 | 13 | -4/+1 |
|/ / | | | | | | | lists. | ||||
* | | Merge pull request #1401 in HDFFV/hdf5 from stackable_vol_fix_12 to develop | Quincey Koziol | 2018-12-20 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * commit 'ac5a65bb43dbb00808f4867d8f106143364742ad': Correct typo | ||||
| * \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-12-20 | 13 | -54/+655 |
| |\ \ | |/ / |/| | | | | | develop | ||||
* | | | Merge pull request #1396 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-12-20 | 13 | -54/+655 |
|\ \ \ | | | | | | | | | | | | | | | | | * commit 'f9e9c1ad0eeabce09b2f8613427b83daebbf8cb0': HDFFV-10664 Add new functions and constants to java interface | ||||
| * | | | HDFFV-10664 Add new functions and constants to java interface | Allen Byrne | 2018-12-19 | 13 | -54/+655 |
| | | | | |||||
* | | | | Merge pull request #1398 in HDFFV/hdf5 from stackable_vol_fix_11 to develop | Quincey Koziol | 2018-12-20 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | * commit '9810526a89b1f91d441ccce6c6ca484778f99b33': Correct core VFD to run with a 1MB increment instead of a 1 byte increment! | ||||
| | | * | 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 |