Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 2 | -3/+0 |
| | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | Merge pull request #1348 in HDFFV/hdf5 from ↵ | Ray Lu | 2018-12-07 | 1 | -2/+103 |
|\ | | | | | | | | | | | | | | | | | ~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 Lu | 2018-12-06 | 1 | -28/+29 |
| | | | | | | | | library. | ||||
| * | HDFFV-10635: add a test case. | Songyu Lu | 2018-12-05 | 1 | -2/+102 |
| | | |||||
* | | Update to new callbacks in H5VL_class_t. | Quincey Koziol | 2018-12-05 | 1 | -6/+17 |
| | | |||||
* | | Remove duplicated comment. | Quincey Koziol | 2018-11-30 | 1 | -9/+0 |
| | | |||||
* | | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 1 | -6/+6 |
| | | | | | | | | a comment from VOL plugin -> connector. | ||||
* | | Correct "make check-vol" regression test target. | Quincey Koziol | 2018-11-29 | 1 | -0/+2 |
| | | |||||
* | | Switch H5VL_class_value_t from enum to unsigned integer | Quincey Koziol | 2018-11-29 | 1 | -2/+5 |
| | | |||||
* | | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 4 | -13/+14 |
| | | |||||
* | | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 3 | -154/+217 |
| | | | | | | | | | | | | 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. | ||||
* | | Add using FAPL from h5_fileaccess() to more tests. | Quincey Koziol | 2018-11-22 | 4 | -39/+194 |
| | | |||||
* | | Remove unused test for unimplemented routine. | Quincey Koziol | 2018-11-22 | 1 | -150/+0 |
| | | |||||
* | | Revert some of the changes to support the original property list value of | Quincey Koziol | 2018-11-18 | 1 | -0/+11 |
| | | | | | | | | metadata read attempts. | ||||
* | | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -5/+46 |
| | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc. | ||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-07 | 2 | -17/+21 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | HDFFV-10605 Only test plugins if SHARED enabled | Allen Byrne | 2018-11-06 | 2 | -17/+21 |
| | | |||||
* | | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 2 | -46/+48 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-04 | 4 | -160/+209 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c | Vailin Choi | 2018-11-01 | 2 | -4/+4 |
| | | |||||
| * | Fixed fprintf to HDfprintf in the following routines: | Vailin Choi | 2018-11-01 | 3 | -113/+113 |
| | | | | | | | | | | 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c | ||||
| * | Fix for HDFFV-10554 use_append_chunks in swmr use case test failure | Vailin Choi | 2018-10-30 | 4 | -60/+109 |
| | | | | | | | | | | Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c. | ||||
* | | Refactor and standardize the link VOL callbacks. Also fix error stack for | Quincey Koziol | 2018-11-01 | 1 | -7/+10 |
| | | | | | | | | testing. | ||||
* | | Update for change in error stack when opening a dataset. | Quincey Koziol | 2018-10-31 | 1 | -9/+12 |
| | | |||||
* | | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 1 | -10/+26 |
| | | | | | | | | dataset callbacks. | ||||
* | | Move all callback-related routines into the callback source file, standardizing | Quincey Koziol | 2018-10-28 | 1 | -2/+2 |
| | | | | | | | | their coding style | ||||
* | | Remove virtual dataset refresh code's direct use of native VOL plugin's ID. | Quincey Koziol | 2018-10-27 | 3 | -3/+10 |
| | | |||||
* | | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 1 | -4/+2 |
| | | | | | | | | in the 'test' directory appear to be working. | ||||
* | | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 2 | -12/+12 |
| | | |||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 3 | -30/+30 |
|\ \ | |/ | | | | | stackable_vol | ||||
| * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -1/+1 |
| | | |||||
| * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 3 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister() | ||||
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 9 | -33/+78 |
|/ | | | | modified: test/dsets.c | ||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 37 | -430/+1726 |
| | |||||
* | CMake changes for SKIPPED and flush tests | Allen Byrne | 2018-09-24 | 2 | -13/+55 |
| | |||||
* | Normalization with vol_integration (property lists, file drivers, | Dana Robinson | 2018-09-21 | 1 | -2/+2 |
| | | | | other misc). | ||||
* | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 36 | -1352/+1343 |
| | |||||
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 9 | -216/+225 |
| | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 8 | -1899/+1387 |
| | |||||
* | Fix for HDFFV-9277: update the ainfo message after removing an attribute. | Vailin Choi | 2018-07-20 | 1 | -0/+94 |
| | |||||
* | Merge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2018-07-18 | 1 | -0/+2 |
|\ | | | | | | | | | * commit '3c6654921000a8659276f1fcb32dd0ada1353558': Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c. | ||||
| * | Merge branch 'develop' of ↵ | Larry Knox | 2018-07-18 | 13 | -68/+545 |
| |\ | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop | ||||
| * | | Apply Cygwin pathches from Marco Atzeri. | Larry Knox | 2018-07-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Commit Joe Lee's typo corrections for src/H5MF.c. | ||||
* | | | TRILABS-137 Convert tcheck_version script to cmake tests | Allen Byrne | 2018-07-18 | 2 | -30/+17 |
| |/ |/| | |||||
* | | TRILAB-31 Working locally | Allen Byrne | 2018-07-16 | 3 | -26/+503 |
| | | |||||
* | | Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to develop | Larry Knox | 2018-07-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * commit '863148d1fe0b6949708698ad9277dbdba8129e0c': fixed typo. | ||||
| * | | fixed typo. | Hyo-Kyung Lee | 2018-07-10 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 9 | -41/+41 |
| |/ |/| | | | | | | | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor | ||||
* | | Vailin's fix for H5open fail when file doesn't have write permissions | Larry Knox | 2018-07-12 | 1 | -1/+1 |
|/ | | | | | for user in test_misc33(). The test file can be opened read-only because the test doesn't write to it. | ||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 4 | -329/+50 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. |