| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
When file space was returned to the file space free-list for reuse,
occasionally raw data allocations which used space from the free-list
would overlap with the metadata accumulator and get over-written with
the cached information in the accumulator, corrupting the data.
Solution:
Check if the space about to be recycled on the free-list is going to be
used for raw data and also overlaps with the metadata accumulator cache,
avoiding using space that fits those criteria.
This fixes bug #701
Platforms tested:
FreeBSD 4.5 (sleipnir)
|
|
|
|
|
|
| |
Update docs
Description:
Update Solaris 2.8 information
|
|
|
|
|
|
| |
Update docs
Description:
Updated FreeBSD information
|
|
|
|
|
|
|
|
|
| |
Purpose:
Feature Description
Description:
Added the MPI compiler used for parallel stuff on HP-UX 11 SysV
Platforms tested:
Stone Tablets
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Updated compilers information for OSF5.1 and added C++ support
for SP3 and OSF5.1 to the "Configuration Features" table.
|
|
|
|
|
|
|
|
| |
Document bug
Description:
Mention that h5dump and h5ls are not displaying variable-length string
datatype information correctly. I've also entered a more detailed bug into
the bug database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
feature add
Description:
Added ability to h5dumper to dump Group comments.
Solution:
Stole the code from h5ls that does this and put it into the h5dumper
code. Modified the DDL to reflect the newest change. Added a testcase
(tgrp_comments.*) to test that it's actually doing the comments
correctly.
Small modification to H5G.c. The error comment should have said that
it couldn't "get" the comment instead of "set" the comment...
Platforms tested:
Dangermouse, Kelgai, Modi4
|
| |
|
|
|
|
| |
Document VL datatype for attributes bug fix from yesterday.
|
| |
|
|
|
|
|
|
| |
Updated with the information of removal of DPSS driver.
Platforms tested:
Eye-balled.
|
|
|
|
|
|
|
| |
Purpose:
Doc
Description:
Documented the addition of parallel HDF5 support for HP-UX 11.
|
|
|
|
|
|
| |
Bug Fix
Description:
Document bug fix.
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
Tweaked internal error handling macros to reduce the size of the library's
object code by about 10-20%.
Platforms tested:
FreeBSD 4.4 (sleipnir)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
The file metadata macros generate unaligned access warnings on the IA64
architecture.
Solution:
Got rid of bogus big-endian vs. little-endian differentiation when encoding
and decoding file metadata and use proper set of macros to prevent unaligned
access problems.
This fixes bug #672.
Platforms tested:
FreeBSD 4.4 (sleipnir)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
The code in H5Sselect_hyperslab_valid contained an fencepost error and is
allowing selections which overlap the extent by exactly one element in any
dimension to pass as valid instead of flagging the selection as invalid.
This bug only affects hyperslabs which have been OR'ed together, not the
selection from a single H5Sselect_hyperslab.
This fixes bug #550.
Solution:
Changed an '>' to an '>=' and added new regression test to check for error.
Platforms tested:
FreeBSD 4.4 (sleipnir)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Document bug fix.
Description:
The internal B-tree code was dumping core with an assertion failure when
flushing data to the file if too many objects were put into the same B-tree
(forcing the root node to split, I think).
Solution:
Fixed the B-tree copy routine to copy the correct number of raw keys.
Platforms tested:
FreeBSD 4.4 (hawkwind), Solaris 2.6 (baldric)
|
| |
|
| |
|
|
|
|
| |
Document recent changes
|
| |
|
| |
|
| |
|
|
|
|
| |
Document bug fix.
|
|
|
|
| |
Document feature fix.
|
|
|
|
|
|
| |
Document bug fix
Platforms tested:
Eyeballed...
|
|
|
|
|
|
| |
Document bug fix
Description:
Mention the edge detection chunking bug fix.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a bug fix
Description:
Forget adding one line for "This creates a
directory called 'hdf5xxx'under MyHDFstuff which contains
several files and directories. "
Solution:
should be "This creates a
directory called 'hdf5xxx'under MyHDFstuff which contains
several files and directories. Rename directory "hdf5xxx" into
"hdf5".
Platforms tested:
eirene
|
| |
|
|
|
|
|
|
|
| |
Purpose:
Feature Add
Description:
Added description of H5CC tool.
|
|
|
|
|
|
|
|
| |
Purpose:
Add two items related to h4toh5 converter in known problem since these two bugs are fixed.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
| |
Update docs.
Description:
Mention change to H5Awrite API from a "void *" to a "const void *"
|
|
|
|
|
|
| |
Doc update.
Description:
Noted performance increase in byte-swapping during data conversions.
|
|
|
|
| |
cvS: ----------------------------------------------------------------------
|
| |
|
|
|
|
|
|
| |
Recommitted all changes since 1.4.2 release. This is needed
because I had to commit a version of exactly when 1.4.2 was
released.
|
|
|
|
|
| |
This version is the one got released as 1.4.2.
Committed it to prepare for retagging it for version 1.4.2 release.
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance for the hdf5-1.4.2-post0
Description:
Added information about hdf5-1.4.2 release to the HISTORY.txt
Modified RELEASE.txt for hdf5-1.4.2-post0 (or whatever it shoud be after 1.4.2)
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
Mentioned that Parallel HDF5 is available on Linux platforms. Also
removed the statement that Parallel HDf5 is available on HPUX V Class
machines (it failed the tests. Only serial mode is available).
Platforms tested:
Optical Scan
|
|
|
|
|
|
| |
revised/updated for 1.4.2 release
Platforms tested:
Eyeballed.
|
|
|
|
|
|
|
|
|
| |
Purpose:
update another known problem for h4toh5 converter
Description:
Solution:
Platforms tested:
eirene
|
|
|
|
|
|
|
|
| |
Purpose:
update release.txt for h4toh5 features
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
| |
Purpose:
Update Information
Description:
Added "IRIX 6.5 fails to compile configured with --enable-static-exec"
information.
|
|
|
|
|
|
| |
In Documentation --
Added "new Image Spec (V1.2)" entry
Revised H5T_c*_t structs entry
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
File described 1.4.0 release. Changed it to be 1.4.2
|