Commit Graph

626 Commits

Author SHA1 Message Date
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
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
Frank Baker
5de00d5fb8 [svn-r7139]
Purpose:
    Add copyright
    Update release number

Description:
    Added short copyright statement (doc version).
    Updated release number and date to Release 1.6.1, July 2003.

Platforms tested:
    IE 5
2003-07-02 16:05:27 -05:00
Frank Baker
64e2fe1774 [svn-r7138]
Purpose:
    H5Pset/get_hyper_cache are deprecated in R 1..6.0.

Description:
    Added notation that H5Pset/get_hyper_cache are deprecated functions
    in R1.6.0 and are available only if library is configured for
    1.4 compatibility.

Platforms tested:
    IE 5
2003-07-02 15:10:58 -05:00
Frank Baker
1e07dfa83d [svn-r7137]
Description:
    Add H5_WANT_H5_V1_4_COMPAT notes.
    Add or expand "Changed Syntax" and "Deleted Functions" sections.
    Edited to refer to Release 1.6.0 (instead of R 1.5 Developoment Branch).
    Bring in sections from R 1.4 branch covering changes
        from R 1.2.2 through 1.4.5.

Platforms tested:
    IE 5
2003-07-02 15:05:15 -05:00
Frank Baker
444fabea91 [svn-r7132]
Purpose:
    Update h5pset_szip_f options mask.

Description:
    h5pset_szip_f: Updated list of valid szip option values.
        Deleted 2, added 3 and notation "or the sum of any combination".
        Added example and note regarding mutually-exclusive options.

Platforms tested:
    IE 5
2003-07-01 10:46:25 -05:00
Frank Baker
cd46d0a7da [svn-r7127]
Purpose:
    Bugfix

Description:
    H5Pget_filter_by_id: Changed last parameter
    from "char *name[]" to "char name[]".

Platforms tested:
    IE 5
2003-06-30 16:24:11 -05:00
Frank Baker
82a89d2c18 [svn-r7125]
Purpose:
    H5Pset_shuffle -- Add note regarding intended use.
    H5Pset_szip -- Correct options mask list.  Copy edits.

Description:
    H5Pset_shuffle -- Added note that the shuffle filter is designed to be
        used with in combination a compression filter.
    H5Pset_szip -- Changed 'szip' to 'SZIP' in running text.
        Removed RAW_OPTIONS_MASK, LSB_OPTIONS_MASK, and MSB-OPTIONS_MASK
            from options maks list as they are not available for user control.
        Added 'H5_SZIP_' prefix to all remaining option tags.
        Made corresponding changes to running text, removing or revising
            mentions of deleted option tags.

Platforms tested:
    IE 5
2003-06-30 13:52:18 -05:00
Frank Baker
8369a1a908 [svn-r7112]
Purpose:
    Primarily edits from technical review

Description:
    H5Dread
    H5Dwrite
        Clarify library behavior with certain mem_space_id/file_space_id
            combinations.
        Add comment regarding when space is allocated and fill values written.
    H5Dget_space_status -- Correct return value.
    Copy edits and formatting fixes.

Platforms tested:
    IE 5, Safari
2003-06-26 11:52:42 -05:00
Frank Baker
331d3d504d [svn-r7111]
Purpose:
    Primarily edits from technical review.

Description:
    H5Pget_fill_value -- Corrected 'value' parameter type.
    H5Pget_fill_time -- Added H5D_FILL_TIME_IFSET.
    H5Pset_filter --Add that filters are applied to chunks in order
            in which they were created.
        Correct H5Z_FLAG_OPTIONAL description.
        Add references to related functions.
        Add H5Z_FILTER_SZIP to list of valid filters.
    H5Pget_filter -- Add H5Z_FILTER_SZIP to list of possible filters.
    H5Pset_szip -- Remove list of publications references.
    H5Pset_edc_check -- Reverse notation of default setting.
    Copy edits.

Platforms tested:
    IE 5, Safari
2003-06-26 11:50:00 -05:00
Frank Baker
daaa2679ea [svn-r7110]
Purpose:
    Primarily edits from tech review feedback.

Description:
    H5Rget_obj_type
        Corrected parameter reference.
    H5Rget_object_type
        Corrected cross-reference.
        Corrected ""HDF5 R1.4 compatibility" note.
    Copy edits.

Platforms tested:
    IE 5, Safari
2003-06-26 11:46:08 -05:00
Frank Baker
f67be1d2dc [svn-r7107]
Purpose:
    Add new class.

Description:
    Add '.1_4_compat' style class.

Platforms tested:
    IE 5, Safari
2003-06-25 15:06:00 -05:00
Frank Baker
1c576affc6 [svn-r7106]
Purpose:
    Two more new tools.

Description:
    Add h5diff and h5c++ to new tools list.
    Minor formatting fixes.

Platforms tested:
    IE 5, Safari
2003-06-25 15:02:10 -05:00
Frank Baker
2d2c6e8a18 [svn-r7105]
Purpose:
    New function.
    "HDF5 Release 1.4 compatibility" note.

Description:
    H5Rget_obj_type
        Added new function; replaces H5Rget_object_type.
    H5Rget_object_type
        Add "Provided for HDF5 Release 1.4 compatibility" note.

Platforms tested:
    IE 5, Safari
2003-06-25 14:49:04 -05:00
Frank Baker
5a6bfd1ae3 [svn-r7087]
Purpose:
    Review feedback.
    Change "Development notes" to user notes.
    New fill_time value (H5D_FILL_TIME_IFSET).
    Formatting fix and copy edits.

Description:
    (Based primarily on review feedback and developer consultations)
    H5Pset_hyper_vector_size -- Clarification on timing.
    H5Pmodify_filter -- dapl .vs. dcpl clarification.
    H5Pset_filter_by_id -- dapl .vs. dcpl clarification.
    H5Pset_szip -- Copy edits.
    5Pset_fill_time -- Added new fill_time value, H5D_FILL_TIME_IFSET.

    H5Pset_fill_value, H5Pfill_value_defined,
    H5Pset_fill_time, H5Pset_alloc_time
         -- Added H5Dcreate x-ref to "Notes."

    H5Pcreate_class, H5Pregister, H5Pinsert
        -- Convert some "development notes" to user notes; delete others.
        -- Formatting rework in H5Pregister "Parameters."

Platforms tested:
    IE 5, Safari
2003-06-23 16:06:40 -05:00
Frank Baker
19d5d5f2d3 [svn-r7086]
Purpose:
    H5set_free_list_limits review feedback.
    Link corresponding F90 function.

Description:
    Added explanations of regular, array, and block free lists.
    Copy edits.         (both in response to review comments)
    Linked in corresponding F90 function.

Platforms tested:
    IE 5, Safari
2003-06-23 15:35:51 -05:00
Frank Baker
27b07d75ac [svn-r7085]
Purpose:
    Complete "compression" to "filters" revisions.
    H5Zregister review feedback.

Description:
    Intro -- Finish the "Compression" ==> "Filters" changes.
    H5Zregister -- Clarify that the can_apply_func and set_local_func
                   can be set to null.
                -- Define value of filter_id
                -- Other smaller revisions.
     (all based on review feedback)

Platforms tested:
    IE 5, Safari
2003-06-23 15:32:50 -05:00
Frank Baker
ff818d2d47 [svn-r7079]
Purpose:
    Edits based on review feedback.

Description:
    H5Dget_offset -- Corrected return value.
    H5Dcreate -- Added a brief mention of "fill values and space allocation"
                 and a set of cross-references.
    H5Dfill -- Added H5Dcreate to the cross-reference list.

Platforms tested:
    IE 5, Safari
2003-06-20 17:18:33 -05:00
Frank Baker
25454c655d [svn-r7078]
Purpose:
    Edits based on review feedback.

Description:
    H5Sselect_elements -- Remove H5S_SELECT_OR and associated comments.

Platforms tested:
    IE 5, Safari
2003-06-20 17:11:54 -05:00
Frank Baker
769014bdc8 [svn-r7077]
Purpose:
    Edits based on review feedback.

Description:
    H5Tis_variable_str
    H5Tdetect_class
        -- Added notes regarding applicability of these 2 functions.
    H5Tget_native_type -- Copy edits.
        Added note to close returned identifier with H5Tclose and
        clarification WRT array, compoud, etc datatypes.
    Misc copy edits.

Platforms tested:
    IE 5, Safari
2003-06-20 17:07:02 -05:00
Frank Baker
2edd657fa0 [svn-r7076]
Purpose:
    Add new tools:
        h5diff
        h5perf
        h5redeploy
        h5c++
    Corrections to h5import

Description:
    h5diff, h5perf, h5redeploy, h5c++ -- Added these tools.
    h5import -- Corrected the description of the naming convention for
        output datasets.  Other edits based on review comments.
    Copy edits and source code formatting.

Platforms tested:
    IE 5, Safari
2003-06-20 16:53:38 -05:00
Quincey Koziol
e0d8e90d61 [svn-r7074] Purpose:
Bump version # after another private snapshot for SAF team.
2003-06-20 10:42:36 -05:00
Quincey Koziol
7c1054856a [svn-r7061] Purpose:
Bump version # after creating private snapshot.
2003-06-18 15:59:35 -05:00
Quincey Koziol
1aeaa7fbb1 [svn-r7059] Purpose:
Refactoring

Description:
    Track changes to H5Fget_obj_<foo> API functions.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
2003-06-18 15:52:54 -05:00
Quincey Koziol
b6f348df6e [svn-r7020] Purpose:
Bump version number after making snapshot
2003-06-10 14:35:29 -05:00
Frank Baker
ca33a5498c [svn-r7014]
Purpose:
    To facilitate finding functions, particularly in long Reference Manual
    sections.

Solution:
    Added alphabetized function listings.  (NOTE: Aside from the H5I and H5Z
    sections, this is not necessarily the final implementation; there will
    likely be another revision in the presentation of this listing before it
    is released.)

Platforms tested:
    Safari, IE 5
2003-06-10 10:38:46 -05:00
Elena Pourmal
952b611aa6 [svn-r6988]
Purpose: Maintenance for 1.6 release

Description: Signatures for fortran functions h5pmodify_filter_f,
              h5pget_filter_by_id_f, and h5pset_family_offset_f
             were missing.

Solution: Added missing signatures

Platforms tested: IE

Misc. update:
2003-06-06 16:06:04 -05:00
HDF Admin
6953bd7082 [svn-r6986] Snapshot version 1.5 release 56 2003-06-06 09:45:55 -05:00
Frank Baker
e747ba6bed [svn-r6979]
Purpose:
    Make "New Functions and Tools" section easier to read.

Solution:
    Alphabetized functions and tools lists.
    Created table with function names on left, full syntax on right.

Platforms tested:
   Safari, IE 5
2003-06-05 16:42:16 -05:00
Quincey Koziol
51b427848d [svn-r6974] Purpose:
Bump version #

Description:
    Bump the version # of the library after creating snapshot for SAF developers
to test with.
2003-06-05 12:44:43 -05:00
Elena Pourmal
82cc42fd19 [svn-r6973]
Purpose: Maintenance for 1.6 release

Description: Documented recent changes in 4 fortran APIs
              h5pset(get)_fapl_core_f and h5pset(get)_preserve_f

Solution:

Platforms tested: IE

Misc. update:
2003-06-05 12:31:38 -05:00
Elena Pourmal
29558fe080 [svn-r6972]
Purpose: Maintenance

Description: Signature pages for h5tarray_create_f, h5tget_array_ndims,
             h5tget_array_dims were missing.

Solution: Added signature pages to the RM

Platforms tested: IE

Misc. update:
2003-06-05 12:12:58 -05:00
Elena Pourmal
ea346d8042 [svn-r6965]
Purpose: Maintenace fro 1.6 release

Description: Man pages for the following functions have been added
             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

Solution:

Platforms tested: IE

Misc. update:
2003-06-04 17:53:23 -05:00
Frank Baker
9c1746f12d [svn-r6964]
Purpose and Description:
    Added "New Functions and Tools" list.

Platforms tested:
    Safari and IE 5.
2003-06-04 16:18:54 -05:00
Quincey Koziol
bb042d83c7 [svn-r6950] Purpose:
API tweak.

Description:
    The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving
the 'start' and 'end' coordinates, which is counter to the rest of the dataspace
API.

Solution:
    Change the arrays to be hssize_t instead.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested

Misc. update:
    Updated all docs for this change.

    Added 1.4 compatibility #ifdef's
2003-06-04 10:22:23 -05:00
Frank Baker
e6b24e1995 [svn-r6927]
Purpose: New tool -- h5import

Description:
    Added h5import.

Platforms tested:
    Safari and IE 5
2003-05-30 10:43:25 -05:00
Quincey Koziol
f36a66b6fb [svn-r6877] Purpose:
Correct typo.

Description:
    Correct the type of a value from H5G_obj_t to H5G_type_t.
2003-05-15 13:53:22 -05:00
Frank Baker
030c5e8e4e [svn-r6817]
Purpose:
    New features.

Description:
    Added 3 new functions:
        H5Gget_num_objs
        H5Gget_objname_by_idx
        H5Gget_objtype_by_idx

Platforms tested:
    Safari, IE 5
2003-05-06 17:27:51 -05:00
Frank Baker
d750905055 [svn-r6816]
Purpose:
    New features.

Description:
    Added 3 new functions:
        H5Tis_variable_str
        H5Tdetect_class
        H5Tget_native_type

Platforms tested:
    Safari, IE 5
2003-05-06 17:24:54 -05:00
Frank Baker
ae1c0b48d9 [svn-r6815]
Purpose:
    Update H5Zregister to describe new approach to filter management.

Description:
    H5Zregister -- heavy revisions to reflect new filter-handling approach.
        Added H5Z_class_t struct,
              H5Z_can_apply_func_t callback function, and
              H5Z_set_local_func_t callback function,
        and rewrote much of the rest.

Platforms tested:
    IE 5, Safari
2003-05-06 17:20:37 -05:00
Frank Baker
f4bd46fed6 [svn-r6814]
Purpose:
    New and modified functions.

Description:
    Added 11 new functions:
        H5Pall_filters_avail
        H5Pget_filter_by_id
        H5Pmodify_filter
        H5Pset_hyper_vector_size / H5Pget_hyper_vector_size
        H5Pset_family_offset / H5Pget_family_offset
        H5Pset_fapl_mpiposix / H5Pget_fapl_mpiposix
        H5Pset_multi_type / H5Pget_multi_type
    H5Pset_shuffle -- Correct parameter list; copy edits.
    Some minor copy edits elsewhere.

Platforms tested:
    Safari, IE 5
2003-05-06 17:16:12 -05:00
Frank Baker
60cdbb8288 [svn-r6813]
Purpose:
    Correction of a misleading comment.

Description:
    h5cc & h5fc
        Corrected the same spot in each "Description" where the text,
        literally interpreted, implied that HDF5 could be used as a compiler.

Platforms tested:
    IE 5, Safari
2003-05-06 17:01:56 -05:00
Frank Baker
2bd7a9c819 [svn-r6812]
Purpose:
    New feature -- h5fc

Description:
    Added h5fc entry.
    Took the opportunity to make some relatively minor copy edits and
        grammatical corrections in h5cc entry.

Platforms tested:
    Safari, IE 5
2003-05-06 16:54:54 -05:00
HDF Admin
f69ae67faa [svn-r6793] Snapshot version 1.5 release 52 2003-05-03 06:54:14 -05:00
Bill Wendling
4aad34af3e [svn-r6786] Purpose:
Update

Description:
    Updated with description of new h5dumper --string feature.

Platforms tested:
    Mozilla

Misc. update:
2003-04-30 17:43:51 -05:00
HDF Admin
6b7a945a65 [svn-r6761] Snapshot version 1.5 release 51 2003-04-26 05:03:11 -05:00
Frank Baker
e6bd0196c3 [svn-r6705]
Purpose:
    Add new functions.
    Rewrite existing function.

Description:
    Added H5get_vfd_handle and H5get_obj_ids.
    Rewrote H5get_obj_count: function description was incomplete
        and 2 (of 3) parameters were missing.

Platforms tested:
    Safari, IE 5
2003-04-17 16:06:07 -05:00
Frank Baker
e68390cdc5 [svn-r6704]
Purpose:
    Add new function.

Description:
    Added H5set_free_list_limits.

Platforms tested:
    Safari, IE 5
2003-04-17 16:02:41 -05:00
Frank Baker
242f50e03e [svn-r6703]
Purpose:
    Add new function
    Add note regarding intentionally undocumented function

Description:
    Added H5Dget_offset.
    H5Ddebug -- Added note in HTML-coded comment that this function,
        while technically public, is not intended for public use and
        should not be listed in the RM.

Platforms tested:
    Safari, IE 5
2003-04-17 16:01:09 -05:00
Frank Baker
21716f5a20 [svn-r6702]
Purpose:
    Add new function

Description:
    Added H5Iget_name.

Platforms tested:
    Safari, IE 5
2003-04-17 15:57:43 -05:00
Frank Baker
053cde0b33 [svn-r6699]
Purpose:
    Removed reference to discontinued API
    Changes reflecting renamed section of RM

Description:
    Removed reference to H5RA, ragged arrays.
    Made edits reflecting the H5Z change from "Compression" to
        "Filters & Compression."

Platforms tested:
    Safari, IE 5
2003-04-17 15:24:30 -05:00
Frank Baker
d381b5be8d [svn-r6698]
Purpose:
    Comment out functions not in R1.6

Description:
    Commented out these hyperslab functions since they are not "turned on"
    for Release 1.6:
        h5scombine_hyperslab_f
        h5scombine_select_f
        h5sselect_select_f

Platforms tested:
    Safari, IE 5
2003-04-17 15:19:14 -05:00
Frank Baker
155171fd2e [svn-r6697]
Purpose:
    Add new function
    Add operands to 2 existing functions
    Comment out functions not in R1.6

Description:
    H5Sget_select_type --  Added new function.
    H5Sselect_hyperslab -- Added operands H5S_SELECT_AND, H5S_SELECT_XOR,
            and H5S_SELECT_NOTB, H5S_SELECT_NOTA.
        Reformatted part of Description source code, with minor copy-edits.
    H5Sselect_elements -- Added operands H5S_SELECT_APPEND, H5S_SELECT_PREPEND.
    Commented out these hyperslab functions since they are not "turned on"
        for Release 1.6:
        H5Scombine_hyperslab
        H5Scombine_select
        H5Sselect_select
        and the corresponding FORTRAN routines

Platforms tested:
    Safari, IE 5
2003-04-17 15:18:14 -05:00
Frank Baker
ea7491e8eb [svn-r6696]
Purpose:
    Add new function

Description:
    Added H5Pset_szip

Platforms tested:
    Safari, IE 5
2003-04-17 14:56:08 -05:00
HDF Admin
e9232d6def [svn-r6643] Snapshot version 1.5 release 50 2003-04-12 04:30:10 -05:00
Frank Baker
4c6122a53c [svn-r6600]
Purpose:
    Link in additional Fortran90 functions.

Description:
    Linked 68 new Fortran90 functions to the discussions of the corresponding
        C functions.  Made the corresponding Fortran index changes in the
        function listings at the tops of the RM pages.
    Fixed formatting and link typos in RM_H5P.html & fortran/h5p_FORTRAN.html.

Platforms tested:
    Safari and IE 5
2003-04-08 16:33:50 -05:00
Frank Baker
6e2071f7ed [svn-r6570]
Purpose:
    New feature: Fill value and storage space allocation changes

Description:
    Modified the following functions:
        H5Pset_fill_value          H5Pget_fill_value
    Added the following functions:
        H5Pfill_value_defined
        H5Pset_fill_time           H5Pget_fill_time
        H5Pset_alloc_time          H5Pget_alloc_time

Platforms tested:
    Safari, IE 5
2003-04-02 16:24:47 -05:00
Frank Baker
619ee863ed [svn-r6569]
Purpose:
    New filter functionality
    Rename section to reflect filters rather than strictly compression

Description:
    "Compression Interface" --> "Filter and Compression Interface"
        Renamed section as "Filter and Compression Interface".
        Extended introductory paragraphs to BRIEFLY describe filter pipeline.
    Edit H5Zregister to speak from point of view of filters rather than
        compression only.
    Add H5Zunregister.
    Add H5Zfilter_avail.

Platforms tested:
    Safari, IE 5
2003-04-02 16:03:57 -05:00
Frank Baker
c5f5f1f534 [svn-r6566]
Purpose:
    New feature -- Fill value and storage space allocation changes
Description:
    Added H5Dget_space_status
    Modified H5Dcreate and H5Dread to discuss
    Also, copy and readability edits in H5Dcreate, H5Dread, and H5Dwrite
Platforms tested:
    IE 6, Safari
2003-04-02 14:08:38 -05:00
Frank Baker
32be22e793 [svn-r6520]
Purpose:
    Adding descriptions of  new library features to the RM

Description:
    H5Pset_fapl_log: Added new 'buf_size' parameter.
                     New 'flags' parameter replaced 'verbosity' parameter,
                         requiring new table describing 20 available flags.
    H5Pset_filter: Added valid 'filter' parameter values.
                   Modified for Fletcher32 EDC filter.
    H5Pget_filter: Added return value descriptions.
    H5Pset_layout & H5Pget_layout:  Modified for compact datasets.
    Added the following new functions:
        H5Pset_fletcher32
        H5Pset_edc_check & H5Pget_edc_check
        H5Pset_filter_callback
        H5Pset_shuffle

Platforms tested:
    Safari
    IE 6
2003-03-24 16:09:42 -05:00
Elena Pourmal
ec51828b76 [svn-r6491]
Purpose: Catching up with the C library

Description:  Updated documentation files to include information on the following functions
              h5iget_name_f
              h5tis_variavle_str_f
              h5zunregister_f
              h5zfilter_avail_f
              h5pset_shuffle_f
              h5pset_fletcher32
              h5pset_edc_check_f
              h5pget_edc_check_f
              h5dfill_f
Solution:

Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel)

Misc. update:
2003-03-19 11:09:07 -05:00
Quincey Koziol
be130316bf [svn-r6486] Purpose:
Bug fix

Description:
    "make distclean" is failing currently in the doc/html/ed_libs and
    doc/html/ed_styles directories for lack of a 'Dependencies' file.

Solution:
    Add it.

Platforms tested:
    FreeBSD 4.7 (sleipnir)

Misc. update:
2003-03-18 15:12:26 -05:00
HDF Admin
3ca8540026 [svn-r6483] Snapshot version 1.5 release 49 2003-03-15 07:11:17 -05:00
Bill Wendling
842f613e30 [svn-r6481] Purpose:
Update
Description:
    Added install of the new directories to the Makefile.in
2003-03-14 16:52:56 -05:00
Bill Wendling
fbe3205821 [svn-r6480] Purpose:
Update
Description:
    Added Makefile.ins for the new doc directories
2003-03-14 16:52:23 -05:00
Frank Baker
d586a1adb9 [svn-r6478]
Purpose:
    DreamWeaver (DW) adaptation of the HDF5 doc set, introducing the use of
        stylesheets and DW libraries.
    Stylesheets -- for consistent format management.
    DW libraries -- for managing common elements across documents.
Platforms tested:
    IE 5 and 6
    Netscape
2003-03-14 14:12:34 -05:00
Frank Baker
0937359ed3 [svn-r6477]
Purpose:
    Adding stylesheets to the HDF5 doc set (via DW libraries).
Description:
    These HTML stylesheets are for consistently managing formatting issues.
    The *Elect* stylesheets will be used in the distributed HTML doc set,
    i.e., the electronic version; the *Print* stylesheets will be used to
    generate printer-friendly versions.
Platforms tested:
    IE 5 and 6
    Netscape
2003-03-14 13:55:43 -05:00
Frank Baker
8bd17618e9 [svn-r6476]
Purpose:
    Adapting the document set for use with DreamWeaver.
Description:
    These are the DreamWeaver library files, which will be used to manage
    common elements across documents: elements that are identical in many
    places across the doc set and when they change, they change everywhere.
Testing:
    IE 5 and 6
    Netscape
2003-03-14 13:37:03 -05:00
Elena Pourmal
ff5c7fe0d5 [svn-r6464]
Purpose:
    Maintenance
Description:
        * Added support for generic properties.
        * Added support for time allocation properties.
        * Added support for variable length datatypes (only datatypes based
          on INTEGER, REAL and CHARACTER Fortran types are supported).
        * added some missing functions
Solution:
    I am checking in new Fortran APIs and their man pages to support
    1.5 features listed above.
    Not all APIs have tests yet. APIs were written in Fall 2002, and I am afraid
    that I will loose the code or totally forget what I did if I wait longer. ;-)
Platforms tested:
    arabica (fortran), eirene (fortran), modi4 (parallel, fortran)
2003-03-05 15:18:31 -05:00
HDF Admin
da3fd8f6d6 [svn-r6446] Snapshot version 1.5 release 48 2003-03-01 07:19:28 -05:00
HDF Admin
65edf41cc7 [svn-r6407] Snapshot version 1.5 release 47 2003-02-15 06:24:35 -05:00
Frank Baker
905585f913 [svn-r6393]
Purpose:
    To bring the H5Z_func_t definition from the old User's Guide
    into the Reference Manual.
Description:
    Added custom filter function H5Z_func_t definition to the
    H5Zregister function description.
    This definition will next be edited to bring it up-to-date.
Platforms tested:
    IE 5
2003-02-11 12:09:25 -05:00
HDF Admin
e91291e458 [svn-r6358] Snapshot version 1.5 release 46 2003-02-01 04:23:56 -05:00
Frank Baker
5fba11cf8a [svn-r6312]
Purpose:
    Added 2003 to the "Copyright <years>" line.
Platforms tested:
    Viewed in vi (COPYING) and in IE 5 (doc/html/Copyright.html).
2003-01-22 14:29:08 -05:00
HDF Admin
dc71e191ed [svn-r6267] Snapshot version 1.5 release 45 2003-01-11 07:13:40 -05:00
HDF Admin
221db7cc32 [svn-r6221] Snapshot version 1.5 release 44 2002-12-21 04:27:49 -05:00
Elena Pourmal
5977b667aa [svn-r6217]
Purpose:
    Bug fix
Description:
    man pages for the following F90 functions were missing:
    h5tget_super_f h5tarray_create_f h5tget_array_ndims_f
    h5tget_array_dims_f
Solution:
    Added missing man pages
Platforms tested:
    IE
2002-12-19 14:35:21 -05:00
Frank Baker
53886f93a6 [svn-r6210]
Purpose:
    Adding H5Gmove2 and H5Glink2.
Description:
    Added H5Gmove2 and H5Glink2.
    Renamed H5Gmove parameters for consistency.
Platforms tested:
    IE 5
2002-12-16 16:45:09 -05:00
Frank Baker
a30c07c9cf [svn-r6209]
Purpose:
    Adding new H5Fget_obj_* functions.  (Development branch only)
Description:
    Added H5Fget_obj_count.
    Stubbed in H5Fget_obj_ids, but the entry is not filled in.
    Reordered entries to group similar functions.
Platforms tested:
    IE 5
2002-12-16 14:18:43 -05:00
HDF Admin
f7d295517e [svn-r6193] Snapshot version 1.5 release 43 2002-12-07 08:44:24 -05:00
HDF Admin
974a068395 [svn-r6133] Snapshot version 1.5 release 42 2002-11-23 05:41:00 -05:00
Quincey Koziol
6d83499230 [svn-r6127] Purpose:
Added description of API testing for H5Tget_native_type().
2002-11-20 13:19:56 -05:00
Quincey Koziol
71d1ebea7a [svn-r6126] Purpose:
Cleanup.
Description:
    Added link to reference manual.
2002-11-20 13:18:52 -05:00
Quincey Koziol
04ac348bdd [svn-r6123] *** empty log message *** 2002-11-20 11:12:30 -05:00
Quincey Koziol
67f72c4277 [svn-r6120] Purpose:
Update information

Description:
    Add more information about tests performed and why they succeed/fail.
2002-11-20 09:49:11 -05:00
Quincey Koziol
b47a688089 [svn-r6119] Purpose:
Add "test review" pages.
2002-11-20 08:57:13 -05:00
Quincey Koziol
80b10244d5 [svn-r6118] *** empty log message *** 2002-11-20 08:56:14 -05:00
MuQun Yang
e06d18f964 [svn-r6091]
Purpose:
 Add shuffling performance report
Description:
Solution:
Platforms tested:
Misc. update:
2002-11-13 11:41:17 -05:00
HDF Admin
30b45c75e2 [svn-r6050] Snapshot version 1.5 release 40 2002-11-02 03:54:27 -05:00
Albert Cheng
83107da480 [svn-r6035] Description:
Added the new doc "Daily_Test_Explained" into the TechNotes section.
Platforms tested:
    Used IE to view the result.
2002-10-28 12:54:22 -05:00
HDF Admin
f2b49d18fe [svn-r6033] Snapshot version 1.5 release 39 2002-10-26 03:51:04 -05:00
Albert Cheng
a6b33e6dd7 [svn-r5999] Purpose:
Added an example for the -- option.
Platforms tested:
    Checked with IE browser.
2002-10-14 23:20:51 -05:00
HDF Admin
8e9f6be0f3 [svn-r5979] Snapshot version 1.5 release 38 2002-10-12 03:42:23 -05:00
Elena Pourmal
acb356d309 [svn-r5958]
Purpose:
    Added missing fortran functions h5set(get)_buffer_f.
    Also added  docs and tests for them.
Solution:
    Currently functions do not accept conversion and background buffers.
    This corresponds to H5set(get)_buffer call with buffer pointers
    set to NULL. If there is a demand, I can overload the functions
    to have new parameters and go through all trouble creating functions
    for all supported datatypes.
Platforms tested:
    Solaris 2.7, Linux 2.2., IRIX64-6.5
2002-10-02 14:15:43 -05:00
Frank Baker
26cd535ff2 [svn-r5957] Purpose:
Added 19 Generic Properties functions.
    Development branch only.
Description:
    Added Generic Properties functions as follows:
	H5Pcreate_class         H5Pset
	H5Pcreate_list          H5Pexist
	H5Pclose_list           H5Pisa_class
	H5Pclose_class          H5Pequal
	H5Pregister
	H5Punregister           H5Pget_size
	H5Pinsert               H5Pget_nprops
	H5Premove               H5Pget_class_parent
	H5Piterate              H5Pget_class_name
	H5Pcopy_prop            H5Pget
Platforms tested:
    IE 5.1
2002-10-01 17:30:04 -05:00
Elena Pourmal
01a577a4e9 [svn-r5956]
Purpose:
    Added new F90 APIs
Description:
    I added new F90 APIs, tests, and documentation for the following
    functions:
         h5fget_obj_count_f   h5pequal_f               h5tget_member_index_f
         h5fget_obj_ids_f     h5pget_fclose_degree_f
                              h5pset_fclose_degree_f

    Documentation for exisiting functions was missing:

    h5freopen_f, h5fflush_f, h5fmount_f, h5unmount_f, h5fget_create_plist_f,
    h5fget_access_plist_f.
Platforms tested:
    Solaris 2.7, Linux 2.2 and IRIX64-6.5
2002-10-01 13:55:47 -05:00
HDF Admin
4cfb158c29 [svn-r5949] Snapshot version 1.5 release 37 2002-09-28 03:38:31 -05:00
Elena Pourmal
11b0fad3fa [svn-r5948]
Purpose:
    Added new fortran functions
Description:
    Source code, tests and documentation for h5glink2_f and h5gmove2_f
    functions were added. I also added missing man page for h5glink_f
Platforms tested:
    Solaris 2.7, IRIX64-6.5 and Liniux 2.2
2002-09-25 17:24:55 -05:00
Elena Pourmal
f9c3920d28 [svn-r5946]
Purpose:
    Added missing fortran functions.
Description:
    Four Library Fortran API functions have been added:

    h5get_libversion_f, h5_check_version_f, h5garbage_collect_f and
    h5dont_atexit_f. Only first two functions were tested.

    Documentation file and RELEASE.txt were updated.
Platforms tested:
    Solaris 2.7, IRIX64-6.5 and Linux 2.2
2002-09-24 18:27:51 -05:00
HDF Admin
d32ad09043 [svn-r5927] Snapshot version 1.5 release 36 2002-09-14 03:38:10 -05:00
HDF Admin
0b99dd414c [svn-r5912] Snapshot version 1.5 release 35 2002-09-07 10:47:53 -05:00
HDF Admin
ac96356230 [svn-r5908] Snapshot version 1.5 release 34 2002-08-31 11:26:35 -05:00
HDF Admin
694e9bb380 [svn-r5869] Snapshot version 1.5 release 33 2002-08-10 03:41:20 -05:00
HDF Admin
573307786a [svn-r5841] Snapshot version 1.5 release 32 2002-08-03 11:17:14 -05:00
HDF Admin
613d55cd11 [svn-r5774] Snapshot version 1.5 release 31 2002-07-06 07:28:52 -05:00
Frank Baker
0d1a44cf7b [svn-r5772]
Purpose:
    Add copyright and change "HDF5 Tutorial" link.
Description:
    Added copyright statement and link.
    Changed the "Tutorial" link to point to the copy on the HDF5 website.
        Since the Tutorial is not maintained in CVS, the distributed
        version of the Tutorial is being unlinked and removed from the
        set of distributed files. It is hoped that we can begin
        maintaining the Tutorial under CVS prior to Release 1.6 and
        resume its distribution.
Platforms tested:
    IE 5
2002-07-05 16:20:56 -05:00