Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit '9c8d0e1afce7d9d31115972902e9030a000daefa':
Snapshot version 1.8 release 20 (snap7)
Update about C++ documentation
Adding new C++ wrappers Description: - Added overloaded wrappers for H5Oget_info and H5Oget_info_by_name // Retrieves information about an object void getObjectInfo(H5O_info_t *oinfo) const; void getObjectInfo(const char *name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; void getObjectInfo(const H5std_string& name, H5O_info_t *oinfo, const LinkAccPropList& lapl = LinkAccPropList::DEFAULT) const; - Many miscellaneous cleanup for consistent appearance Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Snapshot version 1.8 release 20 (snap7)