Commit Graph

518 Commits

Author SHA1 Message Date
Frank Baker
0e008a403e [svn-r7721]
Purpose:
    Formatting in Fortran90 descriptions

Platforms tested:
    Safari
2003-10-23 17:09:11 -05:00
Frank Baker
e7339323c4 [svn-r7718]
Purpose:
    Formatting and copy edits in the Fortran90 descriptions

Platforms tested:
    Safari
2003-10-23 16:37:09 -05:00
Frank Baker
c54bafe243 [svn-r7693]
Purpose:
    Formatting and copy edits within Fortran90 descriptions

Platforms tested:
    Safari
2003-10-22 14:44:16 -05:00
Frank Baker
09fc43ba75 [svn-r7687]
Purpose:

Description:

Solution:

Platforms tested:

Misc. update:
2003-10-21 14:20:41 -05:00
Elena Pourmal
e28d341378 [svn-r7659] Purpose: Maintenance
Description: I run bin/release to create an hdf5-1.6.1 release tar
             ball. Now I am checking in modified files before
              tagging the release.

Solution: N/A

Platforms tested: N/A

Misc. update:
2003-10-16 21:47:22 -05:00
Frank Baker
fc59fc145d [svn-r7658]
Purpose:
    Rebalance function index at top of page.

Platforms tested:
    Safari, IE 5
2003-10-16 17:55:29 -05:00
Frank Baker
5adc5f7a5e [svn-r7655]
Purpose:

Description:
    index.html: Added link to PDF version of RM, to be posted approximately
        one week post-release
    RM_H5Front.html: Added note describing Fortran API integration into main RM
        Added link to PDF version of RM, to be posted approximately one week
        post-release
    RM_H5?.html and RM_H5.html (except RM_H5P.html):
        Removed notes that Fortran APIs are described in a separate window
    RM_H5P.html:  Added note that Fortran API integration is complete
        throughout RM except in H5P

Solution:

Platforms tested:

Misc. update:
2003-10-16 17:13:35 -05:00
Frank Baker
e8a5037bf8 [svn-r7654]
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-16 16:42:08 -05:00
Frank Baker
50fc3aa90d [svn-r7653]
Purpose:
    Added section for R1.6.1
        Listed new functions:
            H5Fget_freelist
            h5pset_fapl_mpiposix_f *
            h5pget_fapl_mpiposix_f *
                (* With note that these functions were new in 1.6.0
                   but undocumented.)
        Listed functions with changed sytax:
            H5Gget_obj_info -- changed struct
            h5fset_cache_f -- parameter change
    And a copy edit in the 1.6.0 section where that release was
        referred to as 'Release 1.5'.

Platforms tested:
    Safari, IE 5
2003-10-16 15:08:21 -05:00
Frank Baker
5969f9b759 [svn-r7652]
Purpose:
    Tools index:    Updated link to Java/HDF Tools page.
    h5dump:         Updated XML-related options and links.

Platforms tested:
    Safari, IE 5
2003-10-16 14:47:57 -05:00
Frank Baker
70a72e25b4 [svn-r7651]
Purpose:
    Expand H5open/h5open_f and H5close/h5close_f descriptions
    to indicate that these two calls are mandatory in Fortran90
    applications (though optional in C).

Platforms tested:
    Safari, IE 5
2003-10-16 14:43:38 -05:00
Frank Baker
1b4abf8e45 [svn-r7645]
Purpose:
    Add two missing Fortran calls:
        h5pget_fapl_mpiposix_f
        h5pset_fapl_mpiposix_f

Platforms tested:
    Safari
2003-10-15 17:09:09 -05:00
Frank Baker
a47a0ac49a [svn-r7637]
Purpose:
    Update docs index subtitle and tagline to
    read 'Release 1.6.1, October 2003'.

Platforms tested:
    IE 5, Safari
2003-10-15 13:53:34 -05:00
Frank Baker
db240fe802 [svn-r7636]
Purpose:
    Update release tagline to read:
        Describes HDF5 Release 1.6.1, October 2003

Platforms tested:
    Safari, IE 5
2003-10-15 13:15:21 -05:00
Frank Baker
d95549a97d [svn-r7635]
Purpose:
    Minor copy edit in H5Pset_sizes.

Platforms tested:
    Safari
2003-10-15 12:35:40 -05:00
Frank Baker
e67fc6a10c [svn-r7620]
Purpose:
    Integrate Fortran90 interfaces into C RM.
    (Cleanup pass for H5A and H5D, initially checked in last week.)

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

Platforms tested:
    IE 5, Safari
2003-10-13 17:15:49 -05:00
Elena Pourmal
5de413e72f [svn-r7606]
Purpose: Bug fix

Description: Type of the third argument to the h5pset(get)_cache_f subroutines
             was incorrect (INTEGER instead of INTEGER(SIZE_T)).
             I was confused while doing my previous change since
             fortran docs were wrong, and the type of the same argument in
             1_4 branch is INTEGER. I forgot to check carefully #if def for
             1_4 branch in the C code, and encountered only int type for the
             corresponding C functions. Since Fortran doesn't support
             backward compatibility, type of the argument should be
             always in sync with the latest branch.

Solution: ALWAYS, ALWAYS pay attention to compiler's warning.
          Fixed type to be INTEGER(SIZE_T).

Platforms tested: kelgia, copper 64-bit mode, solaris 2.7 64-bit mode.

Misc. update:
2003-10-13 12:26:37 -05:00
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