summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r4501] Snapshot version 1.5 release 11HDF Admin2001-09-301-29/+85
|
* [svn-r4446] Description:Albert Cheng2001-09-171-3/+0
| | | | | | | The caution statement in H5Pset_fapl_split was no longer valid. Removed it. Platforms tested: IE 5.
* [svn-r4445] Purpose:Albert Cheng2001-09-171-0/+29
| | | | | | | | | Feature Description: Updated with the added feature of H5Pset_fapl_split. Added two examples too. Platforms tested: IE 5 plus eyeball.
* [svn-r4438] Bill Wendling2001-09-131-5/+95
| | | | | | | | | Purpose: Feature Add Description: Added description of the H5CC script. Platforms tested: Mozilla
* [svn-r4313] Bill Wendling2001-08-061-0/+9
| | | | | | | | Purpose: Feature Add Description: Added description for the --filedriver flag to the h5dump description.
* [svn-r4311] Snapshot version 1.5 release 10HDF Admin2001-08-041-1/+1
|
* [svn-r4303] Purpose:Frank Baker2001-08-023-6/+40
| | | | | | | | | | Bringing 'last minute' release branch edits into development branch. Description: Chunking.html, Filters.html, and Performance.html Added links, with explanatory note, from the first 2 files above to the new freespace management section in Performance.html. Platforms tested: IE 5
* [svn-r4302] Purpose:Frank Baker2001-08-022-8/+105
| | | | | | | | | | | | Bringing 'last minute' release branch edits into development branch. Description: index.html Added index-level link to "HDF5 Tools." Tools.html Added link to "HDF5 Java tools." Added h52gif and gif2h5. Platforms tested: IE 5
* [svn-r4301] Purpose:Frank Baker2001-08-021-8/+6
| | | | | | | | | | | Bringing 'last minute' release branch edits into development branch. Description: Removed link to non-existent description of non-existent F90 function h5gget_objinfo_f. Added links, with explanatory note, to the new freespace management section in Performance.html. Platforms tested: IE 5
* [svn-r4300] Purpose:Frank Baker2001-08-021-11/+62
| | | | | | | | Bringing 'last minute' release branch edits into development branch. Description: Updated H5check_version per recent expansion of the source comments. Platforms tested: IE 5
* [svn-r4299] Purpose:Frank Baker2001-08-022-39/+80
| | | | | | | | | | | | | Bringing 'last minute' release branch edits into development branch. Description: RM_H5T.html Datatypes.html Reworked H5T_conv_t description in both. Added H5T_cdata_t struct definition to both. Details in Datatypes.html; structs and pointer in RM_H5T.html. Copy edits. Platforms tested: IE 5
* [svn-r4270] Snapshot version 1.5 release 9HDF Admin2001-07-281-1/+1
|
* [svn-r4253] Snapshot version 1.5 release 8Albert Cheng2001-07-221-1/+3
|
* [svn-r4193] Purpose:Frank Baker2001-07-111-7/+95
| | | | | | | | | New section -- "Freespace Management" Description: Added "Freespace Management" section. Minor formatting. Platforms tested: IE 5
* [svn-r4184] Purpose:Quincey Koziol2001-07-111-8/+23
| | | | Roll a snapshot for the FLASH folks at Argonne to test with.
* [svn-r4163] Purpose:Frank Baker2001-07-091-9/+22
| | | | | | | | | | Fixes bug #503 Description: H5Gunlink -- Changed "file space is reclaimed" ot "released". Added note re: freespace and packing. Heavy edit of Purpose and Description. Platforms tested: IE 5
* [svn-r4162] Description:Frank Baker2001-07-091-3/+3
| | | | | | H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
* [svn-r4134] Purpose:Frank Baker2001-07-061-2/+7
| | | | | | | | | | Bugfix. Description: H5Screate_simple -- Minor edit. H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED. Completes fix to bug #568. Platforms tested: IE 5
* [svn-r4127] Purpose:Frank Baker2001-07-061-15/+22
| | | | | | | | | | | Bugfix Description: H5Screate_simple -- Corrected statement referring to value of 0 instead of H5S_UNLIMITED for unlimited dimensions. While there, took the opportunity to rework the Description section. Fixes Bug #568. Platforms tested: IE 5