hdf5/c++
Quincey Koziol 95862451f7 [svn-r4324] Purpose:
New Features!
Description:
    Start migrating the internal use of property lists in the library from the
    older implementation to the new generic property lists.

    Currently, only the dataset transfer property lists are migrated to the
    new architecture, all the rest of the property list types are still using
    the older architecture.

    Also, the backward compatibility features are not implemented yet, so
    applications which use dataset transfer properties may need to make the
    following changes:
        H5Pcreate(H5P_DATASET_XFER) -> H5Pcreate_list(H5P_DATASET_XFER_NEW)
            and
        H5Pclose(<a dataset transfer property list>) -> H5Pclose_list(id)

    This still may have some bugs in it, especially with Fortran, but I should
    be wrapping up those later today.

Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-08-10 15:47:05 -05:00
..
config [svn-r4293] 2001-08-01 16:12:08 -05:00
examples [svn-r4298] 2001-08-01 17:18:50 -05:00
src [svn-r4324] Purpose: 2001-08-10 15:47:05 -05:00
test [svn-r4298] 2001-08-01 17:18:50 -05:00
aclocal.m4 [svn-r2903] Purpose: 2000-11-14 18:16:05 -05:00
configure [svn-r4292] 2001-08-01 16:00:25 -05:00
configure.in [svn-r4292] 2001-08-01 16:00:25 -05:00
Makefile.in [svn-r3578] Purpose: 2001-03-08 17:17:40 -05:00