Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"This reverts commit 4242753848c44ab3b5d226e66225eac2f64db314, reversing
changes made to b0e79fe6dd20ec7aa1b3e5f0f8b370639a4ef5bd.
Merge pull request #571 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '1ccdb2e23f1c55835aee315e92736c6aed06faf8':
fixed check output string to match test
Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developMakes 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).
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* 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.
Merge pull request #483 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_open to develop* 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.
Merge pull request #553 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit '5efda2babf7f4bd7424d147e20b72b0f227f1704':
Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Merge pull request #548 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:compat_feature_flag to develop* 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. ...
Merge pull request #547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop* commit 'b6de142cf4a863787dceaa333684615fc190d6d5':
Chagned gfortran40 to gfortran in a few config files.
Merge pull request #545 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303':
Spelling
Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Note HDFFV-8611 change
Merge pull request #546 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop* commit '742e1d5541a488ca1a1772c05833c16a6a73d3ab':
Fixed misplaced space in config/gnu-flags.
Merge pull request #538 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:may_dev_warnings to develop* 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.
Merge pull request #540 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop* 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.
Merge pull request #534 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5:fix-set-mpi-err-handler to develop* commit '1ee90786196c10c2c616a9fb4b8b1f92ebefa1f2':
updated MPI error handling call for MPICH2 standard
cleanup
enabled MPI error handling
added test file
Merge pull request #535 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_object_verify to develop* commit '8807f918b9b00916efa822dda0301d3aa9debd80':
Added missing casts for the return value of H5I_object_verify().
* 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.
Merge pull request #531 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '416ad00182e2d0fccc09d60a6da95aef8ad94d0e':
HDFFV-8611 add autotools test
Remove obsolete function
HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '9fc2b3ef8e7933da716e2d2f832e93d8fc8023c0':
add linking flag to cmake, does not fix the issue, still disabled shared with fortran
add documention comments for shared Fortran Fix on OSX
Fix for shared fortran libraries on mac (HDFFV-2772).
Fix for shared fortran libraries on mac (HDFFV-2772).
Fix for shared fortran libraries on mac (HDFFV-2772).
Merge pull request #532 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop* commit '57ab1e7d6945c45107ebdd945bb89951ec90b8f1':
add linking flag to cmake, does not fix the issue, still disabled shared with fortran
add documention comments for shared Fortran Fix on OSX
Fix for shared fortran libraries on mac (HDFFV-2772).
Fix for shared fortran libraries on mac (HDFFV-2772).
Fix for shared fortran libraries on mac (HDFFV-2772).