Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -56/+61 |
| | |||||
* | Pre-format fixes for warnings as errors | Allen Byrne | 2020-09-29 | 1 | -3/+0 |
| | |||||
* | Modify external_env.c to prevent deleting test file of external.c. | Larry Knox | 2020-01-09 | 1 | -2/+1 |
| | | | | Fix for HDFFV-10941. | ||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -21/+21 |
| | |||||
* | Fix conflicting types for reset_raw_data_files() parameter in ↵ | Larry Knox | 2019-08-01 | 1 | -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 Koziol | 2019-07-03 | 1 | -0/+1 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+5 |
| | | | | clean up warnings. | ||||
* | Changing file names and directory names to avoid possible conflict during ↵ | Songyu Lu | 2019-04-23 | 1 | -3/+3 |
| | | | | parallel 'make check'. | ||||
* | Changing file names to avoid possible conflicts during parallel test. | Songyu Lu | 2019-04-22 | 1 | -13/+11 |
| | |||||
* | Some coding style changes. | Songyu Lu | 2019-04-11 | 1 | -3/+0 |
| | |||||
* | HDFFV-10658 - setting and getting properties in API context: | Songyu Lu | 2019-04-09 | 1 | -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 Lu | 2019-04-04 | 1 | -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. |