hdf5/c++/test
Binh-Minh Ribler be38074a2f [svn-r24925] Purpose: Fix HDFFV-7907
Description:
    Added transform property list functions
        // Constructor creates a dataset transform property list.
        DSetMemXferPropList(const char* expression);

        // Sets data transform expression.
        void setDataTransform(const char* expression) const;
        void setDataTransform(const H5std_string& expression) const;

        // Gets data transform expression.
        ssize_t getDataTransform(char* exp, size_t buf_size=0) const;
        H5std_string getDataTransform() const;

    Added test file tdspl.cpp.

Platforms tested:
    Linux/ppc64 (ostrich)
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2014-03-30 11:15:11 -05:00
..
CMakeLists.txt [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
CMakeTests.cmake [svn-r24782] HDFFV-8700 - 2014-03-11 17:07:13 -05:00
dsets.cpp [svn-r24867] Description: 2014-03-22 15:39:44 -05:00
h5cpputil.cpp [svn-r24830] Purpose: HDFFV-8623 2014-03-18 14:31:18 -05:00
h5cpputil.h [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
H5srcdir_str.h.in
Makefile.am [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
Makefile.in [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
tattr.cpp [svn-r23438] Purpose: Fix bug HDFFV-7520 2013-03-23 12:37:49 -05:00
tcompound.cpp [svn-r24912] Purpose: Fix HDFFV-8642 2014-03-26 23:36:53 -05:00
tdspl.cpp [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
testhdf5.cpp [svn-r24925] Purpose: Fix HDFFV-7907 2014-03-30 11:15:11 -05:00
tfile.cpp [svn-r24291] Description: 2013-10-15 00:31:20 -05:00
tfilter.cpp [svn-r23861] HDFFV-8322: Mismatched free() / delete / delete [] for cpp_testhdf5 2013-07-03 09:58:09 -05:00
th5s.cpp [svn-r24142] Purpose: Fix bug in tests 2013-09-14 22:53:59 -05:00
th5s.h5
tlinks.cpp [svn-r23427] Purpose: Fix bug HDFFV-8067 2013-03-22 12:56:05 -05:00
trefer.cpp [svn-r24865] Description: 2014-03-21 18:23:05 -05:00
ttypes.cpp [svn-r24912] Purpose: Fix HDFFV-8642 2014-03-26 23:36:53 -05:00
tvlstr.cpp [svn-r23427] Purpose: Fix bug HDFFV-8067 2013-03-22 12:56:05 -05:00