summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-282-8/+5
* Fixed plugin loading so it actually checks the plugin type.Dana Robinson2018-12-272-2/+15
* H5VLregister_by_value() should not set _BY_NAME when searching forDana Robinson2018-12-271-1/+1
* Merge branch 'develop' into vol_tweaksDana Robinson2018-12-201-1/+1
|\
| * Correct typoQuincey Koziol2018-12-201-1/+1
* | Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-2021-76/+117
* | 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-2011-597/+714
|/
* Switch return value to -1Quincey Koziol2018-12-191-6/+6
* Fix return value type for get name operation.Quincey Koziol2018-12-191-1/+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
* | Clear driver properties before returning them to application.Quincey Koziol2018-12-197-135/+131
|/
* 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
|\
| * 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-1713-57/+6
| |\
| * \ 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-1713-57/+6
|\ \ \ | |_|/ |/| |
| * | Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-0813-57/+6
* | | 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
* | | 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 #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...Dana Robinson2018-12-1720-169/+201
|\ \
| * | Moved the native VOL connector's optional enums to theDana Robinson2018-12-1520-169/+201
* | | Merge pull request #1383 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:strtok_windows...Dana Robinson2018-12-161-0/+1
|\ \ \
| * | | Added #define to use strtok_s instead of strtok_r on Windows.Dana Robinson2018-12-161-0/+1
| |/ /
* | | Updated the passthru VOL connector:Dana Robinson2018-12-161-334/+337
|/ /
* | Make sure to free copy of VOL connector's name when H5VL_register_connector f...Jordan Henderson2018-12-141-3/+6
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-132-0/+28
|\ \
| * | Still need the stamp1 files if PREGENAllen Byrne2018-12-131-0/+20
| * | HDFFV-10660 Add new files to OUTPUT section of custom commandsAllen Byrne2018-12-131-0/+6
| * | align H5Aget_info behavior with H5Gget_info when null attribute pointer is su...Jordan Henderson2018-12-121-0/+2
* | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-135-8/+11
|/ /
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-101-2/+2
|\ \
| * | Minor tweak to address JIRA HDFFV-10611 (which was already fixed).Dana Robinson2018-12-081-2/+2
| |/
* | Add stamp files for generated filesAllen Byrne2018-12-071-2/+17
|/
* Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-12-071-1/+8
|\
| * HDFFV-10635: Some minor changes to the test case and the comments in the libr...Songyu Lu2018-12-061-2/+3
| * HDFFV-10635: Allowing to write the same variable-length element more than once.Songyu Lu2018-11-301-1/+7