summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r5019] Snapshot version 1.5 release 21HDF Admin2002-02-271-1/+7
|
* [svn-r4999] Purpose:Bill Wendling2002-02-211-1/+3
| | | | | | | | | | | | | | | Bug Fix Description: ``make uninstall-doc'' wasn't working properly. Some files would be left behind in the installed source tree. The fix I put in was too heavy-handed as it wiped out the entire doc tree that was installed and would remove any other files which were installed there. Solution: Executed the ``make uninstall-examples'' command if uninstalling the docs. Fixed how the java Tutorial examples were being removed (they weren't). Essentially used the PUB_SUBDOCS macro to help remove them. Platforms tested: Linux
* [svn-r4994] Bill Wendling2002-02-191-12/+11
| | | | | | | | | | | | | | | | Purpose: Bug Fix Description: The doc tree wasn't being cleaned up all the way. Directories would be left in there and some examples/Tutorial files weren't cleaned up correctly. Solution: Have it remove the whole directory tree of the HDF5 documents $(RM) -r $(DOCDIR)/hdf5 Platforms tested: Linux
* [svn-r4930] Snapshot version 1.5 release 20HDF Admin2002-02-091-1/+7
|
* [svn-r4890] Frank Baker2002-01-301-1/+1
| | | | | | | | | Purpose: Bugfix Description: Corrected link to HDF5 copyright notice. Platforms tested: IE 5
* [svn-r4889] Frank Baker2002-01-301-2/+2
| | | | | | | Description: Updated copyright notice (adding 2002). Platforms tested: IE 5
* [svn-r4864] Snapshot version 1.5 release 19HDF Admin2002-01-261-1/+3
|
* [svn-r4860] Frank Baker2002-01-251-3/+76
| | | | | | | | | | Purpose: Add "Release 1.5" section. Solution: Added outline for Release 1.5 API changes. And corrected a spelling error. Platforms tested: IE 5
* [svn-r4838] Frank Baker2002-01-161-41/+47
| | | | | | | | | | | Purpose: Bugfix. Copy edits and clarification. Description: Added IN/OUT designations to parameters. Copy edits and clarification. Removed () from public H5 functions in running text. Platforms tested: IE 5
* [svn-r4837] Frank Baker2002-01-161-24/+24
| | | | | | | | | | Purpose: Bugfix. Copy edits. Description: Added IN/OUT designations to parameters. Copy edits. Removed () from public H5 functions in running text. Platforms tested: IE 5
* [svn-r4836] Frank Baker2002-01-161-2/+2
| | | | | | | | | | Purpose: Bugfix. Description: H5Sget_simple_extent_npoints: Corrected return type to hssize_t. Fixes bug #640 in development branch. Platforms tested: IE 5
* [svn-r4835] Frank Baker2002-01-161-22/+23
| | | | | | | | | | | | Purpose: Bugfix. Clarification. Copy edits and minor formatting. Description: H5Gunlink: Corrected loc_id parameter to be 'file or group' rather than just 'file'. Added IN/OUT designations to parameters. Minor formatting. Removed () from public H5 functions in running text. Platforms tested: IE 5
* [svn-r4834] Frank Baker2002-01-161-17/+17
| | | | | | | | | | Purpose: Bugfix. Description: h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f: Corrected function names (mpi --> mpio) Platforms tested: IE 5
* [svn-r4833] Frank Baker2002-01-161-57/+31
| | | | | | | | | | | | | | | | | | Purpose: Bugfix. Clarification & extension. Removed old function. Description: h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f: Corrected function names (mpi --> mpio) H5Pset_fapl_dpss: Removed function from RM. H5Pget_driver: Corrected return type. Added list of valid driver identifiers and note re custom drivers. H5Pcreate: Added note, per user complaint, that the property must eventually be closed with H5Pclose, else errors are likely to occur. Platforms tested: IE 5
* [svn-r4832] Frank Baker2002-01-161-7/+11
| | | | | | | | | | | | Purpose: Bugfix and clarification. Description: H5Aclose -- Changed statement regarding future use of a released attribute identifier. H5Acreate -- Corrected create_plist_id reference and listed H5P_DEFAULT as only currently-accepted value. Platforms tested: IE 5
* [svn-r4812] Snapshot version 1.5 release 18HDF Admin2002-01-111-1/+4
|
* [svn-r4782] Bill Wendling2002-01-051-4/+11
| | | | | | | | | | | | | Purpose: Feature Add Description: Added support for dumping Group Comments. This involved a modification of the DDL as well. Solution: Steal code from h5ls and put it in the h5dump. The ddl.html file was updated as normal. And a test was created... Platforms tested: Dangermouse, Modi4, Kelgia
* [svn-r4780] Snapshot version 1.5 release 17HDF Admin2002-01-051-1/+33
|
* [svn-r4749] Bill Wendling2001-12-211-0/+10
| | | | | | | | | | Purpose: Feature Description Description: Added the description of the --filedriver option to the h5dump explanation section. Platforms tested: w3m
* [svn-r4679] Snapshot version 1.5 release 16Albert Cheng2001-12-061-1/+5
|
* [svn-r4678] Frank Baker2001-12-051-49/+123
| | | | | | | | | | | | | | | | | | Purpose: Expanded descriptions and minor copy edits. Description: H5Fcreate, H5Fopen, H5Fclose Changes stemming from Albert's H5Fxxx proposal Added IN/OUT designations to parameters. Minor formatting and copy edits [Sorry, but "no space left on device" error prevents deletion of extra blank lines!] Platforms tested: IE 5
* [svn-r4670] Purpose:Quincey Koziol2001-12-051-2/+2
| | | | | | | | | | | | | | | | Backward Compatibility Fix Description: One of H5P[gs]et_sym_k's parameters changed between v1.4 and the development branch. Solution: Added v1.4 compat stuff around H5P[gs]et_sym_k implementation and testing to allow v1.4.x users to continue to use their source code without modification. These changes are for everything except the FORTRAN wrappers - I spoke with Elena and she will make the FORTRAN wrapper changes. Platforms tested: FreeBSD 4.4 (hawkwind)
* [svn-r4598] Snapshot version 1.5 release 15HDF Admin2001-11-101-1/+3
|
* [svn-r4578] Snapshot version 1.5 release 14HDF Admin2001-10-271-1/+6
|
* [svn-r4574] Frank Baker2001-10-261-2/+2
| | | | | | | | | Purpose: Bugfix Description: H5Awrite -- corrected final parameter type to 'const void' Platforms tested: IE 5
* [svn-r4540] Snapshot version 1.5 release 13HDF Admin2001-10-131-1/+1
|
* [svn-r4531] Purpose:Quincey Koziol2001-10-081-27/+206
| | | | | | | | | Update docs Description: H5Dread and H5Dwrite description contained some inaccurate information about how H5S_ALL works as a parameter for the memory and file dataspaces. Solution: Updated information to reflect current library behavior for H5S_ALL.
* [svn-r4529] Snapshot version 1.5 release 12HDF Admin2001-10-061-18/+16
|