Merge pull request #697 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
Wrappers for H5Tencode/decode and XxxType constructors
* commit 'b1819710bc3ef8b03e453d177b9a8b308100d96d':
Adding new C++ wrappers Description: - Added wrappers for H5Tencode to class DataType and H5Tdecode to classes DataType and its subclasses.
Adding new C++ wrappers
Description:
- Added wrappers for H5Tencode to class DataType and H5Tdecode to
classes DataType and its subclasses.
// Creates a binary object description of this datatype.
void DataType::encode()
// Returns the decoded type from the binary object description.
virtual DataType* DataType::decode() const;
virtual DataType* ArrayType::decode() const;
virtual DataType* CompType::decode() const;
virtual Dat...
Merge pull request #694 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '5ce95205ca31db38e710ea55f97b3d0b28795ee4':
Added C2Cppfunction_map.mht
Miscellaneous code cleanup 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 be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_F...
Miscellaneous code cleanup
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 be reached from the main page of the C++ reference manual.
- Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES.
- Miscellaneous improvements in comments, including updating URLs.
- Removed deprecated H5Location and H5Object constructors that take an
existing ID.
Merge pull request #678 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'c3791263681e318f1115b860c2df20684129a710':
reconfigure needed after commit of test/Makefile.am on 8/22/2017. Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
reconfigure needed after commit of test/Makefile.am on 8/22/2017.
Snap version in configure file was incorrect due to merges.
reconfigure changed comments in H5LTparse.c and .h.
Merge pull request #670 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit 'b98ed2d55f3cd37340436362770de95d26df4be3':
Remove cache sets for defaults, cleanup cmake files
Test program generation should default off
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd':
Snapshot version 1.8 release 20 (snap5)
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'fff22784451a27fe33ca7571f1144d015d6379fb':
Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
Add info for release notes
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_off...
Merge pull request #655 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit 'b15011a59af9e70eb06865234f8f0dacab34aa0f':
Fix for HDFFV-9947 Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
Add info for release notes
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test ...
Modifications based on comments from pull request review
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
Merge pull request #656 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '0b070ae114172588756d2c8732ccb7c89eb08ab6':
HDFFV-10282 refactor out assert calls in tools
HDFFV-9774 Add enable-error-stack to h5diff
Merge pull request #650 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '8b910ce2d626d6cd03efb92db3b9fe008d163323':
HDFFV-10276 restore argument spacing
Fix extra whitespace in usage() text
HDFFV-10276 add whitespace
HDFFV-10276 correct typo
HDFFV-10276 Correct note of change in UD parameters
HDFFV-9774 Add note to new argument
HDFFV-10276 add enable-error-stack to h5diff
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'e964568753bcdca01af1bdc0d8b5ee6f4d314243':
Snapshot version 1.8 release 20 (snap3)
Merge pull request #649 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '297e70a2ddb2481d4f126fa0821fc73ad8231e2d':
HDFFV-9988 Update macro file with changes from CMake master.
HDFFV-9988 Add intel compiler path to list
Merge pull request #643 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '7f758f2eea5c918a9100e6e7e6e0744a85e4c571':
Commit changes to release version strings in README.txt and RELEASE.txt from release.
Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
Update URL for obtaining source inINSTALL fil...
Merge pull request #593 in HDFFV/hdf5 from hdf5_1_8_19 to 1.8/master
* commit 'c15238a38fdb3692466bc1218de4c5aeb420fdcc': (153 commits)
Commit changes to release version strings in README.txt and RELEASE.txt from release.
Put back link targets for dynamically loaded libraries in Makefile.ams that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
Update URL for obtaining source inINSTALL f...