Commit Graph

7320 Commits

Author SHA1 Message Date
Raymond Lu
54f0b6c66d [svn-r10512] Purpose: Bug fix
Description:  In test_conv_int_float(), when testing special floating-point value NaN, the test program
couldn't detect it for Linux Intel compiler when it's optimized.  The reason is in my_isnan(), a printf
command used "%LLg" to print "long double".

Solution:  Changed it to "%Lg".  Also differentiate cases for NaN, using exception handler if present,
decide if software conversion set converted integer to 0, or simply skip for hardware conversion.

Platforms tested:  heping - simple change.
2005-03-30 17:22:42 -05:00
James Laird
14e06e81cb [svn-r10511]
Purpose:
"Bug fix"

Description:
Hardcoded Makefiles to use /bin/sh instead of letting configure
detect shell automatically.  This is what v1.6 does, and avoids
problems on janus.

Platforms tested:
sleipnir, copper, modi4, mir
2005-03-30 16:14:48 -05:00
Albert Cheng
7ce84a1d39 [svn-r10510] Purpose:
Improvement.

Description:
The derived datatype test often hangs when it fails.  This blocks
daily test or automatic build. Run it only when hi verbose mode
is used.

Platforms tested:
Tested in eirene pp.

Misc. update:
2005-03-30 10:30:24 -05:00
James Laird
354bcd9b7f [svn-r10509]
Purpose:
Bug fix

Description:
Header was expecting SRB headers to be installed.

Solution:
Only try to include SRB header if SRB is enabled.

Platforms tested:
sleipnir
2005-03-30 08:45:23 -05:00
James Laird
680fa675fb [svn-r10508]
Purpose:
Bug fix

Description:
test/big fails randomly with a message warning of 'possible overlap.'

Solution:
Have the random number generator check each value to make sure a write at
that position doesn't overlap any previous write.

Platforms tested:
sleipnir, modi4, eirene
2005-03-29 17:14:47 -05:00
Pedro Vicente Nunes
7f98ee5db8 [svn-r10507] Purpose:
add a new feature for the test image API, read a palette from an ASCII file and attach several
palettes to an image

Description:

Solution:

Platforms tested:
linux
solaris
AIX
IRIX

Misc. update:
2005-03-29 16:47:53 -05:00
Quincey Koziol
a9d5fc42eb [svn-r10506] Purpose:
New feature

Description:
    Add first iteration of "segmented heap" code, which will be used to store
links in groups in a more flexible way than the previous "local heap" mechanism.

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/parallel
    Solaris 2.9 (shanti)
2005-03-29 16:45:09 -05:00
Quincey Koziol
d8b3898368 [svn-r10505] Purpose:
New feature

Description:
    Search free list when checking for, or actually performing, extension of
an object in the file.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Solaris 2.9 (shanti)
2005-03-29 16:33:57 -05:00
Quincey Koziol
d484bd9fb7 [svn-r10504] Purpose:
New feature

Description:
    Add wrapper for v2 B-tree "neighbor" routine.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Solaris 2.9 (shanti)
2005-03-29 16:26:25 -05:00
Quincey Koziol
785b356d40 [svn-r10503] Purpose:
Fix typo

Description:
    Fix typo in comment.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-03-29 16:22:20 -05:00
Fang Guo
6d23bbece1 [svn-r10502] Purpose:
Update batch file.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:47:52 -05:00
Fang Guo
6cc51fe9cc [svn-r10501] Purpose:
Add C examples project file into hdf5/windows/examples
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:41:37 -05:00
Fang Guo
0d76163895 [svn-r10500] Purpose:
Modify the wrong project file name;
current one is selecttestdll.dsp
correct one is selectestdll.dsp
Description:

Solution:

Platforms tested:


Misc. update:
2005-03-29 15:38:07 -05:00
Fang Guo
49ec8cc93d [svn-r10499] Purpose:
Modify wrong project file name;
Current is selecttest.dsp
correct should be selectest.dsp
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:36:02 -05:00
Pedro Vicente Nunes
e39079f058 [svn-r10498] Purpose:
add 1 test that reads realistic dimension scales data from an ASCII file and generates an hdf5 file with DSs

Description:

Solution:

Platforms tested:
linux
solaris
IRIX

Misc. update:
2005-03-29 14:57:23 -05:00
Fang Guo
2f10809479 [svn-r10497] Purpose:
Add windows project files.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 14:32:29 -05:00
Fang Guo
7502ff5c08 [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:
2005-03-29 13:32:45 -05:00
Fang Guo
da98cb955f [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:
2005-03-29 13:29:37 -05:00
Fang Guo
95a607008a [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:
2005-03-29 13:17:53 -05:00
Fang Guo
4a7bc1a085 [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:
2005-03-29 13:14:48 -05:00
Fang Guo
8f992a210b [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:
2005-03-29 13:11:31 -05:00
Fang Guo
cb68acff09 [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:
2005-03-29 13:09:14 -05:00
Fang Guo
08cf2d38d5 [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:
2005-03-29 13:06:19 -05:00
Fang Guo
a49a3c45b0 [svn-r10489] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-29 13:04:43 -05:00
Fang Guo
29966a3a69 [svn-r10488] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortan 6.0
Misc. update:
2005-03-29 13:02:45 -05:00
Fang Guo
3569d8e5a3 [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:
2005-03-29 13:01:19 -05:00
Fang Guo
d2755909bb [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:
2005-03-29 12:59:19 -05:00
Fang Guo
7d378eab72 [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:
2005-03-29 12:57:40 -05:00
Fang Guo
2d41f416e8 [svn-r10484] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortan  6.0
Misc. update:
2005-03-29 12:55:56 -05:00
Fang Guo
994a116e99 [svn-r10483] Purpose:
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 12:54:17 -05:00
Fang Guo
33d54495df [svn-r10482] 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.
Misc. update:
2005-03-29 12:52:27 -05:00
Fang Guo
50aaf57055 [svn-r10481] Purpose:
For windows support, remove all.zip from hdf5
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortan 6.0.
Misc. update:
2005-03-29 12:50:51 -05:00
Fang Guo
e48e50c45d [svn-r10480] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortan 6.0
Misc. update:
2005-03-29 12:48:24 -05:00
Fang Guo
d350c7c849 [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:
2005-03-29 12:45:54 -05:00
Fang Guo
e1c97411a3 [svn-r10478] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-29 12:44:13 -05:00
Fang Guo
4aad121cad [svn-r10477] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran example project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-29 12:41:45 -05:00
Fang Guo
a005bb2509 [svn-r10476] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file.
Solution:

Platforms tested:
Compaq Visual Fortan 6.0
Misc. update:
2005-03-29 12:39:16 -05:00
James Laird
7acf3f1b12 [svn-r10475] Purpose:
Feature - conditional compilation

Description:
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)
2005-03-29 12:38:17 -05:00
Fang Guo
9e4b79ad48 [svn-r10474] 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
Misc. update:
2005-03-29 12:36:57 -05:00
Fang Guo
0c7cdf51fc [svn-r10473] Purpose:
More windows project files to be added.

Description:

Solution:

Platforms tested:

Misc. update:
2005-03-28 17:53:46 -05:00
Fang Guo
5d44564434 [svn-r10472] Purpose:
For windows support, adding fortran example projects

Description:

Solution:

Platforms tested:

Misc. update:
2005-03-28 17:42:02 -05:00
Fang Guo
b767333eb6 [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:
2005-03-28 17:24:05 -05:00
Fang Guo
5745a44a52 [svn-r10470] Purpose:
Add windows C example expected output file.


Description:

Solution:

Platforms tested:

Misc. update:
2005-03-28 17:09:11 -05:00
Raymond Lu
8ac6380576 [svn-r10469] Purpose: Minor typo fix
Description:  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.
2005-03-28 16:54:55 -05:00
Pedro Vicente Nunes
0c9906803b [svn-r10468] Purpose:
new tests

Description:
added tests for flot and string datatype scales

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2005-03-28 16:41:12 -05:00
James Laird
73e5d04993 [svn-r10467]
Purpose:
Made the C++ Packet Table tests look like other HDF5 tests (using PASSED(), etc.).

Platforms tested:
sleipnir, mir, modi4, windows
2005-03-28 14:55:02 -05:00
Fang Guo
ff428074d6 [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:
2005-03-28 13:05:23 -05:00
Fang Guo
989e0937cc [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:
2005-03-28 12:51:19 -05:00
Fang Guo
7ce080f0cc [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:
2005-03-28 12:43:30 -05:00
Fang Guo
3e0e101d03 [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:
2005-03-28 12:40:37 -05:00