Updating debugging information for new features, etc.
Description:
Lots of the new features added to the library during the last year or so
have been added without updating the debugging routines used by h5debug.
Solution:
Added more of the new features (although not all of them) to the debugging
routines for h5debug. Also included some more information to expand on
the information printed from h5debug.
Platforms tested:
FreeBSD 4.2 (hawkwind)
Purpose:
Error in H5Tget_array_dims and H5Tget_array_ndims return types
Solution:
H5Tget_array_dims and H5Tget_array_ndims
Fixed return value to read 'int' (was 'int *')
Platforms tested:
IE 5
Bug Fix
Description:
The #ifdef ... #else statement had no line breaks in it. This
caused the compiler on Sangamon to freak out saying the #ifdef
was invalid.
Solution:
Put line breaks in it.
Platforms tested:
Sangamon
Removal of spurious warnings
Description:
On HP-UX systems, the compiler would warn of a redeclaration of
H5G_entry_t in the H5Sprivate.h header.
Solution:
Removed the prototype declaration since H5Oprivate.h includes the
H5Gprivate.h header file already.
Bug fix
Description:
install method was cached as 'cp -r'. It did not work
in --srcdir option as the configure set the method to ../cp -r.
Solution:
Removed the cached entry. Let it look for install or use install-sh.
Platforms tested:
LLNL Blue (found and used /usr/local/gnu/bin/install).
Purpose: bug fix
Description:
I found a couple of places where virtual destructors were missing
and could cause small memory leaks. Also, some destructors were
not virtual when they should be.
Solution:
- added virtual destructors, which also free dynamically allocated
memory
- added virtual to several destructors
- also, fixed several typos
Platforms tested:
Solaris 2.7 (arabica)
Purpose:
bug fix
Description:
1. zeroing out memory before using the memory buffer
2. before wrongly using Vquerysize API of HDF4 to obtain
the real file size of record type in HDF4. Actually Vquerysize will
return the real data type size in Memory. That will cause the object
reference difference on Cray which file size is not equal memory size.
Solution:
1. using h4toh5ZeroingMemory function to zero out memory.
2. calcuating the real file size of vdata record in the converter instead of
using Vquerysize HDF4 API.
Platforms tested:
Cray J90, arabica, eirene
Purpose:
bug fix
Description:
Zeroing out all memory buffer before it is being used.
Solution:
using h4toh5ZeroMemory function
Platforms tested:
linux(eirene), arabica(sun 2.7)
Purpose:
a windows bug fix
Description:
so that sec2 driver can support >2 G file on windows NTFS
Solution:
using lseek_i64 for windows platform
Platforms tested:
tested on windows 2000, confirmed on eirene and arabica
Purpose:
a windows bug fix
Description:
support > 2G file on windows NTFS
Solution:
using fsetpos to seek the address
Platforms tested:
windows 2000, confirmed on arabica and eirene.
Bug fix
Description:
This should fix the problem with installing the Fortran module
files.
Solution:
This script determines if the HDF5 module is created. If it is,
then we assume that we need to install all of the modules. I
check for both upper and lowercase in the name cause I'm not sure
what weird fortran compilers will do.
Platforms tested:
Linux
Purpose:
Checking in MountingFiles.html and Performance.html.
These documents were originally created in 1.2 branch and never
checked in to the development branch.
Platforms tested:
IE 5
Purpose:
Bugfix -- #446
Description:
H5Tget_offset has been fixed so that it returns a negative value
on failure. This is now reflected in RM.
Platforms tested:
IE 5
Purpose:
CppUserNotes.pdf
CppUserNotes.doc (not for distribution)
CppInterfaces.html
New C++ API documents -- "HDF5 C++ User's Notes"
and "HDF5 C++ Interfaces"
Platforms tested:
IE 5
Purpose:
Update some descriptions for the install file
Description:
Solution:
1) add a note for building library: users can also use batch build to build lib.
2) add a warning note for h5toh4 autotest crude script so that
users may carefully input parameters.
Platforms tested:
doesn't have to be tested.
Purpose:
Not a bug fixed, just make it easy for me to test on windows.
Description:
Set the path of the project to be consistent with the project in friede
Users who want to test h4toh5 and h5toh4 have to set hdf4 library path by
themselves.
Solution:
Update h4toh5.dsp h4toh5dll.dsp h5toh4.dsp and h5toh4dll.dsp
Platforms tested:
Win 2000(don't have to be tested on any other platforms)
Improvement
Description:
The -i option used to increment the first number it finds in the
SUBRELEASE string. So, beta1-post0 becomes beta2-post0.
Solution:
Changed to increment the last number it finds. So,
beta1-post0 becomes beta1-post1.
Platforms tested:
eirene and modi4.