hdf5/c++/test
Binh-Minh Ribler 39fb0401a0 [svn-r26643] Purpose: Adding new wrappers (HDFFR-9167 partially)
Description:
    Added wrappers for C functions H5P[s/g]et_libver_bounds and wrappers
    for getting object header version

      // Sets bounds on versions of library format to be used when creating
      // or writing objects.
      void setLibverBounds(H5F_libver_t libver_low, H5F_libver_t libver_high) const;

      // Gets the current settings for the library version format bounds.
      void getLibverBounds(H5F_libver_t& libver_low, H5F_libver_t& libver_high) const;

      // Returns the object header version of an object in a file or group,
      // given the object's name.
      unsigned childObjVersion(const char* objname) const;
      unsigned childObjVersion(const H5std_string& objname) const;

Platforms tested:
    Linux/64 (platypus)
    Linux/32 2.6
    SunOS 5.11
2015-03-28 23:37:28 -05:00
..
CMakeLists.txt [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
CMakeTests.cmake [svn-r25350] Add more vfd tests to smaller timeout limits 2014-06-24 10:14:32 -05:00
dsets.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00
h5cpputil.cpp [svn-r24830] Purpose: HDFFV-8623 2014-03-18 14:31:18 -05:00
h5cpputil.h [svn-r24994] Purpose: Removed some warnings 2014-04-08 23:03:03 -05:00
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
Makefile.am [svn-r24969] Description: 2014-04-06 17:36:15 -05:00
Makefile.in [svn-r26509] Run reconfigure after merges from autotools_rework branch. 2015-03-20 14:15:51 -05:00
tattr.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00
tcompound.cpp [svn-r26640] Purpose: Fix bugs 2015-03-27 23:15:43 -05:00
tdspl.cpp [svn-r24969] Description: 2014-04-06 17:36:15 -05:00
testhdf5.cpp [svn-r24969] Description: 2014-04-06 17:36:15 -05:00
tfile.cpp [svn-r26643] Purpose: Adding new wrappers (HDFFR-9167 partially) 2015-03-28 23:37:28 -05:00
tfilter.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00
th5s.cpp [svn-r25632] Purpose: Fixed HDFFV-8852 2014-09-29 15:52:08 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00
tlinks.cpp [svn-r25632] Purpose: Fixed HDFFV-8852 2014-09-29 15:52:08 -05:00
tobject.cpp [svn-r26640] Purpose: Fix bugs 2015-03-27 23:15:43 -05:00
trefer.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00
ttypes.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00
tvlstr.cpp [svn-r26458] Purpose: Fix warnings HDFFV-8658 2015-03-15 01:49:20 -05:00