Commit Graph

7320 Commits

Author SHA1 Message Date
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
Fang Guo
ad6eb3ca08 [svn-r10425] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add writetestdll C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:53:16 -05:00
Fang Guo
e4c45c8640 [svn-r10424] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add writetest C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:51:33 -05:00
Fang Guo
50c160e549 [svn-r10423] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add selecttestdll  C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:50:01 -05:00
Fang Guo
f97a4fada9 [svn-r10422] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add selecttest C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:45:21 -05:00
Quincey Koziol
48205a43fe [svn-r10421] Purpose:
New feature & code cleanup

Description:
    Add feature to find first block >= a certain size (useful for allocating
space)

    Cleaned up various comments, etc.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Solaris 2.9 (shanti)
2005-03-25 10:22:38 -05:00
Fang Guo
974636c58f [svn-r10420] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add readtestdll C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:12:32 -05:00
Fang Guo
069ba29794 [svn-r10419] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add readtest C eamamples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:11:02 -05:00
Fang Guo
7e88bb84cd [svn-r10418] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add grouptestdll C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:09:28 -05:00
Fang Guo
5efb54e5bc [svn-r10417] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add grouptest C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-25 10:07:54 -05:00
Pedro Vicente Nunes
fed2ef094f [svn-r10416] Purpose:
bug fix

Description:
when exiting due to a error condition on the goto out instruction there was an attempt to call
H5Dvlen_reclaim without checking if buf was null

Solution:
checket it

Platforms tested:
linux
solaris
IRIX64
AIX

Misc. update:
2005-03-25 10:07:06 -05:00
Fang Guo
6e69e26376 [svn-r10415] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add extendwritetestdll C example project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-24 17:30:53 -05:00
Fang Guo
3e019250bb [svn-r10414] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add extendwritetest C examples project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-24 17:28:13 -05:00
Fang Guo
dbdbbafc14 [svn-r10413] 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-24 17:24:49 -05:00