summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7680] Frank Baker2003-10-201-6/+22
| | | | | | | | | | Purpose: Expand H5open/h5open_f and H5close/h5close_f descriptions to indicate that these two calls are mandatory in Fortran90 applications (though optional in C). Platforms tested: IE 5, Safari
* [svn-r7679] Frank Baker2003-10-201-7/+18
| | | | | | | | Purpose: h5dump: Updated XML-related options and links. Platforms tested: IE 5, Safari
* [svn-r7668] Snapshot version 1.7 release 7HDF Admin2003-10-191-2/+3
|
* [svn-r7623] Elena Pourmal2003-10-131-2/+2
| | | | | | | | | | | | | Purpose: Bug fix Description: The third parameter to the h5pget(set)_cache_f subroutines had a wrong type Solution: Fixed the type and changed the docs. Platforms tested: kelgia, arabica 64-bit, copper 64-bit Misc. update:
* [svn-r7605] Snapshot version 1.7 release 6HDF Admin2003-10-121-5/+17
|
* [svn-r7599] Frank Baker2003-10-102-94/+454
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7589] Frank Baker2003-10-091-44/+174
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7585] Frank Baker2003-10-091-523/+520
| | | | | | | | | | | 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
* [svn-r7577] Frank Baker2003-10-081-1301/+1364
| | | | | | | | | | | 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
* [svn-r7576] Frank Baker2003-10-081-61/+72
| | | | | | | | | | | | 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
* [svn-r7571] Frank Baker2003-10-071-4076/+4185
| | | | | | | | | | | 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
* [svn-r7567] Frank Baker2003-10-076-1237/+1340
| | | | | | | | | | | | | | | 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:
* [svn-r7566] Frank Baker2003-10-071-236/+284
| | | | | | | | | Purpose: Aphabetic sort of RM function entries Integrated Fortran90 APIs -- h5acreate_f and h5aclose_f Platforms tested: IE 5, Safari
* [svn-r7565] Frank Baker2003-10-071-194/+212
| | | | | | | | | Purpose: Aphabetic sort of RM function entries Minor formatting Platforms tested: IE 5, Safari
* [svn-r7564] Frank Baker2003-10-071-66/+69
| | | | | | | | Purpose: Aphabetic sort of RM function entries Platforms tested: IE 5, Safari
* [svn-r7558] Snapshot version 1.7 release 5HDF Admin2003-10-071-1/+9
|
* [svn-r7509] Purpose:Albert Cheng2003-09-252-1/+81
| | | | | | | | | | 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:
* [svn-r7502] Snapshot version 1.7 release 4HDF Admin2003-09-211-1/+3
|
* [svn-r7476] Purpose:Quincey Koziol2003-09-161-1/+3
| | | | Clarify documentation about H5Tset_size for string datatypes.
* [svn-r7472] Snapshot version 1.7 release 3HDF Admin2003-09-141-1/+10
|
* [svn-r7468] Purpose:Quincey Koziol2003-09-121-4/+4
| | | | | | | | | | | | | | | | | | 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
* [svn-r7465] Purpose:Quincey Koziol2003-09-111-2/+3
| | | | | Fix incorrect # of 16-byte objects which fit into a 4096 byte global heap collection (170 -> 127)
* [svn-r7463] Purpose:Quincey Koziol2003-09-111-2/+11
| | | | Tweak some wording for global heap description.
* [svn-r7452] Purpose:Quincey Koziol2003-09-101-45/+273
| | | | Checkpoint file format spec.
* [svn-r7450] Purpose:Quincey Koziol2003-09-102-0/+156
| | | | Add document describing issues relating to variable-length datatypes.
* [svn-r7436] Snapshot version 1.7 release 2HDF Admin2003-08-311-39/+65
|
* [svn-r7434] Purpose:Quincey Koziol2003-08-312-4/+4
| | | | | | | | | | | | | | | | | | | | 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
* [svn-r7430] Frank Baker2003-08-282-6/+6
| | | | | | | | | Purpose: RM_H5G.html -- Minor copy edits H5.intro.html -- Removed Library version # from doc title Platforms tested: IE 5, Safari
* [svn-r7429] Frank Baker2003-08-281-53/+94
| | | | | | | | | | | | | | | 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
* [svn-r7414] Purpose:Quincey Koziol2003-08-261-447/+1264
| | | | Checkpoint file format revisions
* [svn-r7412] Purpose:Quincey Koziol2003-08-261-14/+14
| | | | | | | | | | | | | | | | | | | 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
* [svn-r7397] Snapshot version 1.7 release 1HDF Admin2003-08-241-7/+33
|
* [svn-r7335] Purpose:Quincey Koziol2003-08-112-8/+8
| | | | | | | Update docs Description: Updated docs with new H5G_stat_t structure.
* [svn-r7330] Purpose:Quincey Koziol2003-08-081-2/+1
| | | | | | | Update docs Description: Update DDL for format change of unnamed datatypes.
* [svn-r7279] Purpose:Robert E. McGrath2003-07-302-0/+0
| | | | | | | | | | | | | 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:
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-271-333/+146
|
* [svn-r7260] Purpose:Quincey Koziol2003-07-231-599/+837
| | | | Checkpoint file format revisions.
* [svn-r7229] Purpose:Quincey Koziol2003-07-161-65/+97
| | | | | | | Update docs Description: Checkpoint file format revisions.
* [svn-r7217] Purpose:Quincey Koziol2003-07-141-4/+3
| | | | | | | Correct information Description: Correct a some information about file creation properties.
* [svn-r7194] Purpose:Quincey Koziol2003-07-091-122/+179
| | | | | | | Checkpoint work Description: Check in more updates to the file format specification.
* [svn-r7181] Purpose:Quincey Koziol2003-07-072-176/+1
| | | | | | | | | | | Version update Description: Removed 1.4 compatibility code in the library. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7161] Purpose:Quincey Koziol2003-07-031-34/+51
| | | | | | | | | | Further updates Description: More updates on file format information. Platforms tested: Mozilla 1.4.0
* [svn-r7160] Frank Baker2003-07-031-2/+2
| | | | | | | | Purpose: Copy edits. Platforms tested: IE 5
* [svn-r7159] Frank Baker2003-07-0330-54/+57
| | | | | | | | | | | | 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
* [svn-r7158] Frank Baker2003-07-0317-53/+93
| | | | | | | | | | | 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
* [svn-r7157] Frank Baker2003-07-032-87/+55
| | | | | | | | | | | | | | | | | | | 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
* [svn-r7154] Frank Baker2003-07-031-2/+2
| | | | | | | | Purpose: Correct link to Supported Configuration Features table. Platforms tested: IE 5
* [svn-r7153] Frank Baker2003-07-031-19/+116
| | | | | | | | | | | | | | | | | 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
* [svn-r7152] Frank Baker2003-07-031-1/+10
| | | | | | | | | Description: H5Pset_szip -- Added link to further SZIP information at http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/ Platforms tested: IE 5
* [svn-r7149] Purpose:Quincey Koziol2003-07-031-1026/+1059
| | | | | | | | | | | Update information Description: Update with more correct information. (Still not finished, but its better than it was before... :-) Platforms tested: Mozilla 1.4.0