summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Create a new branch for the September Subfiling deliverableRichard Warren2020-09-251-1/+1
|
* Fix missing export tagAllen Byrne2019-07-311-2/+10
|
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-10/+2
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-5/+0
| | | | clean up warnings.
* Changing file names and directory names to avoid possible conflict during ↵Songyu Lu2019-04-231-0/+5
| | | | parallel 'make check'.
* Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-221-1/+1
|
* Minor fix: marking an internal function of the test for export.Songyu Lu2019-04-181-1/+1
|
* HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-091-0/+45
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