Commit Graph

20 Commits

Author SHA1 Message Date
Binh-Minh Ribler
22131bb2dd [svn-r3945]
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)
2001-05-26 01:39:22 -05:00
Bill Wendling
c514abd496 [svn-r3934] Purpose:
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
2001-05-15 16:28:04 -05:00
Binh-Minh Ribler
81f61d5cb5 [svn-r3726]
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)
2001-03-27 21:37:28 -05:00
Binh-Minh Ribler
8399082916 [svn-r3722] Purpose: Code cleanup and adding more test
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)
2001-03-26 22:00:16 -05:00
cvs2svn
e201d20b00 [svn-r3682] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-21 18:00:52 -05:00
Bill Wendling
cb7823388b [svn-r3645] Purpose:
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
2001-03-15 14:17:47 -05:00
Bill Wendling
29d2bf06bf [svn-r3631] Purpose:
Update
Description:
    Added the th5s test.
Platforms tested:
    Linux
2001-03-14 13:33:11 -05:00
Bill Wendling
6e160fa1e5 [svn-r3629] Purpose:
Feature Add
Description:
    Added "real" testing to the C++ library.
Platforms tested:
    Linux
2001-03-14 13:10:55 -05:00
Binh-Minh Ribler
e341ea6504 [svn-r3622]
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)
2001-03-13 23:42:20 -05:00
cvs2svn
1c47477b05 [svn-r3621] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-13 23:42:20 -05:00
Bill Wendling
7548217cb4 [svn-r3096] Purpose:
oops
Description:
	I somehow checked in some test Makefile.in that I was working on.
	Sorry.
2000-12-07 17:32:10 -05:00
Bill Wendling
f271832d0d [svn-r3090] Purpose:
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.
2000-12-06 22:43:42 -05:00
Bill Wendling
e552b96ce3 [svn-r3074] Purpose:
Improvement
Description:
	Made the Makefiles better.
Solution:
	Added standard macros concerning where things are place. Like
	libraries and so forth.
Platforms tested:
	Linux
2000-12-04 15:25:14 -05:00
Bill Wendling
4a7a715c0d [svn-r3049] Purpose:
YABF
Description:
	Needed to add the source directory for the built HDF5 library.
Solution:
	Added -I../../src to the compile flags.
Platforms tested:
	Linux
2000-12-01 11:50:25 -05:00
Bill Wendling
570713c289 [svn-r3048] Purpose:
Refix
Description:
	The C++ stuff also needs the main HDF5 headers.
Solution:
	Added the flag to do just that.
Platforms tested:
	Linux
2000-12-01 10:57:04 -05:00
Bill Wendling
f6f5fc0c45 [svn-r3047] Purpose:
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
2000-12-01 10:46:54 -05:00
Bill Wendling
a3282af132 [svn-r2932] Purpose:
Changed to handle tracing in C++ files.
Description:
	Pointed to the correct ``trace'' program (the one in hdf5/bin/)
Platforms tested:
	Linux
2000-11-15 13:00:04 -05:00
Bill Wendling
7243a3b7c2 [svn-r2926] Purpose:
Needed Dependencies file
2000-11-15 12:43:06 -05:00
Bill Wendling
80429f7f45 [svn-r2914] Purpose:
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
2000-11-15 11:06:32 -05:00
Bill Wendling
be035551d3 [svn-r2901] Purpose:
Adding Makefile
2000-11-14 18:15:12 -05:00