| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix
Description:
Corrected link to HDF5 copyright notice.
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Description:
Updated copyright notice (adding 2002).
Platforms tested:
IE 5
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Add "Release 1.5" section.
Solution:
Added outline for Release 1.5 API changes.
And corrected a spelling error.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix.
Description:
H5Sget_simple_extent_npoints: Corrected return type to hssize_t.
Fixes bug #640 in development branch.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix.
Description:
h5pset/get_fapl_mpio_f & h5pset/get_dxpl_mpio_f:
Corrected function names (mpi --> mpio)
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Feature Description
Description:
Added the description of the --filedriver option to the h5dump
explanation section.
Platforms tested:
w3m
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix
Description:
H5Awrite -- corrected final parameter type to 'const void'
Platforms tested:
IE 5
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
The caution statement in H5Pset_fapl_split was no longer valid.
Removed it.
Platforms tested:
IE 5.
|
|
|
|
|
|
|
|
|
| |
Feature
Description:
Updated with the added feature of H5Pset_fapl_split. Added
two examples too.
Platforms tested:
IE 5 plus eyeball.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Feature Add
Description:
Added description of the H5CC script.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
| |
Purpose:
Feature Add
Description:
Added description for the --filedriver flag to the h5dump
description.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Bringing 'last minute' release branch edits into development branch.
Description:
Updated H5check_version per recent expansion of the source comments.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
New section -- "Freespace Management"
Description:
Added "Freespace Management" section.
Minor formatting.
Platforms tested:
IE 5
|
|
|
|
| |
Roll a snapshot for the FLASH folks at Argonne to test with.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED.
Platforms tested:
IE 5
|