Commit Graph

7683 Commits

Author SHA1 Message Date
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
Fang Guo
82c885e006 [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:
2005-03-28 12:39:52 -05:00
James Laird
0faa9455fc [svn-r10461]
Purpose:
Bug fix -- ensure that C++ packet table test cleans up its output file.

Platforms tested:
sleipnir (minor change)
2005-03-28 12:07:18 -05:00
Fang Guo
0639a0d474 [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:
2005-03-28 12:01:34 -05:00
James Laird
9452992c09 [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:
2005-03-28 11:32:20 -05:00
Pedro Vicente Nunes
af6d77bfc4 [svn-r10458] Purpose:
added new tests for the image API

Description:

Solution:

Platforms tested:
linux
solaris
AIX

Misc. update:
2005-03-28 10:24:10 -05:00
Raymond Lu
293f9f9afb [svn-r10457] *** empty log message *** 2005-03-26 11:16:42 -05:00
Raymond Lu
2e52c2f4f2 [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.

Also added 3 new conversion exception values H5T_CONV_EXCEPT_PINF, H5T_CONV_EXCEPT_NINF,
H5T_CONV_EXCEPT_NAN, for floating-point special values positive infinity, negative
infinity, and NaN.  These values are for conversion exception callback function defined
through H5Pset_type_conv_cb(). (Remember to update the document!)

Platforms tested: h5committest
2005-03-26 11:16:27 -05:00
Fang Guo
c2c35afa8e [svn-r10455] 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-25 15:13:11 -05:00
Fang Guo
fd032ffa53 [svn-r10454] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fileexampletestdll fortran example  project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-25 15:11:16 -05:00
Fang Guo
17aceb9931 [svn-r10453] Purpose:
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-25 15:07:38 -05:00
Fang Guo
4d0936a142 [svn-r10452] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add dsetexampletest fortran examples project file.
Solution:

Platforms tested:
Compaq Visual fortran 6.0 on windows xp.
Misc. update:
2005-03-25 15:05:42 -05:00
Fang Guo
28cb2d9d33 [svn-r10451] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add compoundtestdll fortran examples project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-25 15:03:58 -05:00
Fang Guo
dafd472d90 [svn-r10450] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add compoundtest fortran examples project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-25 15:02:35 -05:00
Fang Guo
63426696be [svn-r10449] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add attreexampletestdll fortran examples project file.
Solution:

Platforms tested:
Compaq visual fortran 6.0
Misc. update:
2005-03-25 15:00:56 -05:00
Fang Guo
32069ac468 [svn-r10448] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add attreexampletest Fortran example project file.
Solution:

Platforms tested:
Compaq visual fortran 6.0.
Misc. update:
2005-03-25 14:59:09 -05:00
Fang Guo
e177a6fe63 [svn-r10447] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add allf90examples workspace and project file.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-25 14:55:54 -05:00
Pedro Vicente Nunes
20f6e6203a [svn-r10446] Purpose:
new test

Description:
added a test for a scalar scale

Solution:

Platforms tested:
linux
solaris
AIX
IRIX

Misc. update:
2005-03-25 13:31:37 -05:00
Raymond Lu
705b9ec0c9 [svn-r10445] Purpose: Bug fix
Description: In test_conv_flt_1() in dtypes.c, the case of Intel-Linux or
AMD-Linux "long double" wasn't considered.  The precision is smaller than
the size.  There may be some garbage left in the unused bytes during hardware
conversion.

Solution:  Clear those bytes before comparison.

Platforms tested:  h5committest and mir, modi4.
2005-03-25 12:53:19 -05:00
Fang Guo
9b6ef54469 [svn-r10444] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add allcppexamples c++ examples workspace file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:50:42 -05:00
Fang Guo
383d02e0b5 [svn-r10443] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add allexamples C examples workspace file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:40:42 -05:00
Fang Guo
bb0dae9a29 [svn-r10442] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add writedatatestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:27:39 -05:00
Quincey Koziol
b8b574f58e [svn-r10441] Purpose:
Code cleanup

Description:
    Add a few test files to the 'distclean' target.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-03-25 11:27:34 -05:00
Fang Guo
5d89b39a01 [svn-r10440] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add writedatatest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:26:05 -05:00
Fang Guo
0b5efd5d65 [svn-r10439] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add readdatatestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:24:17 -05:00
Fang Guo
8c69ef69c1 [svn-r10438] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add readdatatest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:22:59 -05:00
Fang Guo
7343840ffb [svn-r10437] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5grouptestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:21:21 -05:00
Fang Guo
d3ef38cea9 [svn-r10436] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5grouptest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:19:50 -05:00
Fang Guo
d75192f633 [svn-r10435] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add extend_dstestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:18:16 -05:00
Fang Guo
690d082569 [svn-r10434] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add extend_dstest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:16:30 -05:00
Fang Guo
301f9c079b [svn-r10433] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add createtestdll C++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:14:50 -05:00
Fang Guo
83442261c5 [svn-r10432] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add createtest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:13:12 -05:00
Fang Guo
1c3ae465e5 [svn-r10431] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add compoundtestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:10:57 -05:00
Fang Guo
e2eb5b76f4 [svn-r10430] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add compoundtest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:09:19 -05:00
Fang Guo
4fe6e090b6 [svn-r10429] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add chunkstestdll c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:07:50 -05:00
Fang Guo
d1a4df3a56 [svn-r10428] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add chunkstest c++ examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:06:19 -05:00
Fang Guo
136b6fe8a8 [svn-r10427] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add allcppExamples C++ Examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 11:04:25 -05:00
Fang Guo
65c227dca5 [svn-r10426] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add testcppExamples.bat
Solution:

Platforms tested:

Misc. update:
2005-03-25 11:01:20 -05:00