| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also added test script for string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
|
|
|
|
|
| |
the winsock2.h
file
|
|
|
|
|
|
|
| |
* display selected named data type
* display named/unamed data type
* hard link
Also added testing scripts in testh5dump.sh.
|
|
|
|
| |
Added tests for dumper options.
|
|
|
|
|
| |
Used H5Gstat to check object type.
Modified h5dumputil.c to reflect changes of h5tools.c
|
| |
|
|
Renamed what was called h5dump.c to h5tools.c.
Changed Makefile.in to reflect all the changes.
(Make dependence is to be processed later.)
Tested in Solaris 2.5
|