Go to file
Quincey Koziol 6a89177036 [svn-r22807] Description:
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode.

Tested on:
        FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
        FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
                w/C++ & FORTRAN, w/threadsafe, in debug mode
        Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
                w/C++ & FORTRAN, in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                w/szip filter, w/threadsafe, in production mode
        Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode
        Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN,
                in production mode
        Mac OS X/32 10.7.3 (amazon) in debug mode
        Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe,
                in production mode
        Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode
2012-09-25 10:47:25 -05:00
bin [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
c++ [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
config [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
examples [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders 2012-09-18 17:08:07 -05:00
fortran [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
hl [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
m4 [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2 2012-08-22 00:00:32 -05:00
perform [svn-r22795] Create scalar test files and h5dump tests. 2012-09-20 13:57:03 -05:00
release_docs [svn-r22805] Purpose: 2012-09-24 18:13:57 -05:00
src [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
test [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
testpar [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
tools [svn-r22805] Purpose: 2012-09-24 18:13:57 -05:00
vms [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
windows [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 [svn-r22752] Update autotools macros and comment indicators. 2012-09-11 15:11:44 -05:00
acsite.m4
CMakeLists.txt [svn-r22785] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders 2012-09-18 17:08:07 -05:00
configure [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
configure.ac [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
COPYING [svn-r21861] Description: 2012-01-03 14:45:56 -05:00
CTestConfig.cmake [svn-r21886] Correct name of Test Timeout 2012-01-23 09:17:39 -05:00
Makefile.am [svn-r21505] Updated svn properties as needed in source root. 2011-10-10 16:11:00 -05:00
Makefile.dist
Makefile.in [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
MANIFEST [svn-r22807] Description: 2012-09-25 10:47:25 -05:00
README.txt [svn-r22802] Snapshot version 1.9 release 130 2012-09-23 09:32:56 -05:00

HDF5 version 1.9.131 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.

    hdf5dev     - For discussion of the HDF5 library development
                  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@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@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@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.