summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-2016-96/+767
* Merge pull request #1401 in HDFFV/hdf5 from stackable_vol_fix_12 to developQuincey Koziol2018-12-201-1/+1
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-2013-54/+655
| |\ | |/ |/|
* | Merge pull request #1396 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-2013-54/+655
|\ \
| * | 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
|\ \ \
| | | * 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
| |\ \ | |/ / |/| |
* | | Merge pull request #1397 in HDFFV/hdf5 from stackable_vol_fix_10 to developQuincey Koziol2018-12-191-7/+11
|\ \ \
| * | | 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 d...Allen Byrne2018-12-191-1/+7
|\ \
| * | 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 ~DEROBINS/hdf5_der:vol_optional_e...Dana Robinson2018-12-1917-117/+100
|\ \ | |/ |/|
| * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-1817-117/+100
* | Merge pull request #1394 in HDFFV/hdf5 from stackable_vol_fix_08 to developQuincey Koziol2018-12-1920-137/+131
|\ \
| * | Clear driver properties before returning them to application.Quincey Koziol2018-12-1920-137/+131
|/ /
* | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks t...Dana Robinson2018-12-182-23/+43
|\ \ | |/ |/|
| * Updates the autotools tests to also emit the VOL connectorDana Robinson2018-12-162-23/+43
* | Merge pull request #1392 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...Dana Robinson2018-12-1812-48/+48
|\ \
| * | 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
|\ \ \
| * | | Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.Quincey Koziol2018-12-181-18/+15
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-180-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-186-66/+14
|\ \ \ \
| * | | | Revert change to MSC_VER, in favor of Dana'sQuincey Koziol2018-12-171-1/+1
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-1720-68/+20
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-171-3/+5
| | |\ \ \ | |/ / / /
| * | | | Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-177-67/+15
| | | * | Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-189-41/+41
| |_|/ / |/| | |
* | | | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-1720-68/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-0820-68/+20
* | | | Merge pull request #1389 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:strtok_windows...Dana Robinson2018-12-171-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Updated with extra sanity check and improved comment.Dana Robinson2018-12-171-3/+5
| * | | Fixed an issue in the passthru Windows va_copy hack.Dana Robinson2018-12-171-2/+2
|/ / /
* | | Merge pull request #1388 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...Dana Robinson2018-12-173-296/+301
|\ \ \
| * | | Updated va_arg-->HDva_arg in the native VOL connector.Dana Robinson2018-12-171-179/+179
| * | | Added HD to va_* calls in a couple of library files.Dana Robinson2018-12-172-117/+122
* | | | Merge pull request #1387 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:strtok_windows...Dana Robinson2018-12-174-50/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Further va_list improvements.Dana Robinson2018-12-173-50/+57
| * | | Added a helpful comment to the va_copy() Windows hack.Dana Robinson2018-12-171-0/+4
| * | | Added a work-around for va_copy() on pre-2013 versions of Visual Studio.Dana Robinson2018-12-171-0/+3
* | | | Merge pull request #1385 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-177-3/+78
|\ \ \ \ | |/ / / |/| | |