summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r4826] Frank Baker2002-01-151-2/+2
| | | | | | | | | Purpose: Bugfix -- Fixes bug #640. Description: H5Sget_simple_extent_npoints: Corrected return type to hssize_t. Platforms tested: IE 5
* [svn-r4825] Frank Baker2002-01-151-1/+1
| | | | | | | | | | Purpose: Clarification. Might even call it a bugfix. Description: H5Gunlink: Corrected loc_id parameter to be 'file or group' rather than just 'file'. Platforms tested: IE 5
* [svn-r4824] Frank Baker2002-01-151-16/+16
| | | | | | | | | | Purpose: Bugfixes. Description: Corrected spellings of FORTRAN function names (mpi --> mpio) h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f Platforms tested: IE 5
* [svn-r4823] Frank Baker2002-01-151-56/+30
| | | | | | | | | | | | | | | | | | | | Purpose: Bugfixes. Removed H5Pset_fapl_dpss. Clarifications & a new list of driver IDs. Description: Corrected spellings of FORTRAN function names (mpi --> mpio) h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f 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
* [svn-r4822] Frank Baker2002-01-151-6/+10
| | | | | | | | | | | | Purpose: Clarification and bugfix 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
* [svn-r4784] Bill Wendling2002-01-061-5/+12
| | | | | | | | | | | | | | | | | Purpose: feature add Description: Added ability to h5dumper to dump Group comments. Solution: Stole the code from h5ls that does this and put it into the h5dumper code. Modified the DDL to reflect the newest change. Added a testcase (tgrp_comments.*) to test that it's actually doing the comments correctly. Small modification to H5G.c. The error comment should have said that it couldn't "get" the comment instead of "set" the comment... Platforms tested: Dangermouse, Kelgai, Modi4
* [svn-r4781] Snapshot version 1.4 release 3 (snap10)HDF Admin2002-01-051-4/+19
|
* [svn-r4750] Bill Wendling2001-12-211-0/+10
| | | | | | | | | Purpose: Feature Description Description: Added description of the --filedriver flag to the H5dump. Platforms tested: w3m
* [svn-r4684] Snapshot version 1.4 release 3 (snap9)HDF Admin2001-12-081-1/+1
|
* [svn-r4677] Frank Baker2001-12-051-49/+130
| | | | | | | | | | | | | | | | | | Purpose: Expanded descriptions and minor copy edits. Solution: H5Fcreate, H5Fopen, H5Fclose Changes stemming from Albert's H5Fxxx proposal Added IN/OUT designations to parameters. Minor formatting and copy edits. [Sorry about the extra lines here, but every time I try to delete a blank line, I get a "no space left on device" error.] Platforms tested: IE 5
* [svn-r4663] Snapshot version 1.4 release 3 (snap8)HDF Admin2001-12-011-1/+1
|
* [svn-r4610] Snapshot version 1.4 release 3 (snap7)HDF Admin2001-11-181-1/+3
|
* [svn-r4599] Snapshot version 1.4 release 3 (snap6)HDF Admin2001-11-101-1/+1
|
* [svn-r4579] Snapshot version 1.4 release 3 (snap5)HDF Admin2001-10-271-1/+8
|
* [svn-r4575] Frank Baker2001-10-261-2/+2
| | | | | | | | | Purpose: Bugfix Description: H5Awrite -- corrected final parameter type to 'const void' Platforms tested: IE 5
* [svn-r4559] Snapshot version 1.4 release 3 (snap4)HDF Admin2001-10-201-1/+1
|
* [svn-r4541] Snapshot version 1.4 release 3 (snap3)HDF Admin2001-10-131-1/+1
|
* [svn-r4532] Purpose:Quincey Koziol2001-10-081-26/+205
| | | | | | | | | 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.
* [svn-r4530] Snapshot version 1.4 release 3 (snap2)HDF Admin2001-10-061-3/+15
|
* [svn-r4481] Purpose:Albert Cheng2001-09-261-3/+29
| | | | | | | | | Feature (same as v1.5) Description: Updated with the added feature of H5Pset_fapl_split. Added two examples too. Platforms tested: IE 5 plus eyeball.
* [svn-r4468] Snapshot version 1.4 release 3 (snap1)HDF Admin2001-09-221-1/+1
|
* [svn-r4442] Snapshot version 1.4 release 3 (snap0)HDF Admin2001-09-151-7/+13
|
* [svn-r4441] Bill Wendling2001-09-131-5/+95
| | | | | | | | | Purpose: Feature Add Description: Added description of the H5CC script. Platforms tested: Mozilla
* [svn-r4328] Snapshot version 1.4 release 2 (post0)HDF Admin2001-08-112-121/+340
|
* [svn-r4317] Purpose:Albert Cheng2001-08-061-41/+205
| | | | | This version is the one got released as 1.4.2. Committed it to prepare for retagging it for version 1.4.2 release.
* [svn-r4314] Bill Wendling2001-08-061-1/+10
| | | | | | | | | Purpose: Feature Add Description: Added description of the --filedriver flag for the h5dump program. Platforms tested: Lynx
* [svn-r4273] Description:Frank Baker2001-07-301-3/+6
| | | | | | | H5check_version: Added note that if 2nd-level check fails, library issues warning but function does not fail. Copy edits. Platforms tested: IE 5
* [svn-r4271] Purpose:Albert Cheng2001-07-301-6/+10
| | | | | | Revised the section of H5check_version(). Platforms tested: IE 5 displayed.
* [svn-r4258] Purpose:Frank Baker2001-07-242-8/+7
| | | | | | Basically copy edits. Platforms tested: IE 5
* [svn-r4256] Purpose:Frank Baker2001-07-241-1/+83
| | | | | | Added h52gif and gif2h5. Platforms tested: IE 5
* [svn-r4255] Frank Baker2001-07-241-10/+54
| | | | | | | | | | Purpose: Update Description: Updated H5check_version per Albert's recent expansion of the source code comments. Platforms tested: IE 5
* [svn-r4250] Purpose:Frank Baker2001-07-201-3/+16
| | | | | | | | Link in "Supported Configuration Features Summary" table. Description: Added link to SuppConfigFeats.142Final.html on HDF web server. Platforms tested: IE 5
* [svn-r4249] Purpose:Frank Baker2001-07-202-38/+81
| | | | | | | | | | | | Bugfix 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. Tested: IE 5
* [svn-r4244] Purpose:Frank Baker2001-07-201-1/+3
| | | | | | | Removed link to non-existent description of non-existent F90 function h5gget_objinfo_f. Platforms tested: IE 5
* [svn-r4226] Snapshot version 1.4 release 2 (pre3)Elena Pourmal2001-07-171-1/+5
|
* [svn-r4221] Purpose:Frank Baker2001-07-163-3/+3
| | | | | | Correcting "Last modified" date. Platforms tested: IE 5
* [svn-r4220] Purpose:Frank Baker2001-07-161-2/+23
| | | | | | | | | To list Release 1.4.2 API changes in Fortran90 library. Description: Added note re new 'dims' parameter in 4 F90 routines: h5aread/write_f and h5dread/write_f. Platforms tested: IE 5
* [svn-r4219] Purpose:Frank Baker2001-07-164-12/+42
| | | | | | | | | | Linking to new "Freespace Management" section from appropriate places. Description: Added links, with explanatory paragraph or footnote, from Chunking.html, Filters.html, and H5Gunlink in RM_H5G.html to "Freespace Management" in Performance.html. Platforms tested: IE 5
* [svn-r4218] Purpose:Frank Baker2001-07-162-5/+22
| | | | | | | | | To make "HDF5 Tools" and "HDF5 Java Tools" more visible to users Description: index.html: Added link to "HDF5 Tools" Tools.html: Added link to "HDF5 Java Tools" Platforms tested: IE 5
* [svn-r4192] Purpose:Frank Baker2001-07-111-4/+11
| | | | | | | | | | Add notes for Release 1.4.2 Description: Added "1.4.2 -- bugfix release" note. Changed reference to "1.4.0 (current release)" to "1.4.x". Minor copy edits. Platforms tested: IE 5
* [svn-r4191] Purpose:Frank Baker2001-07-111-7/+95
| | | | | | | | | New section -- "Freespace Management" Description: Added "Freespace Management" section. Minor formatting. Platforms tested: IE 5
* [svn-r4168] Description:Frank Baker2001-07-091-3/+2
| | | | | | Updated release reference in user docs table header to 1.4.2. Platforms tested: IE 5
* [svn-r4167] Description:Frank Baker2001-07-0956-58/+58
| | | | | | Updating "Describes HDF5 Release..." line to "...1.4.2, July 2001" Platforms tested: IE 5
* [svn-r4164] Purpose:Frank Baker2001-07-091-9/+22
| | | | | | | | | | 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
* [svn-r4161] Description:Frank Baker2001-07-091-3/+3
| | | | | | H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
* [svn-r4133] Purpose:Frank Baker2001-07-061-2/+7
| | | | | | | | | Bugfix. Description: H5Screate_simple -- Minor edit. 9 H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED. Completes fix to bug #568. Platforms tested: IE 5
* [svn-r4128] Purpose:Frank Baker2001-07-061-15/+21
| | | | | | | | | | | 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
* [svn-r4125] Frank Baker2001-07-062-4/+5
| | | | | | | | | | | | | | | | Purpose: Bugfixes. Description: Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r4124] Purpose:Frank Baker2001-07-062-5/+7
| | | | | | | | | | | | | | 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
* [svn-r4105] Frank Baker2001-07-041-4/+4
| | | | | | | | | | Purpose: Bugfix #567. Description: Corrected datatype h5s_selopt_t to read h5s_seloper_t. Fixes HDF5 bug #567. Platforms tested: IE 5