summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r6358] Snapshot version 1.5 release 46HDF Admin2003-02-011-1/+12
|
* [svn-r6312] Frank Baker2003-01-221-1/+1
| | | | | | | Purpose: Added 2003 to the "Copyright <years>" line. Platforms tested: Viewed in vi (COPYING) and in IE 5 (doc/html/Copyright.html).
* [svn-r6267] Snapshot version 1.5 release 45HDF Admin2003-01-111-1/+5
|
* [svn-r6221] Snapshot version 1.5 release 44HDF Admin2002-12-211-1/+3
|
* [svn-r6217] Elena Pourmal2002-12-191-1/+89
| | | | | | | | | | | | | Purpose: Bug fix Description: man pages for the following F90 functions were missing: h5tget_super_f h5tarray_create_f h5tget_array_ndims_f h5tget_array_dims_f Solution: Added missing man pages Platforms tested: IE
* [svn-r6210] Frank Baker2002-12-161-18/+129
| | | | | | | | | | Purpose: Adding H5Gmove2 and H5Glink2. Description: Added H5Gmove2 and H5Glink2. Renamed H5Gmove parameters for consistency. Platforms tested: IE 5
* [svn-r6209] Frank Baker2002-12-161-6/+55
| | | | | | | | | | | Purpose: Adding new H5Fget_obj_* functions. (Development branch only) Description: Added H5Fget_obj_count. Stubbed in H5Fget_obj_ids, but the entry is not filled in. Reordered entries to group similar functions. Platforms tested: IE 5
* [svn-r6193] Snapshot version 1.5 release 43HDF Admin2002-12-071-1/+3
|
* [svn-r6133] Snapshot version 1.5 release 42HDF Admin2002-11-231-1/+1
|
* [svn-r6127] Purpose:Quincey Koziol2002-11-201-0/+522
| | | | Added description of API testing for H5Tget_native_type().
* [svn-r6126] Purpose:Quincey Koziol2002-11-201-1/+1
| | | | | | Cleanup. Description: Added link to reference manual.
* [svn-r6123] *** empty log message ***Quincey Koziol2002-11-201-1/+16
|
* [svn-r6120] Purpose:Quincey Koziol2002-11-201-5/+80
| | | | | | | Update information Description: Add more information about tests performed and why they succeed/fail.
* [svn-r6119] Purpose:Quincey Koziol2002-11-201-14/+6
| | | | Add "test review" pages.
* [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