[svn-r27591] Threadsafe option implementation has changed and ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++.
[svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. This call can be used to determine at runtime if the library was built with thread-safety.Fixes HDFFV-9496
Tested on: h5committest
[svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown reasons on platypus with pgf90 compiler when reading the streamed file back.
[svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form H5xx_* were flagged as H5XX_, which is a non-public API form.Tested on: h5committest
[svn-r27572] Removed VMS-specific code from the library.The only remaining code consists of a few floating-point tests
that rely on pre-generated and checked-in VMS files. These have
been left alone, even though they will not be possible to
recreate, since testing VMS float behavior is still important.
Tested on: h5committest
[svn-r27549] Description: Update the file format debugging routines to match the recent changes to the metadata cache, along with a few other cleanups and miscellaneous enhancements.Tested on:
MacOSX/64 10.10.5 (amazon)
(h5committest forthcoming)
[svn-r27543] Add tests to cover remaining code coverage assertions in H5Shyper.c. Add more tests for unlimited selections. Fix bug related to empty unlimited source dataset.Tested: ummon
[svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran pre-processor compiler (This mainly causes issues with the xlf compilers)Tested: h5committest
[svn-r27528] Modify printf implementation to not open source datasets that were previously opened when calculating the VDS extent, instead assuming they still exist.Tested: ummon
[svn-r27504] Change comments/code around to reflect decision to have virtual datasets always return TRUE when their is_alloc function is called.Tested: ummon
[svn-r27498] Add support for I/O after reopening a VDS with unlimited and/or printf mappings without calling H5Dget_space first. Add tests for this. Other minor fixes/cleanup.Tested: ummon
[svn-r27496] Description: Used HTML_EXTRA_FILES for image files.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.
[svn-r27494] Purpose: Fix HDFFV-9288Description:
Added footer to include copyright and helpdesk info.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.