| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Update document
Description:
Note a big fix that didn't make it into the document when the bug fix code
was checked in.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
Documentation
Description:
Mention improvements to I/O speed for non-regular hyperslabs.
Hold off mentioning new API calls until we've reached consensus on them.
|
| |
|
|
|
|
| |
Document bug fixes.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
add new information and delete old windows and h4toh5 information on release.txt.
Description:
1. add a note to mention release dll will work after installing service pack 5 of VS6.0.
2. delete the fixed bugs on windows(libc.lib warnings and h4toh5 image handlings)
Solution:
Platforms tested:
|
|
|
|
| |
zlib in with-hdf4 option.
|
|
|
|
| |
Document bug fix.
|
|
|
|
| |
Describe feature fix.
|
| |
|
|
|
|
|
|
| |
Document bug fix.
Platforms tested:
Eyeballed..
|
|
|
|
|
|
| |
Document bug fix
Description:
Mention the edge detection chunking bug fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kludge
Description:
Since we're only about halfway through converting the internal use of
property lists from the "old way" to the generic property lists, we turned
off snapshots to avoid exposing lots of API changes to users, until the
APIs settled down.
Getting the snapshots rolling again seems to have become a priority, so
some changes are going to have to be made now that were going to be
postponed until we were completely finished with the conversion. This
requires that the old API functions be able to deal with both the old
and new property lists smoothly.
Solution:
Kludge together the property list code so that they can transparently handle
dealing with both the old and new property lists
Platforms tested:
FreeBSD 4.4 (hawkwind)
|
| |
|
|
|
|
|
|
|
|
|
| |
Purpose:
Feature add
Description:
Changed the "make install" thingy to "make install-all" in the
quick-setup guide. Also, changed the version number of HDF5 in the
examples from 1.4.0 and 1.2.0 to 1.5.x
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
fix a bug
Description:
In precondition 3, winzip will unzip hdf5xxx.zip into the directory
hdf5xxx and users should rename hdf5xxx into hdf5 to correctly build
HDF5 library.
Solution:
correct the sentence in precondition 3.
Platforms tested:
windows 2000
|
|
|
|
|
|
|
| |
Purpose:
Feature Add
Description:
Added description of the H5CC tool.
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Updated
Description:
Wrote description of fixes to the h5dumper vis-a-vis the -v and -i
options.
Platforms tested:
Stone Tablets.
|
|
|
|
|
|
|
|
|
| |
New feature
Description:
Added perform programs to test the HDF5 library performance. Programs
are installed in directory perform/.
Platforms tested:
eirene
|
|
|
|
| |
updated document.
|
|
|
|
|
|
| |
Updated.
Platforms tested:
Eye-balled.
|
|
|
|
|
|
|
|
|
| |
Feature shift
Description:
Take out the v1.2.x compatibility stubs and put in the hooks for v1.4.x
compatibility when needed.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
document update
Description:
The information of setting SGI_ABI seemed to confuse some user.
Removed it since it is extra information in addition to the
preferred method of "CC=... ./configure".
Experienced user in IRIX64 would know that option.
Platforms tested:
Eyeballed.
|
|
|
|
|
|
| |
Editorial pass
Platforms tested:
Visual inspection in vi
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix... (sorta)
Description:
Added --enable-linux-lfs configure flag to have better control over whether
the enable large file support on Linux machines. Also removed the
-malign-double flag for gcc since it can potentially cause errors which
are difficult to detect.
Platforms tested:
Linix 2.2 & 2.4 (eirene and dangermouse)
|
|
|
|
| |
Roll a snapshot for the FLASH folks at Argonne to test with.
|
|
|
|
|
|
|
|
|
| |
Bug Fix, Code Cleanup, Code Optimization, etc.
Description:
Fold in the hyperslab speedups, clean up compile warnings and change a
few things from using 'unsigned' or 'hsize_t' to use 'size_t' instead.
Platforms tested:
FreeBSD 4.3 (hawkwind), Solaris 2.7 (arabica), Irix64 6.5 (modi4)
|
|
|
|
|
|
|
|
| |
Documentation
Description:
Noted bug fix for v1.2 compatibility mode.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
code warrior docs
Description:
Solution:
Platforms tested:
|
|
Purpose:
Maintenance
Description:
Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.
|