hdf5/c++/test
Binh-Minh Ribler 7e5de2473b [svn-r12286] Purpose: Fix bug
Description:
    The file size test in C++ library failed on Copper because the
    value returned by h5_get_file_size was intepreted incorrectly
    due to different interger sizes.

Solution:
    H5private.h: Added check to use stat64 and off64_t where appropriate.
    h5test.c and h5test.h: used h5_stat_size_t in place of off_t.
    tattr.cpp: used h5_stat_size_t in place of off_t.

Platforms tested:
    Linux 2.4 (heping)
    AIX 5.1 (copper)
    SunOS 5.8 64-bit (sol) - still on going
2006-04-20 01:09:51 -05:00
..
dsets.cpp [svn-r12252] Purpose: Maintenance 2006-04-14 16:39:46 -05:00
h5cpputil.cpp [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
h5cpputil.h [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
Makefile.am [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
Makefile.in [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
tattr.cpp [svn-r12286] Purpose: Fix bug 2006-04-20 01:09:51 -05:00
testhdf5.cpp [svn-r12180] Purpose: Maintenance 2006-03-30 13:06:58 -05:00
tfile.cpp [svn-r12252] Purpose: Maintenance 2006-04-14 16:39:46 -05:00
th5s.cpp [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00