hdf5/c++
Neil Fortner 8c074d5c03 [svn-r16807] Purpose: Fix bug 1533
Description:
Previously, there was no versioning for H5Z_class_t.  This prevented applications
written for 1.6 using custom filters from being able to use the 1.8 library.
There is now an H5Z_class1_t and H5Z_class2_t to enable compatibility.  H5Zregister is
*not* versioned, it determines which version of the struct has been passed in by the
value of the first field (id or version, both are ints).

Tested: jam, linew, smirom (h5committest), jam (--with-default-api-version=v16)
2009-04-20 14:12:19 -05:00
..
examples [svn-r16792] Description: 2009-04-20 01:00:11 -05:00
src [svn-r16792] Description: 2009-04-20 01:00:11 -05:00
test [svn-r16807] Purpose: Fix bug 1533 2009-04-20 14:12:19 -05:00
COPYING [svn-r16340] Description: 2009-01-22 15:53:59 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r16792] Description: 2009-04-20 01:00:11 -05:00