Merge pull request #695 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'a49372724cbf9201c4f1d8c8daab1d56a33dc63e':
Fix other test name typos
Fix typo in valgrind test name
Merge pull request #692 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '865b25849344beb0ef8be64260b18828e5ca2c9f':
Whitespace conversions and comment updates
Merge pull request #690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '12e4d3fd0bc7411a28390bcc9fc00fede807a5cf':
Add/remove test files
Cleanup cmake clean macros
Merge pull request #688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developbuildbot tests passing
* commit '68a9844991cfaaca2d0f97d7828f1f6f59af1349':
VS2012 and earlier cannot have execute stmnts before declare
Correct depends name
Fix list of names
new reference file
Fix repack plugin test - reorganize test macros
Adjust filter available variables
Fix STREQUAL if commands.
Update error handling to support ARGS and tools stack
Merge pull request #689 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop* commit 'afc9ce25b68caff7744f8a8a41407a4bfdf34690':
Updated doxygen config file Description: Added C2Cppfunction_map.mht to HTML_EXTRA_FILES. Verified that the file is copied to cpplus_RM after running doxygen on cpp_doc_config.
Updated doxygen config fileDescription:
Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.
Verified that the file is copied to cpplus_RM after running doxygen
on cpp_doc_config.
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '9d6ba29a01079e0f81ffa530605d8cd830378f9c':
Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
Merge pull request #687 in HDFFV/hdf5 from merge_full_swmr_02 to develop* commit '744b6b282f087ce23310805dc24ce8f8b351fb61':
Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'fded10f0815f593301ac88d08d05343c8077746a':
Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
Merge pull request #685 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop* commit 'b54f4323e391a953409f0d9a0fd4e02a639c74ad':
Fixed typos for document file.
Merge pull request #684 in HDFFV/hdf5 from merge_full_swmr_01 to develop* commit '8880ec672eeb8f57c023938074d1336dfc82e2ed':
Style cleanups and misc. bugfixes discovered during full SWMR development.
Merge pull request #682 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '758ce30a94cee0ba91359e682b57529ad00bd0da':
Update configure
Change name for test results table
Add missing intro folder
Merge pull request #680 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'db157e317ef7386f4fb232688dca0bbb49e852a0':
Use define name instead.
Fix VS2013 compile error
Merge pull request #679 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'd901d3402ac42cbec82629b6e7436f5fa608f429':
Add chekexe and chklog generation to tests
Fix call format
Merge pull request #676 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '0a9bc574e8d40b51c0c1c16501d3a0365e08df91':
Fix find package process
Merge pull request #674 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to developThis merge includes C2Cppfunction_map.mht, which Barbara will verify at a later time when documentation is re-generated.
* commit 'f1871c6ac48db02bd7e66f2c0df64bca50bccd90':
Updated for C2Cppfunction_map.mht
Added documentation file Description: Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can...
Merge pull request #675 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '5eafce2e048f8cfdc7ac008648623849304fcba5':
Restore previous
Add chklog and chexe generation to Java autootools tests
Merge pull request #668 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '75e6579cf232e6c2a8f8c0519a67801fd5dd1f7b':
Restore GEN_HDRS and remove cache sets for defaults
Test program generation should default off
Generate headers for 1.10 should default off
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...