mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r21149] Snapshot version 1.9 release 85
This commit is contained in:
parent
28e75b6470
commit
b230a5e448
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.9.85 currently under development
|
||||
HDF5 version 1.9.86 currently under development
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -428,7 +428,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
# Include src directory
|
||||
|
@ -17,7 +17,7 @@
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
## If the API changes *at all*, increment LT_VERS_INTERFACE and
|
||||
|
24
configure
vendored
24
configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 21066 2011-07-05 16:23:10Z mamcgree .
|
||||
# From configure.in Id: configure.in 21101 2011-07-14 20:33:21Z mamcgree .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.68 for HDF5 1.9.85.
|
||||
# Generated by GNU Autoconf 2.68 for HDF5 1.9.86.
|
||||
#
|
||||
# Report bugs to <help@hdfgroup.org>.
|
||||
#
|
||||
@ -571,8 +571,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.9.85'
|
||||
PACKAGE_STRING='HDF5 1.9.85'
|
||||
PACKAGE_VERSION='1.9.86'
|
||||
PACKAGE_STRING='HDF5 1.9.86'
|
||||
PACKAGE_BUGREPORT='help@hdfgroup.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
@ -1457,7 +1457,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 1.9.85 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.9.86 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1527,7 +1527,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.9.85:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.9.86:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1718,7 +1718,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.9.85
|
||||
HDF5 configure 1.9.86
|
||||
generated by GNU Autoconf 2.68
|
||||
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
@ -2807,7 +2807,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 $as_me 1.9.85, which was
|
||||
It was created by HDF5 $as_me 1.9.86, which was
|
||||
generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -3628,7 +3628,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='hdf5'
|
||||
VERSION='1.9.85'
|
||||
VERSION='1.9.86'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -30439,7 +30439,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by HDF5 $as_me 1.9.85, which was
|
||||
This file was extended by HDF5 $as_me 1.9.86, which was
|
||||
generated by GNU Autoconf 2.68. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -30505,7 +30505,7 @@ _ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.9.85
|
||||
HDF5 config.status 1.9.86
|
||||
configured by $0, generated by GNU Autoconf 2.68,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
@ -33299,7 +33299,7 @@ Usage: $0 [OPTIONS]
|
||||
Report bugs to <bug-libtool@gnu.org>."
|
||||
|
||||
lt_cl_version="\
|
||||
HDF5 config.lt 1.9.85
|
||||
HDF5 config.lt 1.9.86
|
||||
configured by $0, generated by GNU Autoconf 2.68.
|
||||
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
|
@ -26,7 +26,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.9.85], [help@hdfgroup.org])
|
||||
AC_INIT([HDF5], [1.9.86], [help@hdfgroup.org])
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AM_CONFIG_HEADER([src/H5config.h])
|
||||
|
||||
|
@ -468,7 +468,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
# Include src directory in both Fortran and C flags (C compiler is used
|
||||
|
@ -418,7 +418,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
# Include src directory
|
||||
|
@ -433,7 +433,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \
|
||||
-I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src
|
||||
|
@ -417,7 +417,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
|
||||
# This library is our main target.
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.9.85 currently under development
|
||||
HDF5 version 1.9.86 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -527,6 +527,7 @@ H5Rdereference2(hid_t obj_id, hid_t oapl_id, H5R_type_t ref_type, const void *_r
|
||||
hid_t ret_value;
|
||||
|
||||
FUNC_ENTER_API(H5Rdereference2, FAIL)
|
||||
H5TRACE4("i", "iiRt*x", obj_id, oapl_id, ref_type, _ref);
|
||||
|
||||
/* Check args */
|
||||
if(H5G_loc(obj_id, &loc) < 0)
|
||||
|
@ -189,6 +189,7 @@ H5Rdereference1(hid_t obj_id, H5R_type_t ref_type, const void *_ref)
|
||||
hid_t ret_value;
|
||||
|
||||
FUNC_ENTER_API(H5Rdereference1, FAIL)
|
||||
H5TRACE3("i", "iRt*x", obj_id, ref_type, _ref);
|
||||
|
||||
/* Check args */
|
||||
if(H5G_loc(obj_id, &loc) < 0)
|
||||
|
@ -75,10 +75,10 @@ extern "C" {
|
||||
/* Version numbers */
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 9 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 85 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_RELEASE 86 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.9.85" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.9.86" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
@ -112,7 +112,7 @@
|
||||
#endif /* !defined(H5Pregister_vers) */
|
||||
|
||||
#if !defined(H5Rdereference_vers)
|
||||
#define H5Rdereference_vers 1
|
||||
#define H5Rdereference_vers 1
|
||||
#endif /* !defined(H5Rdereference_vers) */
|
||||
|
||||
#if !defined(H5Rget_obj_type_vers)
|
||||
@ -224,7 +224,7 @@
|
||||
#endif /* !defined(H5Pregister_vers) */
|
||||
|
||||
#if !defined(H5Rdereference_vers)
|
||||
#define H5Rdereference_vers 1
|
||||
#define H5Rdereference_vers 1
|
||||
#endif /* !defined(H5Rdereference_vers) */
|
||||
|
||||
#if !defined(H5Rget_obj_type_vers)
|
||||
@ -468,14 +468,14 @@
|
||||
#endif /* H5Pregister_vers */
|
||||
|
||||
#if !defined(H5Rdereference_vers) || H5Rdereference_vers == 2
|
||||
#ifndef H5Rdereference_vers
|
||||
#define H5Rdereference_vers 2
|
||||
#endif /* H5Rdereference_vers */
|
||||
#define H5Rdereference H5Rdereference2
|
||||
#ifndef H5Rdereference_vers
|
||||
#define H5Rdereference_vers 2
|
||||
#endif /* H5Rdereference_vers */
|
||||
#define H5Rdereference H5Rdereference2
|
||||
#elif H5Rdereference_vers == 1
|
||||
#define H5Rdereference H5Rdereference1
|
||||
#define H5Rdereference H5Rdereference1
|
||||
#else /* H5Rdereference_vers */
|
||||
#error "H5Rdereference_vers set to invalid value"
|
||||
#error "H5Rdereference_vers set to invalid value"
|
||||
#endif /* H5Rdereference_vers */
|
||||
|
||||
#if !defined(H5Rget_obj_type_vers) || H5Rget_obj_type_vers == 2
|
||||
|
@ -106,24 +106,25 @@ am_libhdf5_la_OBJECTS = H5.lo H5checksum.lo H5dbg.lo H5system.lo \
|
||||
H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5EA.lo H5EAcache.lo \
|
||||
H5EAdbg.lo H5EAdblkpage.lo H5EAdblock.lo H5EAhdr.lo \
|
||||
H5EAiblock.lo H5EAint.lo H5EAsblock.lo H5EAstat.lo H5EAtest.lo \
|
||||
H5F.lo H5Faccum.lo H5Fcwfs.lo H5Fdbg.lo H5Fdeprec.lo H5Fefc.lo H5Ffake.lo \
|
||||
H5Fio.lo H5Fmount.lo H5Fmpi.lo H5Fquery.lo H5Fsfile.lo \
|
||||
H5Fsuper.lo H5Fsuper_cache.lo H5Ftest.lo H5FA.lo H5FAcache.lo \
|
||||
H5FAdbg.lo H5FAdblock.lo H5FAdblkpage.lo H5FAhdr.lo \
|
||||
H5FAstat.lo H5FAtest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo \
|
||||
H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo \
|
||||
H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo \
|
||||
H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo \
|
||||
H5FSsection.lo H5FSstat.lo H5FStest.lo H5G.lo H5Gbtree2.lo \
|
||||
H5Gcache.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo \
|
||||
H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo \
|
||||
H5Goh.lo H5Groot.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo \
|
||||
H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo \
|
||||
H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo \
|
||||
H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo \
|
||||
H5HFtiny.lo H5HG.lo H5HGcache.lo H5HGdbg.lo H5HGquery.lo H5HL.lo \
|
||||
H5HLcache.lo H5HLdbg.lo H5HLint.lo H5HP.lo H5I.lo H5Itest.lo \
|
||||
H5L.lo H5Lexternal.lo H5lib_settings.lo H5MF.lo H5MFaggr.lo \
|
||||
H5F.lo H5Faccum.lo H5Fcwfs.lo H5Fdbg.lo H5Fdeprec.lo H5Fefc.lo \
|
||||
H5Ffake.lo H5Fio.lo H5Fmount.lo H5Fmpi.lo H5Fquery.lo \
|
||||
H5Fsfile.lo H5Fsuper.lo H5Fsuper_cache.lo H5Ftest.lo H5FA.lo \
|
||||
H5FAcache.lo H5FAdbg.lo H5FAdblock.lo H5FAdblkpage.lo \
|
||||
H5FAhdr.lo H5FAstat.lo H5FAtest.lo H5FD.lo H5FDcore.lo \
|
||||
H5FDdirect.lo H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmpi.lo \
|
||||
H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo \
|
||||
H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo \
|
||||
H5FSdbg.lo H5FSsection.lo H5FSstat.lo H5FStest.lo H5G.lo \
|
||||
H5Gbtree2.lo H5Gcache.lo H5Gcompact.lo H5Gdense.lo \
|
||||
H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo \
|
||||
H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Groot.lo H5Gstab.lo \
|
||||
H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo \
|
||||
H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo \
|
||||
H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo \
|
||||
H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo \
|
||||
H5HGcache.lo H5HGdbg.lo H5HGquery.lo H5HL.lo H5HLcache.lo \
|
||||
H5HLdbg.lo H5HLint.lo H5HP.lo H5I.lo H5Itest.lo H5L.lo \
|
||||
H5Lexternal.lo H5lib_settings.lo H5MF.lo H5MFaggr.lo \
|
||||
H5MFdbg.lo H5MFsection.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo \
|
||||
H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo \
|
||||
H5Obtreek.lo H5Ocache.lo H5Ochunk.lo H5Ocont.lo H5Ocopy.lo \
|
||||
@ -480,7 +481,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
|
||||
# Add libtool shared library version numbers to the HDF5 library
|
||||
# See libtool versioning documentation online.
|
||||
LT_VERS_INTERFACE = 6
|
||||
LT_VERS_REVISION = 75
|
||||
LT_VERS_REVISION = 76
|
||||
LT_VERS_AGE = 0
|
||||
H5detect_CFLAGS = -g $(AM_CFLAGS)
|
||||
|
||||
@ -508,7 +509,8 @@ libhdf5_la_SOURCES = H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \
|
||||
H5E.c H5Edeprec.c H5Eint.c \
|
||||
H5EA.c H5EAcache.c H5EAdbg.c H5EAdblkpage.c H5EAdblock.c H5EAhdr.c \
|
||||
H5EAiblock.c H5EAint.c H5EAsblock.c H5EAstat.c H5EAtest.c \
|
||||
H5F.c H5Faccum.c H5Fcwfs.c H5Fdbg.c H5Fdeprec.c H5Fefc.c H5Ffake.c H5Fio.c \
|
||||
H5F.c H5Faccum.c H5Fcwfs.c \
|
||||
H5Fdbg.c H5Fdeprec.c H5Fefc.c H5Ffake.c H5Fio.c \
|
||||
H5Fmount.c H5Fmpi.c H5Fquery.c \
|
||||
H5Fsfile.c H5Fsuper.c H5Fsuper_cache.c H5Ftest.c \
|
||||
H5FA.c H5FAcache.c H5FAdbg.c H5FAdblock.c H5FAdblkpage.c H5FAhdr.c \
|
||||
|
@ -479,13 +479,13 @@
|
||||
#define H5_PACKAGE_NAME "HDF5"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define H5_PACKAGE_STRING "HDF5 1.9.85"
|
||||
#define H5_PACKAGE_STRING "HDF5 1.9.86"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define H5_PACKAGE_TARNAME "hdf5"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define H5_PACKAGE_VERSION "1.9.85"
|
||||
#define H5_PACKAGE_VERSION "1.9.86"
|
||||
|
||||
/* Width for printf() for type `long long' or `__int64', use `ll' */
|
||||
#define H5_PRINTF_LL_WIDTH "ll"
|
||||
@ -641,7 +641,7 @@
|
||||
/* #undef H5_USING_MEMCHECKER */
|
||||
|
||||
/* Version number of package */
|
||||
#define H5_VERSION "1.9.85"
|
||||
#define H5_VERSION "1.9.86"
|
||||
|
||||
/* Define if vsnprintf() returns the correct value for formatted strings that
|
||||
don't fit into size allowed */
|
||||
|
@ -473,13 +473,13 @@
|
||||
#define H5_PACKAGE_NAME "HDF5"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define H5_PACKAGE_STRING "HDF5 1.9.85"
|
||||
#define H5_PACKAGE_STRING "HDF5 1.9.86"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define H5_PACKAGE_TARNAME "hdf5"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define H5_PACKAGE_VERSION "1.9.85"
|
||||
#define H5_PACKAGE_VERSION "1.9.86"
|
||||
|
||||
/* Width for printf() for type `long long' or `__int64', use `ll' */
|
||||
#define H5_PRINTF_LL_WIDTH "I64"
|
||||
@ -636,7 +636,7 @@
|
||||
/* #undef H5_USING_MEMCHECKER */
|
||||
|
||||
/* Version number of package */
|
||||
#define H5_VERSION "1.9.85"
|
||||
#define H5_VERSION "1.9.86"
|
||||
|
||||
/* Define if vsnprintf() returns the correct value for formatted strings that
|
||||
don't fit into size allowed */
|
||||
|
Loading…
x
Reference in New Issue
Block a user