diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-07-24 14:40:12 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-07-24 14:40:12 (GMT) |
commit | b230a5e44849d18ff0ef715225e0473f67179d3a (patch) | |
tree | f63bcfdec1449dd26dac40c5f124ad8af1f15d27 /src | |
parent | 28e75b647080ce21df507584fc6721c001c2e9b4 (diff) | |
download | hdf5-b230a5e44849d18ff0ef715225e0473f67179d3a.zip hdf5-b230a5e44849d18ff0ef715225e0473f67179d3a.tar.gz hdf5-b230a5e44849d18ff0ef715225e0473f67179d3a.tar.bz2 |
[svn-r21149] Snapshot version 1.9 release 85
Diffstat (limited to 'src')
-rw-r--r-- | src/H5R.c | 1 | ||||
-rw-r--r-- | src/H5Rdeprec.c | 1 | ||||
-rw-r--r-- | src/H5public.h | 4 | ||||
-rw-r--r-- | src/H5version.h | 16 | ||||
-rw-r--r-- | src/Makefile.in | 42 |
5 files changed, 34 insertions, 30 deletions
@@ -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) diff --git a/src/H5Rdeprec.c b/src/H5Rdeprec.c index 3217062..ac5e61a 100644 --- a/src/H5Rdeprec.c +++ b/src/H5Rdeprec.c @@ -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) diff --git a/src/H5public.h b/src/H5public.h index 489c667..fc9af7d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -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) diff --git a/src/H5version.h b/src/H5version.h index 14d6c30..b955a8f 100644 --- a/src/H5version.h +++ b/src/H5version.h @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index 1276359..5ddacb0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \ |