Commit Graph

235 Commits

Author SHA1 Message Date
Frank Baker
60c4f4f82d [svn-r3459]
Purpose:
    Updating Fortran90 APIs
Description:
    RM_H5.html
    fortran/h5_FORTRAN.html  [New file]
        Added hfopen_f, h5close_f, and appropriate links.
        Added F90 intro and index material.  [RM_H5.html only]
Platforms tested:
    IE 5
2001-02-19 16:46:10 -05:00
Frank Baker
61a9b421fd [svn-r3458]
Purpose:
    Updating FORTRAN API
Description:
    RM_H5P.html
    fortran/h5p_FORTRAN.html
        Made H5Pset_fapl_split warning into a separate paragraph so that
            it is more visible.                 [RM_H5P.html only]
        Removed
            h5pset_stdio_f            h5pset_sec2_f
            h5pget_stdio_f            h5pget_sec2_f
            h5pset_core_f             h5pset_family_f
            h5pget_core_f             h5pget_family_f
        Replaced
            h5pset_mpi_f              h5pset_xfer_f
            h5pget_mpi_f              h5pget_xfer_f
           with
            h5pset_fapl_mpio_f        h5pset_dxpl_mpio_f
            h5pget_fapl_mpio_f        h5pget_dxpl_mpio_f

Platforms tested:
    IE 5
2001-02-19 16:42:59 -05:00
Albert Cheng
9be92869be [svn-r3449] Purpose:
update
Description:
    Put in a caution statement in the H5Pset_fapl_split() function of
    the potential change in the next release.
Platforms tested:
    Viewed by netscape.
2001-02-19 12:01:25 -05:00
Frank Baker
ffbbc4a5f8 [svn-r3447]
Purpose:
    Bringing in current version of .../hdf5/RELEASE.txt
Platforms tested:
    IE 5
2001-02-19 11:24:55 -05:00
Frank Baker
26e7e3b607 [svn-r3438]
Description:
    Removed "Limitations of This Release" section, which was really
        designed for the early releases when we didn't yet have full
        functionality.
    Replaced the "Changes in the Current Release" section with pointers
        to ADGuide/RELEASE.txt and ADGuide/Changes.html.
    Corrected reference to H5Dget_vlen_buf_size to read H5Dvlen_get_buf_size.
Platforms tested:
    IE 5
2001-02-16 17:34:50 -05:00
Frank Baker
457d8e72ba [svn-r3436]
Purpose:
    Added the years 2000 and 2001 to the copyright notice.
Platforms tested:
     IE 5
2001-02-16 17:11:31 -05:00
Frank Baker
e3999cc810 [svn-r3435]
Description:
    Fixed link to Copyright notice.
Platforms tested:
    IE 5
2001-02-16 16:50:10 -05:00
Frank Baker
0bdf813173 [svn-r3434]
Description:
    Added link back to Intro.
Platforms tested:
    IE 5
2001-02-16 16:40:46 -05:00
Frank Baker
fe5cd67e74 [svn-r3433]
Description:
    Added array and VL datatype sections and examples.
    Removed full examples (not sample snippets of code) that were
        embedded in the running text in addition to having been
        included in the separate "Examples Codes" section.
    Renumbered examples as needed.
    Added several "Return to TOC" links.
    Minor formatting fixes and edits.
Platforms tested:
    IE 5
2001-02-16 16:35:53 -05:00
Frank Baker
c8dcc595d8 [svn-r3430]
Purpose:
    Adding new examples, minor reformatting and edits, and
    fixing non-print errors.
Description:
    Added array and VL datatype examples.
    Renumbered examples as needed.
    Minor formatting.
    Throughout -- so that they display properly, changed
        '<' and '>'  to  '&lt;' and '&gt;'.
Platforms tested:
    IE 5
2001-02-16 15:49:43 -05:00
Frank Baker
835b33ecef [svn-r3429]
Description:
    Fixed HTML error
Platforms tested:
    IE 5
2001-02-16 15:45:27 -05:00
Frank Baker
81cbf759eb [svn-r3428]
Description:
    H5Tget_array_dims: Corrected return type.
    Changed reference to H5Tget_member_dims (a deleted function)
        to H5Tget_member_class.
    Removed reference to h5tget_member_dims_f (underlying C function
        has been removed)
Platforms tested:
    IE 5
2001-02-16 15:42:56 -05:00
Frank Baker
ec8563cf52 [svn-r3427]
Description:
    Array datatype -- minor edits in code example intro
    VL datatype -- new code example
    Array and VL examples -- so that they display properly,
        changed '<' and '>' to '&lt;' and '&gt;'.
    Changed reference to H5Tget_member_dims (a deleted function)
        to H5Tget_member_class.
    Removed H5Tget_member_dims description.
Platforms tested:
    IE 5
2001-02-16 15:39:10 -05:00
Frank Baker
79fa3898a8 [svn-r3425]
Purpose:
    Updates to accomodate
      -- functions removed or changed in R1.4
      -- changed driver constants
      -- changed H5Pget_driver return type
Description:
    Fixed H5Pget_driver return type in several places.
    Updated H5Pget_driver return values per driver (e.g.,
        H5F_LOW_SEC2-->H5FD_SEC2 and H5F_LOW_CORE-->H5FD_CORE).
    Various corrections regarding changed/deleted functions
        H5Pset_sec2       -> H5Pset_fapl_sec2
        H5Pget_sec2       deleted
        H5Pset_stdio      -> H5Pset_fapl_stdio
        H5Pget_stdio      -> H5Pget_fapl_stdio
        H5Pset_core       -> H5Pset_fapl_core   (+ new parameter)
        H5Pget_core       -> H5Pget_fapl_core   (+ new parameter)
        H5Pset_mpi        -> H5Pset_fapl_mpi
        H5Pget_mpi        -> H5Pget_fapl_mpi
        H5Pset_family     -> H5Pset_fapl_family
        H5Pget_family     -> H5Pget_fapl_family
        H5Pset_split      -> H5Pset_fapl_split
        H5Pget_split      deleted
Platforms tested:
    IE 5
2001-02-16 15:34:19 -05:00
Frank Baker
6e9418d9d0 [svn-r3424]
Purpose:
    Contained reference to non-existent function.
Description:
    Corrected H5Pset_split_ratios reference to H5Pset_btree_ratios.
Platforms tested:
    IE 5
2001-02-16 15:29:46 -05:00
Bill Wendling
cb7758e1ad [svn-r3390] Purpose:
Adding Intro/ subdirectory
Description:
    The Intro/ subdirectory was added. Reflected in Makefile.in
2001-02-09 15:16:49 -05:00
Frank Baker
1247940443 [svn-r3388]
Purpose:
    Marking files for "Release 1.4, February 2001."
Description:
    Across doc files
        Updating "Describes HDF5 Release..." entry to "Describes
        HDF5 Release 1.4, February 2001."
Platforms tested:
    IE 5
2001-02-09 13:03:02 -05:00
Frank Baker
fd05f98e9e [svn-r3387]
Purpose:
    Marking files for "Release 1.4, February 2001."
Description:
    Across doc files
        Updating "Describes HDF5 Release..." entry to "Describes
        HDF5 Release 1.4, February 2001."
    Copyright.html:  Added 2001 to years copyrighted.
    index.html:  Changed header to Release 1.4 (from 1.4 Beta)
Platforms tested:
    IE 5
2001-02-09 13:02:16 -05:00
Frank Baker
099c5c9d7e [svn-r3386]
Purpose:
    Contains code examples from doc/H5.intro.html (Intro to HDF5).
    These were moved so that examples can be displayed in a separate
    browser window and viewed in parallel with reading the document.
Platforms tested:
    IE 5
2001-02-09 12:56:25 -05:00
Frank Baker
75d07f2add [svn-r3383]
Purpose:
    Added direct link from docs index page to ADGuide/Changes.html.
Platforms tested:
    IE 5
2001-02-09 10:59:38 -05:00
Frank Baker
88d233c43e [svn-r3382]
Purpose:
    Extracted code examples from document file so that examples
    can be displayed in separate window and viewed in parallel
    with reading the doument.
Platforms tested:
    IE 5
2001-02-09 10:58:10 -05:00
Frank Baker
c744e18bbe [svn-r3381]
Purpose:
    Added array datatype class section.
Platforms tested:
    IE 5
2001-02-09 10:39:35 -05:00
Frank Baker
99764857e7 [svn-r3378]
Purpose:
    Adding H5Tget_member_class to RM.
Platforms tested:
    IE 5
2001-02-07 16:32:14 -05:00
Bill Wendling
f9a10498aa [svn-r3373] Purpose:
Bug Fix
Description:
    I somehow overlooked dataset_p1.obj which was listed as a file to
    install.
Solution:
    Removed dataset_p1.obj from the list.
Platforms tested:
    Linux
2001-02-06 16:47:31 -05:00
Elena Pourmal
8603132b2a [svn-r3371] Snapshot version 1.4 release 0 (beta3-pre4) 2001-02-06 14:20:45 -05:00
Frank Baker
503ae69aa0 [svn-r3363]
Purpose:
    The variable specifying one possible creation length for a
    variable-length string was misidentified.
Solution:
    Changed erroneous occurence of H5T_STRING_VARIABLE to the
    correct occurence of H5T_VARIABLE.
Platforms tested:
    IE 5
2001-02-05 16:33:09 -05:00
Bill Wendling
6450c4436f [svn-r3360] Purpose:
Fix
Description:
    Fixed the install-doc command...
Solution:
Purpose:
    Fix
Description:
    Fixed the install-doc command...
Solution:
    Mostly just fixed in the config/conclude.in file, but updated the doc
    directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
    Linux, Solaris
2001-02-05 15:21:14 -05:00
Bill Wendling
8bcddaed97 [svn-r3359] Purpose:
Fix
Description:
    Fixed the install-doc command...
Solution:
    Mostly just fixed in the config/conclude.in file, but updated the doc
    directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
    Linux, Solaris
2001-02-05 15:16:02 -05:00
Frank Baker
19044cbbb8 [svn-r3344]
Purpose:
    Extracting RELEASE and HISTORY from Changes.html and distributing
    them as separate files will not only leave Changes.html easier to
    read, but will ease maintenance.
Solution:
    Removed the RELEASE and HISTORY files' contents from Changes.html,
        inserting links instead.
    Changes.html now points to RELEASE.txt and HISTORY.txt, duplicates
        of hdf5/RELEASE and hdf5/HISTORY.  These two files will
        henceforth be distributed within the doc set so that this
        information can be available to applications developers who
        cannot access the HDF website (e.g., due to a firewall) and
        are working without the HDF5 source code.
    Affected files: hdf5/doc/html/ADGuide/Changes.html
                    hdf5/doc/html/ADGuide/RELEASE.txt
                    hdf5/doc/html/ADGuide/HISTORY.txt
Platforms tested:
    IE 5
2001-02-02 16:45:09 -05:00
Frank Baker
1331ea52b7 [svn-r3318]
Purpose:
	Add removal of H5RA API to "Changes" document.
Description:
	Added H5RA functions, ragged arrays, to 'removed functions' list
	and note below table that entire H5RA API (experimantal) has been
	removed from the library.
Platforms tested:
	IE 5
2001-01-22 12:27:41 -05:00
Frank Baker
278a7b0c56 [svn-r3312]
Purpose:
    Corrected "Last modified" date
Platforms tested:
    IE 5
2001-01-19 16:53:55 -05:00
Frank Baker
cefabf3224 [svn-r3311]
Purpose, Description, and Solution:
    Removed cross-links to Ragged Array doc files (above).
Platforms tested:
    IE 5
2001-01-19 16:51:53 -05:00
Frank Baker
c7dbb9aca3 [svn-r3308]
Purpose:
    Removing Ragged.html and RM_H5RA.html from the HDF5 doc set.
    These are the UG and RM pages, respectively, for Ragged Arrays,
    which were removed from the library last week.
Solution:
    Removed the files Ragged.html and RM_H5RA.html.
Platforms tested:
    IE 5
2001-01-19 14:18:54 -05:00
Bill Wendling
e108a974a0 [svn-r3301] Purpose:
Bugfix
Description:
    The documentation wasn't correct via the commandline switches for
    some of the h5dump options.
Platforms tested:
    Lynx
2001-01-18 16:31:38 -05:00
Bill Wendling
6db26d370a [svn-r3299] Purpose:
Bug Fix
Description:
    Some <em> tags weren't properly closed.
Solution:
    Changed what was to be the closeing <em> tag to </em>
Platforms tested:
    w3m
2001-01-18 16:09:44 -05:00
Frank Baker
3322427cb1 [svn-r3294]
Purpose:
    Had missed the array datatype functions in the added/removed
    functions lists.
Description:
    Added array datatype functions to added/removed list:
      Added: H5Tarray_create, H5Tget_array_ndims, H5Tget_array_dims
      Removed: H5Tget_member_dims, H5Tinsert_array
Platforms tested:
    IE 5
2001-01-16 16:05:01 -05:00
Frank Baker
4d6ed298f2 [svn-r3286]
Description:
    Revised introductory sentence.
Platforms tested:
    IE 5
2001-01-12 15:44:44 -05:00
Frank Baker
70a3270fc9 [svn-r3285]
Purpose:
	Second phase of development of doc.
Description:
	Added lists of new, deleted, and changed functions.
	Added list of constants with changed values.
	Changed doc title.
Platforms tested:
	IE 5
2001-01-12 15:33:29 -05:00
Frank Baker
83a9fdc3bd [svn-r3270]
Purpose:
    A bugfix and a new document
Description:
    ADGuide/Changes.html
        New document: "HDF5 Library Changes from Release to Release"
        (MUST be updated at EVERY release, including Betas.)
    ADGuide/ImageSpec.html
        Fixed broken links and title tag.
Platforms tested:
    IE 5
2001-01-11 14:41:34 -05:00
Frank Baker
6a81e68401 [svn-r3269]
Purpose:
    Bugfix and adding a new document
Description:
    RM_H5Front.html
        Removed a currently commented-out section that had been used
        during the 1.2 period for separate F90 releases.
    ADGuide.html
        Added new "Changes from Release to Release" document.
        Fixed title tag.
Platforms tested:
    IE 5
2001-01-11 14:38:39 -05:00
Frank Baker
9ae87ca1a6 [svn-r3254]
Purpose:
    Correcting docs to match code bugfixes.
Solution:
    Changed per recent bugfix in code:
        H5Tconvert 'nelmts' parameter type
        H5Pset_buffer 'size' parameter type
        H5Pget_buffer return type
2001-01-09 17:13:08 -05:00
Frank Baker
c6b677dde6 [svn-r3253]
Purpose:
    Clarifications in H5Pset_fapl_core.
Platforms tested:
    IE 5
2001-01-09 16:55:07 -05:00
Bill Wendling
fbf2fd987f [svn-r3247] Purpose:
h5dump attribute documentation.
Description:
    Described the new flags for the H5 dumper.
Platforms tested:
    Lynx
2001-01-09 15:02:16 -05:00
Frank Baker
4acce97e47 [svn-r3246]
Description:
    Updated "Last modified" dates (correcting an oversight)
Platforms tested:
    IE 5
2001-01-09 10:05:04 -05:00
Frank Baker
a2ecc8def5 [svn-r3245]
Purpose:
	To make C++ and Fortran90 API docs more accessible
Solution:
	Added link to C++ and Fortran90 API docs to docs index page.
Platforms tested:
 	IE 5
2001-01-09 09:50:56 -05:00
Frank Baker
6ca7ae026e [svn-r3244]
Purpose:
    Bug fix (unreported bug)
Description:
    H5Pset_fapl_core, H5Pget_fapl_core
        Completed entries for these two functions.  (They had
        been added structurally, but details had been omitted.)
Platforms tested:
    IE 5
2001-01-08 16:49:38 -05:00
Frank Baker
8eb6ddaf00 [svn-r3206]
Purpose:
    Return value error in H5Tarray_create
Solution:
    H5Tarray_create
        Fixed return value to read 'int' (was 'int *')
Platforms tested:
    IE 5
2000-12-27 13:33:18 -05:00
Frank Baker
b32d95d37a [svn-r3205]
Purpose:
    Error in H5Tget_array_dims and H5Tget_array_ndims return types
Solution:
    H5Tget_array_dims and H5Tget_array_ndims
	    Fixed return value to read  'int' (was 'int *')
Platforms tested:
    IE 5
2000-12-27 12:57:05 -05:00
Frank Baker
45c5dd949f [svn-r3198]
Purpose:
    Changing notation to indicate post-Beta
Platforms tested:
    IE 5
2000-12-22 16:29:43 -05:00
Frank Baker
c1d537db2b [svn-r3196]
Purpose:
    Adding Tutorial to development branch (R 1.4)
Platforms tested:
    IE 5
2000-12-22 15:47:59 -05:00