Commit Graph

306 Commits

Author SHA1 Message Date
Frank Baker
b03ed1dcec [svn-r3666]
Purpose:
    Bugfixes and a new description of file-closing behavior.
Description:
    h5.intro.html -- Fixed HTML coding errors.
    RM_H5.html -- H5close -- Corrected typo.
    RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
            any OIDs for contained objects are still open.
    RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
            this did not get updated in synchrony with H5Tset_strpad.
        H5Tset_strpad -- Corrected 'strpad' parameter description.
    RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
             parameter.
    RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
    IE 5
2001-03-19 18:26:51 -05:00
Bill Wendling
dadeb7e4f8 [svn-r3661] Purpose:
Update
Description:
    Added new files.
2001-03-19 14:10:16 -05:00
Bill Wendling
58c607e236 [svn-r3660] Purpose:
Update
Description:
    Added the Fortran sample files.
2001-03-19 12:50:24 -05:00
Barbara Jones
f11cef2c56 [svn-r3659]
Added html files with references to the fortran 90 files.
(under examples/)
2001-03-19 09:26:47 -05:00
Barbara Jones
380eb42bc5 [svn-r3657] Description:
Added Fortran 90 examples
2001-03-19 09:15:37 -05:00
cvs2svn
1c47477b05 [svn-r3621] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-13 23:42:20 -05:00
Frank Baker
254d0a79b3 [svn-r3548]
Purpose:
    Correcting errors in two FORTRAN90 function names
Description:
    h5rget_region_region_f     -->  h5rget_region_f
    h5rget_object_type_obj_f   -->  h5rget_object_type_f
Platforms tested:
    IE 5
2001-03-05 16:13:04 -05:00
Frank Baker
ea82f9e04d [svn-r3541]
Purpose:
    Bug fix
Description:
    Corrected "Raw Data I/O" code example #2.
        H5Sset_hyperslab --> H5Sselect_hyperslab
Platforms tested:
    IE 5
2001-03-02 16:15:53 -05:00
Robert E. McGrath
77870af8f1 [svn-r3511]
Purpose:
    Updating the man page for h5dump.
Description:
    mentions the h5dump --xml.
2001-02-23 17:35:15 -05:00
cvs2svn
5983d2b628 [svn-r3502] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-02-23 12:26:01 -05:00
Frank Baker
5fc2f23ed0 [svn-r3483]
Purpose:
    Updated from hdf5/RELEASE.txt.
Platforms tested:
    IE 5
2001-02-21 16:44:18 -05:00
Frank Baker
1a1fc4f0a0 [svn-r3477]
Purpose:
    Reflecting changed filenames.
Description:
    Changed references to RELEASE and HISTORY to RELEASE.txt and HISTORY.txt.
Platforms tested:
    IE 5
2001-02-21 13:19:40 -05:00
Albert Cheng
683fb8d0b4 [svn-r3476] Purpose:
Update
Description:
    Changed the "description to reflect what it is changes from v.122
    to 140.
    Added a section of migration to show how to move from v.122 to v140.
Platforms tested:
    Viewed by IE5.
2001-02-21 07:18:16 -05:00
Frank Baker
24000cb5f6 [svn-r3474]
Purpose:
    Updating hdf5/doc/html/ADGuide/RELEASE.txt from hdf5/RELEASE.txt.
Platforms tested:
    IE 5
2001-02-20 15:57:47 -05:00
Frank Baker
5a21563a18 [svn-r3472]
Description:
    Minor edits.
Platforms tested:
    IE 5
2001-02-20 12:24:21 -05:00
Frank Baker
1941c9bc3d [svn-r3471]
Description:
    Added link to fortran/F90Flags.html.
Platforms tested:
    IE 5
2001-02-20 12:21:02 -05:00
Frank Baker
31d0fc8b48 [svn-r3470]
Description:
    Added link anchor at "F90 Datatypes" so that fortran/F90Flags.html
    could link to this area.
Platforms tested:
    IE 5
2001-02-20 12:19:52 -05:00
Frank Baker
fbb9009151 [svn-r3469]
Purpose:
    Removed an F90 function
Description:
    Removed h5tinsert_array_f as underlying C function has been removed
    from library.
Platforms tested:
    IE 5
2001-02-20 12:17:23 -05:00
Frank Baker
8e30a40405 [svn-r3468]
Purpose:
    Updated "Describes HDF5 Release..." line for R1.4.
Platforms tested:
    IE 5
2001-02-20 12:11:47 -05:00
Frank Baker
1a48afc0d8 [svn-r3466]
Purpose:
    New "F90 Flags and Datatypes" document.
Description:
    New document listing F90 flags and pointing to F90 datatypes.
Platforms tested:
    IE 5
2001-02-20 12:07:34 -05:00
Frank Baker
bbea378a4b [svn-r3460]
Purpose:
    Updating Fortran90 APIs.
Description:
    fortran/h5t_FORTRAN.html
        Removed h5tget_member_dims_f and h5tinsert_array_f.
    fortran/h5d_FORTRAN.html
        Created near-duplicate h5dwrite and h5dread entries:
            One for all datatypes EXCEPT object and dataset region references.
            One for object and dataset region reference datatypes.
        Added buffer size parameter, n, and changed buffer rank to 1 in
                reference datatypes version.
Platforms tested:
    IE 5
2001-02-19 16:48:23 -05:00
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