summaryrefslogtreecommitdiffstats
path: root/test/external_env.c
Commit message (Collapse)AuthorAgeFilesLines
* Some coding style changes.Songyu Lu2019-04-111-3/+0
|
* HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-091-5/+4
| | | | | 1. switched to use the existing H5F_prefix_open_t for enum type; 2. put the common private function used by external.c and external_env.c into external_common.c
* This commit basically has the following changes:Songyu Lu2019-04-041-0/+219
1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get.