summaryrefslogtreecommitdiffstats
path: root/test/external_env.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Source formattedAllen Byrne2020-10-011-56/+61
|
* warning format fixes and define name from developAllen Byrne2020-09-301-3/+0
|
* Modify external_env.c to prevent deleting test file of external.c.Larry Knox2020-01-271-2/+1
| | | | Fix for HDFFV-10941.
* Add HD prefix to testsAllen Byrne2019-08-151-21/+21
|
* Fix conflicting types for reset_raw_data_files() parameter in ↵Larry Knox2019-08-011-1/+1
| | | | | | external_common.c changed from int to hbool_t. Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-0/+1
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+5
| | | | clean up warnings.
* Changing file names and directory names to avoid possible conflict during ↵Songyu Lu2019-04-231-3/+3
| | | | parallel 'make check'.
* Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-221-13/+11
|
* 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.