Commit Graph

7280 Commits

Author SHA1 Message Date
Fang Guo
0659b39120 [svn-r10526] Purpose:
Add test project file into windows/test
Description:
Add sheap test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:15:35 -05:00
Fang Guo
df46ae2a46 [svn-r10525] Purpose:
Add test project file into windows/test
Description:
Add btree2dll test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:14:27 -05:00
Fang Guo
966aa9915e [svn-r10524] Purpose:
Add test project file into windows/test
Description:
Add btree2 test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:13:17 -05:00
Fang Guo
44605c80ca [svn-r10523] Purpose:
Add test project file into windows/test
Description:
Add blocktrack dll project file
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:11:51 -05:00
Fang Guo
56753394af [svn-r10522] Purpose:
Add new test project file into windows/test
Description:
Add blocktrack test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:10:14 -05:00
Fang Guo
60ad9bc65c [svn-r10521] Purpose:
Update windows misc file.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-31 13:53:02 -05:00
Fang Guo
0a97c546d5 [svn-r10520] Purpose:
Update document for windows C examples test results
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-31 13:49:28 -05:00
Fang Guo
b751994b98 [svn-r10519] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5tinit project file into windows/misc/typegen/h5tinit
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 13:33:41 -05:00
Fang Guo
01fcda770c [svn-r10518] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add typegen workspace project file into windows/misc/typegen
Solution:

Platforms tested:
MSVS 6.0 on windows xp.

Misc. update:
2005-03-31 13:31:40 -05:00
James Laird
59ec5b3d66 [svn-r10517] Purpose:
Bug fix

Description:
On some machines, $RUNSERIAL variable needs to be used to run
tests.  Set $RUNTESTS (which is used for non-parallel tests) to
be $RUNSERIAL in configure.am.

Also, since I was updating all Makefiles.in anyway, I updated
commence.am to point to autotools installs in AFS instead of
those on heping.

Platforms tested:
mir, sleipnir, modi4, copper
2005-03-31 13:26:17 -05:00
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