summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10456] Purpose: New way to do conversion test from floating-points to ↵Raymond Lu2005-03-262-40/+207
| | | | | | | | | | | | | | | | | | | 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
* [svn-r10455] Purpose:Fang Guo2005-03-2520-0/+1924
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add fortran example project file. Solution: Platforms tested: Compaq Visual Fortran 6.0 Misc. update:
* [svn-r10454] Purpose:Fang Guo2005-03-252-0/+187
| | | | | | | | | | | 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:
* [svn-r10453] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r10452] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10451] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10450] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10449] Purpose:Fang Guo2005-03-251-0/+98
| | | | | | | | | | | 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:
* [svn-r10448] Purpose:Fang Guo2005-03-251-0/+98
| | | | | | | | | | | 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:
* [svn-r10447] Purpose:Fang Guo2005-03-252-0/+540
| | | | | | | | | | | 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:
* [svn-r10446] Purpose:Pedro Vicente Nunes2005-03-252-30/+67
| | | | | | | | | | | | | | | | | new test Description: added a test for a scalar scale Solution: Platforms tested: linux solaris AIX IRIX Misc. update:
* [svn-r10445] Purpose: Bug fixRaymond Lu2005-03-251-3/+17
| | | | | | | | | | | 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.
* [svn-r10444] Purpose:Fang Guo2005-03-251-0/+239
| | | | | | | | | | | 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:
* [svn-r10443] Purpose:Fang Guo2005-03-251-0/+269
| | | | | | | | | | | 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:
* [svn-r10442] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | | 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:
* [svn-r10441] Purpose:Quincey Koziol2005-03-253-148/+252
| | | | | | | | | | | Code cleanup Description: Add a few test files to the 'distclean' target. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10440] Purpose:Fang Guo2005-03-251-0/+93
| | | | | | | | | | | 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:
* [svn-r10439] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | | 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:
* [svn-r10438] Purpose:Fang Guo2005-03-251-0/+93
| | | | | | | | | | | 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:
* [svn-r10437] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | | 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:
* [svn-r10436] Purpose:Fang Guo2005-03-251-0/+93
| | | | | | | | | | | 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:
* [svn-r10435] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | | 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:
* [svn-r10434] Purpose:Fang Guo2005-03-251-0/+93
| | | | | | | | | | | 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:
* [svn-r10433] Purpose:Fang Guo2005-03-251-0/+94
| | | | | | | | | | | 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:
* [svn-r10432] Purpose:Fang Guo2005-03-251-0/+93
| | | | | | | | | | | 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:
* [svn-r10431] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10430] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10429] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10428] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10427] Purpose:Fang Guo2005-03-251-0/+89
| | | | | | | | | | | 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:
* [svn-r10426] Purpose:Fang Guo2005-03-251-0/+125
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add testcppExamples.bat Solution: Platforms tested: Misc. update:
* [svn-r10425] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10424] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10423] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10422] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10421] Purpose:Quincey Koziol2005-03-256-11/+231
| | | | | | | | | | | | | | 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)
* [svn-r10420] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10419] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10418] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10417] Purpose:Fang Guo2005-03-251-0/+95
| | | | | | | | | | | 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:
* [svn-r10416] Purpose:Pedro Vicente Nunes2005-03-252-254/+271
| | | | | | | | | | | | | | | | | | | 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:
* [svn-r10415] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | 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:
* [svn-r10414] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | 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:
* [svn-r10413] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | 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:
* [svn-r10412] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add compoundtest C examples project file. Solution: Platforms tested: MSVS 6.0 Misc. update:
* [svn-r10411] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add chunkreaddll C examples project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10410] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add chunkread C examples project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10409] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add aattributetestdll C Examples project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10408] Purpose:Fang Guo2005-03-241-0/+95
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add attributetest C examples project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10407] Purpose:Fang Guo2005-03-241-0/+90
| | | | | | | | | | | For windows support, remove all.zip from hdf5. Description: Add allexamples C examples project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update: