Commit Graph

551 Commits

Author SHA1 Message Date
Frank Baker
9ae8ff3906 [svn-r7598]
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:42:17 -05:00
Frank Baker
77da80dd1b [svn-r7596]
Purpose:
    Integrate Fortran90 interfaces into C RM.

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

Platforms tested:
    IE 5, Safari
2003-10-10 10:30:13 -05:00
Frank Baker
9fc00478b2 [svn-r7588]
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 13:59:27 -05:00
Frank Baker
6bc068e998 [svn-r7578]
Purpose:
    Minor copy edits.

Platforms tested:
    Safari, IE 5
2003-10-08 16:55:23 -05:00
Quincey Koziol
134a692a83 [svn-r7561] Purpose:
Feature add

Description:
    Add a few new fields to the H5G_stat_t structure, to allow more information
about the object header to be retrieved.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-10-07 10:27:19 -05:00
Quincey Koziol
a5d1c5c576 [svn-r7560] Purpose:
Add feature

Description:
    Add H5Fget_freespace() routine, to check the amount of free space in a
    file.  This information is only valid until the file is closed currently,
    however (until we start recording the free space information in the file
    itself).

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-10-07 08:57:18 -05:00
Quincey Koziol
cd6a20f0c8 [svn-r7552] Purpose:
Bug/feature fix.

Description:
    Relax restriction on parallel writing to compact datasets to allow partial
I/O.

    Updated reference manual mentioning the issues involved.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-10-06 10:17:55 -05:00
Frank Baker
c9c54b6041 [svn-r7537]
Purpose:
    Alphabetizing the RM function entries.  This commit finishes the
    task in the 1.6 release branch.

Platforms tested:
    IE 5, Safari
2003-10-03 17:53:10 -05:00
Frank Baker
478ed94629 [svn-r7536]
Purpose:
    Alphabetized RM function entries

Platforms tested:
    Safari, IE 5
2003-10-03 15:07:00 -05:00
Frank Baker
1b5e1aba49 [svn-r7533]
Purpose:
    Update "Last modified:" line (which was overlooked for
        immediately-preceding commit)
2003-10-03 14:54:56 -05:00
Frank Baker
339316c91c [svn-r7532]
Purpose:
    Alphabetized function entries
    Fortran90 descriptions for h5acreate_f and h5aclose_f

Platforms tested:
    IE 5, Safari
2003-10-03 14:50:53 -05:00
Albert Cheng
e248afea59 [svn-r7515] Purpose:
Updated the last modified date.

Platforms tested:
IE viewed.

Misc. update:
2003-09-25 10:22:53 -05:00
Albert Cheng
82d1061467 [svn-r7512] Purpose:
Added the entry of document of the three basic performance tools.
The information was provided by Robb long time ago.

Platforms tested:
eyeballed.

Misc. update:
2003-09-25 10:14:51 -05:00
cvs2svn
5234dd7fd9 [svn-r7511] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'. 2003-09-25 10:14:51 -05:00
HDF Admin
4589e4410a [svn-r7503] Snapshot version 1.6 release 0 (post8) 2003-09-21 20:48:44 -05:00
Quincey Koziol
ed635e1eee [svn-r7486] Purpose:
Bump version # after creating bugfix snapshot

Platforms tested:
    None necessary.
2003-09-17 12:33:50 -05:00
Frank Baker
2d7eaf4363 [svn-r7485]
Purpose:
    Modifications to enable automatically generating a PDF version of the
    HDF5 Reference Manual with HTMLdoc.

Description:
    The HTML coding has been revised to provide necessary formatting and
    control guidance for HTMLdoc.  In the process, of course, the need for
    an occasional formatting or copy-edit correction was discovered.

Platforms tested:
    HTMLdoc, IE 5, Safari
2003-09-16 15:37:33 -05:00
Frank Baker
2f06ba1563 [svn-r7483]
Purpose:
    PDF_RM_body.book  (the body of the RM)
    PDF_RM_front.book (RM frontmatter: title page, (c) notice, TOC)
        Configuration files for use by HTMLdoc in generating a PDF version
        of the HDF5 Reference Manual.
    RM_Title.html
    RM_TOC.html
        Reference manual title page and table of contents for use in the
        above-mentioned PDF versions.

Description:
    The files PDF_RM*.book contain configuration notations and the list
        files to be included in each book.
    The 2 *.html files are just HTML-coded text for generating the
        respective pages.

Platforms tested:
    Tested with HTMLdoc.
    These files aren't used with and don't afffect anything else and
    they are not distributed to users.
2003-09-16 15:24:49 -05:00
Quincey Koziol
3abb7a1f68 [svn-r7477] Purpose:
Clarify documentation about H5Tset_size for string datatypes.
2003-09-16 08:40:10 -05:00
Quincey Koziol
4d86712bdb [svn-r7470] Purpose:
Increment version info after making snapshot for bug #1017 fix.

Platforms tested:
    No testing necessary.
2003-09-11 23:43:09 -05:00
Quincey Koziol
f3e445cfcb [svn-r7469] 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:36:23 -05:00
Quincey Koziol
75471825fd [svn-r7466] Purpose:
Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap
collection (170 -> 127)
2003-09-11 08:46:56 -05:00
Quincey Koziol
4e39682a9b [svn-r7464] Purpose:
Tweak some wording for global heap description.
2003-09-11 08:34:40 -05:00
Quincey Koziol
14ed172f87 [svn-r7459] Purpose:
Increment version info after making snapshot for bug #1021 fix.

Platforms tested:
    No testing necessary.
2003-09-10 13:39:36 -05:00
Quincey Koziol
59e8237a02 [svn-r7454] Purpose:
Checkpoint file format revisions.

Description:

Solution:

Platforms tested:

Misc. update:
2003-09-10 10:33:14 -05:00
HDF Admin
c63abc42b0 [svn-r7447] Snapshot version 1.6 release 0 (post4) 2003-09-07 20:55:55 -05:00
Quincey Koziol
175beb3e95 [svn-r7443] Purpose:
Snapshot repo for bug fix testing
2003-09-03 21:13:22 -05:00
HDF Admin
4c4a93612e [svn-r7437] Snapshot version 1.6 release 0 (post2) 2003-08-31 20:56:22 -05:00
Quincey Koziol
04137b3a16 [svn-r7435] 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:50:47 -05:00
Quincey Koziol
88218592e6 [svn-r7416] Purpose:
Checkpoint file format revisions.
2003-08-26 15:16:17 -05:00
Quincey Koziol
15e1a2c0c0 [svn-r7413] 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:37:33 -05:00
HDF Admin
e5ae46c7d1 [svn-r7333] Snapshot version 1.6 release 0 (post1) 2003-08-10 20:57:39 -05:00
HDF Admin
eb23557dee [svn-r7281] Snapshot version 1.6 release 0 (post0) 2003-08-03 20:57:07 -05:00
Quincey Koziol
e5f3eae80a [svn-r7261] Purpose:
Checkpoint file format revisions.
2003-07-23 16:36:52 -05:00
Quincey Koziol
5dd1e76958 [svn-r7230] Purpose:
Update docs

Description:
    Checkpoint file format revisions.
2003-07-16 09:38:42 -05:00
Quincey Koziol
320499b91c [svn-r7216] Purpose:
Correct information

Description:
    Correct a some information about file creation properties.
2003-07-14 11:50:46 -05:00
Quincey Koziol
3da4c37539 [svn-r7193] Purpose:
Checkpoint work

Description:
    Check in more updates to the file format specification.
2003-07-09 14:20:57 -05:00
Elena Pourmal
71a10a7184 [svn-r7167] Purpose: Maintenance before tagging the release
Description: I created released tar ball with bin/release; now I am commiting
             files that were updated by the script before tagging the release.

Solution:

Platforms tested:

Misc. update:
2003-07-03 16:25:10 -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
Frank Baker
63d9172378 [svn-r7143]
Purpose:
    To segregate HDF4/HDF5 conversion tools and add link to H4toH5 Library

Description:
    Restructured indexing at the top of the page into these sections:
        User utilities
        Configuration and library management utilities
        Java-based tools
        HDF5/HDF4 conversion tools
            Added link to http://hdf.ncsa.uiuc.edu/h4toh5/

Platforms tested:
    IE 5
2003-07-02 21:49:49 -05:00
Frank Baker
1091cab2e6 [svn-r7140]
Purpose:
    Add short copyright notice.
    Update release tag line.

Description:
    Added short copyright notice as comment in source files;
        does not display in browser.
    Updated release tag line in footers to read as follows:
        Describes HDF5 Release 1.6.0, July 2003

Platforms tested:
    IE 5
2003-07-02 16:28:11 -05:00