diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-02-27 03:46:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-02-27 03:46:46 (GMT) |
commit | 3713db1174ff83154ff63f93b4ba512eebed9748 (patch) | |
tree | 957c509d716679b29fb84496741724bc161d8bbb /MANIFEST | |
parent | 3e8948df52ce165edd3238a7e2ae3b047eac7836 (diff) | |
download | hdf5-3713db1174ff83154ff63f93b4ba512eebed9748.zip hdf5-3713db1174ff83154ff63f93b4ba512eebed9748.tar.gz hdf5-3713db1174ff83154ff63f93b4ba512eebed9748.tar.bz2 |
[svn-r11967] Purpose:
New feature
Description:
Check in initial "fractal heap" code, for supporting the group redesign.
Also, remove some remnants of the segmented heap/block tracker/B+tree code
which I didn't find during the last pass.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Mac OSX (amazon)
Linux 2.4
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -492,6 +492,13 @@ ./src/H5Gstab.c ./src/H5Gtest.c ./src/H5Gtraverse.c +./src/H5HF.c +./src/H5HFcache.c +./src/H5HFdbg.c +./src/H5HFpkg.h +./src/H5HFprivate.h +./src/H5HFpublic.h +./src/H5HFtest.c ./src/H5HG.c ./src/H5HGdbg.c ./src/H5HGpkg.h @@ -641,6 +648,7 @@ ./test/family_v1.6_00001.h5 ./test/family_v1.6_00002.h5 ./test/family_v1.6_00003.h5 +./test/fheap.c ./test/fill_old.h5 ./test/fillval.c ./test/flush1.c |