Go to file
Binh-Minh Ribler 67a61ed22f [svn-r24983] Purpose: Fix HDFFV-8367
Description:
    - Added wrappers to CommomFG for H5Oget_info_by_name() to get a child
      object's type (requested by user)
        H5O_type_t childObjType(const H5std_string& objname) const;
        H5O_type_t childObjType(const char* objname) const;
        H5O_type_t childObjType(hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char* objname=".") const;
    - Added tests to tobject.cpp
Platforms tested:
    Linux/ppc64 (ostrich)
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2014-04-07 15:08:59 -05:00
bin [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
c++ [svn-r24983] Purpose: Fix HDFFV-8367 2014-04-07 15:08:59 -05:00
config [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
examples [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
fortran [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
hl [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
m4
perform [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
release_docs [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
src [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
test [svn-r24950] Add missing prefix 2014-04-03 08:56:51 -05:00
testpar [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
tools [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
vms [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4 [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
acsite.m4
CMakeFilters.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
CMakeInstallation.cmake [svn-r24977] Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 2014-04-07 10:39:13 -05:00
CMakeLists.txt [svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-safe library is built on Windows. Previously, thread-local storage was not cleaned up, causing resource leaks. 2014-04-04 15:51:30 -05:00
configure [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
configure.ac [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
COPYING
CTestConfig.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
Makefile.am
Makefile.dist
Makefile.in [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
MANIFEST [svn-r24973] Description: 2014-04-06 22:27:14 -05:00
README.txt [svn-r24966] Snapshot version 1.9 release 176 2014-04-06 04:20:59 -05:00
UserMacros.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00

HDF5 version 1.9.177 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

To subscribe to a list, send mail to "<list>-subscribe@lists.hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a 
library snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.