[svn-r27612] Description: Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest upcoming)
[svn-r27605] Fix potential memory error when using a dataspace that was created with H5Screate and had its extent set by H5Sextent_copy.Tested: jam, ostrich (h5committest)
[svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed and causes problems on Windows.Tested on: jam, with and without --enable-threadsafe
[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-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-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.
[svn-r27475] Updated h5vers to remove redundant version information for doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string.H5committested.
[svn-r27473] Description: Reversed the previous commit because the PROJECT_NUMBER string is
generated by h5vers and Larry will fix h5vers to put the "" in.
[svn-r27471] Description: Put "" around PROJECT_NUMBER string, otherwise, Doxygen would remove
all the spaces when displaying.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.