* commit '9808b44b6c7645ae760bfb497e598ae069827619':
Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
* commit '980d5b4266133490192ceb10ea13e320532c6f03':
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
Makes all non-global H5O_layout_t structs dynamic (quiets stack warnings).
* commit 'd391d8a690b4d595709e1274882fb5e5e0559f9e':
* Made STATIC free lists EXTERN for H5O_layout_t. * Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
Updated H5O_layout_t dynamic work to use the H5FL interface.
Made some H5O_layout_t stack allocations dynamic (quiets warnings).
* commit '5cb9c40847d1706ce82a2b2cda4c6c5596b10994':
Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
* commit '1e9354bcf551c16f3ad9d6a4ad42a2bce827c95e':
Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
* commit '13d3d4bd0e0b799aa9c3a9b45e445d1f52294d47':
Added feature flag checks for a few other VFDs in test/vfd.c.
* Added new public H5FDdriver_query() API call. * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c.
* Made H5FD_driver_query() a private function instead of static. * Moved H5FD_driver_query() to H5FDint.c. * Minor typo fixes in H5I.c. * Updated swmr.c to check the VFD feature flags and skip the retries test when the VFD is not compatible with H5P_DEFAULT.
Initialized IDs to -1 and minor code tidy.
Fixed HDFFV-10214: * Updated comments in the library to accurately reflect the semantics of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is set when a VFD creates output that is compatible with the default VFD. Will be used in the testing but might also be generally useful to users.
* commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303':
Spelling
Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Note HDFFV-8611 change
* commit '57f0a296c0b727e3d86cea312ba46efc98d76227':
Minor warning fix.
More minor warning fixes.
Minor warning fixes in the tools.
Minor type fixes to h5watch.
A few more warnings fixed.
Fixed additional minor warnings.
Fixed many minor warnings.
* commit '35aec6ab2ca6018a6f5babc943d29957d6595f67':
Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations as well as other minor rework and cleanup.