summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8685] Purpose:Quincey Koziol2004-06-141-1/+12
| | | | Bump version # after making snapshot for user.
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-071-1/+5
|
* [svn-r8592] Purpose:Quincey Koziol2004-05-271-27/+401
| | | | | | | | | | | | | | | | | | | | | Code optimization & bug fix Description: When dimension information is being stored in the storage layout message on disk, it is stored as 32-bit quantities, possibly truncating the dimension information, if a dimension is greater than 32-bits in size. Solution: Fix the storage layout message problem by revising file format to not store dimension information, since it is already available in the dataspace. Also revise the storage layout data structures to be more compartmentalized for the information for contiguous, chunked and compact storage. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
* [svn-r8572] Frank Baker2004-05-251-13/+22
| | | | | | | | | | | | | | | | | Purpose: Bugfixes in H5Gset_comment, h5gget_comment_f, and h5gset_comment_f. (Follow-on to the H5Gget_comment bugfix of last week.) Description: Changed C parameter descriptions to indicate the following: 'loc_id' can be file, group, dataset, or named datatype. 'name' can be '.' if 'loc_id' fully describes the object. 'name' is ignored if 'loc_id' is a dataset or named datatype. Modified h5gget_comment_f and h5gset_comment_f notes accordingly. Copy edits in H5Gget/set_comment and h5gget/set_comment_f. Platforms tested: Safari
* [svn-r8567] Frank Baker2004-05-211-5/+13
| | | | | | | | | | | | | | | | | Purpose: H5Gget_comment bugfix Description: H5Gget_comment: Changed "Description" text and "Parameters" descriptions to indicate the following: 'loc_id' can be file, group, dataset, or named datatype. 'name' can be '.' if 'loc_id' fully describes the object. 'name' is ignored if 'loc_id' is a dataset or nemed datatype. Also corrected the fact that the 'name' parameter description referred to setting the comment rather than retriving it. Platforms tested: Safari
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-161-1/+1
|
* [svn-r8421] Purpose:Quincey Koziol2004-04-261-3/+3
| | | | Correct typo in H5Pcreate() information
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-261-1/+22
|
* [svn-r8244] Frank Baker2004-03-101-3/+2
| | | | | | | | | | | | | | | | | | Purpose: Bugfix: Bugzilla #66 Solution: H5Pset_szip -- Corrected the plist parameter description. Since this property can be set only in the dataset creation property list, changed the parameter description from Dataset creation or dataset transfer property list identifier. to Dataset creation property list identifier. Fixes Bugzilla bug #66. Platforms tested: IE 5
* [svn-r8243] Frank Baker2004-03-101-8/+8
| | | | | | | | | | | | | Purpose: Bugfix -- Bugzilla #67 Solution: Removed the numeric notations from the datatype listing in h5iget_type_f. Fixes Bugzilla #67. Platforms tested: IE 5
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-081-1/+1
|
* [svn-r8231] Frank Baker2004-03-031-2/+4
| | | | | | | | | | | | | Description: Changed the H5Pset(get)_cache change description in the Release 1.6.0 "Functions with Changed Syntax" section to reference the 'rdcc_nbytes' parameter rather than 'rdcc_nelmts'. The note originally identifed the wrong parameter as having a changed datatype. [Closes bug #1053.] Platforms tested: IE 5
* [svn-r8220] Frank Baker2004-02-241-26/+10
| | | | | | | | | | | | | | | Purpose: Update documentation index (hdf5/doc/html/index.html) to say that it describes Release 1.6.2. The index file included with the R1.6.2 source tarfile mistakenly refers to Release 1.6.1; this has been noted on the "Known Problems" page on the HDF5 website. The corrected file will be included in the hdf.ncsa.uiuc.edu:/HDF5/doc/ document set and in the Release 1.6.2 documentation-only tarfile. Platforms tested: IE 5, Safari
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-231-1/+1
|
* [svn-r8209] Frank Baker2004-02-181-4/+4
| | | | | | | | Purpose: Corrected reference to PDF versions. Platforms tested: IE 5
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-162-97/+447
|
* [svn-r8204] Purpose:Quincey Koziol2004-02-141-15/+39
| | | | | | | | Doc cleanup Description: Correct several grammar problems, as well as clarify a few more things, based on John's feedback.
* [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 releaseElena Pourmal2004-02-121-117/+155
| | | | | | | | | | | | Description: Changed version to be 1.6.2 and ran bin/release. Since several files are changed, I am checking them in before tagging the release Solution: Platforms tested: eirene Misc. update:
* [svn-r8125] Purpose:Quincey Koziol2004-01-311-7/+4
| | | | | | | | | | | | | | | Bug fix/optimization Description: Address slowdown in MPI-I/O file metadata operations that was introduced mid-stream. We now _require_ a POSIX compliant parallel file system for the MPI-I/O file driver (as well as for the MPI-POSIX file driver). Also optimized file open operation when the file is being created by reducing the number of collective & syncronizing calls. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r8108] Frank Baker2004-01-231-12/+18
| | | | | | | | | | Purpose: Corrections from tech review in the following tool descriptions h5cc/h5pcc h5fc/h5pfc h5c++ Platforms tested: IE 5
* [svn-r8107] Frank Baker2004-01-2310-10/+10
| | | | | | | | Purpose: Updated release tagline to read "Describes HDF5 Release 1.6.2, February 2004" Platforms tested: IE 5
* [svn-r8106] Frank Baker2004-01-2318-19/+19
| | | | | | | | | Purpose: Updated release tagline to read "Describes HDF5 Release 1.6.2, February 2004" Platforms tested: IE 5
* [svn-r8104] Frank Baker2004-01-231-2/+2
| | | | | | | Purpose: Added 2004 to copyright dates line Platforms tested: IE 5
* [svn-r8103] Frank Baker2004-01-231-2/+150
| | | | | | | | | | Purpose: Added section for R 1.6.2. Removed 'current release' notation from R 1.6.1 section. Copy edits. Platforms tested: IE 5
* [svn-r8092] Frank Baker2004-01-221-63/+80
| | | | | | | Purpose: Add h5pcc and h5pfc Platforms tested: Safari and IE 5
* [svn-r8091] Frank Baker2004-01-221-5/+5
| | | | | | | | Purpose: Correct 'strpad' parameter values in h5tset/get_strpad_f e.g., H5T_STR_NULL_F corrected to H5T_STR_NULLPAD_F Description: Safari, IE 5
* [svn-r8088] Frank Baker2004-01-221-2/+2
| | | | | | | Purpose: Correct H5Pget_edc_check return values Platforms tested: Safari, IE 5
* [svn-r8086] Frank Baker2004-01-221-4/+4
| | | | | | | | Purpose: Copy edits Platforms tested: Safari, IE 5
* [svn-r8081] Purpose:Quincey Koziol2004-01-191-1/+4
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-191-1/+1
|
* [svn-r8059] Purpose:Quincey Koziol2004-01-131-3/+3
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-131-1/+4
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-121-2/+10
|
* [svn-r8029] Purpose:Quincey Koziol2004-01-061-1/+3
| | | | Bump version number after making a snapshot for a user.
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-051-1/+4
|
* [svn-r8002] Purpose:Quincey Koziol2003-12-311-1/+10
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7983] Snapshot version 1.6 release 1 (post9)HDF Admin2003-12-291-1/+1
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-221-1/+1
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-151-1/+1
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-131-2/+4
| | | | Bug snapshot version after creating tar file for user to test bugfix.
* [svn-r7945] Purpose:Quincey Koziol2003-12-131-1/+7
| | | | Bump snapshot version number after giving a snapshot w/bugfix to a user.
* [svn-r7938] Purpose:Quincey Koziol2003-12-111-3/+235
| | | | | | | Add RM docs for new H5I routines. Description: Add new H5I routines to the reference manual.
* [svn-r7919] Snapshot version 1.6 release 1 (post4)HDF Admin2003-12-081-1/+7
|
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-011-1/+8
|
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-241-1/+5
|
* [svn-r7867] Frank Baker2003-11-201-2/+4
| | | | | | | | | | | Purpose: Remove release number from document title Description: Removed "Release 1.4" from "Introduction to HDF5" document title. Platforms tested: IE 5
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-171-1/+8
|
* [svn-r7808] Snapshot version 1.6 release 1 (post0)HDF Admin2003-11-032-124/+463
|
* [svn-r7799] Frank Baker2003-10-301-59/+113
| | | | | | | | | | | | | | Purpose: Improved tools index Better categorization and consistency in style Clarified notes regarding tools that are not included with the library distribution Added notes in the h4toh5 and h5toh4 descriptions that these tools are now distributed separately (with pointer to distribution site) A few dozen copy edits Platforms tested: IE 5
* [svn-r7788] Frank Baker2003-10-292-16/+23
| | | | | | | | | | | | Purpose: Fixes for user-reported Ref Manual bugs: H5Gget_objname_by_idx: corrected 'size' parameter specification H5Sselect_elements: Expanded 'coord' parameter description to make it clear that values are 0-based. Additional minor copy edits and formatting cleanup. Platforms tested: IE 5