diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:45:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:45:09 (GMT) |
commit | a9d5fc42eb26da76fc7c3b5687552d4291bea1de (patch) | |
tree | 3856b4ecf6930bab7e9096bcc42980e8db95e82d /MANIFEST | |
parent | d8b389836869c89801b9a1c2758d83b800b8f7b6 (diff) | |
download | hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.zip hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.tar.gz hdf5-a9d5fc42eb26da76fc7c3b5687552d4291bea1de.tar.bz2 |
[svn-r10506] Purpose:
New feature
Description:
Add first iteration of "segmented heap" code, which will be used to store
links in groups in a more flexible way than the previous "local heap" mechanism.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/parallel
Solaris 2.9 (shanti)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -934,6 +934,12 @@ ./src/H5Spublic.h ./src/H5Sselect.c ./src/H5Stest.c +./src/H5SH.c +./src/H5SHcache.c +./src/H5SHdbg.c +./src/H5SHpkg.h +./src/H5SHpublic.h +./src/H5SHprivate.h ./src/H5SL.c ./src/H5SLprivate.h ./src/H5ST.c @@ -1033,6 +1039,7 @@ ./test/srb_append.c ./test/srb_read.c ./test/srb_write.c +./test/sheap.c ./test/stab.c ./test/stream_test.c ./test/tarray.c @@ -1683,8 +1690,8 @@ ./windows/examples/grouptestdll/grouptestdll.dsp ./windows/examples/readtest/readtest.dsp ./windows/examples/readtestdll/readtestdll.dsp -./windows/examples/selectest/selecttest.dsp -./windows/examples/selectestdll/selecttestdll.dsp +./windows/examples/selectest/selectest.dsp +./windows/examples/selectestdll/selectestdll.dsp ./windows/examples/writetest/writetest.dsp ./windows/examples/writetestdll/writetestdll.dsp ./windows/examples/testExamples.bat |