hdf5/c++/test
Binh-Minh Ribler 5fcec401bd [svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions
Description:
    In this bug, H5File doesn't have the ability to create attribute.  The
    following changes will provide that functionality and several others that
    were also missing:
    - Added an abstract class H5Location in between IdComponent and H5Object.
    - New class structure of IdComponent, H5Location, H5Object, H5File
                                IdComponent
                                     |
                                H5Location
                                /        \
                        H5Object        H5File
    - Wrappers in H5Object were moved to H5Location because the related C
      functions take either file, group, dataset, or named datatype ID.
    - Added wrapper for H5Rget_obj_type2
    - Added tests for file attributes and H5Rget_obj_type2 wrapper
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 2.6 (koala)
    SunOS 5.10 (linew)
2012-09-27 18:26:16 -05:00
..
CMakeLists.txt [svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files. 2012-08-23 11:07:43 -05:00
dsets.cpp [svn-r22128] Purpose: Fixed bug 4279 2012-03-22 19:50:36 -05:00
h5cpputil.cpp [svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions 2012-09-27 18:26:16 -05:00
h5cpputil.h [svn-r18685] Description: 2010-05-02 14:15:43 -05:00
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
Makefile.am [svn-r18349] Description: 2010-02-27 23:09:19 -05:00
Makefile.in [svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries. 2012-09-26 23:49:19 -05:00
tattr.cpp [svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions 2012-09-27 18:26:16 -05:00
tcompound.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
testhdf5.cpp [svn-r18335] Description: 2010-02-26 11:55:49 -05:00
tfile.cpp [svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions 2012-09-27 18:26:16 -05:00
tfilter.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
th5s.cpp [svn-r20487] Bug 1386 - allow dimension size to be zero even though it isn't unlimited. This is a follow-up checkin for 2011-04-12 15:25:27 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00
tlinks.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
trefer.cpp [svn-r22836] Purpose: Fix bug HDFFV-533 and add other missing functions 2012-09-27 18:26:16 -05:00
ttypes.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00
tvlstr.cpp [svn-r20052] Description: 2011-02-05 22:24:42 -05:00