summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r6118] *** empty log message ***Quincey Koziol2002-11-202-0/+181
|
* [svn-r6091] MuQun Yang2002-11-131-0/+0
| | | | | | | | | Purpose: Add shuffling performance report Description: Solution: Platforms tested: Misc. update:
* [svn-r6050] Snapshot version 1.5 release 40HDF Admin2002-11-021-1/+5
|
* [svn-r6035] Description:Albert Cheng2002-10-282-1/+886
| | | | | | Added the new doc "Daily_Test_Explained" into the TechNotes section. Platforms tested: Used IE to view the result.
* [svn-r6033] Snapshot version 1.5 release 39HDF Admin2002-10-261-3/+12
|
* [svn-r5999] Purpose:Albert Cheng2002-10-151-0/+3
| | | | | | Added an example for the -- option. Platforms tested: Checked with IE browser.
* [svn-r5979] Snapshot version 1.5 release 38HDF Admin2002-10-121-1/+16
|
* [svn-r5958] Elena Pourmal2002-10-021-0/+48
| | | | | | | | | | | | | | Purpose: Added missing fortran functions h5set(get)_buffer_f. Also added docs and tests for them. Solution: Currently functions do not accept conversion and background buffers. This corresponds to H5set(get)_buffer call with buffer pointers set to NULL. If there is a demand, I can overload the functions to have new parameters and go through all trouble creating functions for all supported datatypes. Platforms tested: Solaris 2.7, Linux 2.2., IRIX64-6.5
* [svn-r5957] Purpose:Frank Baker2002-10-011-14/+1729
| | | | | | | | | | | | | | | | | | | Added 19 Generic Properties functions. Development branch only. Description: Added Generic Properties functions as follows: H5Pcreate_class H5Pset H5Pcreate_list H5Pexist H5Pclose_list H5Pisa_class H5Pclose_class H5Pequal H5Pregister H5Punregister H5Pget_size H5Pinsert H5Pget_nprops H5Premove H5Pget_class_parent H5Piterate H5Pget_class_name H5Pcopy_prop H5Pget Platforms tested: IE 5.1
* [svn-r5956] Elena Pourmal2002-10-013-2/+291
| | | | | | | | | | | | | | | | | | Purpose: Added new F90 APIs Description: I added new F90 APIs, tests, and documentation for the following functions: h5fget_obj_count_f h5pequal_f h5tget_member_index_f h5fget_obj_ids_f h5pget_fclose_degree_f h5pset_fclose_degree_f Documentation for exisiting functions was missing: h5freopen_f, h5fflush_f, h5fmount_f, h5unmount_f, h5fget_create_plist_f, h5fget_access_plist_f. Platforms tested: Solaris 2.7, Linux 2.2 and IRIX64-6.5
* [svn-r5949] Snapshot version 1.5 release 37HDF Admin2002-09-281-1/+12
|
* [svn-r5948] Elena Pourmal2002-09-251-0/+88
| | | | | | | | | | Purpose: Added new fortran functions Description: Source code, tests and documentation for h5glink2_f and h5gmove2_f functions were added. I also added missing man page for h5glink_f Platforms tested: Solaris 2.7, IRIX64-6.5 and Liniux 2.2
* [svn-r5946] Elena Pourmal2002-09-241-1/+98
| | | | | | | | | | | | | | Purpose: Added missing fortran functions. Description: Four Library Fortran API functions have been added: h5get_libversion_f, h5_check_version_f, h5garbage_collect_f and h5dont_atexit_f. Only first two functions were tested. Documentation file and RELEASE.txt were updated. Platforms tested: Solaris 2.7, IRIX64-6.5 and Linux 2.2
* [svn-r5927] Snapshot version 1.5 release 36HDF Admin2002-09-141-2/+5
|
* [svn-r5912] Snapshot version 1.5 release 35HDF Admin2002-09-071-1/+1
|
* [svn-r5908] Snapshot version 1.5 release 34HDF Admin2002-08-311-1/+14
|
* [svn-r5869] Snapshot version 1.5 release 33HDF Admin2002-08-101-1/+21
|
* [svn-r5841] Snapshot version 1.5 release 32HDF Admin2002-08-031-14/+24
|
* [svn-r5774] Snapshot version 1.5 release 31HDF Admin2002-07-061-1/+1
|
* [svn-r5772] Frank Baker2002-07-051-3/+14
| | | | | | | | | | | | | | | Purpose: Add copyright and change "HDF5 Tutorial" link. Description: Added copyright statement and link. Changed the "Tutorial" link to point to the copy on the HDF5 website. Since the Tutorial is not maintained in CVS, the distributed version of the Tutorial is being unlinked and removed from the set of distributed files. It is hoped that we can begin maintaining the Tutorial under CVS prior to Release 1.6 and resume its distribution. Platforms tested: IE 5
* [svn-r5770] Frank Baker2002-07-051-2/+3
| | | | | | | | Purpose: Per request of UI attorney, added ", as appropriate for the name(s) to be used" to bullet 5. Platforms tested: IE 5
* [svn-r5769] Frank Baker2002-07-051-19/+20
| | | | | | | | | | | | Purpose: Bugfix Description: Corrected H5Zregister description, syntax, and parameter descriptions. There is one 'function' parameter, rather than the separate 'compression-function' and 'uncompression-function' parameters that were previously listed. Platforms tested: IE 5
* [svn-r5768] Frank Baker2002-07-051-1/+2
| | | | | | | Purpose: Added note to footer that file is no longer used. Platforms tested: IE 5
* [svn-r5767] Frank Baker2002-07-051-7/+17
| | | | | | | | | | Purpose: Clarification regarding sizes of some super block elements. Description: Added note to "HDF5 Super Block Layout" table that the last 5 items are of the size specified in 'Size of Offsets'. Platforms tested: IE 5
* [svn-r5766] Frank Baker2002-07-051-9/+107
| | | | | | | | | | Purpose: Two new functions and a few copy-edits. Description: Added H5Pset/get_small_data_block_size. Copy edits -- several typographic (spelling) corrections. Platforms tested: IE 5
* [svn-r5743] Frank Baker2002-07-011-5/+5
| | | | | | | | | | | | Purpose: Update or correct H5FDread/write/flush parameters. Description: H5FDread: Added 'type' parameter. (Fixes an unreported bug.) H5FDread/write: Changed 'size' parameter type to 'size_t'. (Update) H5FDflush: Added 'closing' parameter. Minor copy-edit in footer. Platforms tested: IE 5
* [svn-r5742] Frank Baker2002-07-011-7/+118
| | | | | | | | | | | Purpose: Update variable-length datatype info. Description: Added "Bit Field for Variable-length Types (Class 9)" table. Added "Properties for Variable-length Types (Class 9)" table. Fixed a few minor typos. Platforms tested: IE 5
* [svn-r5726] Snapshot version 1.5 release 30HDF Admin2002-06-291-7/+53
|
* [svn-r5506] Snapshot version 1.5 release 29HDF Admin2002-06-021-2/+4
|
* [svn-r5465] Snapshot version 1.5 release 28HDF Admin2002-05-281-6/+49
|
* [svn-r5443] Purpose:Quincey Koziol2002-05-201-0/+6
| | | | Document VFL "flush" changes.
* [svn-r5404] Purpose:Quincey Koziol2002-05-131-6/+0
| | | | | | | Back out change Description: Back out description of VFL 'flush' change.
* [svn-r5394] Purpose:Quincey Koziol2002-05-101-0/+6
| | | | Document new VFL flush parameter.
* [svn-r5378] Frank Baker2002-05-072-6/+24
| | | | | | | | | | | | | | | | Purpose: Update h5dread/write_f parameters Description: fortran/h5d_FORTRAN.html h5dread/write_f -- in the 'reference' versions, which yesterday's revisions missed): Added new overloading to dims parameter description. Corrected prior dims type and noted that it is deprecated and will be removed in 1.6. fortran/h5a_FORTRAN.html Updated "Last modified" tag to reflect yesterday's revisions. Platforms tested: IE 5
* [svn-r5371] Frank Baker2002-05-072-4/+49
| | | | | | | | | | | | | | | Purpose: Bugfix -- Closes #702 Description: Commented out references to and descriptions of unimplemented H5S functions. Particularly in the UG document, Dataspaces.html. H5Sopen H5Slock H5Ssubspace H5Scommit H5Sselect_op H5Ssubspace_name H5Sis_subspace H5Sselect_order H5Ssubspace_location Added explanatory "Note to developers" in comments near top of Dataspaces.html. Platforms tested: IE 5
* [svn-r5366] Frank Baker2002-05-062-18/+34
| | | | | | | | | | | Purpose: Update description of h5dread/write_f and h5aread/write_f dims parameter. Description: h5dread/write_f, h5aread/write_f Added new overloading to dims parameter description. Noted that prior dims type is deprecated and will be removed in 1.6. Platforms tested: IE 5
* [svn-r5343] Frank Baker2002-05-021-4/+11
| | | | | | | | | | | | | Purpose: Bugfixes -- Fixes #657. Addresses #720 (but does not complete it). Description: H5Pset_fapl_split: Added note re checking on use of this driver, i.e., that H5Pget_driver returns H5FD_MULTI. Fixes Bug #657. Minor copy edits, including some addressed in Bug #720. Platforms tested: IE 5
* [svn-r5338] Frank Baker2002-05-021-1/+10
| | | | | | | | | | Purpose: Elaboration on a struct field Description: H5Gget_objinfo: Added caveats regarding 'fileno' field in H5G_stat_t struct. Platforms tested: IE 5
* [svn-r5337] Frank Baker2002-05-021-1/+61
| | | | | | | | | Purpose: New function Description: Added new H5Dfill function (development branch only) Platforms tested: IE 5
* [svn-r5336] Frank Baker2002-05-021-3/+3
| | | | | | | | | Purpose: Bugfix -- Fixes #756. Description: Section IV.A.3 -- Corrected datatype description. Platforms tested: IE 5
* [svn-r5329] Frank Baker2002-05-021-3/+3
| | | | | | | | | | Purpose: Bugfix -- Fixes #757. Description: h5t{get/set}_size_f Corrected SIZE parameter datatype to INTEGER(SIZE_T). Platforms tested: IE 5
* [svn-r5319] Frank Baker2002-05-011-25/+86
| | | | | | | | | | | | | | | | | | | | | Purpose: 1 new function; 3 revised functions; 2 bugfixes; copy edits Solution: H5Tget_member_index: Added this new function. H5Tget_member_name: Revised, based on lessons learned with H5Tget_member_index. H5Tget_nmembers: Revised to indicate that function works for both compound and enumeration datatypes. --> Fixes Bug# 747. Cross-listed H5Tget_nmembers, H5Tget_member_index, and H5Tget_member_name under both compound and enum datatypes, as they work for both. H5Tset_tag: Corrected tag description (it is descriptive, uniqueness is not required). Corrected several spelling errors. --> Partially fixes Bug# 760 (though just for this file *sigh*). Platforms tested: IE 5
* [svn-r5317] Frank Baker2002-05-011-3/+3
| | | | | | | Description: Minor copy edits. Platforms tested: IE 5
* [svn-r5315] Frank Baker2002-05-011-2/+20
| | | | | | | | | Purpose: Bugfix -- fixes #751 Description: Elaborated on 'ref' parameter type. Platforms tested: IE 5
* [svn-r5275] Snapshot version 1.5 release 27HDF Admin2002-04-271-1/+79
|
* [svn-r5213] Snapshot version 1.5 release 26HDF Admin2002-04-201-1/+1
|
* [svn-r5199] Snapshot version 1.5 release 25HDF Admin2002-04-181-1/+13
|
* [svn-r5148] Snapshot version 1.5 release 24HDF Admin2002-04-061-158/+180
|
* [svn-r5078] Snapshot version 1.5 release 23HDF Admin2002-03-231-1/+1
|
* [svn-r5075] Snapshot version 1.5 release 22MuQun Yang2002-03-211-1/+1
|