summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8150] Purpose:Pedro Vicente Nunes2004-02-041-2/+2
| | | | | | | | | | | | | introduced the constant H5Z_FILTER_ALL, used to remove all filters in H5Premove_filter Description: Solution: Platforms tested: linux Misc. update:
* [svn-r8149] Pedro Vicente Nunes2004-02-041-10/+10
| | | | | | | | | | | | | | Purpose: replaced name of delete filter with remove filter for the new function H5Premove_filter Description: Solution: Platforms tested: linux Misc. update:
* [svn-r8126] 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. Additionally, refactor the MPI routines into a common place, eliminating duplicated code. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r8124] Purpose:Quincey Koziol2004-01-291-3/+45
| | | | | Updated with valid values for 'filter' parameter for new H5Pdelete_filter routine.
* [svn-r8117] Purpose:Quincey Koziol2004-01-271-0/+58
| | | | | | | | | | | | | Code cleanup Description: Add C++ and FORTRAN wrappers for new H5Pdelete_filter routine, along with documentation and a note in the release notes. Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena) w/ C++ and FORTRAN Too minor for full h5committest
* [svn-r8112] Snapshot version 1.7 release 17HDF Admin2004-01-261-1/+4
|
* [svn-r8105] Frank Baker2004-01-231-2/+2
| | | | | | | Purpose: Added 2004 to copyright dates line Platforms tested: IE 5
* [svn-r8090] Frank Baker2004-01-221-5/+5
| | | | | | | | Purpose: Correct 'strpad' values in h5tset/get_strpad_f e.g., H5T_STR_NULL_F corrected to H5T_STR_NULLPAD_F Description: Safari, IE 5
* [svn-r8089] Frank Baker2004-01-221-2/+2
| | | | | | | Purpose: Correct H5Pget_edc_check return values Platforms tested: Safari, IE 5
* [svn-r8087] Frank Baker2004-01-221-4/+8
| | | | | | | | Purpose: Correct H5G_stat_t struct description in H5Gget_objinfo Copy edits Platforms tested: Safari, IE 5
* [svn-r8077] Snapshot version 1.7 release 16HDF Admin2004-01-181-3/+6
|
* [svn-r8051] Snapshot version 1.7 release 15HDF Admin2004-01-111-3/+14
|
* [svn-r8038] Purpose:Quincey Koziol2004-01-081-0/+69
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When two property lists are compared, the H5Pequal routine was just comparing the raw information for the property values. This causes problems when the raw information contains pointers to other information. Solution: Allow a 'compare' callback to be registered for properties, so that a user application get perform the comparison itself, allowing for "deep" compares of the property value. This was exported to the H5Pregister & H5Pinsert routines in the development branch, but not the release branch. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8015] Snapshot version 1.7 release 14HDF Admin2004-01-041-1/+13
|
* [svn-r7982] Snapshot version 1.7 release 13HDF Admin2003-12-281-1/+1
|
* [svn-r7974] Snapshot version 1.7 release 12HDF Admin2003-12-211-1/+1
|
* [svn-r7955] Snapshot version 1.7 release 11HDF Admin2003-12-141-1/+25
|
* [svn-r7937] Purpose:Quincey Koziol2003-12-111-3/+235
| | | | | | | Add RM docs for new H5I routines. Description: Add new H5I routines to the reference manual.
* [svn-r7831] Snapshot version 1.7 release 10HDF Admin2003-11-091-5/+12
|
* [svn-r7807] Snapshot version 1.7 release 9HDF Admin2003-11-021-1/+7
|
* [svn-r7800] Frank Baker2003-10-301-5/+16
| | | | | | | | | | | Purpose: Expanded introductory text in Tools index A couple of minor copy edits Platforms tested: IE 5 Misc. update:
* [svn-r7787] 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
* [svn-r7761] Purpose:Quincey Koziol2003-10-281-5/+1
| | | | | | | | | | | Bug fix Description: Correct list of files to install after recent FORTRAN documentation cleanup Platforms tested: FreeBSD 4.9 (sleipnir) w/"make install-doc" h5committest doesn't test this.
* [svn-r7758] Frank Baker2003-10-2726-47/+67
| | | | | | | | | Purpose: Updated footers to "Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0" Platforms tested: IE 5, Safari
* [svn-r7757] Frank Baker2003-10-271-19/+18
| | | | | | Purpose: Standardize short HDF5 docs copyright notice (a trivial change so that DreamWeaver will stop updating it needlessly).
* [svn-r7751] Frank Baker2003-10-2714-7308/+2
| | | | | | | | 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-r7750] Frank Baker2003-10-272-20/+24
| | | | | | | | | | | | | | Purpose: Glossary.html only: Clean up nesting of HTML tags Glossary.html and PredefDTypes.html Add HTML code that facilitates creating PDF version of RM Description: Solution: Platforms tested: Safari, IE 5
* [svn-r7749] Frank Baker2003-10-271-17/+21
| | | | | | | | | | | | Purpose: Add pointer to location where PDF version of RM will be posted shortly In the Fortran90 introductory text: remove text describing presentation of F90 descriptions on separate HTML pages otherwise update discussion Platforms tested: IE 5, Safari
* [svn-r7739] Snapshot version 1.7 release 8HDF Admin2003-10-261-2/+9
|
* [svn-r7731] Frank Baker2003-10-241-629/+2028
| | | | | | | | | | | | | | Description: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Add h5pset/get_fapl_mpiposix_f Reinstate H5Pget_hyper_vector_size (previously removed in error) Remove H5Pget_hyper_cache (function deprecated in 1.6, removed in 1.8) Minor copy edits and formatting Platforms tested: IE 5, Safari
* [svn-r7730] Frank Baker2003-10-241-4/+7
| | | | | | | | Purpose: Edit Fortran90 description, h5zfilter_avail_f Platforms tested: Safari
* [svn-r7720] Frank Baker2003-10-231-45/+69
| | | | | | | | | | Purpose: 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-r7719] Frank Baker2003-10-231-277/+1009
| | | | | | | | | | | | Purpose: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Touch up function index Minor format fixes and copy edits Platforms tested: Safari
* [svn-r7694] Frank Baker2003-10-221-112/+437
| | | | | | | | | | Description: 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-r7692] Frank Baker2003-10-221-8/+10
| | | | | | | | | | Purpose: Update release subtitle and tagline to reflect 'R 1.7, unreleased development branch'. Correct H5view reference to read HDFView. Platforms tested: IE 5, Safari
* [svn-r7691] Frank Baker2003-10-213-101/+271
| | | | | | | | | | Description: 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-r7690] Frank Baker2003-10-211-94/+309
| | | | | | | | | | | Description: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Corrected H5Gget_objname_by_idx return value description Platforms tested: Safari
* [svn-r7689] Frank Baker2003-10-211-60/+304
| | | | | | | | | | | Description: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Add H5Fget_freelist/h5fget_freelist_f Platforms tested: Safari, IE 5
* [svn-r7688] Frank Baker2003-10-211-116/+121
| | | | | | | | | Description: Fortran90 integration cleanup pass Removed note that Fortran APIs are described in a separate browser window Platforms tested: Safari
* [svn-r7686] Frank Baker2003-10-211-32/+32
| | | | | | | | Purpose: More formatting cleanup in the Fortran90 integration. Platforms tested: Safari
* [svn-r7685] Frank Baker2003-10-211-36/+25
| | | | | | | | | Description: Fortran90 integration cleanup pass Removed note that Fortran APIs are described in a separate browser window Platforms tested: IE 5, Safari
* [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