Commit Graph

532 Commits

Author SHA1 Message Date
Frank Baker
75d4f35593 [svn-r7679]
Purpose:
    h5dump:  Updated XML-related options and links.

Platforms tested:
    IE 5, Safari
2003-10-20 17:04:39 -05:00
HDF Admin
794b7d2a5a [svn-r7668] Snapshot version 1.7 release 7 2003-10-19 07:09:33 -05:00
Elena Pourmal
a34ed1f634 [svn-r7623]
Purpose: Bug fix

Description: The third parameter to the h5pget(set)_cache_f subroutines
             had a wrong type

Solution: Fixed the type and changed the docs.

Platforms tested: kelgia, arabica 64-bit, copper 64-bit

Misc. update:
2003-10-13 17:29:11 -05:00
HDF Admin
d19001584b [svn-r7605] Snapshot version 1.7 release 6 2003-10-12 07:18:10 -05:00
Frank Baker
c4b72f1579 [svn-r7599]
Purpose:
    Integrate Fortran90 interfaces into C RM.

Solution:
    Remove "Non-C APIs" sections.
    Add "Fortran90 Interfaces" sections with F90 descriptions.

Platforms tested:
    IE 5, Safari
2003-10-10 10:53:24 -05:00
Frank Baker
9ef846aef1 [svn-r7589]
Purpose:
    Integrate Fortran90 interfaces into C RM.

Solution:
    Remove "Non-C APIs" sections.
    Add "Fortran90 Interfaces" sections with F90 descriptions.

Platforms tested:
    IE 5, Safari
2003-10-09 14:20:47 -05:00
Frank Baker
d0f0bc2296 [svn-r7585]
Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation
    Function index formatting

Platforms tested:
    IE 5, Safari
2003-10-09 11:56:04 -05:00
Frank Baker
dc4212e15c [svn-r7577]
Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation
    Minor copy edits

Platforms tested:
    IE 5, Safari
2003-10-08 16:48:44 -05:00
Frank Baker
cccd86aa0e [svn-r7576]
Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation
    Corrected link to the F90 subroutine h5rget_object_type_f from the
	H5Rget_obj_type function description

Platforms tested:
    IE 5, Safari
2003-10-08 16:26:05 -05:00
Frank Baker
c1afffec45 [svn-r7571]
Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation
    Minor copy edits

Platforms tested:
    Safari, IE 5
2003-10-07 17:17:58 -05:00
Frank Baker
cf629d9e6c [svn-r7567]
Purpose:
    Alphabetic sort of RM function entries
    Additional and modified HTML coding to accomodate HTMLdoc and
        automated PDF generation

Description:

Solution:

Platforms tested:

Misc. update:
2003-10-07 14:56:17 -05:00
Frank Baker
038c920c9f [svn-r7566]
Purpose:
    Aphabetic sort of RM function entries
    Integrated Fortran90 APIs -- h5acreate_f and h5aclose_f

Platforms tested:
    IE 5, Safari
2003-10-07 14:50:38 -05:00
Frank Baker
5956fb6381 [svn-r7565]
Purpose:
    Aphabetic sort of RM function entries
    Minor formatting

Platforms tested:
    IE 5, Safari
2003-10-07 14:18:32 -05:00
Frank Baker
03dd1f7e2f [svn-r7564]
Purpose:
    Aphabetic sort of RM function entries

Platforms tested:
    IE 5, Safari
2003-10-07 12:31:35 -05:00
HDF Admin
259247fc32 [svn-r7558] Snapshot version 1.7 release 5 2003-10-07 06:15:05 -05:00
Albert Cheng
0f70e6ea7e [svn-r7509] Purpose:
Added the entry of document of the three basic performance tools.
The information was provided by Robb long time ago.

Platforms tested:
Viewed by IE.

Misc. update:
2003-09-25 10:04:18 -05:00
HDF Admin
be77a044fe [svn-r7502] Snapshot version 1.7 release 4 2003-09-21 06:12:33 -05:00
Quincey Koziol
f4f1c62cc5 [svn-r7476] Purpose:
Clarify documentation about H5Tset_size for string datatypes.
2003-09-16 08:40:04 -05:00
HDF Admin
fb44f88bc6 [svn-r7472] Snapshot version 1.7 release 3 2003-09-14 05:50:14 -05:00
Quincey Koziol
965a4cd7c9 [svn-r7468] Purpose:
Code cleanup, etc.

Description:
    Generalize Ray's datatype fixes to handle packing compound datatypes which
are the base type of an array or variable-length type, etc.

    Also track "packedness" of a compound datatype from it's creation, instead
of only setting the 'packed' flag after the datatype was explicitly packed.

    Updated docs to reflect that a compound datatype is allowed to grow (but
not shrink).

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-09-11 23:35:48 -05:00
Quincey Koziol
1a8d15116a [svn-r7465] Purpose:
Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap
collection (170 -> 127)
2003-09-11 08:46:52 -05:00
Quincey Koziol
492dd9ec09 [svn-r7463] Purpose:
Tweak some wording for global heap description.
2003-09-11 08:34:35 -05:00
Quincey Koziol
91709a2b43 [svn-r7452] Purpose:
Checkpoint file format spec.
2003-09-10 10:30:32 -05:00
Quincey Koziol
c3a7c9341e [svn-r7450] Purpose:
Add document describing issues relating to variable-length datatypes.
2003-09-09 20:30:16 -05:00
HDF Admin
38d6179b31 [svn-r7436] Snapshot version 1.7 release 2 2003-08-31 03:33:11 -05:00
Quincey Koziol
f92d7f73df [svn-r7434] Purpose:
Bug Fix and code cleanup

Description:
    Correct error in H5T_detect_class that was causing nested compound datatypes
with to not detect the datatype class of fields correctly, which caused errors
with fill-values, variable-length datatypes and chunks later on.

    Return the rank of the array datatype from H5Tget_array_dims(), like
H5Sget_dims().

    Lots of cleanups to datatype code, to make the handling of arrays, compound
types, variable-length strings and sequences and enumerated types more
consistent and robust.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-08-30 20:48:01 -05:00
Frank Baker
6bc0753d02 [svn-r7430]
Purpose:
    RM_H5G.html   -- Minor copy edits
    H5.intro.html -- Removed Library version # from doc title

Platforms tested:
    IE 5, Safari
2003-08-28 18:05:18 -05:00
Frank Baker
0ac562001b [svn-r7429]
Purpose:
    Enhanced indexing; copy edits.

Description:
    Restructured index and clarify descriptions and/or make them more
        parallel; added link to "Other tools"
    Added note that h4toh5 and h5toh4 are no longer part of the HDF5 library
        distribution
    Lots of copy edits

Platforms tested:
    IE 5, Safari
2003-08-28 18:03:36 -05:00
Quincey Koziol
6f8d95297d [svn-r7414] Purpose:
Checkpoint file format revisions
2003-08-26 15:14:45 -05:00
Quincey Koziol
438248d01d [svn-r7412] Purpose:
Bug fix

Description:
    H5Gget_objname_by_idx should allow NULL for the 'name' parameter, to allow
for querying for the name's length.

Solution:
    Allow NULL for the 'name' parameter, the internal functions were already
ready to handle that case.

    Clean up RM information about H5Gget_objname_by_idx and
H5Gget_objtype_by_idx also.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
2003-08-26 13:35:37 -05:00
HDF Admin
a532b1814e [svn-r7397] Snapshot version 1.7 release 1 2003-08-24 03:42:43 -05:00
Quincey Koziol
6a41c76c04 [svn-r7335] Purpose:
Update docs

Description:
    Updated docs with new H5G_stat_t structure.
2003-08-11 07:44:24 -05:00
Quincey Koziol
b1c884be5a [svn-r7330] Purpose:
Update docs

Description:
    Update DDL for format change of unnamed datatypes.
2003-08-08 14:53:16 -05:00
Robert E. McGrath
69bc830f8a [svn-r7279] Purpose:
Description:
Checking in Version 2 of this specification, which was done
in July 2002.  It should have been in the doc tree a long time
ago.

Solution:

Platforms tested:

Misc. update:
2003-07-30 15:41:46 -05:00
HDF Admin
bfd27ff198 [svn-r7266] Snapshot version 1.7 release 0 2003-07-27 03:24:20 -05:00
Quincey Koziol
c3f817e945 [svn-r7260] Purpose:
Checkpoint file format revisions.
2003-07-23 16:36:08 -05:00
Quincey Koziol
dae014cfda [svn-r7229] Purpose:
Update docs

Description:
    Checkpoint file format revisions.
2003-07-16 09:38:07 -05:00
Quincey Koziol
0bcd59f9b8 [svn-r7217] Purpose:
Correct information

Description:
    Correct a some information about file creation properties.
2003-07-14 11:51:24 -05:00
Quincey Koziol
c41fb2f87d [svn-r7194] Purpose:
Checkpoint work

Description:
    Check in more updates to the file format specification.
2003-07-09 14:21:38 -05:00
Quincey Koziol
4e23c80758 [svn-r7181] Purpose:
Version update

Description:
    Removed 1.4 compatibility code in the library.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
2003-07-07 14:02:46 -05:00
Quincey Koziol
3523cd7413 [svn-r7161] Purpose:
Further updates

Description:
    More updates on file format information.

Platforms tested:
    Mozilla 1.4.0
2003-07-03 15:45:53 -05:00
Frank Baker
1a769534d8 [svn-r7160]
Purpose:
    Copy edits.

Platforms tested:
    IE 5
2003-07-03 15:42:15 -05:00
Frank Baker
4146d79af1 [svn-r7159]
Purpose:
    Changed "HDF5 User's Guide" links (in navigation bars, primarily)
    to point to new user's guide, which will reside for a while yet on
    the HDF server.
    The old user's guide will still go out with the distribution under
    the label "HDF5 User's Guide, Release 1.4.5."

Platforms tested:
    IE 5
2003-07-03 14:40:03 -05:00
Frank Baker
a901d24a8b [svn-r7158]
Purpose:
    Renamed old "HDF5 User's Guide" as "HDF5 User's Guide, Release 1.4.5".
    Added navigation bar link to new user's guide on HDF server.
    Changed release tag line (in old UG only) back to
        "Describes HDF5 Release 1.4.5, February 200 3"

Platforms tested:
    IE 5
2003-07-03 14:35:53 -05:00
Frank Baker
bc5a1e0312 [svn-r7157]
Purpose:
    Linking in additional Fortran90 functions

Description:
    Add links to
    In RM_H5T.html
        h5tarray_create_f, h5tget_array_ndims_f, h5tget_array_dims_f
    In RM_H5P.html
        h5pmodify_filter_f, h5pget_filter_by_id_f, h5pset_family_offset_f
        h5pset(get)_fapl_core_f, h5pset(get)_fapl_family_f
        h5pset(get)_fapl_multi_f, h5pset_fapl_sec2_f, h5pset_fapl_sdio_f
        h5pset_fapl_split_f, h5pget_driver_f, h5pset_szip_f
        h5pget_nfilters_f, h5pset(get)_preserve_f

Platforms tested:
    IE 5
2003-07-03 13:52:44 -05:00
Frank Baker
76fd023ae9 [svn-r7154]
Purpose:
    Correct link to Supported Configuration Features table.

Platforms tested:
    IE 5
2003-07-03 13:11:54 -05:00
Frank Baker
c204eb9e3c [svn-r7153]
Purpose:
    Update links.
    Add documents.

Description:
    Bring in current links and notes from the R1.4.5 document.
    Add the documents which have been collected in
        http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/.
        These documents include discussions of SZIP, generic properties,
        the shuffle algorithm and its influence on performance, fill values
        and space allocation, and error detection.

Platforms tested:
    IE 5
2003-07-03 13:05:23 -05:00
Frank Baker
79c7463f35 [svn-r7152]
Description:
    H5Pset_szip -- Added link to further SZIP information at
        http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/

Platforms tested:
    IE 5
2003-07-03 12:56:26 -05:00
Quincey Koziol
45eb7e601f [svn-r7149] Purpose:
Update information

Description:
    Update with more correct information.  (Still not finished, but its better
    than it was before... :-)

Platforms tested:
    Mozilla 1.4.0
2003-07-03 12:20:32 -05:00
Frank Baker
9f27091f4b [svn-r7144]
Description:
    Changed UG link to point to new UG, retaining secondary link to 1.4.5 UG.
    Removed pointer to printable documents.
    Minor formatting.

Platforms tested:
    IE 5
2003-07-02 22:17:01 -05:00