Merge pull request #5 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master* commit 'c8c990368d7ddd889900fe16b2e4b76571d1a8e5':
Grep output in check_api.sh to compare only the version output and ignore other error output.
Update api/test_h5e files for change to rename H5E_ATOM to H5E_ID in HDF5 1.13.0.master
Merge pull request #4 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master* commit 'd54202ed553c4f3becd105cfc52a5c7f5650ed12':
Clean up comments and simplify conditions in test_h5o.c.
Modify H5F and H5O tests with versioned info structures to work on ostrich and emu. I don't think these were big-endian issues, just that the compilers aren't as forgiving as on centos7.
Update for test file t_ref.c
Run region and opbject reference tests together.
Update chec...
Modify H5F and H5O tests with versioned info structures to work onostrich and emu. I don't think these were big-endian issues, just that
the compilers aren't as forgiving as on centos7.
Merging in latest from upstream (OTHER/h5compat:refs/heads/master)* commit '57e8754b801bff4b0862faad0f7d4738c54b2af4':
Fix a bug in the declaration of buffer for the old reference type: Should use hobj_ref_t for object reference and hdset_reg_ref_t for dataset region reference.
Fix a bug in the declaration of buffer for the old reference type:Should use hobj_ref_t for object reference and hdset_reg_ref_t for dataset region reference.
Merging in latest from upstream (OTHER/h5compat:refs/heads/master)* commit 'a92e045930da36e48b68fc96897d19d512d168c5':
Add tests for hyperslab/point format changes.
Merging in latest from upstream (OTHER/h5compat:refs/heads/master)* commit '7e924dbee06e4b880e9ef1fe1fc121c8995db8a5':
(1) Combine tests/t_ref_object.c and tests/t_ref_region.c into tests/t_ref.c (2) Fix bug when reading the referenced datasets
Merging in latest from upstream (OTHER/h5compat:refs/heads/master)* commit 'c0b2544883d4878bec5b0279d0cd4d696d659bf2':
Modfy tests for object reference. Add tests for dataset region reference.
Merge pull request #3 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master* commit 'db9ca742c17e78bd87465105a7cd78fc30ae6780':
Update 2 API test changes for H5O changes in HDF5 1.12.
Update API tests for H5O changes in 1.12/
Merge pull request #2 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master* commit '7095d906c1f33ab346869fd38c1d788f923e74c0':
Fix cut and paste errors in check_api.sh from adding 1.12 version, errors in expected output files when copied from wrong version, and rename vdev to v112 for output of function tests with version changes in v112.
Update api and format tests for v1.12.
Add comment explaining need for #define H5F_LIBVER_V18 H5F_LIBVER_18. Fi...
Fix cut and paste errors in check_api.sh from adding 1.12 version, errors in expected output files when copied from wrong version, and
rename vdev to v112 for output of function tests with version
changes in v112.
Merge pull request #1 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master* commit '6a03369e96e47349f1ae39cc7e90b9272d8dcafa':
Update check_apo.sh and expected/test_h5e/vdev-* for version 1.11. Add test for versioned H5F_info_t to test_h5f.c
Add missing comments to identify #endifs.
Add tests for H5S functions versioned in HDF5 1.12. Update test_h5p.c to correct typos. Commit expected/test_h5p output file changes resulting from corrections.
Add tests for H5O ...
Merge pull request #1 in ~LRKNOX/h5compat_lrk from bugfix/EED-285-add-backward-forward-compatibility to master* commit '7c3bf57026fafbffea1aed69458dc4feb3683ad8':
Add missing comments to identify #endifs.
Add tests for H5S functions versioned in HDF5 1.12. Update test_h5p.c to correct typos. Commit expected/test_h5p output file changes resulting from corrections.
Add tests for H5O functions versioned in HDF5 1.12. Add TESTAPI110 and TESTAPI112 functions to check_api.sh to test functions versioned...
Add tests for H5O functions versioned in HDF5 1.12.Add TESTAPI110 and TESTAPI112 functions to check_api.sh to test
functions versioned in v1.10 and v1.12, not in v1.8.
Description: Correct expected output file after update to 1.8/trunk HDF5 library now allows 1.6 to access information. Also clean up a few compiler warnings at compile time.
Tested on:
Mac OS X/32 10.6.4 (amazon)
Purpose: Add test for H5Z_class_tDescription:
Versioning was recently added to H5Z_class_t. This new test verifies that the
versioning is working correctly, in a manner similar to other versioned symbols.
Tested: jam