summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFVIEW-4 removed unused functionsAllen Byrne2018-12-125-180/+0
|
* HDFVIEW-4 add datatype read to H5A like H5DAllen Byrne2018-12-105-200/+1548
|
* Merge pull request #1363 in HDFFV/hdf5 from ↵Dana Robinson2018-12-081-2/+2
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '5d9a93b61d374c427554dd2ff9574539bc8861ab': Minor tweak to address JIRA HDFFV-10611 (which was already fixed).
| * Minor tweak to address JIRA HDFFV-10611 (which was already fixed).Dana Robinson2018-12-081-2/+2
|/
* Merge pull request #1348 in HDFFV/hdf5 from ↵Ray Lu2018-12-072-3/+111
|\ | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10635-hdf5-library-segmentation-fault to develop * commit '3e8599591504c95d8a97100b9546174f6132dc97': HDFFV-10635: Some minor changes to the test case and the comments in the library. HDFFV-10635: add a test case. HDFFV-10635: Allowing to write the same variable-length element more than once.
| * HDFFV-10635: Some minor changes to the test case and the comments in the ↵Songyu Lu2018-12-062-30/+32
| | | | | | | | library.
| * HDFFV-10635: add a test case.Songyu Lu2018-12-051-2/+102
| |
| * HDFFV-10635: Allowing to write the same variable-length element more than once.Songyu Lu2018-11-301-1/+7
| |
* | Merge pull request #1362 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-12-071-49/+0
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '4484c5d6ef2186805da44abfbec9bf21fc5e4414': RELEASE.txt updates for fixes pushed to 1.10.5.
| * \ Merge branch 'develop' of ↵Dana Robinson2018-12-072-4/+20
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
* | | Merge pull request #1360 in HDFFV/hdf5 from stackable_vol_fix_04 to developQuincey Koziol2018-12-072-4/+20
|\ \ \ | | | | | | | | | | | | | | | | * commit 'a60702605496bb5dfb12af0c0385590df85b31a3': Fix build errors VOL changes, when using --disable-deprecated-symbols.
| * | | Fix build errors VOL changes, when using --disable-deprecated-symbols.Quincey Koziol2018-12-062-4/+20
| | | |
* | | | Merge pull request #1358 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-12-061-13/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | develop * commit 'dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2': Removed RELEASE.txt entry concerning --enable-debug/production configure flags as those changes were pushed to HDF5 1.10.
| | * | RELEASE.txt updates for fixes pushed to 1.10.5.Dana Robinson2018-12-071-49/+0
| |/ /
| * | Merge branch 'develop' of ↵Dana Robinson2018-12-061-3/+1
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
* | | Merge pull request #1357 in HDFFV/hdf5 from stackable_vol_fix_03 to developQuincey Koziol2018-12-061-3/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '0a7c64f6e874c92cd2540af0b1fa032be0091502': Remove reference to h5_vol_external_log_native.
| * | | Remove reference to h5_vol_external_log_native.Quincey Koziol2018-12-061-3/+1
|/ / /
| * | Removed RELEASE.txt entry concerning --enable-debug/production configure flagsDana Robinson2018-12-061-13/+0
|/ / | | | | | | as those changes were pushed to HDF5 1.10.
* | Merge pull request #1355 in HDFFV/hdf5 from stackable_vol_fix_02 to developQuincey Koziol2018-12-061-6/+17
|\ \ | | | | | | | | | | | | * commit '592a22345517dc321c47b2df7e6d52c968fbae9b': Update to new callbacks in H5VL_class_t.
| * | Update to new callbacks in H5VL_class_t.Quincey Koziol2018-12-051-6/+17
| | |
* | | Merge pull request #1356 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-051-139/+220
|\ \ \ | |/ / |/| | | | | | | | * commit '406f7916ceaec959c0c22cdf05f45515f04a8529': Updates to t_filters_parallel for missing filters
| * | Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
|/ /
* | Merge pull request #1353 in HDFFV/hdf5 from stackable_vol_fix_01 to developQuincey Koziol2018-12-051-1/+1
|\ \ | | | | | | | | | | | | * commit 'e395d1ed7c76ab224a862c396020758097681cad': Correct Windows build.
| * | Correct Windows build.Quincey Koziol2018-12-051-1/+1
|/ /
* | Merge pull request #1347 in HDFFV/hdf5 from stackable_vol to developQuincey Koziol2018-12-05137-7823/+13941
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c58d84e721ef9fbda63abc834767a28dc978d121': (50 commits) Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. Switch tool error output to match VOL changes within library ...
| * | Refactor allocating & releasing pass through wrapper objects.Quincey Koziol2018-12-031-558/+184
| | |
| * | Fix typoQuincey Koziol2018-11-301-1/+1
| | |
| * | Remove duplicated comment.Quincey Koziol2018-11-301-9/+0
| | |
| * | Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-302-6/+12
| | | | | | | | | | | | a comment from VOL plugin -> connector.
| * | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value.Quincey Koziol2018-11-291-1/+2
| | |
| * | Correct "make check-vol" regression test target.Quincey Koziol2018-11-292-3/+5
| | |
| * | Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-294-45/+31
| | |
| * | Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-2911-20/+45
| | |
| * | Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-2816-244/+236
| | | | | | | | | | | | | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header.
| * | Remove example VOL connector, since it's been superceded by the pass-throughQuincey Koziol2018-11-284-505/+2
| | | | | | | | | | | | VOL connector in the src subdirectory.
| * | Add pass-through VOL connectorQuincey Koziol2018-11-286-4/+3116
| | |
| * | Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-284-19/+75
| | | | | | | | | | | | API calls.
| * | Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-2810-82/+257
| | | | | | | | | | | | | | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks.
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-287-30/+34
| |\ \ | | | | | | | | | | | | stackable_vol
| * | | Add using FAPL from h5_fileaccess() to more tests.Quincey Koziol2018-11-224-39/+194
| | | |
| * | | Remove unused test for unimplemented routine.Quincey Koziol2018-11-222-151/+0
| | | |
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-2210-93/+209
| |\ \ \ | | | |/ | | |/| | | | | stackable_vol
| * | | Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-2222-451/+450
| | | | | | | | | | | | | | | | value.
| * | | Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-2112-53/+295
| | | | | | | | | | | | | | | | deserializing a connector's info object.
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-202-1/+10
| |\ \ \ | | | | | | | | | | | | | | | stackable_vol
| * | | | Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-183-4/+13
| | | | | | | | | | | | | | | | | | | | metadata read attempts.
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-1821-122/+716
| |\ \ \ \ | | | | | | | | | | | | | | | | | | stackable_vol
| * | | | | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-1812-268/+511
| | | | | | | | | | | | | | | | | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
| * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-125-105/+120
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | stackable_vol
| * | | | | | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1220-205/+286
| | | | | | |