summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added vol connectorM. Scot Breitenfeld2019-05-161-0/+8
* added test for vol_connectorM. Scot Breitenfeld2019-05-161-0/+61
* removed H5VL constantsM. Scot Breitenfeld2019-05-169-566/+3
* removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-167-104/+39
* added connector_name testM. Scot Breitenfeld2019-04-243-3/+19
* added missing filesM. Scot Breitenfeld2019-04-244-0/+444
* Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-24272-3324/+8504
|\
| * Merge pull request #1672 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2019-04-242-3/+8
| |\
| | * Changing file names and directory names to avoid possible conflict during par...Songyu Lu2019-04-232-3/+8
| * | Merge pull request #1670 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-04-241-0/+2
| |\ \ | | |/ | |/|
| | * Fix issue with H5Iiterate always stopping with an error after the first itera...Jordan Henderson2019-04-231-0/+2
| |/
| * Merge pull request #1666 in HDFFV/hdf5 from ~KOZIOL/hdf5:unwrap_vol_callback ...Quincey Koziol2019-04-2310-70/+229
| |\
| | * Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-2110-70/+229
| * | Merge pull request #1668 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2019-04-224-23/+27
| |\ \ | | |/ | |/|
| | * Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-224-23/+27
| |/
| * Merge pull request #1665 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2019-04-191-6/+4
| |\
| | * Changing output file names to avoid possible conflict during parallel build a...Songyu Lu2019-04-191-6/+4
| |/
| * Merge pull request #1663 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2019-04-181-1/+1
| |\
| | * Minor fix: marking an internal function of the test for export.Songyu Lu2019-04-181-1/+1
| |/
| * Merge pull request #1654 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-04-182-46/+93
| |\
| | * Change the checking to H5I_INVALID_HID in test_attr_dense_rename().Vailin Choi2019-04-161-10/+10
| | * Fix for HDFFV-10579 H5Arename fails when creation order of attributes is trac...Vailin Choi2019-04-122-38/+85
| | * Merge pull request #3 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10...Vailin Choi2019-04-1229-775/+2701
| | |\
| * | \ Merge pull request #1662 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-04-182-21/+33
| |\ \ \
| | * | | Fix CMake errorsAllen Byrne2019-04-182-21/+33
| |/ / /
| * | | Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe...Ray Lu2019-04-1821-480/+1220
| |\ \ \
| | * | | Moving the handling of null prefix into H5_combine_path.Songyu Lu2019-04-172-17/+7
| | * | | Changing the prefix of external file and VDS from empty string to null for pe...Songyu Lu2019-04-172-25/+30
| | * | | Improving the condition checking of empty string.Songyu Lu2019-04-171-8/+8
| | * | | Replacing string operation strdup with assignment for empty string.Songyu Lu2019-04-171-11/+18
| | * | | Adding back links_env.out which I accidentally removed in my previous commit.Songyu Lu2019-04-151-0/+3
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-1518-1/+471
| | |\ \ \
| | * \ \ \ Merge branch 'HDFFV-10658-performance-drop-from-1-8' of https://bitbucket.hdf...Songyu Lu2019-04-111-8/+0
| | |\ \ \ \
| | | * | | | Taking out two unnecessary diff output files.songyulu2019-04-113-131/+1
| | * | | | | Taking out unnecessary diff files for output.Songyu Lu2019-04-113-126/+1
| | |/ / / /
| | * | | | Adding some comments.Songyu Lu2019-04-111-6/+6
| | * | | | Some coding style changes.Songyu Lu2019-04-116-13/+12
| | * | | | Adding the standard output files for the external_env.c and vds_env.c tests.Songyu Lu2019-04-113-2/+154
| | * | | | Small correction for my previous commit.Songyu Lu2019-04-111-2/+2
| | * | | | Forgot to add external_common.c and external_common.h.Songyu Lu2019-04-101-0/+2
| | * | | | Updated CMake for the splitting of external.c and vds.c.Songyu Lu2019-04-102-0/+108
| | * | | | Minor fix: removal of unnecessary enum values.Songyu Lu2019-04-101-3/+1
| | * | | | Minor fixes: updating the test vds_env.c according to the set up of vds.c.Songyu Lu2019-04-102-8/+48
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-0929-775/+2701
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Left out this file in previous commit.Songyu Lu2019-04-091-11/+10
| | * | | | HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-098-52/+75
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-0847-473/+707
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-04193-1486/+2414
| | |\ \ \ \
| | * | | | | This commit basically has the following changes:Songyu Lu2019-04-0411-438/+848
| | * | | | | HDFFV-10658: I left out this file in my previous commit.Songyu Lu2019-03-221-5/+6