hdf5/tools
Ruey-Hsia Li ee9cac2af9 [svn-r983] Added tests in testh5dump.sh.
Features of this version of dumper

  *  loop detection

  *  data type
     **  atomic type
         -> H5T_INTEGER (H5T_STD_XXXXX)
         -> H5T_FLOAT (H5T_IEEE_XXXXX)
         -> H5T_STRING (H5T_C_S1, H5T_FORTRAN_S1)
     **  committed/transient/unamed compound type

  *  data space
     **  scalar space
     **  simple space

  *  dataset
     dumper can display dataset's
     **  attribute
     **  type
     **  space
     **  data

  *  group
     dumper can display group attributes and group members which include
     **  named/unamed data type
     **  group
     **  dataset
     **  softlink

  *  attribute
     dumper can display attribute's
     **  type
     **  space
     **  data

  *  hard link

  *  soft link

  *  format of data
     ** fit on 80 columns
     ** end of line after each row
        (more work will be done on data.)
1998-12-21 17:45:01 -05:00
..
testfiles [svn-r982] Added test for loop detection. 1998-12-21 17:34:42 -05:00
h5debug.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
h5dump.c [svn-r983] Added tests in testh5dump.sh. 1998-12-21 17:45:01 -05:00
h5dump.h [svn-r983] Added tests in testh5dump.sh. 1998-12-21 17:45:01 -05:00
h5dumputil.c [svn-r983] Added tests in testh5dump.sh. 1998-12-21 17:45:01 -05:00
h5findshd.c [svn-r978] Purpose: Bug fixes 1998-12-20 23:05:28 -05:00
h5import.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
h5ls.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
h5repart.c [svn-r929] Changes since 19981119 1998-11-19 13:52:56 -05:00
h5toh4.c [svn-r978] Purpose: Bug fixes 1998-12-20 23:05:28 -05:00
h5toh4.h [svn-r953] Purpose: 1998-11-25 12:39:53 -05:00
h5tools.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
h5tools.h [svn-r876] Changes since 19981102 1998-11-05 15:28:34 -05:00
Makefile.in [svn-r942] PURPOSE: 1998-11-21 15:14:09 -05:00
testh5dump.sh [svn-r983] Added tests in testh5dump.sh. 1998-12-21 17:45:01 -05:00
testh5toh4 [svn-r978] Purpose: Bug fixes 1998-12-20 23:05:28 -05:00