hdf5/src
Quincey Koziol 71befdadcf [svn-r13774] Description:
Fix memory leak of attribute's group hier. path

	Reduce compiler warnings w/gcc 4.2

Tested on:
	FreeBSD/32 6.2 (duty)
2007-05-20 00:49:31 -05:00
..
.indent.pro
COPYING [svn-r12640] 2006-09-04 13:30:13 -05:00
H5.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5A.c [svn-r13774] Description: 2007-05-20 00:49:31 -05:00
H5Abtree2.c [svn-r13769] Description: 2007-05-18 23:58:25 -05:00
H5AC.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5ACpkg.h [svn-r13650] Description: 2007-04-12 16:41:23 -05:00
H5ACprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5ACpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Adense.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Adeprec.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Aint.c [svn-r13741] Description: 2007-05-10 10:06:49 -05:00
H5api_adpt.h [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Apkg.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Aprivate.h [svn-r13486] Description: 2007-03-09 23:56:53 -05:00
H5Apublic.h [svn-r13361] Description: 2007-02-21 08:20:46 -05:00
H5Atest.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5B2.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2cache.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2dbg.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2int.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2pkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5B2private.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5B2public.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5B2stat.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B2test.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5B.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5Bcache.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5Bpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Bprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Bpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5C.c [svn-r13690] Description: 2007-04-19 13:43:10 -05:00
H5checksum.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5config.h.in [svn-r13588] A support of files bigger than 2GB for STDIO driver. Configure will 2007-04-04 14:59:00 -05:00
H5Cpkg.h [svn-r13618] Modified metadata cache to support multiple read only protects of 2007-04-09 13:58:42 -05:00
H5Cprivate.h [svn-r13690] Description: 2007-04-19 13:43:10 -05:00
H5Cpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5CS.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5CSprivate.h [svn-r13770] Description: 2007-05-18 23:58:59 -05:00
H5D.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5dbg.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Dcompact.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Dcontig.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ddeprec.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Defl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5detect.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Dio.c [svn-r13534] Description: 2007-03-21 11:22:42 -05:00
H5Distore.c [svn-r13743] Description: 2007-05-10 10:26:41 -05:00
H5Dmpio.c [svn-r13730] Remove debug information inside H5Dmpio.c when enable-debug is turned on. 2007-05-03 18:07:03 -05:00
H5Doh.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Dpkg.h [svn-r13743] Description: 2007-05-10 10:26:41 -05:00
H5Dprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Dpublic.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Dselect.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Dtest.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5E.c [svn-r13650] Description: 2007-04-12 16:41:23 -05:00
H5Edefin.h [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1) 2007-02-11 00:52:21 -05:00
H5Edeprec.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5Einit.h [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1) 2007-02-11 00:52:21 -05:00
H5Eint.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Epkg.h [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5Eprivate.h [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5Epubgen.h [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1) 2007-02-11 00:52:21 -05:00
H5Epublic.h [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5err.txt [svn-r13263] hand edited the copyright notice. 2007-02-07 16:55:59 -05:00
H5Eterm.h [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1) 2007-02-11 00:52:21 -05:00
H5F.c [svn-r13477] Description: 2007-03-08 15:10:12 -05:00
H5FD.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5Fdbg.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5FDcore.c [svn-r13635] Description: 2007-04-11 10:36:06 -05:00
H5FDcore.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDdirect.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDdirect.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDfamily.c [svn-r13419] Description: 2007-02-27 12:48:57 -05:00
H5FDfamily.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDlog.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDlog.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDmpi.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDmpi.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDmpio.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5FDmpio.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDmpiposix.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDmpiposix.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDmulti.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5FDmulti.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDprivate.h [svn-r13270] Description: 2007-02-08 11:07:56 -05:00
H5FDpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDsec2.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDsec2.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDstdio.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDstdio.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FDstream.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5FDstream.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ffake.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FL.c [svn-r13770] Description: 2007-05-18 23:58:59 -05:00
H5FLprivate.h [svn-r13772] Description: 2007-05-20 00:47:22 -05:00
H5Fmount.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5FO.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FOprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Fpkg.h [svn-r13495] Description: 2007-03-10 21:00:48 -05:00
H5Fprivate.h [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Fpublic.h [svn-r13291] Description: 2007-02-13 17:19:14 -05:00
H5FS.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FScache.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FSdbg.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Fsfile.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FSpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FSprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FSpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5FSsection.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Fsuper.c [svn-r13495] Description: 2007-03-10 21:00:48 -05:00
H5Ftest.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5G.c [svn-r13682] Description: 2007-04-18 15:15:58 -05:00
H5Gbtree2.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Gcompact.c [svn-r13498] Description: 2007-03-11 21:38:08 -05:00
H5Gdense.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Gdeprec.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Gent.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Gint.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Glink.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Gloc.c [svn-r13717] Description: 2007-05-01 09:28:02 -05:00
H5Gname.c [svn-r13704] Change to H5G_get_refobj_name so that H5I_get_name returns the length of the name of a dereferenced object without counting the null terminator. Tested on smirom, copper, and cobalt. 2007-04-27 14:04:32 -05:00
H5Gnode.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Gobj.c [svn-r13635] Description: 2007-04-11 10:36:06 -05:00
H5Goh.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Gpkg.h [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Gprivate.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Gpublic.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Gstab.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Gtest.c [svn-r13498] Description: 2007-03-11 21:38:08 -05:00
H5Gtraverse.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5HF.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5HFbtree2.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFcache.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFdbg.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFdblock.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFdtable.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFhdr.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFhuge.c [svn-r13367] Description: 2007-02-21 14:58:48 -05:00
H5HFiblock.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFiter.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFman.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5HFpkg.h [svn-r13367] Description: 2007-02-21 14:58:48 -05:00
H5HFprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFsection.c [svn-r13690] Description: 2007-04-19 13:43:10 -05:00
H5HFspace.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFstat.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFtest.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HFtiny.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HG.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HGdbg.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HGpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HGprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HGpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HL.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5HLdbg.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HLpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HLprivate.h [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5HLpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HP.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5HPprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5I.c [svn-r13465] Description: 2007-03-06 10:06:05 -05:00
H5Ipkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Iprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ipublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5L.c [svn-r13773] Description: 2007-05-20 00:48:09 -05:00
H5Lexternal.c [svn-r13745] Description: 2007-05-10 15:35:35 -05:00
H5Lpkg.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Lprivate.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Lpublic.h [svn-r13580] Description: 2007-04-03 14:51:14 -05:00
H5MF.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5MFprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MM.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MMprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MMpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MP.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MPpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MPprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5MPtest.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5O.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oainfo.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oalloc.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oattr.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oattribute.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Obogus.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Obtreek.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Ocache.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Ocont.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Ocopy.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Odbg.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Odrvinfo.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Odtype.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oefl.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Ofill.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oginfo.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Olayout.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Olinfo.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Olink.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Omessage.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Omtime.c [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Oname.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Onull.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Opkg.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Opline.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oprivate.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Opublic.h [svn-r13491] Description: 2007-03-10 15:02:55 -05:00
H5Orefcount.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Osdspace.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oshared.c [svn-r13758] Description: 2007-05-16 13:23:17 -05:00
H5Oshared.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Oshmesg.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Ostab.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Otest.c [svn-r13721] Description: 2007-05-01 16:00:52 -05:00
H5Ounknown.c [svn-r13722] Description: 2007-05-01 21:39:43 -05:00
H5P.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Pacpl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Pdcpl.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Pdxpl.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Pfapl.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Pfcpl.c [svn-r13427] Description: 2007-02-27 17:12:29 -05:00
H5Pfmpl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Pgcpl.c [svn-r13493] Description: 2007-03-10 20:09:00 -05:00
H5Plapl.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Plcpl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Pocpl.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Pocpypl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ppkg.h [svn-r13726] Add H5P_reset_external_file_test to the header file. 2007-05-02 17:16:32 -05:00
H5Pprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ppublic.h [svn-r13449] Description: 2007-03-03 23:28:09 -05:00
H5private.h [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
H5Pstrcpl.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ptest.c [svn-r13714] Fix memory leak on objcopy.c test 2007-04-30 17:44:04 -05:00
H5public.h [svn-r13692] Snapshot version 1.8 release 0 (beta1post0) 2007-04-23 09:55:02 -05:00
H5R.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5RC.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5RCprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Rprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Rpublic.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5RS.c [svn-r13769] Description: 2007-05-18 23:58:25 -05:00
H5RSprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5S.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Sall.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Shyper.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5SL.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5SLprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5SM.c [svn-r13771] Description: 2007-05-19 00:37:00 -05:00
H5SMbtree2.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5SMcache.c [svn-r13770] Description: 2007-05-18 23:58:59 -05:00
H5Smpio.c [svn-r13733] Changed more parallel debugging info. to a more standard way by using H5DEBUG. 2007-05-04 08:53:57 -05:00
H5SMpkg.h [svn-r13770] Description: 2007-05-18 23:58:59 -05:00
H5SMprivate.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5SMtest.c [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5Snone.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Spkg.h [svn-r13750] Description: 2007-05-13 23:05:28 -05:00
H5Spoint.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Sprivate.h [svn-r13390] Description: 2007-02-26 13:18:08 -05:00
H5Spublic.h [svn-r13660] Minor cleanups and bug fixes. 2007-04-13 17:04:26 -05:00
H5Sselect.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5ST.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Stest.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5STprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5system.c [svn-r13442] H5system.c file didn't include H5MMprivate.h; that caused warnings on VMS; fixed 2007-03-02 09:21:36 -05:00
H5T.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Tarray.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tbit.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tcommit.c [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Tcompound.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Tconv.c [svn-r13544] Some minor adjustment from last round of checkin. Tested on kagiso 2007-03-26 16:18:13 -05:00
H5Tcset.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tdeprec.c [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5Tenum.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Tfields.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Tfixed.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tfloat.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5timer.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tnative.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Toffset.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Toh.c [svn-r13769] Description: 2007-05-18 23:58:25 -05:00
H5Topaque.c [svn-r13475] There's a configure issue linking szip's shared libraries when running on kagiso. 2007-03-08 11:57:36 -05:00
H5Torder.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tpad.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tpkg.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Tprecis.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tprivate.h [svn-r13753] Description: 2007-05-14 15:24:08 -05:00
H5Tpublic.h [svn-r13636] Description: 2007-04-11 11:22:16 -05:00
H5trace.c [svn-r13648] Description: 2007-04-11 20:59:45 -05:00
H5TS.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5TSprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tstrpad.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Tvlen.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5V.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Vprivate.h [svn-r13549] Description: 2007-03-26 22:06:48 -05:00
H5Z.c [svn-r13485] Description: 2007-03-09 23:50:28 -05:00
H5Zdeflate.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zfletcher32.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Znbit.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zpkg.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zprivate.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zpublic.h [svn-r13660] Minor cleanups and bug fixes. 2007-04-13 17:04:26 -05:00
H5Zscaleoffset.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zshuffle.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Zszip.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
H5Ztrans.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
hdf5-lin.lnt
hdf5-win.lnt
hdf5.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
hdf5.lnt
libhdf5.settings.in
Makefile.am [svn-r13721] Description: 2007-05-01 16:00:52 -05:00
Makefile.in [svn-r13721] Description: 2007-05-01 16:00:52 -05:00