summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10475] Purpose:James Laird2005-03-2953-18/+188
| | | | | | | | | | | | | | | | | 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)
* [svn-r10474] Purpose:Fang Guo2005-03-291-0/+98
| | | | | | | | | | | 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:
* [svn-r10473] Purpose:Fang Guo2005-03-281-0/+4
| | | | | | | | | | | | More windows project files to be added. Description: Solution: Platforms tested: Misc. update:
* [svn-r10472] Purpose:Fang Guo2005-03-282-0/+540
| | | | | | | | | | | | For windows support, adding fortran example projects Description: Solution: Platforms tested: Misc. update:
* [svn-r10471] Purpose:Fang Guo2005-03-281-1/+201
| | | | | | | | | | | | | 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:
* [svn-r10470] Purpose:Fang Guo2005-03-281-0/+89
| | | | | | | | | | | | | Add windows C example expected output file. Description: Solution: Platforms tested: Misc. update:
* [svn-r10469] Purpose: Minor typo fixRaymond Lu2005-03-281-9/+9
| | | | | | | | | | 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.
* [svn-r10468] Purpose:Pedro Vicente Nunes2005-03-281-27/+193
| | | | | | | | | | | | | | | | new tests Description: added tests for flot and string datatype scales Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r10467] James Laird2005-03-284-110/+226
| | | | | | | | Purpose: Made the C++ Packet Table tests look like other HDF5 tests (using PASSED(), etc.). Platforms tested: sleipnir, mir, modi4, windows
* [svn-r10466] Purpose:Fang Guo2005-03-2821-2019/+0
| | | | | | | | | | | | | 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:
* [svn-r10465] Purpose:Fang Guo2005-03-284-376/+0
| | | | | | | | | | | | | 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:
* [svn-r10464] Purpose:Fang Guo2005-03-281-95/+0
| | | | | | | | | | | | 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:
* [svn-r10463] Purpose:Fang Guo2005-03-281-98/+0
| | | | | | | | | | | | 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:
* [svn-r10462] Purpose:Fang Guo2005-03-281-98/+0
| | | | | | | | | | | | | 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:
* [svn-r10461] James Laird2005-03-281-1/+6
| | | | | | | | Purpose: Bug fix -- ensure that C++ packet table test cleans up its output file. Platforms tested: sleipnir (minor change)
* [svn-r10460] Purpose:Fang Guo2005-03-282-540/+0
| | | | | | | | | | | | | | | | 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:
* [svn-r10459] James Laird2005-03-2862-6/+3263
| | | | | | | | | | | | | | | | | 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:
* [svn-r10458] Purpose:Pedro Vicente Nunes2005-03-287-54/+445631
| | | | | | | | | | | | | | | added new tests for the image API Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r10457] *** empty log message ***Raymond Lu2005-03-261-137/+202
|
* [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: