summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7335] Purpose:Quincey Koziol2003-08-111-4/+4
| | | | | | | Update docs Description: Updated docs with new H5G_stat_t structure.
* [svn-r6877] Purpose:Quincey Koziol2003-05-151-1/+1
| | | | | | | Correct typo. Description: Correct the type of a value from H5G_obj_t to H5G_type_t.
* [svn-r744] Checking in MS Word copy of Beta version of "Introduction toFrank Baker1998-10-081-0/+0
| | | | | | | | HDF5." (The HTML copy was checked in for the Beta; the MS Word copy was overlooked at that time.) The mapping image, used to illustrate hyperslab data selections, is a separate gif image, H5.intro.datamap.gif, in docs/html.
* [svn-r740] Correct erroneous cross-reference. (I.e., cross-reference toFrank Baker1998-10-071-1/+1
| | | | Datatypes.html was corrected to point to Dataspaces.html.)
* [svn-r692] Modified loc_id parameter description to accomodate more more liberalFrank Baker1998-09-114-9/+10
| | | | | | | | | set of loc_id values. Functions requiring a change: H5Acreate H5Dopen H5Gpop, H5Glink, H5Gget_objinfo, H5Gget_linkval, H5Gset_comment, H5Gget_comment H5Topen
* [svn-r691] Changes since 19980910Robb Matzke1998-09-111-3/+3
| | | | | | | | | | | | | | | | ---------------------- ./MANIFEST Removed duplicate Ragged.html ./doc/src/Glossary.html Changed 1.0 to 1.2 since 1.0 is the current development branch, 1.1 will be development after beta release, and 1.2 will be the first complete release (see Version.html). ./test/dsets.c ./test/tstab.c Added more tests.
* [svn-r690] Revised the description of h5dump.Ruey-Hsia Li1998-09-111-0/+6
|
* [svn-r686] Changed argument files to file.Ruey-Hsia Li1998-09-101-6/+6
| | | | Corrected the address of DDL.
* [svn-r685] Changed H5Gget_stat to H5Gget_objinfo.Frank Baker1998-09-101-6/+6
|
* [svn-r684] RM_H5Front.htmlFrank Baker1998-09-1015-183/+1163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added link to Tools.html Clean up formatting. Added RM_H5R.html, Ragged Arrays, but link is commented out for Beta. RM_H5.html H5version Removed patch number parameter. H5check_version Removed patch number parameter. Corrected datatype to unsigned (was unsigned *). Added missing "Purpose:" statement. RM_H5A.html H5Aread/write Added reference to data conversion limitations. RM_H5D.html H5Dwrite Added "Writing to an external dataset will fail if the HDF5 file is not open for writing." H5Dread/write Added reference to data conversion limitations. RM_H5F.html H5Fflush Added H5Fflush. RM_H5G.html H5Gget_stat Fixed formatting error. Added mtime to the description of the data structure. Added the following "Note:", per Robb's checkin mesage: "Some systems will be able to record the time accurately but unable to retrieve the correct time; such systems (e.g., Irix64) will report an mtime value of 0 (zero)." Corrected successful return value. H5Gset_comment Added the following statement to "Description:" "Comments can be attached to any object that has an object header, e.g., data sets, groups, named data types, and data spaces, but not symbolic links. RM_H5P.html Cleaned up file formatting. H5Pset_filter Added these three functions. H5Pget_nfilters H5Pget_filter H5Pget_deflate Removed these three functions. (Actually, H5Pset_compression they are commented out, in case they should H5Pget_compression be reinstated.) RM_H5R.html Intial version of H5R reference manual entry, but still largely just a template. Not yet ready for distribution. Links to this document are currently commented out. RM_H5S.html H5S_set_extent_simple Changed name to H5Sselect_extent_simple. now: H5Sselect_extent_simpl H5Sselect_npoints Corrected return value. Now: H5Sget_select_npoints H5Sget_class Reinstated to RM. Changed name. now: H5Sget_space_type H5Soffset_simple Added these 6 functions. The there is a H5Sextent_copy link to Dataspaces.html for the 10 "not yet H5Sset_extent_none implemented (NYI)" functions. H5Sselect_all H5Sselect_none H5Sselect_valid RM_H5T.html Added the following datatypes (though the list of native datatypes is commented out): H5T_NATIVE_HSIZE H5T_NATIVE_HSSIZE H5T_NATIVE_HERR H5T_NATIVE_HBOOL Tools.html Corrected h5ls and h5repart sections. Glossary.html Unlinked for Beta. Copyright.html New file. Copyright statement, linked into User's Guide and Reference Manual. General Changed the following function names: From: To: H5version H5get_libversion H5vers_check H5check_version H5Anum_attrs H5Aget_num_attrs H5Fget_create_template H5Fget_create_plist H5Fget_access_template H5Fget_access_plist And associated "template" -> "property list" edits. H5Gstat H5Gget_stat H5Sextent_npoints H5Sget_simple_extent_npoints H5Sextent_ndims H5Sget_simple_extent_ndims H5Sextent_dims H5Sget_simple_extent_dims H5Sget_class H5Sget_simple_extent_type H5Sselect_npoints H5Sget_select_npoints Added links to Tools.html and RM_H5R.html (Ragged Arrays), though link to RM_H5R.html is commented out for now.
* [svn-r679] User-level descriptions of the HDF5 interactive tools:Frank Baker1998-09-091-0/+256
| | | | | | | h5dump h5ls h5repart This page is accessed via the HDF5 Reference Manual (RM_H5Front.html).
* [svn-r587] Added H5Gset_comment and H5Gget_comment.Frank Baker1998-08-121-3/+91
|
* [svn-r535] Changed H5Sget_class to H5Sextent_class in docsQuincey Koziol1998-07-231-7/+6
|
* [svn-r504] HDF5 Reference ManualFrank Baker1998-07-151-5/+35
| | | | | RM_H5Z.html -- Compression functions, H5Z Interface Updated for Alpha2.
* [svn-r502] HDF5 Reference ManualFrank Baker1998-07-1511-1157/+1456
| | | | | | Final updates for Alpha2. All currently-implemented functions added. Technical content verified.
* [svn-r500] Introduction to HDF5Frank Baker1998-07-151-0/+0
| | | | | Source file -- Microsoft Word. The derived HTML file is hdf/doc/html/H5.intro.html.
* [svn-r479] Updates for Alpha2.Frank Baker1998-07-104-375/+735
| | | | Add missing functions. General technical edit.
* [svn-r475] HDF5 Reference Manual files.Elena Pourmal1998-07-0810-0/+5989
| | | | | Main file is RM_H5Front.html. Created from the Alpha1 Ref. Manual, Alpha1 User's Guide Documents and the Alpha2 Source Code.
* [svn-r474] HDF5 Glossary.Frank Baker1998-07-081-0/+53
Created from Alpha1 Reference Manual.