summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3105] Frank Baker2000-12-0839-44/+137
| | | | | | | | | Purpose: Thoughout doc set (UG, RM, Intro, FormatSpec, and index/TOC pages): Added/updated "Describes HDF5 Release ..." entry. In many cases, verified/updated "Last modified ..." entry. Platforms tested: IE 5
* [svn-r3104] Frank Baker2000-12-081-91/+213
| | | | | | | | | | | | | | | | | Purpose: Finalize new API function descriptions Description: Edits to recently-added APIs: H5Pset_sieve_buf_size H5Pset_fapl_log H5P[sg]et_fapl_mpio H5Pset_fapl_multi H5P[sg]et_dxpl_multi H5Pset_fapl_split H5P[sg]et_fapl_gass H5Pset_fapl_dpss H5P[sg]et_fapl_srb Added H5P[sg]et_fapl_core. Addition of new APIs for R1.4 is now complete. Moved H5Pset_driver and H5Pget_driver_info to TechNotes. Platforms tested: IE 5
* [svn-r3103] Frank Baker2000-12-081-0/+4
| | | | | | | Purpose: Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes. Platforms tested: IE 5
* [svn-r3102] Frank Baker2000-12-081-1/+1
| | | | | | | Purpose: Minor copy edit. Platforms tested: IE 5
* [svn-r3012] Purpose:Albert Cheng2000-11-282-404/+405
| | | | | | | | | | | | | New doc and update Description: The original openmp-hdf5.html contains a bunch of C source code. HTML does not like source code, especially C-code that contained <...>. It gobbled it badly. Solution: Moved the source code to a new file, openmp-hdf5.c and make a reference to it from openmp-hdf5.html. Platforms tested: Viewed via IE on an NT box.
* [svn-r3011] Purpose:Albert Cheng2000-11-281-23/+50
| | | | | | Update Platforms tested: Viewed via IE.
* [svn-r2997] Raymond Lu2000-11-221-5/+136
| | | | | | | | Purpose: Update Description: Added a new testing program into this file. It shows the way that does parallel computation and serialized I/O.
* [svn-r2986] Purpose:Quincey Koziol2000-11-211-122/+123
| | | | | | | | | Corrections & updates Description: Updated and corrected DDL description & examples to include all the current features for the v1.4 release. Lots of changes... Platforms tested: Netscape 4.76
* [svn-r2969] Purpose:Bill Wendling2000-11-171-13/+31
| | | | | | | | | | | Addtion Description: Added variable length datatypes to the DDL and put an example in the "example" thingy at the bottom. Doo dah doo dah. Platforms tested: w3m
* [svn-r2968] Purpose:Bill Wendling2000-11-171-8/+26
| | | | | | | | Update Description: Updated the description of h5ls flags. Platforms tested: w3m
* [svn-r2959] Purpose:Frank Baker2000-11-162-16/+19
| | | | | | Minor copy-edits and formatting. Platforms tested: IE 5
* [svn-r2957] Purpose:Bill Wendling2000-11-161-0/+7
| | | | | | | | | Feature Addition Description: Described the new variable length dumping that the h5dumper does in the documentation. Platforms tested: w3m
* [svn-r2881] Purpose:Frank Baker2000-11-132-149/+27
| | | | | | | | | Clean up formatting and delete two functions. Description: Minor reformatting at the head of each file (in the functions list). Delete 2 functions from HM_H5T.html -- H5Tget_member_dims, H5Tinsert_array. Platforms tested: IE 5.
* [svn-r2873] Frank Baker2000-11-134-40/+1678
| | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Adding all functions new to Release 1.4. Solution: Adding first cut of all new API functions. H5Dvlen_get_buf_size H5Epush H5Pset_fapl_family H5Pget_fapl_family H5Pset_fapl_mpio H5Pget_fapl_mpio H5Pset_dxpl_mpio H5Pget_dxpl_mpio H5Pset_fapl_multi H5Pget_fapl_multi H5Pset_dxpl_multi H5Pget_dxpl_multi H5Pset_fapl_split H5Pset_fapl_sec2 H5Pset_fapl_stdio H5Pset_fapl_stream H5Pget_fapl_stream H5Pset_fapl_log H5Pset_driver H5Pget_driver H5Pget_driver_info H5Pset_meta_block_size H5Pget_meta_block_size H5Pset_sieve_buf_size H5Pget_sieve_buf_size H5Pset_fapl_dpss H5Pset_fapl_gass H5Pget_fapl_gass H5Pset_fapl_srb H5Pget_fapl_srb H5Tarray_create H5Tget_array_ndims H5Tget_array_dims Platforms tested: IE 5.
* [svn-r2789] Purpose:Frank Baker2000-11-012-2/+39
| | | | | | | | | | | | | To warn users that RM_H5G.html and Groups.html can render groups and datasets inaccessible in a file. Solution: Modified RM_H5G.html and Groups.html as follows: -- Added warning (new section) to Groups.html that H5Gunlink and H5Gmove can result in inaccessible groups and datasets. -- Added links to that new section from H5Gunlink and H5Gmove in RM_H5G.html. Platforms tested: IE5
* [svn-r2780] Raymond Lu2000-10-311-0/+19
| | | | | | | | | | Purpose: Update This Tech Note. Description: Added some introduction to OpenMP and its programming requirements. Solution: Platforms tested:
* [svn-r2761] Purpose:Frank Baker2000-10-311-17/+16
| | | | | | TechNotes/VFLfunc.html: Minor reformatting for ease of reference Platforms tested: IE5
* [svn-r2760] Frank Baker2000-10-311-621/+27
| | | | | | | | | | | Purpose: Removing functions that have been removed from library. Solution: Removed H5Pget_driver, H5P[gs]et_stdio, H5P[gs]et_sec2, H5P[gs]et_core, H5P[gs]et_split, H5P[gs]et_family, H5P[gs]et_mpi, and H5P[gs]et_xfer. Platforms tested: IE5
* [svn-r2759] Description:Albert Cheng2000-10-311-1/+8
| | | | | | Added the entry of the Thread Safe library implement doc. Platforms tested: MS-IE on an NT.
* [svn-r2757] Added the entry for the document of "using HDF5 with OpenMP".Albert Cheng2000-10-311-0/+5
| | | | | Platforms tested: MS-IE via windows.
* [svn-r2756] Purpose:Albert Cheng2000-10-311-1/+8
| | | | | | | | | | | | | | | | "New" document Description: Raymond has prepared and added a new document reporting his experience of using HDF5 with OpenMP. It was checked in as a .txt file but browsers could not display it properly, at least not for the MS-IE. Solution: I renamed the file from openmp-test.txt to openmp-hdf5.html, added in simple mind html control statement (<pre>), added an entry to the TechNote.html so that it can be found with other technical notes. Platforms tested: Viewed by MS-IE.
* [svn-r2742] Forgot some < and >'s.Bill Wendling2000-10-271-1/+1
|
* [svn-r2740] Purpose:Bill Wendling2000-10-271-0/+794
| | | | | | | | | | Documentation of TS Library Description: This is the document Chee Wai wrote up about the thread safe version of the HDF5 library. I just put it in HTML format and checked it in... Platforms tested: Netscrape
* [svn-r2727] Raymond Lu2000-10-241-0/+285
| | | | | | | | | | | | | Purpose: This file describes the experiencing of OpenMP with hdf5. Description: All detailed description is in the file. 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: Everything was done on modi4.
* [svn-r2721] Purpose:Quincey Koziol2000-10-241-13/+74
| | | | | | | | | | Feature symmetry Description: A while ago I needed to get the 'type' of data being accessed during writes to the VFL driver, so I put in code to get the information down there. Albert asked for the same information during reads, so I've added that in. Tested: Netscape
* [svn-r2706] Purpose:Bill Wendling2000-10-191-1/+1
| | | | | | | | | | | | | | | Bug Fix Description: the line: #include <hdf5.h> needed to be escaped to be seen in the browser. Solution: Changed to: #include &lt;hdf5.h&gt; Platforms tested: Seen in Netscrape
* [svn-r2703] Purpose:Frank Baker2000-10-191-1/+12
| | | | | | | | | Adding new document links Description: Adding links to TechNotes/VFL.html and TechNotes/VFLfunc.html, the new virtual file layer documents. Platforms tested: IE 5
* [svn-r2701] Purpose:Frank Baker2000-10-191-0/+61
| | | | | | | | Adding new document Description: Adding VFLfunc.html, a list of VFL functions, to HDF5 Technical Notes. Platforms tested: IE 5
* [svn-r2697] Purpose:Frank Baker2000-10-181-0/+1482
| | | | | | | | | Adding new document Description: Adding VFL.html (Virtual File Layer) to HDF5 Technical Notes. August 1999 version. Will be updated for R1.4 by developer. Platforms tested: IE 5
* [svn-r2672] Frank Baker2000-10-121-1/+3
| | | | | | | | | Purpose: Clarification of H5Fclose Description: RM_H5F.html / H5Fclose: Added note that all data is flushed to file. Platforms tested: Tested with IE 5.
* [svn-r2655] Purpose:Bill Wendling2000-10-101-0/+5
| | | | | | | Small bug fix (see bug report 528) Description: Added another example us using the h5dumper to dump an attribute from the root group.
* [svn-r2644] Purpose:Bill Wendling2000-10-091-3/+3
| | | | | | | | | | Bug fix Description: ; missing from end of some &gt; macros. Solution: Added Platforms tested: Mosaic^WNetscape
* [svn-r2642] Purpose:Bill Wendling2000-10-091-0/+19
| | | | | | | | | | | | Bug fix Description: The documentation on how to dump attribute data was not complete enough. Some people got confused on the commandline syntax (you have to specify the "path" from the root group to the attribute to dump it). I put some examples in to show how to correctly dump attributes. Platforms tested: Viewed with Netscrape.
* [svn-r2639] Purpose:Albert Cheng2000-10-091-0/+2
| | | | | | | | | Update Description: Added the description of the environment variable HDF5_MPI_OPT_TYPES which controls the use of optimized MPIO routines. Platforms tested: Viewed via IE.
* [svn-r2621] Frank Baker2000-09-291-1/+1
| | | | | | | | | | | | Purpose: Bug fix -- #445 Description: In RM_H5D.html in the H5 Reference Manual, the H5Dget_storage_size entry described the wrong FAILURE return value. Solution: Changed H5Dget_storage_size return value on FAILURE to 0 (zero). Platforms tested: Tested in Internet Explorer 5.
* [svn-r2603] Updated the "last update date".Albert Cheng2000-09-271-1/+1
| | | | Test viewed via IE.
* [svn-r2595] Purpose:Albert Cheng2000-09-262-0/+43
| | | | | | | | | | Feature Description: Added a new document of all the controls (compiler macros, environment variables, ...) that affect the functionality of the libraries and tools. Platforms tested: Viewed with MS IE.
* [svn-r2542] index.html: Minor edits.Frank Baker2000-09-131-2/+2
|
* [svn-r2525] RM_H5P.htmlFrank Baker2000-09-082-4/+6
| | | | | RM_H5Z.html Corrected compression cross-reference.
* [svn-r2524] RM_H5Front.html: Corrected link to Fortrat90 README.Frank Baker2000-09-081-1/+1
|
* [svn-r2489] index.html: Several minor edits and corrected typos.Frank Baker2000-08-291-9/+8
|
* [svn-r2488] index.html: Revised to reflect new docs and structure.Frank Baker2000-08-291-26/+110
|
* [svn-r2483] Bringing "HDF5 Technical Notes" into development branch (from ↵Frank Baker2000-08-251-0/+211
| | | | R1.2 branch)
* [svn-r2482] Bringing "HDF5 Technical Notes" into development branch (from ↵Frank Baker2000-08-2535-0/+4108
| | | | R1.2 branch)
* [svn-r2439] Added "Describes HDF5 Release..." line in page footer.Frank Baker2000-07-171-0/+2
|
* [svn-r2438] Added "Describes HDF5 Release..." line in page footers.Frank Baker2000-07-176-6/+18
|
* [svn-r2437] C++.gif FORTRAN.gif Java.gif OtherAPIs.gifFrank Baker2000-07-174-0/+0
| | | | Alternate-API buttons for reference manual
* [svn-r2436] Fortran90 API -- functions and descriptions in the filesFrank Baker2000-07-1710-0/+4433
| | | | | | | h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html h5t_FORTRAN.html
* [svn-r2435] RM_H5[EIPRT].htmlFrank Baker2000-07-176-364/+520
| | | | | | | RM_H5Front.html Added new Fortran90 functions and links. Related edits. Added "Describes HDF5 Release..." line in page footers. Minor editorial corrections.
* [svn-r2434] H5.intro.htmlFrank Baker2000-07-172-4/+10
| | | | | | Datatypes.html Fixed confusing references to "simple datatypes." Minor edits.