summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added test_vol_plugin.sh to the list of scripts to cleanDana Robinson2018-12-281-1/+2
|
* Fixed a CMake build issue (CMake still doesn't run the VOL pluginDana Robinson2018-12-281-1/+1
| | | | tests)
* Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-283-21/+177
|
* Added a simple test for registration of VOL connector plugins.Dana Robinson2018-12-277-36/+270
| | | | | Autotools only for right now, but this will be fleshed out in future work.
* Merge pull request #1412 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵Dana Robinson2018-12-272-2/+15
|\ | | | | | | | | | | | | to develop * commit '9cc406633c29d4167031dc85b950858f90163cbc': Fixed plugin loading so it actually checks the plugin type.
| * Fixed plugin loading so it actually checks the plugin type.Dana Robinson2018-12-272-2/+15
|/
* Merge pull request #1410 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-12-271-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 forDana Robinson2018-12-271-1/+1
|/ | | | plugins.
* Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-2114-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 filesAllen Byrne2018-12-217-126/+0
| |
| * Update option textAllen Byrne2018-12-212-3/+3
| |
| * Add reference file to listAllen Byrne2018-12-211-0/+1
| |
| * HDFFV-10656 remove moved sourceAllen Byrne2018-12-201-45/+0
| |
| * HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-2016-96/+767
| |
* | Merge pull request #1399 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵Dana Robinson2018-12-2123-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_tweaksDana Robinson2018-12-2015-57/+658
| |\ \ | | |/
| * | Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-2022-76/+118
| | |
| * | Moved the remainder of the code into separate files.Dana Robinson2018-12-209-2896/+2906
| | |
| * | Split the native VOL connector code into multiple files andDana Robinson2018-12-2012-597/+721
| | | | | | | | | | | | moved the attribute code over.
* | | Merge pull request #1402 in HDFFV/hdf5 from stackable_vol_fix_13 to developQuincey Koziol2018-12-2013-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 propertyQuincey Koziol2018-12-2013-4/+1
|/ / | | | | | | lists.
* | Merge pull request #1401 in HDFFV/hdf5 from stackable_vol_fix_12 to developQuincey Koziol2018-12-201-1/+1
|\ \ | | | | | | | | | | | | * commit 'ac5a65bb43dbb00808f4867d8f106143364742ad': Correct typo
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-2013-54/+655
| |\ \ | |/ / |/| | | | | develop
* | | Merge pull request #1396 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-2013-54/+655
|\ \ \ | | | | | | | | | | | | | | | | * commit 'f9e9c1ad0eeabce09b2f8613427b83daebbf8cb0': HDFFV-10664 Add new functions and constants to java interface
| * | | HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-1913-54/+655
| | | |
* | | | Merge pull request #1398 in HDFFV/hdf5 from stackable_vol_fix_11 to developQuincey Koziol2018-12-201-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * commit '9810526a89b1f91d441ccce6c6ca484778f99b33': Correct core VFD to run with a 1MB increment instead of a 1 byte increment!
| | | * Correct typoQuincey Koziol2018-12-201-1/+1
| | |/ | |/|
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-191-6/+6
| |\ \ | |/ / |/| | | | | develop
* | | Merge pull request #1397 in HDFFV/hdf5 from stackable_vol_fix_10 to developQuincey Koziol2018-12-191-7/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '3587fe2638c45c087e970a3bdca07a9ffa7d435c': Switch return value to -1 Fix return value type for get name operation.
| * | | Switch return value to -1Quincey Koziol2018-12-191-6/+6
| | | |
| | * | Correct core VFD to run with a 1MB increment instead of a 1 byte increment!Quincey Koziol2018-12-191-2/+2
| |/ /
| * | Fix return value type for get name operation.Quincey Koziol2018-12-191-1/+5
|/ /
* | Merge pull request #1395 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-12-191-1/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ec4902ae8d8bd009bb835d3a0bba335845f2c07d': Special text removal not conditional TRILABS special output removal TRILABS special text removal
| * | Special text removal not conditionalAllen Byrne2018-12-191-1/+0
| | |
| * | TRILABS special output removalAllen Byrne2018-12-191-0/+2
| | |
| * | TRILABS special text removalAllen Byrne2018-12-191-0/+5
| |/
* | Merge pull request #1393 in HDFFV/hdf5 from ↵Dana Robinson2018-12-1917-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 intDana Robinson2018-12-1817-117/+100
| | | | | | | | typedef and a set of #defines.
* | Merge pull request #1394 in HDFFV/hdf5 from stackable_vol_fix_08 to developQuincey Koziol2018-12-1920-137/+131
|\ \ | | | | | | | | | | | | * commit 'b61ad0f7b68f974356a33b335e94e21a941c0621': Clear driver properties before returning them to application.
| * | Clear driver properties before returning them to application.Quincey Koziol2018-12-1920-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 Robinson2018-12-182-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 connectorDana Robinson2018-12-162-23/+43
| | | | | | | | for each test.
* | Merge pull request #1392 in HDFFV/hdf5 from ↵Dana Robinson2018-12-1812-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 Robinson2018-12-182-3/+3
| | |
| * | Fixed a missing H5R call.Dana Robinson2018-12-182-2/+2
| | |
| * | Made hbool_t processing consistent in va_lists.Dana Robinson2018-12-182-2/+2
| | |
| * | Fixed an enums-in-va_list issue in the passthru VOL connector.Dana Robinson2018-12-181-2/+2
| | |
| * | Merge branch 'develop' into vol_optional_enum_to_macrosDana Robinson2018-12-186-84/+29
| |\ \ | |/ / |/| |
* | | Merge pull request #1391 in HDFFV/hdf5 from stackable_vol_fix_07 to developQuincey Koziol2018-12-181-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 Koziol2018-12-181-18/+15
| | | |