Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -25/+24 |
| | |||||
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 1 | -1/+1 |
| | | | | Removes redundant C library headers from hl library | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | 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(). | ||||
* | Changing file names to avoid possible conflicts during parallel test. | Songyu Lu | 2019-04-22 | 1 | -3/+9 |
| | |||||
* | HDFFV-10658 - setting and getting properties in API context: | Songyu Lu | 2019-04-09 | 1 | -0/+121 |
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 |