summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
Commit message (Collapse)AuthorAgeFilesLines
* 1 12 Merges from develop (#421)Allen Byrne2021-03-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Cleanup comments in tests, align comments better, update vfd testAllen Byrne2020-10-051-1/+1
|
* Source formattedAllen Byrne2020-10-011-5/+4
|
* 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