Commit Graph

529 Commits

Author SHA1 Message Date
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
Frank Baker
bf3bba27db [svn-r5770]
Purpose:
    Per request of UI attorney, added ", as appropriate for the name(s) to
    be used" to bullet 5.
Platforms tested:
    IE 5
2002-07-05 16:16:59 -05:00
Frank Baker
c340289304 [svn-r5769]
Purpose:
    Bugfix
Description:
    Corrected H5Zregister description, syntax, and parameter descriptions.
    There is one 'function' parameter, rather than the separate
     'compression-function' and 'uncompression-function' parameters that
     were previously listed.
Platforms tested:
    IE 5
2002-07-05 16:13:15 -05:00
Frank Baker
a7f785ade0 [svn-r5768]
Purpose:
    Added note to footer that file is no longer used.
Platforms tested:
    IE 5
2002-07-05 16:02:05 -05:00
Frank Baker
9dfac0b465 [svn-r5767]
Purpose:
    Clarification regarding sizes of some super block elements.
Description:
    Added note to "HDF5 Super Block Layout" table that the last 5 items
    are of the size specified in 'Size of Offsets'.
Platforms tested:
    IE 5
2002-07-05 15:00:42 -05:00
Frank Baker
c84a46f49b [svn-r5766]
Purpose:
    Two new functions and a few copy-edits.
Description:
    Added H5Pset/get_small_data_block_size.
    Copy edits -- several typographic (spelling) corrections.
Platforms tested:
    IE 5
2002-07-05 14:58:24 -05:00
Frank Baker
cfcc59fdf7 [svn-r5743]
Purpose:
    Update or correct H5FDread/write/flush parameters.
Description:
    H5FDread:        Added 'type' parameter. (Fixes an unreported bug.)
    H5FDread/write:  Changed 'size' parameter type to 'size_t'. (Update)
    H5FDflush:       Added 'closing' parameter.
    Minor copy-edit in footer.
Platforms tested:
    IE 5
2002-07-01 16:58:42 -05:00
Frank Baker
a27d38778a [svn-r5742]
Purpose:
    Update variable-length datatype info.
Description:
    Added "Bit Field for Variable-length Types (Class 9)" table.
    Added "Properties for Variable-length Types (Class 9)" table.
    Fixed a few minor typos.
Platforms tested:
    IE 5
2002-07-01 16:55:24 -05:00
HDF Admin
099ae67264 [svn-r5726] Snapshot version 1.5 release 30 2002-06-29 03:50:06 -05:00
HDF Admin
ce3122b69a [svn-r5506] Snapshot version 1.5 release 29 2002-06-01 23:11:23 -05:00
HDF Admin
5daeaa62da [svn-r5465] Snapshot version 1.5 release 28 2002-05-28 09:08:35 -05:00
Quincey Koziol
75494847bb [svn-r5443] Purpose:
Document VFL "flush" changes.
2002-05-20 12:13:33 -05:00
Quincey Koziol
f2fbab6664 [svn-r5404] Purpose:
Back out change

Description:
    Back out description of VFL 'flush' change.
2002-05-13 12:55:40 -05:00
Quincey Koziol
d4b398e542 [svn-r5394] Purpose:
Document new VFL flush parameter.
2002-05-10 13:39:32 -05:00
Frank Baker
6ae92fc622 [svn-r5378]
Purpose:
    Update h5dread/write_f parameters
Description:
    fortran/h5d_FORTRAN.html
        h5dread/write_f -- in the 'reference' versions, which yesterday's
        revisions missed):
            Added new overloading to dims parameter description.
            Corrected prior dims type and noted that it is deprecated and
            will be removed in 1.6.
    fortran/h5a_FORTRAN.html
        Updated "Last modified" tag to reflect yesterday's revisions.
Platforms tested:
    IE 5
2002-05-07 17:13:53 -05:00
Frank Baker
b414cc16ac [svn-r5371]
Purpose:
    Bugfix -- Closes #702
Description:
    Commented out references to and descriptions of unimplemented
    H5S functions.  Particularly in the UG document, Dataspaces.html.
      H5Sopen            H5Slock            H5Ssubspace
      H5Scommit          H5Sselect_op       H5Ssubspace_name
      H5Sis_subspace     H5Sselect_order    H5Ssubspace_location
    Added explanatory "Note to developers" in comments near top of
    Dataspaces.html.
Platforms tested:
    IE 5
2002-05-07 11:12:40 -05:00
Frank Baker
a82e8892c4 [svn-r5366]
Purpose:
    Update description of h5dread/write_f and h5aread/write_f dims parameter.
Description:
    h5dread/write_f, h5aread/write_f
        Added new overloading to dims parameter description.
        Noted that prior dims type is deprecated and will be removed in 1.6.
Platforms tested:
    IE 5
2002-05-06 15:07:55 -05:00
Frank Baker
2997ad4c45 [svn-r5343]
Purpose:
    Bugfixes -- Fixes #657.
                Addresses #720 (but does not complete it).
Description:
    H5Pset_fapl_split:  Added note re checking on use of this driver,
        i.e., that H5Pget_driver returns H5FD_MULTI.
        Fixes Bug #657.
    Minor copy edits, including some addressed in Bug #720.
Platforms tested:
    IE 5
2002-05-02 16:46:52 -05:00
Frank Baker
09855e5628 [svn-r5338]
Purpose:
    Elaboration on a struct field
Description:
    H5Gget_objinfo: Added caveats regarding 'fileno' field in
        H5G_stat_t struct.
Platforms tested:
    IE 5
2002-05-02 16:39:19 -05:00
Frank Baker
ce9b565b18 [svn-r5337]
Purpose:
    New function
Description:
    Added new H5Dfill function (development branch only)
Platforms tested:
    IE 5
2002-05-02 16:28:30 -05:00
Frank Baker
c1e8f35776 [svn-r5336]
Purpose:
    Bugfix -- Fixes #756.
Description:
    Section IV.A.3 -- Corrected datatype description.
Platforms tested:
    IE 5
2002-05-02 16:25:52 -05:00
Frank Baker
e8f1f956a2 [svn-r5329]
Purpose:
    Bugfix -- Fixes #757.
Description:
    h5t{get/set}_size_f
        Corrected SIZE parameter datatype to INTEGER(SIZE_T).
Platforms tested:
    IE 5
2002-05-02 15:23:09 -05:00
Frank Baker
add8f78ad5 [svn-r5319]
Purpose:
    1 new function; 3 revised functions; 2 bugfixes; copy edits
Solution:
    H5Tget_member_index: Added this new function.
    H5Tget_member_name: Revised, based on lessons learned with
        H5Tget_member_index.
    H5Tget_nmembers: Revised to indicate that function works for both
        compound and enumeration datatypes.
        --> Fixes Bug# 747.
    Cross-listed H5Tget_nmembers, H5Tget_member_index, and
        H5Tget_member_name under both compound and enum datatypes,
        as they work for both.
    H5Tset_tag: Corrected tag description (it is descriptive, uniqueness
        is not required).
    Corrected several spelling errors.
        --> Partially fixes Bug# 760 (though just for this file *sigh*).
Platforms tested:
    IE 5
2002-05-01 17:44:03 -05:00
Frank Baker
452d4c5719 [svn-r5317]
Description:
    Minor copy edits.
Platforms tested:
    IE 5
2002-05-01 17:33:50 -05:00
Frank Baker
6f3370b7b5 [svn-r5315]
Purpose:
    Bugfix -- fixes #751
Description:
    Elaborated on 'ref' parameter type.
Platforms tested:
    IE 5
2002-05-01 17:30:57 -05:00
HDF Admin
eb09629a45 [svn-r5275] Snapshot version 1.5 release 27 2002-04-27 04:30:52 -05:00
HDF Admin
81912c99e7 [svn-r5213] Snapshot version 1.5 release 26 2002-04-20 04:43:19 -05:00
HDF Admin
139af5a517 [svn-r5199] Snapshot version 1.5 release 25 2002-04-18 08:54:09 -05:00
HDF Admin
8a086b1643 [svn-r5148] Snapshot version 1.5 release 24 2002-04-06 11:36:23 -05:00
HDF Admin
27f0b5a267 [svn-r5078] Snapshot version 1.5 release 23 2002-03-23 04:14:47 -05:00
MuQun Yang
cd0af12f66 [svn-r5075] Snapshot version 1.5 release 22 2002-03-21 08:49:57 -05:00
HDF Admin
30d5329208 [svn-r5019] Snapshot version 1.5 release 21 2002-02-27 14:43:34 -05:00
Bill Wendling
2c49a718d7 [svn-r4999] Purpose:
Bug Fix
Description:
	``make uninstall-doc'' wasn't working properly. Some files would be
	left behind in the installed source tree. The fix I put in was too
	heavy-handed as it wiped out the entire doc tree that was installed
	and would remove any other files which were installed there.
Solution:
	Executed the ``make uninstall-examples'' command if uninstalling the
	docs. Fixed how the java Tutorial examples were being removed (they
	weren't). Essentially used the PUB_SUBDOCS macro to help remove them.
Platforms tested:
	Linux
2002-02-21 16:10:29 -05:00
Bill Wendling
7b1ead095f [svn-r4994]
Purpose:
    Bug Fix
Description:
    The doc tree wasn't being cleaned up all the way. Directories would
    be left in there and some examples/Tutorial files weren't cleaned up
    correctly.
Solution:
    Have it remove the whole directory tree of the HDF5 documents

        $(RM) -r $(DOCDIR)/hdf5

Platforms tested:
    Linux
2002-02-19 16:01:02 -05:00
HDF Admin
f33cb1352c [svn-r4930] Snapshot version 1.5 release 20 2002-02-09 04:53:25 -05:00
Frank Baker
40c1792c7a [svn-r4890]
Purpose:
    Bugfix
Description:
    Corrected link to HDF5 copyright notice.
Platforms tested:
    IE 5
2002-01-30 17:42:53 -05:00
Frank Baker
c199c81840 [svn-r4889]
Description:
    Updated copyright notice (adding 2002).
Platforms tested:
    IE 5
2002-01-30 17:40:32 -05:00
HDF Admin
c41e250354 [svn-r4864] Snapshot version 1.5 release 19 2002-01-26 05:16:37 -05:00
Frank Baker
6280b37279 [svn-r4860]
Purpose:
    Add "Release 1.5" section.
Solution:
    Added outline for Release 1.5 API changes.
    And corrected a spelling error.
Platforms tested:
    IE 5
2002-01-25 10:28:30 -05:00
Frank Baker
3cd25f13c9 [svn-r4838]
Purpose:
    Bugfix.  Copy edits and clarification.
Description:
    Added IN/OUT designations to parameters.
    Copy edits and clarification.
    Removed () from public H5 functions in running text.
Platforms tested:
    IE 5
2002-01-16 13:51:16 -05:00
Frank Baker
7a91c29baa [svn-r4837]
Purpose:
    Bugfix.  Copy edits.
Description:
    Added IN/OUT designations to parameters.
    Copy edits.  Removed () from public H5 functions in running text.
Platforms tested:
    IE 5
2002-01-16 13:45:29 -05:00
Frank Baker
0da7b40992 [svn-r4836]
Purpose:
    Bugfix.
Description:
    H5Sget_simple_extent_npoints:  Corrected return type to hssize_t.
        Fixes bug #640 in development branch.
Platforms tested:
    IE 5
2002-01-16 13:41:48 -05:00
Frank Baker
9520b32c8a [svn-r4835]
Purpose:
    Bugfix.  Clarification.  Copy edits and minor formatting.
Description:
    H5Gunlink:  Corrected loc_id parameter to be 'file or group'
                rather than just 'file'.
    Added IN/OUT designations to parameters.
    Minor formatting. Removed () from public H5 functions in running text.
Platforms tested:
    IE 5
2002-01-16 13:40:18 -05:00
Frank Baker
c02d47cea1 [svn-r4834]
Purpose:
    Bugfix.
Description:
    h5pset/get_fapl_mpio_f  &  h5pset/get_dxpl_mpio_f:
        Corrected function names (mpi --> mpio)
Platforms tested:
    IE 5
2002-01-16 13:36:02 -05:00
Frank Baker
3745338005 [svn-r4833]
Purpose:
    Bugfix.  Clarification & extension.  Removed old function.
Description:
    h5pset/get_fapl_mpio_f  &  h5pset/get_dxpl_mpio_f:
        Corrected function names (mpi --> mpio)
    H5Pset_fapl_dpss:
        Removed function from RM.
    H5Pget_driver:
        Corrected return type.
        Added list of valid driver identifiers and note re custom drivers.
    H5Pcreate:
	Added note, per user complaint, that the property must eventually
	be closed with H5Pclose, else errors are likely to occur.
Platforms tested:
    IE 5
2002-01-16 13:35:33 -05:00
Frank Baker
9ed500a8aa [svn-r4832]
Purpose:
    Bugfix and clarification.
Description:
    H5Aclose -- Changed statement regarding future use of a released
        attribute identifier.
    H5Acreate -- Corrected create_plist_id reference and listed H5P_DEFAULT
        as only currently-accepted value.
Platforms tested:
    IE 5
2002-01-16 13:14:44 -05:00
HDF Admin
c5d5a551c9 [svn-r4812] Snapshot version 1.5 release 18 2002-01-11 07:45:28 -05:00
Bill Wendling
3c6be60da7 [svn-r4782]
Purpose:
	Feature Add
Description:
	Added support for dumping Group Comments. This involved a
	modification of the DDL as well.
Solution:
	Steal code from h5ls and put it in the h5dump. The ddl.html file was
	updated as normal. And a test was created...
Platforms tested:
	Dangermouse, Modi4, Kelgia
2002-01-05 11:33:50 -05:00
HDF Admin
cb7800feee [svn-r4780] Snapshot version 1.5 release 17 2002-01-05 04:55:08 -05:00
Bill Wendling
92a93ff52f [svn-r4749]
Purpose:
	Feature Description
Description:
	Added the description of the --filedriver option to the h5dump
	explanation section.
Platforms tested:
	w3m
2001-12-21 15:02:15 -05:00
Albert Cheng
1b67380c0a [svn-r4679] Snapshot version 1.5 release 16 2001-12-06 10:08:19 -05:00
Frank Baker
019ab20275 [svn-r4678]
Purpose:
    Expanded descriptions and minor copy edits.

Description:
    H5Fcreate, H5Fopen, H5Fclose
       Changes stemming from Albert's H5Fxxx proposal
    Added IN/OUT designations to parameters.
    Minor formatting and copy edits

    [Sorry, but "no space left on device" error prevents deletion
    of extra blank lines!]


Platforms tested:
    IE 5
2001-12-05 17:08:37 -05:00
Quincey Koziol
4886a6c447 [svn-r4670] Purpose:
Backward Compatibility Fix
Description:
    One of H5P[gs]et_sym_k's parameters changed between v1.4 and the development
    branch.
Solution:
    Added v1.4 compat stuff around H5P[gs]et_sym_k implementation and testing
    to allow v1.4.x users to continue to use their source code without
    modification.

    These changes are for everything except the FORTRAN wrappers - I spoke with
    Elena and she will make the FORTRAN wrapper changes.
Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-12-05 11:42:40 -05:00
HDF Admin
c5c9b991e7 [svn-r4598] Snapshot version 1.5 release 15 2001-11-10 04:25:40 -05:00
HDF Admin
356626bd34 [svn-r4578] Snapshot version 1.5 release 14 2001-10-27 04:44:59 -05:00
Frank Baker
ed123d7555 [svn-r4574]
Purpose:
    Bugfix
Description:
    H5Awrite -- corrected final parameter type to 'const void'
Platforms tested:
    IE 5
2001-10-26 10:11:45 -05:00
HDF Admin
3a92efb154 [svn-r4540] Snapshot version 1.5 release 13 2001-10-13 03:43:04 -05:00
Quincey Koziol
a237041a90 [svn-r4531] Purpose:
Update docs
Description:
    H5Dread and H5Dwrite description contained some inaccurate information about
    how H5S_ALL works as a parameter for the memory and file dataspaces.
Solution:
    Updated information to reflect current library behavior for H5S_ALL.
2001-10-08 10:40:56 -05:00
HDF Admin
841fe928ac [svn-r4529] Snapshot version 1.5 release 12 2001-10-06 03:31:10 -05:00
HDF Admin
1a8a5d8cfc [svn-r4501] Snapshot version 1.5 release 11 2001-09-30 03:33:28 -05:00
Albert Cheng
c54fa7409f [svn-r4446] Description:
The caution statement in H5Pset_fapl_split was no longer valid.
    Removed it.
Platforms tested:
    IE 5.
2001-09-17 16:39:49 -05:00
Albert Cheng
04ed08e223 [svn-r4445] Purpose:
Feature
Description:
    Updated with the added feature of H5Pset_fapl_split.  Added
    two examples too.
Platforms tested:
    IE 5 plus eyeball.
2001-09-17 16:36:23 -05:00
Bill Wendling
16d12b1471 [svn-r4438]
Purpose:
    Feature Add
Description:
    Added description of the H5CC script.
Platforms tested:
    Mozilla
2001-09-13 12:11:31 -05:00
Bill Wendling
d5421b4953 [svn-r4313]
Purpose:
    Feature Add
Description:
    Added description for the --filedriver flag to the h5dump
    description.
2001-08-06 12:23:20 -05:00
HDF Admin
2a39beb49b [svn-r4311] Snapshot version 1.5 release 10 2001-08-04 03:16:40 -05:00
Frank Baker
cc9452e346 [svn-r4303] Purpose:
Bringing 'last minute' release branch edits into development branch.
Description:
    Chunking.html, Filters.html, and Performance.html
        Added links, with explanatory note, from the first 2 files above
        to the new freespace management section in Performance.html.
Platforms tested:
    IE 5
2001-08-02 11:10:11 -05:00
Frank Baker
35819c2142 [svn-r4302] Purpose:
Bringing 'last minute' release branch edits into development branch.
Description:
    index.html
        Added index-level link to "HDF5 Tools."
    Tools.html
        Added link to "HDF5 Java tools."
        Added h52gif and gif2h5.
Platforms tested:
    IE 5
2001-08-02 11:02:41 -05:00
Frank Baker
de04598d0d [svn-r4301] Purpose:
Bringing 'last minute' release branch edits into development branch.
Description:
    Removed link to non-existent description of non-existent
        F90 function h5gget_objinfo_f.
    Added links, with explanatory note, to the new freespace management
        section in Performance.html.
Platforms tested:
    IE 5
2001-08-02 11:00:50 -05:00
Frank Baker
bdce101e9f [svn-r4300] Purpose:
Bringing 'last minute' release branch edits into development branch.
Description:
    Updated H5check_version per recent expansion of the source comments.
Platforms tested:
    IE 5
2001-08-02 10:59:10 -05:00
Frank Baker
a2788dafc7 [svn-r4299] Purpose:
Bringing 'last minute' release branch edits into development branch.
Description:
    RM_H5T.html
    Datatypes.html
        Reworked H5T_conv_t description in both.
        Added H5T_cdata_t struct definition to both.
          Details in Datatypes.html; structs and pointer in RM_H5T.html.
        Copy edits.
Platforms tested:
    IE 5
2001-08-02 10:56:47 -05:00
HDF Admin
273602af14 [svn-r4270] Snapshot version 1.5 release 9 2001-07-28 03:36:59 -05:00
Albert Cheng
953a75e4f1 [svn-r4253] Snapshot version 1.5 release 8 2001-07-22 05:10:46 -05:00
Frank Baker
7c706d9d14 [svn-r4193] Purpose:
New section -- "Freespace Management"
Description:
    Added "Freespace Management" section.
    Minor formatting.
Platforms tested:
    IE 5
2001-07-11 17:01:45 -05:00
Quincey Koziol
ba75c45382 [svn-r4184] Purpose:
Roll a snapshot for the FLASH folks at Argonne to test with.
2001-07-11 07:57:45 -05:00
Frank Baker
f4da6baf5d [svn-r4163] Purpose:
Fixes bug #503
Description:
    H5Gunlink -- Changed "file space is reclaimed" ot "released".
                 Added note re: freespace and packing.
                 Heavy edit of Purpose and Description.
Platforms tested:
    IE 5
2001-07-09 16:17:13 -05:00
Frank Baker
017b67a742 [svn-r4162] Description:
H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED.
Platforms tested:
    IE 5
2001-07-09 16:14:23 -05:00
Frank Baker
cb5be31175 [svn-r4134] Purpose:
Bugfix.
Description:
    H5Screate_simple -- Minor edit.
    H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED.
    Completes fix to bug #568.
Platforms tested:
    IE 5
2001-07-06 10:33:13 -05:00
Frank Baker
5308ccd9de [svn-r4127] Purpose:
Bugfix
Description:
    H5Screate_simple -- Corrected statement referring to value of 0
      instead of H5S_UNLIMITED for unlimited dimensions.  While there,
      took the opportunity to rework the Description section.
    Fixes Bug #568.
Platforms tested:
    IE 5
2001-07-05 22:03:11 -05:00
Frank Baker
cfa3658931 [svn-r4126] Purpose:
Bugfixes and editing.
Description:
    RM_H5T.html
       H5Tget_class -- Added H5T_ARRAY to list of valid datatype class IDs.
                       Closes bug #611.
                    -- Minor formatting issue in same command.
    RM_H5F.html
       H5Fflush -- Added "Note:" re H5 vs OS buffers.
       H5Fclose -- Corrected mentions of H5close to read H5Fclose.
    RM_H5P.html
       Removed () from several H5* function names in running text.
Platforms tested:
    IE 5
2001-07-05 21:32:06 -05:00
Frank Baker
1af1fe8d8a [svn-r4123]
Purpose:
    Bugfix (Tools.html) and spelling correction (Files.html)
Description:
    Tools.html
       h5dump -- Removed "interactively" from first description sentence.
         (As a user has pointed out, an application that runs and exits
         without opportunity for user input is not "interactive".)
         Fixes bug #474.
       Rewrote introductory sentence to "Tools" page.
    Files.html -- Spelling correction
Platforms tested:
    IE 5
2001-07-05 21:10:40 -05:00
Frank Baker
3c16a9a41e [svn-r4106]
Purpose:
    Bugfix #567.
Description:
    Corrected datatype h5s_selopt_t to read h5s_seloper_t.
    Fixes HDF5 bug #567.
Platforms tested:
    IE 5
2001-07-04 10:47:56 -05:00
Frank Baker
5fae2e9cb6 [svn-r4104]
Purpose:
    Version 1.2 of "HDF5 Image and Palette Spec."  (Replaces v1.1)
Platforms tested:
    IE 5
2001-07-03 17:10:19 -05:00
Frank Baker
f72cb07b0a [svn-r4096]
Purpose:
    New files in the development branch.
    Syncronizing R1.5 development branch fortran docs with
    R1.4.x release branch.
Platforms tested:
    IE 5
2001-07-02 13:21:52 -05:00
Frank Baker
09390d1fa7 [svn-r4094]
Purpose:
    Synchronizing R1.5 development branch fortran docs
    with R1.4.x release branch.
Platforms tested:
    IE 5
2001-07-02 13:15:13 -05:00
Barbara Jones
d7e3f64c25 [svn-r4064]
Purpose:
fix broken ncsa image link
2001-06-22 14:19:06 -05:00
Barbara Jones
297cf286ae [svn-r4063]
Purpose:
fix broken ncsa image
2001-06-22 14:03:48 -05:00
Barbara Jones
62d7ad53b5 [svn-r4062]
Purpose:
fix broken ncsa link
2001-06-22 14:00:54 -05:00
Barbara Jones
d5ca78e066 [svn-r4061]
Purpose:
fix broken NCSA link
2001-06-22 13:55:15 -05:00
Barbara Jones
82a6deaa17 [svn-r4060]
Purpose:
  Fix broken NCSA link
2001-06-22 13:53:54 -05:00
Barbara Jones
314b1e7687 [svn-r4059]
Purpose:
    Fix broken NCSA link.
2001-06-22 13:52:34 -05:00
Barbara Jones
4a6c7fd42a [svn-r4058] Fix broken NCSA link 2001-06-22 13:50:47 -05:00
Barbara Jones
8da28065e4 [svn-r4057]
Purpose:
   Fix broken NCSA link.
2001-06-22 13:49:21 -05:00
Barbara Jones
6fae11571e [svn-r4055]
Purpose:
    Added ncsa image locally, to fix broken link problem.
2001-06-22 13:44:47 -05:00
Barbara Jones
5a02bb509e [svn-r4054]
Description:
   NCSA logo was moved, causing broken link; fixed
2001-06-22 13:42:39 -05:00
Barbara Jones
77eb51f3a9 [svn-r4053] Description:
NCSA logo was moved causing broken link; fixed
2001-06-22 13:37:43 -05:00
Barbara Jones
0f44b8f37e [svn-r4052]
Description:
    NCSA logo was moved, so caused broken link.  Fixed this.
2001-06-22 13:36:47 -05:00
Frank Baker
4e080e9817 [svn-r4007]
Purpose:
    Added '2001' to Copyright line.
Platforms tested:
    IE 5
2001-06-15 13:43:39 -05:00
Albert Cheng
5d1278c077 [svn-r3939] Snapshot version 1.5 release 6
(Somehow snapshot did not commit these files in the last release.)
2001-05-24 22:15:03 -05:00