diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-10-07 13:32:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-10-07 13:32:32 (GMT) |
commit | bdbdbb9f89db8d3a76fc71705cdbbd89124f4687 (patch) | |
tree | 53d16d2097c591d2c7094da6b8e2b23ef5663a0f /MANIFEST | |
parent | b256db872d5ce4f81c6486b60c4e29e8122b67c2 (diff) | |
download | hdf5-bdbdbb9f89db8d3a76fc71705cdbbd89124f4687.zip hdf5-bdbdbb9f89db8d3a76fc71705cdbbd89124f4687.tar.gz hdf5-bdbdbb9f89db8d3a76fc71705cdbbd89124f4687.tar.bz2 |
[svn-r15801] Description:
Bring r15800 back from trunk:
- File free space branch changes through r15794
Tested on:
Mac OS X/32 10.5.5 (amazon) in debug mode
Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) 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, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -499,9 +499,13 @@ ./src/H5Epublic.h ./src/H5Eterm.h ./src/H5F.c +./src/H5Faccum.c ./src/H5Fdbg.c ./src/H5Ffake.c +./src/H5Fio.c ./src/H5Fmount.c +./src/H5Fmpi.c +./src/H5Fquery.c ./src/H5Fsfile.c ./src/H5Fsuper.c ./src/H5Fpkg.h @@ -515,6 +519,7 @@ ./src/H5FDdirect.h ./src/H5FDfamily.c ./src/H5FDfamily.h +./src/H5FDint.c ./src/H5FDlog.c ./src/H5FDlog.h ./src/H5FDmpi.c @@ -542,12 +547,15 @@ ./src/H5FS.c ./src/H5FScache.c ./src/H5FSdbg.c +./src/H5FStest.c +./src/H5FSstat.c ./src/H5FSpkg.h ./src/H5FSprivate.h ./src/H5FSpublic.h ./src/H5FSsection.c ./src/H5G.c ./src/H5Gbtree2.c +./src/H5Gcache.c ./src/H5Gcompact.c ./src/H5Gdense.c ./src/H5Gdeprec.c @@ -585,11 +593,13 @@ ./src/H5HFtest.c ./src/H5HFtiny.c ./src/H5HG.c +./src/H5HGcache.c ./src/H5HGdbg.c ./src/H5HGpkg.h ./src/H5HGprivate.h ./src/H5HGpublic.h ./src/H5HL.c +./src/H5HLcache.c ./src/H5HLdbg.c ./src/H5HLpkg.h ./src/H5HLprivate.h @@ -606,6 +616,10 @@ ./src/H5Lprivate.h ./src/H5Lpublic.h ./src/H5MF.c +./src/H5MFaggr.c +./src/H5MFdbg.c +./src/H5MFsection.c +./src/H5MFpkg.h ./src/H5MFprivate.h ./src/H5MM.c ./src/H5MMprivate.h @@ -780,6 +794,7 @@ ./test/family_v16_00002.h5 ./test/family_v16_00003.h5 ./test/fheap.c +./test/freespace.c ./test/fill_old.h5 ./test/fillval.c ./test/flush1.c @@ -814,6 +829,7 @@ ./test/lheap.c ./test/links.c ./test/mergemsg.h5 +./test/mf.c ./test/mount.c ./test/mtime.c ./test/noencoder.h5 |