* commit '3023b34272cc6ada84aebfa7441a6a55afa3621c':
Update MANIFEST. Add new test to Cmake.
Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
Add build folder as Include for generated files
Add install option for copying Fortran mod files to include folder
Add PRI defines to win32defs file
Exclude mingw from extra flags
* commit 'fc69de0e8ae30e80c1c3c542b156226a75444525':
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
* commit '943129f61000899e394b75405723a3f110a21205':
Add note to release notes.
Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.
Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's request.
Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads implementation ought to be portable to any system that has POSIX Threads. On Windows, I use the same API call as before.
Align contents of CMake and autotools testfile cleanup lists.
Avoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended.
* commit '16b909a7488d8288206dd0bb7cf9ef7036d7f543':
Update release notes about H5get_alloc_stats() and H5get_free_list_sizes().
Was checking the wrong compiler macro.
Correct failure when allocation tracking are disabled.
Remove VCS merge conflict
Revise API for H5get_alloc_stats() to take a struct instead of separate values.
Add routines to query the library's free list sizes and allocation stats.
* commit '5b5ff6ee094033f2ecd974b8e0bdaac2b0c7e617':
Correct usage of add_compile_definitions
Merge changes from develop mostly cmake 3.12 minimum version
Merge changes from develop for CMake and Java
* commit '3eef4d575ebd23eeb54660e244e604e0159a0aec':
Latest date first in HISTORY-1_10_0-1_12_0.txt
Update HISTORY-1_10_0-1_12_0..txt with performance improvements