| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Minor formatting fix in introductory paragraphs.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfixes in H5Pget/set_fclose_degree
Clarification in H5Pset_filter
Description:
H5Pget_fclose_degree and H5Pset_fclose_degree
Functions index at top of page:
Move H5Pget/set_fclose_degree into "File Access Properties."
Remove "File Close Properties" section.
H5Pget_fclose_degree -- Correct parameter description.
(Contribute to closing Bugzilla entries 188 and 190.)
H5Pset_filter -- Clarification of terms
Other minor formatting and copy edits.
Platforms tested:
Mozilla
|
| |
|
|
|
|
|
|
|
|
|
| |
Description:
H5T_conv_t (appears in H5Tregister description) -- changed datatype
of the nelmts parameter
H5Tconvert -- changed datatype of the nelmts parameter
Platforms tested:
Mozilla
|
|
|
|
|
|
|
| |
Purpose:
Add h5iget_file_id_f
Platforms tested:
Mozilla
|
| |
|
|
|
|
|
|
|
|
| |
Purpose:
Add H5Zget_filter_info and h5zget_filter_info_f.
Other minor edits.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
| |
Purpose:
H5Pset_fapl_multi -- syntax has changed in (one parameter datatype)
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Revise H5Premove_filter
H5Pset_chunk bug fix
Correct H5Premove signature
Formatting fix
Description:
H5Premove_filter -- editorial and technical revisions
replaced F90 description
H5Pset_chunk -- specified units of chunk size as "dataset elements"
fixes Bugzilla #110
H5Premove -- corrected signature, removing duplicate mention of parameters
Corrected "electronic versus print" formatting error in functions index
Platforms tested:
Mozilla
Misc. update:
|
|
|
|
|
|
|
|
| |
Purpose:
Heavy edit to existing H5Iget_file_id entry
Restructure function index at top of page
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
|
| |
Purpose:
Add H5Fget_name
Add H5Fget_filesize
Minor correction in HTML coding of H5Fget_freespace
Platforms tested:
Mozilla
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Purpose:
In "Intro to HDF5" Example #5, corrected the anticipated output listed in
a code comment.
Fixes Bugzilla entry #112.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Removed second versions of h5dread_f and h5dwrite_f, as that version
of the FORTRAN subroutine is no longer required and has been removed
from the API.
This closes Bugzilla entry #92, which complained of a parameter
description error in the second version.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
| |
Purpose:
Correct typo in code example.
Platforms tested:
Mozilla
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update documentation and usage message
Description:
updated the html documentation for the new h5diff modes
added a section for h5repack
Solution:
Platforms tested:
linux
Misc. update:
|
|
|
|
| |
Bump version # after making snapshot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
If an HDF5 file grows larger than its address space, it dies and is unable to
write any data. This is more likely to happen since users are able to change
the number of bytes used to store addresses in the file.
Solution:
HDF5 now throws an error instead of dying. In addition, it "reserves" address
space for the local heap and for object headers (which do not allocate space
immediately). This ensures that after the error occurs, there is enough address
space left to flush the entire file to disk, so no data is lost.
A more complete explanation is at /doc/html/TechNotes/ReservedFileSpace.html
Platforms tested:
sleipnir, copper (parallel), verbena, arabica, Windows (Visual Studio 7)
Solution:
Platforms tested:
Misc. update:
|
|
|
|
| |
Correct typo in file format for compact layout information
|
| |
|
|
|
|
|
| |
Purpose:
Version 3 of document, from August 2003
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: Maintenance
Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list
of the available parameters for the H5Pset_szip function.
Solution: Updated Fortran source, tests and documentation
to reflect this change.
Platforms tested: arabica (too small for h5committest)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
To more carefully describe the
-- behavior of H5Pset_external
-- appropriate usage of H5Pset_shuffle
Description:
H5Pset_external
Add notes that first H5Pset_external call sets the dataset as EXTERNAL
and identifies the first file in the series of external files that
will hold the dataset; subsequent calls identify additional files;
all external files must be declared before the dataset is created;
and the library will create files that don't yet exist on the system
at the time that H5Dwrite is called to write data to that file.
H5Pset_shuffle
Added notes regarding usage of H5Pset_shuffle in concert with a
compression filter.
And, as always, a few copy edits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
SZIP and more general filter updates
Description:
Added SZIP to the introductory paragraphs and as appropriate in
the Fortran subroutine descriptions.
Revised the introductory discussion, which had previously focussed
on one compression filter, to allow for multiple filters of
different types.
Added list of filters currently distributed with HDF5 to intro.
Also some copy edits and minor formatting.
Platforms tested:
Mozilla, Safari
|
|
|
|
|
|
|
|
| |
Purpose:
Added Fortran90 subroutine h5sget_select_bounds_f.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
|
|
| |
Purpose:
Hide 'changes in this release' section, which is now in the _AD_Guide_
and is no longer maintained in this document.
Platforms tested:
Mozilla
|
|
|
|
|
|
|
| |
Update format info
Description:
Clarify description of filter mask flags for chunked datasets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
To include new functionality.
Description:
Added twelve new functions:
H5Iregister H5Iclear_type
H5Iregister_type H5Iget_type_ref
H5Idestroy_type H5Iget_file_id
H5Iremove_verify H5Inmembers
H5Iobject_verify H5Idec_type_ref
H5Isearch H5Iinc_type_ref
This is a checkin for technical content;
an editorial checkin will follow, though not immediately.
Platforms tested:
Mozilla, IE, Safari
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code optimization & bug fix
Description:
When dimension information is being stored in the storage layout message
on disk, it is stored as 32-bit quantities, possibly truncating the dimension
information, if a dimension is greater than 32-bits in size.
Solution:
Fix the storage layout message problem by revising file format to not store
dimension information, since it is already available in the dataspace.
Also revise the storage layout data structures to be more compartmentalized
for the information for contiguous, chunked and compact storage.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
Solaris 2.7 (arabica)
h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfixes in H5Gset_comment, h5gget_comment_f, and h5gset_comment_f.
(Follow-on to the H5Gget_comment bugfix of last week.)
Description:
Changed C parameter descriptions to indicate the following:
'loc_id' can be file, group, dataset, or named datatype.
'name' can be '.' if 'loc_id' fully describes the object.
'name' is ignored if 'loc_id' is a dataset or named datatype.
Modified h5gget_comment_f and h5gset_comment_f notes accordingly.
Copy edits in H5Gget/set_comment and h5gget/set_comment_f.
Platforms tested:
Safari
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
H5Gget_comment bugfix
Description:
H5Gget_comment: Changed "Description" text and "Parameters"
descriptions to indicate the following:
'loc_id' can be file, group, dataset, or named datatype.
'name' can be '.' if 'loc_id' fully describes the object.
'name' is ignored if 'loc_id' is a dataset or nemed datatype.
Also corrected the fact that the 'name' parameter description
referred to setting the comment rather than retriving it.
Platforms tested:
Safari
|
| |
|
|
|
|
| |
Update file format with placeholders for skipped object header messages.
|
|
|
|
|
| |
Change information about object "name" message to the more accurate
object "comment".
|
|
|
|
|
| |
Comment out some unimplemented object header messages (compact and
shared messages).
|
|
|
|
| |
Update information about modification time message.
|
|
|
|
|
| |
Update data storage layout message information to reflect changes for
"lazy" allocation of dataset's storage and compact data storage.
|
|
|
|
|
| |
Correct incorrect information about versions for compound datatype
information.
|
|
|
|
|
| |
Correct missing information for opaque datatype's tag length in the
bitfield for the datatype message.
|
|
|
|
|
| |
Clarify new fill value message information about the size and fill value
fields.
|
| |
|
|
|
|
| |
Further clarification about the free blocks in a local heap.
|
|
|
|
| |
Correct error in file format spec.
|