hdf5/c++/test
Binh-Minh Ribler f17eb1e610 [svn-r27961] Purpose: Partial fix of issues HDFFV-9169 and HDFFV-9167
Description:
    Added wrappers for H5P[s/g]et_attr_phase_change and H5P[s/g]et_attr_creation_order

    // Sets attribute storage phase change thresholds.
    void setAttrPhaseChange(unsigned max_compact = 8, unsigned min_dense = 6)

    // Gets attribute storage phase change thresholds.
    void getAttrPhaseChange(unsigned& max_compact, unsigned& min_dense)

    // Sets tracking and indexing of attribute creation order.
    void setAttrCrtOrder(unsigned crt_order_flags)

    // Gets tracking and indexing settings for attribute creation order.
    unsigned getAttrCrtOrder()

Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2015-10-05 23:31:58 -05:00
..
CMakeLists.txt [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeTests.cmake
dsets.cpp [svn-r27133] - Add a new attribute function characterstic for format: 2015-06-01 14:38:09 -05:00
h5cpputil.cpp
h5cpputil.h
H5srcdir_str.h.in
Makefile.am
tattr.cpp [svn-r27961] Purpose: Partial fix of issues HDFFV-9169 and HDFFV-9167 2015-10-05 23:31:58 -05:00
tcompound.cpp
tdspl.cpp
testhdf5.cpp [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
tfile.cpp [svn-r27572] Removed VMS-specific code from the library. 2015-08-24 15:19:39 -05:00
tfilter.cpp [svn-r27133] - Add a new attribute function characterstic for format: 2015-06-01 14:38:09 -05:00
th5s.cpp
th5s.h5
tlinks.cpp [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
tobject.cpp
trefer.cpp
ttypes.cpp [svn-r27768] Description: 2015-09-13 22:58:59 -05:00
tvlstr.cpp