Merge pull request #2687 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:zzz-gitlab-ci to zzz-gitlab-ci
* commit 'c8e6ba40161711ee630d0c5ae07797796564adca': (185 commits)
Begin new effort on Ascent.
Add missing '"'.
Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063
Remove non-existent example
Changed wording in comment.
- added comment to explain a kluge - added the associated entry to release notes
Fix typo in HDftell macro definition: 'ftello -> ftell'
Add new source files to CMake build
Clean up warnings
Copy lib files for junit.sh to temporary subdirectory of <build directory>/java/test instead of to the prefix/lib directory. Fix for HDFFV-11063.
va_arg -> HDva_arg
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered around in various places. Also clean up iopipe.c.
* Fix intermittent error with Splitter VFD. Mismatch in time of test file creation was creating false negatives.
Added note for HDFFV-10591.
Fix HDFFV-10591
Reduce overhead for H5open, which is involved in the public symbols like H5T_NATIVE_INT, etc.
Remove unnecessary version conditions for Clang compilers.
Fix for HDFFV-10961: Couple changes to the tests' usage output files for h5clear.
Fix for HDFFV-10961: add description to usage for --increment option.
Add c++ to --enable-sanitize-checks option.
...