summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7753] Frank Baker2003-10-2712-7329/+0
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html from CVS as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7748] Frank Baker2003-10-271-11/+7
| | | | | | | | Purpose: Updated discussion in Fortran90 section. Platforms tested: IE 5
* [svn-r7729] Frank Baker2003-10-241-4/+7
| | | | | | | | Purpose: Editing within Fortran90 descriptions Platforms tested: Safari
* [svn-r7728] Purpose:Frank Baker2003-10-241-1/+2
| | | | Add missing "END SUBROUTINE" line for h5pget_layout_f
* [svn-r7727] Purpose:Frank Baker2003-10-241-569/+1985
| | | | | | | | | Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Platforms tested: Safari
* [svn-r7721] Frank Baker2003-10-231-11/+9
| | | | | | | | Purpose: Formatting in Fortran90 descriptions Platforms tested: Safari
* [svn-r7718] Frank Baker2003-10-231-258/+210
| | | | | | | | Purpose: Formatting and copy edits in the Fortran90 descriptions Platforms tested: Safari
* [svn-r7693] Frank Baker2003-10-221-100/+64
| | | | | | | | Purpose: Formatting and copy edits within Fortran90 descriptions Platforms tested: Safari
* [svn-r7687] Frank Baker2003-10-211-20/+20
| | | | | | | | | | | | Purpose: Description: Solution: Platforms tested: Misc. update:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-171-29/+96
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7658] Frank Baker2003-10-163-38/+16
| | | | | | | | Purpose: Rebalance function index at top of page. Platforms tested: Safari, IE 5
* [svn-r7655] Frank Baker2003-10-1614-172/+105
| | | | | | | | | | | | | | | | | | | | | Purpose: Description: index.html: Added link to PDF version of RM, to be posted approximately one week post-release RM_H5Front.html: Added note describing Fortran API integration into main RM Added link to PDF version of RM, to be posted approximately one week post-release RM_H5?.html and RM_H5.html (except RM_H5P.html): Removed notes that Fortran APIs are described in a separate window RM_H5P.html: Added note that Fortran API integration is complete throughout RM except in H5P Solution: Platforms tested: Misc. update:
* [svn-r7654] Frank Baker2003-10-163-369/+1558
| | | | | | | | | | | | 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-r7653] Frank Baker2003-10-161-3/+135
| | | | | | | | | | | | | | | | | | | Purpose: Added section for R1.6.1 Listed new functions: H5Fget_freelist h5pset_fapl_mpiposix_f * h5pget_fapl_mpiposix_f * (* With note that these functions were new in 1.6.0 but undocumented.) Listed functions with changed sytax: H5Gget_obj_info -- changed struct h5fset_cache_f -- parameter change And a copy edit in the 1.6.0 section where that release was referred to as 'Release 1.5'. Platforms tested: Safari, IE 5
* [svn-r7652] Frank Baker2003-10-161-13/+25
| | | | | | | | | Purpose: Tools index: Updated link to Java/HDF Tools page. h5dump: Updated XML-related options and links. Platforms tested: Safari, IE 5
* [svn-r7651] Frank Baker2003-10-161-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: Safari, IE 5
* [svn-r7645] Frank Baker2003-10-151-10/+35
| | | | | | | | | | Purpose: Add two missing Fortran calls: h5pget_fapl_mpiposix_f h5pset_fapl_mpiposix_f Platforms tested: Safari
* [svn-r7637] Frank Baker2003-10-151-3/+3
| | | | | | | | | Purpose: Update docs index subtitle and tagline to read 'Release 1.6.1, October 2003'. Platforms tested: IE 5, Safari
* [svn-r7636] Frank Baker2003-10-1541-66/+90
| | | | | | | | | Purpose: Update release tagline to read: Describes HDF5 Release 1.6.1, October 2003 Platforms tested: Safari, IE 5
* [svn-r7635] Frank Baker2003-10-151-3/+3
| | | | | | | | Purpose: Minor copy edit in H5Pset_sizes. Platforms tested: Safari
* [svn-r7620] Frank Baker2003-10-137-341/+967
| | | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. (Cleanup pass for H5A and H5D, initially checked in last week.) Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interfaces" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7606] Elena Pourmal2003-10-131-20/+20
| | | | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Type of the third argument to the h5pset(get)_cache_f subroutines was incorrect (INTEGER instead of INTEGER(SIZE_T)). I was confused while doing my previous change since fortran docs were wrong, and the type of the same argument in 1_4 branch is INTEGER. I forgot to check carefully #if def for 1_4 branch in the C code, and encountered only int type for the corresponding C functions. Since Fortran doesn't support backward compatibility, type of the argument should be always in sync with the latest branch. Solution: ALWAYS, ALWAYS pay attention to compiler's warning. Fixed type to be INTEGER(SIZE_T). Platforms tested: kelgia, copper 64-bit mode, solaris 2.7 64-bit mode. Misc. update:
* [svn-r7598] Frank Baker2003-10-101-65/+360
| | | | | | | | | | | | 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-r7596] Frank Baker2003-10-101-29/+94
| | | | | | | | | | | | Purpose: Integrate Fortran90 interfaces into C RM. Solution: Remove "Non-C APIs" sections. Add "Fortran90 Interface" sections with F90 descriptions. Platforms tested: IE 5, Safari
* [svn-r7588] 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-r7578] Frank Baker2003-10-081-8/+8
| | | | | | | | Purpose: Minor copy edits. Platforms tested: Safari, IE 5
* [svn-r7561] Purpose:Quincey Koziol2003-10-071-1/+33
| | | | | | | | | | | | Feature add Description: Add a few new fields to the H5G_stat_t structure, to allow more information about the object header to be retrieved. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7560] Purpose:Quincey Koziol2003-10-072-1/+61
| | | | | | | | | | | | | | Add feature Description: Add H5Fget_freespace() routine, to check the amount of free space in a file. This information is only valid until the file is closed currently, however (until we start recording the free space information in the file itself). Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7552] Purpose:Quincey Koziol2003-10-062-0/+16
| | | | | | | | | | | | | | Bug/feature fix. Description: Relax restriction on parallel writing to compact datasets to allow partial I/O. Updated reference manual mentioning the issues involved. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7537] Frank Baker2003-10-031-679/+509
| | | | | | | | | Purpose: Alphabetizing the RM function entries. This commit finishes the task in the 1.6 release branch. Platforms tested: IE 5, Safari
* [svn-r7536] Frank Baker2003-10-0311-7493/+7596
| | | | | | | | Purpose: Alphabetized RM function entries Platforms tested: Safari, IE 5
* [svn-r7533] Frank Baker2003-10-031-1/+1
| | | | | | Purpose: Update "Last modified:" line (which was overlooked for immediately-preceding commit)
* [svn-r7532] Frank Baker2003-10-031-230/+254
| | | | | | | | | Purpose: Alphabetized function entries Fortran90 descriptions for h5acreate_f and h5aclose_f Platforms tested: IE 5, Safari
* [svn-r7515] Purpose:Albert Cheng2003-09-251-1/+1
| | | | | | | | | Updated the last modified date. Platforms tested: IE viewed. Misc. update:
* [svn-r7512] Purpose:Albert Cheng2003-09-251-0/+5
| | | | | | | | | | Added the entry of document of the three basic performance tools. The information was provided by Robb long time ago. Platforms tested: eyeballed. Misc. update:
* [svn-r7511] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2003-09-251-0/+75
|
* [svn-r7503] Snapshot version 1.6 release 0 (post8)HDF Admin2003-09-221-1/+1
|
* [svn-r7486] Purpose:Quincey Koziol2003-09-171-1/+3
| | | | | | | Bump version # after creating bugfix snapshot Platforms tested: None necessary.
* [svn-r7485] Frank Baker2003-09-1617-486/+852
| | | | | | | | | | | | | | Purpose: Modifications to enable automatically generating a PDF version of the HDF5 Reference Manual with HTMLdoc. Description: The HTML coding has been revised to provide necessary formatting and control guidance for HTMLdoc. In the process, of course, the need for an occasional formatting or copy-edit correction was discovered. Platforms tested: HTMLdoc, IE 5, Safari
* [svn-r7483] Frank Baker2003-09-164-0/+219
| | | | | | | | | | | | | | | | | | | | | | | Purpose: PDF_RM_body.book (the body of the RM) PDF_RM_front.book (RM frontmatter: title page, (c) notice, TOC) Configuration files for use by HTMLdoc in generating a PDF version of the HDF5 Reference Manual. RM_Title.html RM_TOC.html Reference manual title page and table of contents for use in the above-mentioned PDF versions. Description: The files PDF_RM*.book contain configuration notations and the list files to be included in each book. The 2 *.html files are just HTML-coded text for generating the respective pages. Platforms tested: Tested with HTMLdoc. These files aren't used with and don't afffect anything else and they are not distributed to users.
* [svn-r7477] Purpose:Quincey Koziol2003-09-161-1/+3
| | | | Clarify documentation about H5Tset_size for string datatypes.
* [svn-r7470] Purpose:Quincey Koziol2003-09-121-1/+4
| | | | | | | Increment version info after making snapshot for bug #1017 fix. Platforms tested: No testing necessary.
* [svn-r7469] 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-r7466] 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-r7464] Purpose:Quincey Koziol2003-09-111-2/+11
| | | | Tweak some wording for global heap description.
* [svn-r7459] Purpose:Quincey Koziol2003-09-101-1/+4
| | | | | | | Increment version info after making snapshot for bug #1021 fix. Platforms tested: No testing necessary.
* [svn-r7454] Purpose:Quincey Koziol2003-09-101-45/+273
| | | | | | | | | | | | Checkpoint file format revisions. Description: Solution: Platforms tested: Misc. update:
* [svn-r7447] Snapshot version 1.6 release 0 (post4)HDF Admin2003-09-081-1/+1
|
* [svn-r7443] Purpose:Quincey Koziol2003-09-041-1/+4
| | | | Snapshot repo for bug fix testing
* [svn-r7437] Snapshot version 1.6 release 0 (post2)HDF Admin2003-09-011-4/+36
|