summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5Front.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/RM_H5Front.html')
-rw-r--r--doc/html/RM_H5Front.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html
index f2b1d2b..06bcbde 100644
--- a/doc/html/RM_H5Front.html
+++ b/doc/html/RM_H5Front.html
@@ -55,7 +55,7 @@ See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.
<p>
<center>
-<table border=0>
+<table border=0 width=90%>
<tr><td valign=top><a href="RM_H5.html">Library Functions</a>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>The general-purpose <strong>H5</strong> functions.
@@ -90,8 +90,9 @@ See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.
<tr><td valign=top><a href="RM_H5T.html">Datatype Interface</a>
</td><td></td><td valign=top>The <strong>H5T</strong> API for defining dataset element information.
</td></tr>
-<tr><td valign=top><a href="RM_H5Z.html">Compression Interface</a>
- </td><td></td><td valign=top>The <strong>H5Z</strong> API for compression.
+<tr><td valign=top><a href="RM_H5Z.html">Filters and</a><br>
+ &nbsp;&nbsp;<a href="RM_H5Z.html">Compression Interface</a>
+ </td><td></td><td valign=top>The <strong>H5Z</strong> API for inline data filters and data compression.
</td></tr>
<tr><td valign=top><a href="Tools.html">Tools</a>
</td><td></td><td valign=top>Interactive tools for the examination of existing HDF5 files.
@@ -104,11 +105,6 @@ See <a href="#F90andCPPlus">below</a> for the FORTRAN90 and C++ APIs.
</td><td></td><td valign=top>A glossary of data-types used in the APIs.
-->
</td></tr>
-<tr><td valign=top><hr noshade size=1><b>Ragged Arrays</b>&nbsp;&nbsp;
- </td><td></td><td valign=top><hr noshade size=1>The <strong>H5RA</strong> API for ragged arrays was removed from the HDF5 library at Release 1.4.
-
-
-</td></tr>
</table>
</center>
@@ -212,7 +208,7 @@ And in this document, the
Describes HDF5 Release 1.5, Unreleased Development Branch
</address><!-- #EndLibraryItem -->
- Last modified: 2 April 2001
+Last modified: 9 April 2003
</td><td align=right valign=top>
<a href="Copyright.html">Copyright</a>&nbsp;&nbsp;
ded HAVE_GETTIMEOFDAY around an auto variable and initialized the elapsed time to zero when gettimeofday() is not available. ./src/H5F.c ./src/H5Fprivate.h ./src/H5P.c Added an H5*_init() functions which do the same thing as H5*_init_interface() but can be called from other packages and don't do anything if the interface is already initialized. This fixes a couple memory leaks in applications that repeatedly close and open the library with H5close(). ./src/H5Tconv.c Optimized some data alignment code in the hardware conversion functions. Hardware conversions accumulate statistics about source and destination data alignment and print that information when the conversion function is unregistered (usually when the application exits) if data type debugging is compiled into the library and enabled at run-time. The conversion caching was cleaned up for the compound data type conversion function. It now caches conversion paths in a manner that will be MT-safe and is much simpler than the old method. Also cleaned up some array index maps. ./src/H5detect.c Fixd mispelling of alingemnt. ./src/H5private.h Changed `TRUE' to `1' in assignment to interface_initialize_g in FUNC_ENTER macro definition. ./tools/testh5dump.sh Completely rewritten to make it shorter, better documented, and conforming to most of the other test outputs. The comparison of the actual output with the expected output is insensitive to differences in white space. The test now passes for the first time on Linux where the output width wasn't as expected but the output was otherwise correct. ./tools/testfiles/tall-1.ddl ./tools/testfiles/tall-2.ddl ./tools/testfiles/tall-3.ddl ./tools/testfiles/tattr-1.ddl ./tools/testfiles/tattr-2.ddl ./tools/testfiles/tattr-3.ddl ./tools/testfiles/tattr-4.ddl ./tools/testfiles/tcomp-1.ddl ./tools/testfiles/tcomp-2.ddl ./tools/testfiles/tcomp-3.ddl ./tools/testfiles/tcomp-4.ddl ./tools/testfiles/tdset-1.ddl ./tools/testfiles/tdset-2.ddl ./tools/testfiles/tdset-3.ddl ./tools/testfiles/tdset-4.ddl ./tools/testfiles/tgroup-1.ddl ./tools/testfiles/tgroup-2.ddl ./tools/testfiles/tgroup-3.ddl ./tools/testfiles/tlink-1.ddl ./tools/testfiles/tlink-2.ddl ./tools/testfiles/tlink-3.ddl ./tools/testfiles/tlink-4.ddl ./tools/testfiles/tlink-5.ddl ./tools/testfiles/tslink-1.ddl ./tools/testfiles/tslink-2.ddl Changed `../h5dump' to just `h5dump'. ./config/alpha-dec-osf4.0 Added more warning and optimization switches to the native compiler.
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tall-1.ddl2
-rw-r--r--tools/testfiles/tall-2.ddl2
-rw-r--r--tools/testfiles/tall-3.ddl2
-rw-r--r--tools/testfiles/tattr-1.ddl2
-rw-r--r--tools/testfiles/tattr-2.ddl2
-rw-r--r--tools/testfiles/tattr-3.ddl2
-rw-r--r--tools/testfiles/tattr-4.ddl2
-rw-r--r--tools/testfiles/tcomp-1.ddl2
-rw-r--r--tools/testfiles/tcomp-2.ddl2
-rw-r--r--tools/testfiles/tcomp-3.ddl2
-rw-r--r--tools/testfiles/tcomp-4.ddl2
-rw-r--r--tools/testfiles/tdset-1.ddl2
-rw-r--r--tools/testfiles/tdset-2.ddl2
-rw-r--r--tools/testfiles/tdset-3.ddl2
-rw-r--r--tools/testfiles/tdset-4.ddl2
-rw-r--r--tools/testfiles/tgroup-1.ddl2
-rw-r--r--tools/testfiles/tgroup-2.ddl2
-rw-r--r--tools/testfiles/tgroup-3.ddl2
-rw-r--r--tools/testfiles/thlink-1.ddl2
-rw-r--r--tools/testfiles/thlink-2.ddl2
-rw-r--r--tools/testfiles/thlink-3.ddl2
-rw-r--r--tools/testfiles/thlink-4.ddl2
-rw-r--r--tools/testfiles/thlink-5.ddl2
-rw-r--r--tools/testfiles/tslink-1.ddl2
-rw-r--r--tools/testfiles/tslink-2.ddl2
25 files changed, 25 insertions, 25 deletions
diff --git a/tools/testfiles/tall-1.ddl b/tools/testfiles/tall-1.ddl
index a0d24f8..9ea5a73 100644
--- a/tools/testfiles/tall-1.ddl
+++ b/tools/testfiles/tall-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump tall.h5'
+Expected output for 'h5dump tall.h5'
#############################
HDF5 "tall.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tall-2.ddl b/tools/testfiles/tall-2.ddl
index c23ae58..4d6002b 100644
--- a/tools/testfiles/tall-2.ddl
+++ b/tools/testfiles/tall-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -header -g /g1/g1.1 -a attr2 tall.h5'
+Expected output for 'h5dump -header -g /g1/g1.1 -a attr2 tall.h5'
#############################
HDF5 "tall.h5" {
GROUP "/g1/g1.1" {
diff --git a/tools/testfiles/tall-3.ddl b/tools/testfiles/tall-3.ddl
index a33c8d7..9c35fe1 100644
--- a/tools/testfiles/tall-3.ddl
+++ b/tools/testfiles/tall-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5'
+Expected output for 'h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5'
#############################
HDF5 "tall.h5" {
DATASET "/g2/dset2.1" {
diff --git a/tools/testfiles/tattr-1.ddl b/tools/testfiles/tattr-1.ddl
index 6604aa3..bdf4f3c 100644
--- a/tools/testfiles/tattr-1.ddl
+++ b/tools/testfiles/tattr-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump tattr.h5'
+Expected output for 'h5dump tattr.h5'
#############################
HDF5 "tattr.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tattr-2.ddl b/tools/testfiles/tattr-2.ddl
index ccccb8d..7b6a7c9 100644
--- a/tools/testfiles/tattr-2.ddl
+++ b/tools/testfiles/tattr-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -a attr1 attr3 tattr.h5'
+Expected output for 'h5dump -a attr1 attr3 tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "attr1" {
diff --git a/tools/testfiles/tattr-3.ddl b/tools/testfiles/tattr-3.ddl
index 42a133b..0ef4a4f 100644
--- a/tools/testfiles/tattr-3.ddl
+++ b/tools/testfiles/tattr-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -header -a attr2 tattr.h5'
+Expected output for 'h5dump -header -a attr2 tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "attr2" {
diff --git a/tools/testfiles/tattr-4.ddl b/tools/testfiles/tattr-4.ddl
index 3c5b849..a110bef 100644
--- a/tools/testfiles/tattr-4.ddl
+++ b/tools/testfiles/tattr-4.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -a attr4 tattr.h5'
+Expected output for 'h5dump -a attr4 tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "attr4" {
diff --git a/tools/testfiles/tcomp-1.ddl b/tools/testfiles/tcomp-1.ddl
index 172eb3e..d837aff 100644
--- a/tools/testfiles/tcomp-1.ddl
+++ b/tools/testfiles/tcomp-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump tcompound.h5'
+Expected output for 'h5dump tcompound.h5'
#############################
HDF5 "tcompound.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tcomp-2.ddl b/tools/testfiles/tcomp-2.ddl
index cbd3bbe..9b6bb89 100644
--- a/tools/testfiles/tcomp-2.ddl
+++ b/tools/testfiles/tcomp-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -t /type1 /type2 /group1/type3 tcompound.h5'
+Expected output for 'h5dump -t /type1 /type2 /group1/type3 tcompound.h5'
#############################
HDF5 "tcompound.h5" {
DATATYPE "/type1" {
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
index 20a3661..c5fd1d4 100644
--- a/tools/testfiles/tcomp-3.ddl
+++ b/tools/testfiles/tcomp-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /group2/dset5 -g /group1 tcompound.h5'
+Expected output for 'h5dump -d /group2/dset5 -g /group1 tcompound.h5'
#############################
HDF5 "tcompound.h5" {
DATASET "/group2/dset5" {
diff --git a/tools/testfiles/tcomp-4.ddl b/tools/testfiles/tcomp-4.ddl
index 2510c43..2ae8e4c 100644
--- a/tools/testfiles/tcomp-4.ddl
+++ b/tools/testfiles/tcomp-4.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -t /#3432:0 -g /group2 tcompound.h5'
+Expected output for 'h5dump -t /#3432:0 -g /group2 tcompound.h5'
#############################
HDF5 "tcompound.h5" {
DATATYPE "/#3432:0" {
diff --git a/tools/testfiles/tdset-1.ddl b/tools/testfiles/tdset-1.ddl
index b1757db..c5f4fb6 100644
--- a/tools/testfiles/tdset-1.ddl
+++ b/tools/testfiles/tdset-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump tdset.h5'
+Expected output for 'h5dump tdset.h5'
#############################
HDF5 "tdset.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tdset-2.ddl b/tools/testfiles/tdset-2.ddl
index e876103..177a10f 100644
--- a/tools/testfiles/tdset-2.ddl
+++ b/tools/testfiles/tdset-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d dset1 /dset2 tdset.h5'
+Expected output for 'h5dump -d dset1 /dset2 tdset.h5'
#############################
HDF5 "tdset.h5" {
DATASET "dset1" {
diff --git a/tools/testfiles/tdset-3.ddl b/tools/testfiles/tdset-3.ddl
index 7b6e802..86d640b 100644
--- a/tools/testfiles/tdset-3.ddl
+++ b/tools/testfiles/tdset-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /dset1 -header tdset.h5'
+Expected output for 'h5dump -d /dset1 -header tdset.h5'
#############################
HDF5 "tdset.h5" {
DATASET "/dset1" {
diff --git a/tools/testfiles/tdset-4.ddl b/tools/testfiles/tdset-4.ddl
index 8e2ec9e..c86c776 100644
--- a/tools/testfiles/tdset-4.ddl
+++ b/tools/testfiles/tdset-4.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d dset3 tdset.h5'
+Expected output for 'h5dump -d dset3 tdset.h5'
#############################
HDF5 "tdset.h5" {
DATASET "dset3" {
diff --git a/tools/testfiles/tgroup-1.ddl b/tools/testfiles/tgroup-1.ddl
index a671b8e..d5f5eb4 100644
--- a/tools/testfiles/tgroup-1.ddl
+++ b/tools/testfiles/tgroup-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump tgroup.h5'
+Expected output for 'h5dump tgroup.h5'
#############################
HDF5 "tgroup.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tgroup-2.ddl b/tools/testfiles/tgroup-2.ddl
index cec0783..42011a7 100644
--- a/tools/testfiles/tgroup-2.ddl
+++ b/tools/testfiles/tgroup-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -g / tgroup.h5'
+Expected output for 'h5dump -g / tgroup.h5'
#############################
HDF5 "tgroup.h5" {
GROUP "/" {
diff --git a/tools/testfiles/tgroup-3.ddl b/tools/testfiles/tgroup-3.ddl
index a133268..31ee9ce 100644
--- a/tools/testfiles/tgroup-3.ddl
+++ b/tools/testfiles/tgroup-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -g /g2 /y tgroup.h5'
+Expected output for 'h5dump -g /g2 /y tgroup.h5'
#############################
HDF5 "tgroup.h5" {
GROUP "/g2" {
diff --git a/tools/testfiles/thlink-1.ddl b/tools/testfiles/thlink-1.ddl
index 670f19f..43f8f3a 100644
--- a/tools/testfiles/thlink-1.ddl
+++ b/tools/testfiles/thlink-1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump thlink.h5'
+Expected output for 'h5dump thlink.h5'
#############################
HDF5 "thlink.h5" {
GROUP "/" {
diff --git a/tools/testfiles/thlink-2.ddl b/tools/testfiles/thlink-2.ddl
index df2b6ab..fcf85e9 100644
--- a/tools/testfiles/thlink-2.ddl
+++ b/tools/testfiles/thlink-2.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /g1/link2 /dset /g1/link1/link3 thlink.h5'
+Expected output for 'h5dump -d /g1/link2 /dset /g1/link1/link3 thlink.h5'
#############################
HDF5 "thlink.h5" {
DATASET "/g1/link2" {
diff --git a/tools/testfiles/thlink-3.ddl b/tools/testfiles/thlink-3.ddl
index 7658c2e..5522244 100644
--- a/tools/testfiles/thlink-3.ddl
+++ b/tools/testfiles/thlink-3.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /dset /g1/link1/link3 /g1/link2 thlink.h5'
+Expected output for 'h5dump -d /dset /g1/link1/link3 /g1/link2 thlink.h5'
#############################
HDF5 "thlink.h5" {
DATASET "/dset" {
diff --git a/tools/testfiles/thlink-4.ddl b/tools/testfiles/thlink-4.ddl
index 5579fdb..bbdd723 100644
--- a/tools/testfiles/thlink-4.ddl
+++ b/tools/testfiles/thlink-4.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -g /g1 thlink.h5'
+Expected output for 'h5dump -g /g1 thlink.h5'
#############################
HDF5 "thlink.h5" {
GROUP "/g1" {
diff --git a/tools/testfiles/thlink-5.ddl b/tools/testfiles/thlink-5.ddl
index dc636d7..14277cc 100644
--- a/tools/testfiles/thlink-5.ddl
+++ b/tools/testfiles/thlink-5.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for '../h5dump -d /dset -g /g2 -d /g1/link2 thlink.h5'
+Expected output for 'h5dump -d /dset -g /g2 -d /g1/link2 thlink.h5'
#############################
HDF5 "thlink.h5" {
DATASET "/dset" {
diff --git a/tools/testfiles/tslink-1.ddl b/tools/testfiles/tslink-1.ddl