| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Purpose:
Fix
Description:
Back porting the bug fix from the 1.5 branch vis-a-vis the -b
nolibpath thingy.
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Accommodate v1.2.x behavior when --enable-hdf5v1_2 is enabled.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
H5Tget_member_type in v1.2.x returns the base type of array fields in
compound datatypes, not an array type itself.
Solution:
Changed to emulate this behavior in v1.4.x when the --enable-hdf5v1_2
flag is given during configuration
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
|
| |
Documentation
Description:
Noted bug fix for v1.2 compatibility mode.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
Back porting the fix to the fortran FFLAGS macro.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix by Bob McGrath
Description:
On Solaris platforms palette was not written to the HDF5 file
Solution:
'\0' character was written outside the GroupName array. Apparently
on Solaris it destroyed the condition value that determined if the palette
should be written to the file.
Platforms tested:
Solaris 2.7 (arabica)
|
|
|
|
|
|
| |
Updated release reference in user docs table header to 1.4.2.
Platforms tested:
IE 5
|
|
|
|
|
|
| |
Updating "Describes HDF5 Release..." line to "...1.4.2, July 2001"
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fixes
Description:
If the system doesn't support modules, then the F9XMODFLAG would be
empty. This would cause things like '.' and '../src' to be stranded
on the compile line by themselves and the compiler would barf.
Also, there needs to be a dependence between the thyperslab_wr
program and the THDF5 module.
Solution:
Put the code to generate the -{M,I,p}<directory> flags in the
acsite.m4 file since it's not possible to check if a macro is empty
and do substitution on it in the Makefiles.
Put a dependency in the Makefile.in so that THDF5 will be made before
the thyperslab_wr program.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
updated code warrior doc file
Description:
Solution:
Platforms tested:
are you kidding ?
:
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Fix
Description:
I didn't put the zlib fix into the 1.4 branch.
Solution:
Put the fix into the configure to clear the cache so that configure
always checks for zlib in the fortran/ directory so that it'll be put
in the LFlags macro.
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
updated MANIFEST to include the file release_docs/INSTALL_codewarrior.txt
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
add new file with install instructions on CW
could somebody check the grammar ?
Thanks
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update all.zip
Description:
2 new files in all.zip
hdf5.mcp (code warrior project) that opens by default the all project
a new H5pubconf.h , the older one had line endings not compatible with CW
Solution:
Platforms tested:
NT, (CW and MSVC)
|
|
|
|
|
|
|
|
| |
Purpose:
Repeat from yesterday. CVS checkin was lost and overwritten.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
inserted new code warrior project file in ALL.ZIP
has an all projects build
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose
code warrior port
:
Description:
changed strdup to HDstrdup
Solution:
Platforms tested:
nt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
code warrior port
Description:
changed strdup to H5strdup
Solution:
Platforms tested:
nt, linux:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
code warrior port
Description:
added defines to avoid including the header sys/timeb.h
Solution:
Platforms tested:
nt, linux:
|
|
|
|
|
|
|
|
|
| |
Purpose
update windows headers that were causing compiler errors in the DLL versions
Platform tested:
:windows NT
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Fix bugs in XML output of dumper
Description:
Incorrect XML was produced.
Solution:
Do the right thing. See diffs in test files.
Platforms tested:
Solaris.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Make T3E happy
Description:
hdf5-1.4.2-pre0 would not build without adding special flag
to disable linker warning #412 for Fortran
Solution:
Disable warning #412
Platforms tested:
T3E
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
Back ported bug fix from the 1.5 branch re the nsl library being
checked for and used on all platforms (only Solaris seems to need
it).
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bufg fix
Description:
H5Sget_simple_extent_dims function had the third argument of the wrong type.
Solution:
Replaced the argument with NULL, since it is not used.
Platforms tested:
T3E
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
We long ago changed the compiler flags to pick out dependencies to
-MM instead of -M so that only #include "filename.h" type headers
will be put into the .depend file.
Solution:
Changed this flag.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
| |
Bugfix.
Description:
H5Screate_simple -- Minor edit. 9 H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED.
Completes fix to bug #568.
Platforms tested:
IE 5
|
|
|
|
|
| |
Purpose:
Another typo fix that I did not catch in the 1.4 branch but fixed in 1.5.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Typo fix
Description:
Today's daily tests failed on modi4 (pp) because name of the H5FDmpioff.f90
was misspelled.
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfix
Description:
H5Screate_simple -- Corrected statement referring to value of 0
instead of H5S_UNLIMITED for unlimited dimensions. While there,
took the opportunity to rework the Description section.
Fixes Bug #568.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfixes.
Description:
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfix (Tools.html) and spelling correction (Files.html).
Description:
Tools.html
h5dump -- Removed "interactively" from first description sentence.
(As a user has pointed out, an application that runs and exits
without opportunity for user input is not "interactive".)
Fixes bug #474.
Rewrote introductory sentence to "Tools" page.
Files.html -- Spelling correction
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update
Description:
Several files have been renamed or moved to a different location.
README => README.txt
RELEASE.txt => release_docs/RELEASE.txt
HISTORY.txt => release_docs/HISTORY.txt
Updated h5vers and release to reflect all these new names/locations.
Also made all uses the same beginning phases for the first line
of text in README.txt and RELEASE.txt as follows:
"HDF5 version ... "
Platforms tested:
eirene by running the bin/release and bin/h5vers -i.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Added parallel group testing.
Description:
See t_mdset.c description.
Platforms tested:
See t_mdset.c tested platforms.
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Parallel group testing.
Description:
created multiple groups under root group; also created child group of
multiple levels for the 1st subgroup.
Platforms tested:
IRIX64 MPI, MPICH for IRIX64, IRIX64 N32, IRIX, Linux, SunOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
During a parallel make session, some modules would get built way
before the modules they depend upon were built.
Solution:
Explicitly put the dependencies in the Makefile.in so that things
will be built in the correct order.
Platforms tested:
modi4 and eirene.
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
updated the all.zip file to include the code warrior project file
it is located on hdf5/proj/codewarrior/hdf5.mcp
Description:
Solution:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
Small bug fix introduced by the changing of the name of the README
file to README.txt
Solution:
Changed the file name in the configure script from README to
README.txt
Platforms tested:
Linux
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Changed version information to be 1.4.2-pre0 for upcoming testing.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a bug fix
Description:
declaration of chunk_dims is wrong. In HDF4, chunk dimensional size is defined
as int32, but in HDF5 it is defined as hsize_t. It causes problem in T3E.
Solution:
define chunk_dims as hsize_t and cast int32 into hsize_t
Platforms tested:
eirene
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix
Description:
One of the function calls (H5Sget_simple_extent_dims) used parameter with
the wrong type. That caused compilation errors on T3E.
Solution:
Used NULL since the argument is optional and was never used.
Platforms tested:
T3E(mcurie) and IRIX64 (modi4)
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix #567.
Description:
Corrected datatype h5s_selopt_t to read h5s_seloper_t.
Fixes HDF5 bug #567.
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Version 1.2 of "HDF5 Image and Palette Spec." (Replaces v1.1)
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose
code warrior changes
:
Description:
the open function of Metrowerks has a bug. The test file overhead.c
has some idef statments that avoid calling this function on code warrior:
Solution:
Platforms tested:
solaris (arabica), linux (eirene)+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose
code warrior changes
:
Description:
moved some ifdefs
the type off_t was removed from H5private.h and put on H5Public.h
Metrowerks does not define this type, it was defined
Solution:
Platforms tested:
solaris (arabica), linux (eirene)+
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fixes
Description:
H5FDmpio.c:
H5FD_mpio_flush() would try to file seek negative if the
file->eoa is 0 (e.g., doing mpio on the raw-file of the
split file driver). Put in a code to catch this case
by returning succeed immediately.
H5S.c:
SAF test code exposed an error in the HDF5_MPI_OPT_TYPES
code. The SAF code was doing collective write to chunked
storage dataset. Some processes wanted to flush some chunk
while some other processes were doing something else but the
HDF5_MPI_OPT_TYPES code thought the chunk flushing were collective
calls since it only looked at the condition when H5Dwrite
was called. So, it hanged when doing MPI_File_setview.
For now, turned off the HDF5_MPI_OPT_TYPES code so that the
SAF code would work. More long term fix later.
Solution:
Platforms tested:
eirene (serial and mpich), modi4 -64-serial and -n32-parallel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Use port hunting to test the Stream VFD
Description:
The stream driver is tested by streaming data
between two different processes on the local
machine on a given default port.
If this port is already is use, port hunting
should find the next available port to use.
The hostname/port information which is actually
used by the sender is written to a temporary
file which is then read by the receiver process
to connect to the sender's port.
For the purpose of testing I switched back
the default port to use from 10007 to 5678
which is at least already used by another
service on modi4.
Platforms tested:
x86 Linux, Irix 32/64 bit (modi4), Dec Alpha,
Unicos on T3E, Hitachi SR8000, AIX on SP2
|