summaryrefslogtreecommitdiffstats
path: root/c++/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3945] Binh-Minh Ribler2001-05-261-19/+1
| | | | | | | | | | | | | Purpose: Changed due to bug fixed Description: The dsets.cpp/test_compression test was disabled because it failed on eirene - some variable changed to a very large value. Solution: The problem was fixed by Bill. So I removed the #if defined (__linux__) to enable the test_compression again. Platforms tested: eirene (linux)
* [svn-r3934] Purpose:Bill Wendling2001-05-151-1/+1
| | | | | | | | | | | | | | | | Code Update Description: Ported change from the 1.5 branch to the 1.4 branch where all HDF5 include files are in quotes instead of angle brackets: #include "hdf5_file.h" instead of #include <hdf5_file.h> Platforms tested: Linux
* [svn-r3726] Binh-Minh Ribler2001-03-281-1/+13
| | | | | | | | | | | | | | | | | Purpose: Problem suppressing Description: The dsets.cpp/compression (write) test failed on eirene for 1.4 branch. I suspected that the problem had something to do with the word size (32 vs. 64), but I'm not sure. Elena and Quincey agreed that we take the test out for now since we don't have a fix for it at this time. Solution: Used #if defined (__linux__) to temporarily disable the test_compression test for this platform. Platforms tested: arabica (solaris 2.7) eirene (linux 6.2)
* [svn-r3722] Purpose: Code cleanup and adding more testBinh-Minh Ribler2001-03-274-159/+191
| | | | | | | | | | | | | | | | | | | | Description: dsets.cpp: - Added routine's headers to be consistent with the C tests - Added the following tests (they are not in the C version test because they are C++ specific): + Test copying a user-defined type using DataType::copy + Test copying a user-defined type using DataType::operator= + Test copying a user-defined int type using DataType::operator= + Test copying an integer predefined type using a constructor + Test copying an integer predefined type using DataType::operator= th5s.cpp and tfile.cpp: - Changed routine's headers to be consistent with the C tests - Cleanup old couts and statements used during debugging Platforms tested: arabica (sparc-sun-solaris 2.7)
* [svn-r3682] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-03-211-0/+0
|
* [svn-r3645] Purpose:Bill Wendling2001-03-151-3/+4
| | | | | | | | | | | Bug Fix Description: The test programs weren't compiling correctly. They weren't added to the TEST_OBJ macro, so make didn't know about them. Solution: Added them to the TeST_OBJ macro as in the C tests. Platforms tested: Linux
* [svn-r3631] Purpose:Bill Wendling2001-03-141-2/+3
| | | | | | | | Update Description: Added the th5s test. Platforms tested: Linux
* [svn-r3629] Purpose:Bill Wendling2001-03-141-8/+18
| | | | | | | | Feature Add Description: Added "real" testing to the C++ library. Platforms tested: Linux
* [svn-r3622] Binh-Minh Ribler2001-03-143-35/+591
| | | | | | | | | | | | Purpose: Adding tests to the C++ API 1.4 branch Description: The C++ API in 1.4 branch has no formal testing yet. Solution: Added tests for file, dataset, and dataspace interfaces. I'm still working on other tests. Platforms tested: arabica (sparc-sun-solaris 2.7)
* [svn-r3621] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-03-143-0/+1683
|
* [svn-r3096] Purpose:Bill Wendling2000-12-071-1/+1
| | | | | | | oops Description: I somehow checked in some test Makefile.in that I was working on. Sorry.
* [svn-r3090] Purpose:Bill Wendling2000-12-071-2/+2
| | | | | | | | | | | Fix Description: Windows couldn't handle the .C extension. The filenames had to be changed to *.cpp instead. Solution: Changed in the Makefiles to accomodate said change. Platforms tested: Eyeballed.
* [svn-r3074] Purpose:Bill Wendling2000-12-041-1/+8
| | | | | | | | | | | Improvement Description: Made the Makefiles better. Solution: Added standard macros concerning where things are place. Like libraries and so forth. Platforms tested: Linux
* [svn-r3049] Purpose:Bill Wendling2000-12-011-1/+1
| | | | | | | | | | YABF Description: Needed to add the source directory for the built HDF5 library. Solution: Added -I../../src to the compile flags. Platforms tested: Linux
* [svn-r3048] Purpose:Bill Wendling2000-12-011-1/+1
| | | | | | | | | | Refix Description: The C++ stuff also needs the main HDF5 headers. Solution: Added the flag to do just that. Platforms tested: Linux
* [svn-r3047] Purpose:Bill Wendling2000-12-011-1/+1
| | | | | | | | | | | | Bug fix Description: When building in a different directory, we weren't picking up the header files correctly. The -I flag wasn't pointing to the correct place. Solution: Changed the -I flag to point to the C++ source directory. Platforms tested: Linux
* [svn-r2932] Purpose:Bill Wendling2000-11-151-2/+2
| | | | | | | | Changed to handle tracing in C++ files. Description: Pointed to the correct ``trace'' program (the one in hdf5/bin/) Platforms tested: Linux
* [svn-r2926] Purpose:Bill Wendling2000-11-151-0/+0
| | | | Needed Dependencies file
* [svn-r2914] Purpose:Bill Wendling2000-11-151-1/+2
| | | | | | | | | | | | | Bug fix Description: libtool complained that the library name didn't have a ``lib'' prefix. Also, the $(top_srcdir) macro points to the top of the c++/ directory, which was messing up the -I$(top_srcdir)/src stuff. It needed to be changed to the correct value. Solution: Made it so Platforms tested: Linux
* [svn-r2901] Purpose:Bill Wendling2000-11-141-0/+31
Adding Makefile