Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '46c4038fcb5af255d8784a1b58292273d38ac152':
Amend CMakeLists.txt to add t_filters_parallel to CMake
Fixed incorrect calls
New overloaded functions and tests Description: - Added VarLenType::VarLenType(const DataType& base_type) - Marked VarLenType::VarLenType(const DataType* base_type) deprecated - Added a static wrapper for H5Tdetect_class for PredType static bool DataType::detectClass(const PredType& pred_type, ...) - Removed the deprecated function Exception::printError() from code - Miscellaneous improvements in comments - Added test functions test_detect_type_class() and test_vltype() Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)