[svn-r10498] Purpose: add 1 test that reads realistic dimension scales data from an ASCII file and generates an hdf5 file with DSsDescription:
Solution:
Platforms tested:
linux
solaris
IRIX
Misc. update:
[svn-r10496] Purpose:For windows support, remove all.zip form hdf5.
Description
Add fortran example project files into hdf5/windows/fortran
Solution:
Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10495] Purpose: For windows support, remove all.zip form hdf5. Description: Add fortran example project files into hdf5/windows/fortran Solution:Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10494] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran example project files into hdf5/windows/fortran. Solution:Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10493] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran examples project files into hdf5/windows/fortran Solution:Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10492] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran examples project file into hdf5/windows/fortran. Solution:Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10491] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran examples project file into hdf5/windows/fortran. Solution:Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10490] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran example project files into hdf5/windows/fortran Solution:Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10487] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran examples project file into hdf5/windows. Solution:Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
[svn-r10486] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran examples project file into hdf5/windows. Solution:Platforms tested:
Compaq Visual Fortran on windows xp.
Misc. update:
[svn-r10485] Purpose: For windows support, remove all.zip from hdf5. Description: Add fortran example project files into hdf5/windows. Solution:Platforms tested:
Compaq Visual Fortan.
Misc. update:
[svn-r10479] Purpose: For windows support, remove all.zip from hdf5. Description: Add fotran example project files into hdf5/windows Solution:Platforms tested:
Compaq Visual Fortan 6.0
Misc. update:
[svn-r10475] Purpose: Feature - conditional compilationDescription:
SRB file driver and tests are now compiled only when SRB is enabled
(using --with-srb during configure).
Solution:
Added an automake conditional in configure.in, altered Makefiles.am in
src and test directories to depend on that conditional.
This should make a nice example for posterity to add conditionally
compiled sources.
Platforms tested:
heping (only configure change)
[svn-r10471] Purpose: Update MANIFEST for windows project files.Description:
Many windows project files are added into CVS. MANIFEST needs to be updated.
Solution:
Platforms tested:
Misc. update:
[svn-r10469] Purpose: Minor typo fixDescription: During last change, part of the code wasn't updated in
copy and paste accordingly. It was in the exception handling of NaN
in H5T_conv_f_f().
Solution: Corrected.
Platforms tested: No test needed - trivial.
[svn-r10468] Purpose: new testsDescription:
added tests for flot and string datatype scales
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
[svn-r10467] Purpose: Made the C++ Packet Table tests look like other HDF5 tests (using PASSED(), etc.).Platforms tested:
sleipnir, mir, modi4, windows
[svn-r10466] Purpose: Windows fortran examples was checked into a wrong directory. The correct directory is hdf5/windows/fortran/examples. The current directory is hdf5/fortran/examples. Description:Solution:
Platforms tested:
Misc. update:
[svn-r10465] Purpose:Windows fortran examples was checked into a wrong directory.
The correct directory is hdf5/windows/fortran/examples.
The current directory is hdf5/fortran/examples.
Description:
Solution:
Platforms tested:
Misc. update:
[svn-r10464] Purpose:ndows fortran examples was checked into a wrong directory.
The correct directory is hdf5/windows/fortran/examples.
The current directory is hdf5/fortran/examples.Description:
Solution:
Platforms tested:
Misc. update:
[svn-r10463] Purpose:Windows fortran examples was checked into a wrong directory.
The correct directory is hdf5/windows/fortran/examples.
The current directory is hdf5/fortran/examples.Description:
Solution:
Platforms tested:
Misc. update:
[svn-r10462] Purpose: Windows fortran examples was checked into a wrong directory. The correct directory is hdf5/windows/fortran/examples. The current directory is hdf5/fortran/examples.:wq: Description:Solution:
Platforms tested:
Misc. update:
[svn-r10460] Purpose: Windows fortran example project files were checked into the wrong directory, has to remove them. The correct directory to be checked in is /hdf5/windows/fortran/examples, The currect directory inside CVS tree is /hdf5/fortran/examples.
Description:
Solution:
Platforms tested:
Misc. update:
[svn-r10459] Purpose: Added C++ wrapper for Packet Table API.Description:
Added macro for high-level C++ library (LIBH5CPP_HL), which changes every
Makefile.in.
Added directories for high-level C++ library (though currently only Packet
Table API is supported).
Added both C++ source and tests.
Platforms tested:
sleipnir, mir, modi4
Misc. update:
[svn-r10456] Purpose: New way to do conversion test from floating-points to integers.Description: The 6th step of changing conversion test. This checkin is
only for conversion of special values from floating-points to integers.
Solution: This test is seperated from regular value conversion. It reuses
the same function test_conv_int_float() in test/dtypes.c. The source buffer
of floating-point type is filled up with 8 special values, +/-0, +/-infinity,
+/-QNaN, +/-SNaN.
A...