diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-04-30 19:51:13 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-04-30 19:51:13 (GMT) |
commit | aec106e324ce20e5efb725c25a6a333c7970127b (patch) | |
tree | 234df369115a46b08037c5f385061cf58823e497 /MANIFEST | |
parent | 5773fd34bc5adf59b4530d95ac9f0c0585902803 (diff) | |
download | hdf5-aec106e324ce20e5efb725c25a6a333c7970127b.zip hdf5-aec106e324ce20e5efb725c25a6a333c7970127b.tar.gz hdf5-aec106e324ce20e5efb725c25a6a333c7970127b.tar.bz2 |
[svn-r14903] Undoing change committed in r14902.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 229 |
1 files changed, 163 insertions, 66 deletions
@@ -190,10 +190,6 @@ ./fortran/src/H5Gff.f90 ./fortran/src/H5If.c ./fortran/src/H5Iff.f90 -./fortran/src/H5Lf.c -./fortran/src/H5Lff.f90 -./fortran/src/H5Of.c -./fortran/src/H5Off.f90 ./fortran/src/H5Pf.c ./fortran/src/H5Pff.f90 ./fortran/src/H5Rf.c @@ -217,7 +213,6 @@ ./fortran/src/Makefile.am ./fortran/src/Makefile.in ./fortran/src/README -./fortran/src/README_DEVELOPEMENT _DO_NOT_DISTRIBUTE_ ./fortran/src/h5fc.in ./fortran/src/libhdf5_fortran.settings.in @@ -226,19 +221,15 @@ ./fortran/test/fflush1.f90 ./fortran/test/fflush2.f90 ./fortran/test/fortranlib_test.f90 -./fortran/test/fortranlib_test_1_8.f90 ./fortran/test/t.c ./fortran/test/t.h ./fortran/test/tf.f90 ./fortran/test/tH5A.f90 -./fortran/test/tH5A_1_8.f90 ./fortran/test/tH5D.f90 ./fortran/test/tH5E.f90 ./fortran/test/tH5F.f90 ./fortran/test/tH5G.f90 -./fortran/test/tH5G_1_8.f90 ./fortran/test/tH5I.f90 -./fortran/test/tH5O.f90 ./fortran/test/tH5P.f90 ./fortran/test/tH5R.f90 ./fortran/test/tH5S.f90 @@ -276,7 +267,6 @@ ./c++/examples/extend_ds.cpp ./c++/examples/h5group.cpp ./c++/examples/readdata.cpp -./c++/examples/testexamples.sh ./c++/examples/testh5c++.sh.in ./c++/examples/writedata.cpp ./c++/examples/Makefile.am @@ -390,10 +380,18 @@ ./perform/pio_standalone.h ./perform/pio_timer.c ./perform/pio_timer.h +./perform/sio_engine.c +./perform/sio_perf.c +./perform/sio_perf.h +./perform/sio_standalone.c +./perform/sio_standalone.h +./perform/sio_timer.c +./perform/sio_timer.h ./perform/zip_perf.c ./release_docs/COPYING -./release_docs/HISTORY.txt +./release_docs/HISTORY-1_0-1_8_0_rc3.txt +./release_docs/HISTORY-1_9.txt ./release_docs/INSTALL ./release_docs/INSTALL_Cygwin.txt ./release_docs/INSTALL_MinGW.txt @@ -458,6 +456,7 @@ ./src/H5CS.c ./src/H5CSprivate.h ./src/H5D.c +./src/H5Dchunk.c ./src/H5Dcompact.c ./src/H5Dcontig.c ./src/H5Ddbg.c @@ -472,6 +471,7 @@ ./src/H5Dpkg.h ./src/H5Dprivate.h ./src/H5Dpublic.h +./src/H5Dscatgath.c ./src/H5Dselect.c ./src/H5Dtest.c ./src/H5E.c @@ -857,6 +857,7 @@ ./test/test_filters_le.hdf5 ./test/test_filters_be.hdf5 ./test/gen_filters.c +./test/chunk_info.c ./test/testfiles/err_compat_1 ./test/testfiles/err_compat_2 @@ -904,39 +905,69 @@ ./tools/h5import/h5import.c ./tools/h5import/h5importtest.c ./tools/h5import/h5importtestutil.sh -./tools/h5import/testfiles/conbfp32 -./tools/h5import/testfiles/conbfp64 -./tools/h5import/testfiles/conbin16 -./tools/h5import/testfiles/conbin32 -./tools/h5import/testfiles/conbin8 -./tools/h5import/testfiles/conbuin16 -./tools/h5import/testfiles/conbuin32 -./tools/h5import/testfiles/fp1 -./tools/h5import/testfiles/fp2 -./tools/h5import/testfiles/in1 -./tools/h5import/testfiles/textfp32 -./tools/h5import/testfiles/textfp64 -./tools/h5import/testfiles/textin16 -./tools/h5import/testfiles/textin32 -./tools/h5import/testfiles/textin8 -./tools/h5import/testfiles/textuin16 -./tools/h5import/testfiles/textuin32 -./tools/h5import/testfiles/test1.h5 -./tools/h5import/testfiles/test2.h5 -./tools/h5import/testfiles/test3.h5 -./tools/h5import/testfiles/test4.h5 -./tools/h5import/testfiles/test5.h5 -./tools/h5import/testfiles/test6.h5 -./tools/h5import/testfiles/test7.h5 -./tools/h5import/testfiles/test8.h5 -./tools/h5import/testfiles/test9.h5 -./tools/h5import/testfiles/test10.h5 -./tools/h5import/testfiles/test11.h5 -./tools/h5import/testfiles/test12.h5 -./tools/h5import/testfiles/test13.h5 -./tools/h5import/testfiles/teststr.h5 -./tools/h5import/testfiles/txtstr -./tools/h5import/testfiles/textstr + +#tesfiles for h5import +./tools/h5import/testfiles/binin32.h5 +./tools/h5import/testfiles/binin16.h5 +./tools/h5import/testfiles/txtfp32.txt +./tools/h5import/testfiles/txtstr.conf +./tools/h5import/testfiles/txtfp32.conf +./tools/h5import/testfiles/binin8w.conf +./tools/h5import/testfiles/binin8.h5 +./tools/h5import/testfiles/txtfp64.conf +./tools/h5import/testfiles/binuin32.conf +./tools/h5import/testfiles/txtuin32.txt +./tools/h5import/testfiles/binuin16.conf +./tools/h5import/testfiles/txtstr.h5 +./tools/h5import/testfiles/txtfp32.h5 +./tools/h5import/testfiles/txtin32.h5 +./tools/h5import/testfiles/txtin16.h5 +./tools/h5import/testfiles/binin8w.h5 +./tools/h5import/testfiles/txtin32.txt +./tools/h5import/testfiles/binfp64.conf +./tools/h5import/testfiles/binin8.conf +./tools/h5import/testfiles/txtin8.conf +./tools/h5import/testfiles/binfp64.h5 +./tools/h5import/testfiles/txtstr.txt +./tools/h5import/testfiles/txtin32.conf +./tools/h5import/testfiles/txtin16.conf +./tools/h5import/testfiles/txtin8.h5 +./tools/h5import/testfiles/txtuin32.conf +./tools/h5import/testfiles/txtuin16.conf +./tools/h5import/testfiles/binin32.conf +./tools/h5import/testfiles/binin16.conf +./tools/h5import/testfiles/txtfp64.h5 +./tools/h5import/testfiles/txtin16.txt +./tools/h5import/testfiles/txtfp64.txt +./tools/h5import/testfiles/binuin32.h5 +./tools/h5import/testfiles/binuin16.h5 +./tools/h5import/testfiles/txtuin32.h5 +./tools/h5import/testfiles/txtuin16.h5 + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1666,6 +1697,7 @@ ./windows/COPYING ./windows/hdf5bt.BAT ./windows/hdf5build.BAT +./windows/hdf5build_examples.BAT ./windows/hdf5check.BAT ./windows/InstallcppExamples.BAT ./windows/install_dll.BAT @@ -1783,16 +1815,46 @@ ./windows/hl/examples/test_hl_cexamples.BAT ./windows/hl/examples/allhlcexamples/allhlcexamples.sln ./windows/hl/examples/allhlcexamples/allhlcexamples.vcproj -./windows/hl/examples/ex_ds/ex_ds.vcproj -./windows/hl/examples/ex_dsdll/ex_dsdll.vcproj -./windows/hl/examples/ex_images/ex_images.vcproj -./windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj -./windows/hl/examples/ex_lite/ex_lite.vcproj -./windows/hl/examples/ex_litedll/ex_litedll.vcproj -./windows/hl/examples/ex_packet/ex_packet.vcproj -./windows/hl/examples/ex_packetdll/ex_packetdll.vcproj -./windows/hl/examples/ex_table/ex_table.vcproj -./windows/hl/examples/ex_tabledll/ex_tabledll.vcproj +./windows/hl/examples/ex_ds1/ex_ds1.vcproj +./windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj +./windows/hl/examples/ex_image1/ex_image1.vcproj +./windows/hl/examples/ex_image1dll/ex_image1dll.vcproj +./windows/hl/examples/ex_image2/ex_image2.vcproj +./windows/hl/examples/ex_image2dll/ex_image2dll.vcproj +./windows/hl/examples/ex_lite1/ex_lite1.vcproj +./windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj +./windows/hl/examples/ex_lite2/ex_lite2.vcproj +./windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj +./windows/hl/examples/ex_lite3/ex_lite3.vcproj +./windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj +./windows/hl/examples/ex_table01/ex_table01.vcproj +./windows/hl/examples/ex_table01dll/ex_table01dll.vcproj +./windows/hl/examples/ex_table02/ex_table02.vcproj +./windows/hl/examples/ex_table02dll/ex_table02dll.vcproj +./windows/hl/examples/ex_table03/ex_table03.vcproj +./windows/hl/examples/ex_table03dll/ex_table03dll.vcproj +./windows/hl/examples/ex_table04/ex_table04.vcproj +./windows/hl/examples/ex_table04dll/ex_table04dll.vcproj +./windows/hl/examples/ex_table05/ex_table05.vcproj +./windows/hl/examples/ex_table05dll/ex_table05dll.vcproj +./windows/hl/examples/ex_table06/ex_table06.vcproj +./windows/hl/examples/ex_table06dll/ex_table06dll.vcproj +./windows/hl/examples/ex_table07/ex_table07.vcproj +./windows/hl/examples/ex_table07dll/ex_table07dll.vcproj +./windows/hl/examples/ex_table08/ex_table08.vcproj +./windows/hl/examples/ex_table08dll/ex_table08dll.vcproj +./windows/hl/examples/ex_table09/ex_table09.vcproj +./windows/hl/examples/ex_table09dll/ex_table09dll.vcproj +./windows/hl/examples/ex_table10/ex_table10.vcproj +./windows/hl/examples/ex_table10dll/ex_table10dll.vcproj +./windows/hl/examples/ex_table11/ex_table11.vcproj +./windows/hl/examples/ex_table11dll/ex_table11dll.vcproj +./windows/hl/examples/ex_table12/ex_table12.vcproj +./windows/hl/examples/ex_table12dll/ex_table12dll.vcproj +./windows/hl/examples/ptExampleFL/ptExampleFL.vcproj +./windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj +./windows/hl/examples/ptExampleVL/ptExampleVL.vcproj +./windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj # High-Level Fortran Examples ./windows/hl/fortran/examples/test_hl_f90examples.BAT @@ -1861,6 +1923,9 @@ ./windows/proj/hdf5_hl_fortran/hdf5_hl_fortran.vfproj ./windows/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.vfproj +# Visual Studio Property Sheets +./windows/proj/property_sheets/remove-posix-warnings.vsprops + # Windows-maintainted Source ./windows/src/H5pubconf.h ./windows/src/H5Tinit.c @@ -1879,6 +1944,8 @@ ./windows/test/cache_apidll/cache_apidll.vcproj ./windows/test/cachedll/cachedll.vcproj ./windows/test/chunk/chunk.vcproj +./windows/test/chunk_info/chunk_info.vcproj +./windows/test/chunk_infodll/chunk_infodll.vcproj ./windows/test/chunkdll/chunkdll.vcproj ./windows/test/cmpd_dset/cmpd_dset.vcproj ./windows/test/cmpd_dsetdll/cmpd_dsetdll.vcproj @@ -1939,7 +2006,6 @@ ./windows/test/objcopydll/objcopydll.vcproj ./windows/test/ohdr/ohdr.vcproj ./windows/test/ohdrdll/ohdrdll.vcproj -./windows/test/ohdr_gentst/ohdr_gentst.vcproj ./windows/test/overhead/overhead.vcproj ./windows/test/overheaddll/overheaddll.vcproj ./windows/test/pool/pool.vcproj @@ -2054,16 +2120,46 @@ ./windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj ./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.vcproj ./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln -./windows_vnet/hl/examples/ex_ds/ex_ds.vcproj -./windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj -./windows_vnet/hl/examples/ex_images/ex_images.vcproj -./windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj -./windows_vnet/hl/examples/ex_lite/ex_lite.vcproj -./windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj -./windows_vnet/hl/examples/ex_packet/ex_packet.vcproj -./windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj -./windows_vnet/hl/examples/ex_table/ex_table.vcproj -./windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj +./windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj +./windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj +./windows_vnet/hl/examples/ex_image1/ex_image1.vcproj +./windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj +./windows_vnet/hl/examples/ex_image2/ex_image2.vcproj +./windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj +./windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj +./windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj +./windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj +./windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj +./windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj +./windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj +./windows_vnet/hl/examples/ex_table01/ex_table01.vcproj +./windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj +./windows_vnet/hl/examples/ex_table02/ex_table02.vcproj +./windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj +./windows_vnet/hl/examples/ex_table03/ex_table03.vcproj +./windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj +./windows_vnet/hl/examples/ex_table04/ex_table04.vcproj +./windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj +./windows_vnet/hl/examples/ex_table05/ex_table05.vcproj +./windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj +./windows_vnet/hl/examples/ex_table06/ex_table06.vcproj +./windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj +./windows_vnet/hl/examples/ex_table07/ex_table07.vcproj +./windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj +./windows_vnet/hl/examples/ex_table08/ex_table08.vcproj +./windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj +./windows_vnet/hl/examples/ex_table09/ex_table09.vcproj +./windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj +./windows_vnet/hl/examples/ex_table10/ex_table10.vcproj +./windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj +./windows_vnet/hl/examples/ex_table11/ex_table11.vcproj +./windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj +./windows_vnet/hl/examples/ex_table12/ex_table12.vcproj +./windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj +./windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj +./windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj +./windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj +./windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj ./windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj ./windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj ./windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj @@ -2100,6 +2196,8 @@ ./windows_vnet/test/cache_apidll/cache_apidll.vcproj ./windows_vnet/test/cachedll/cachedll.vcproj ./windows_vnet/test/chunk/chunk.vcproj +./windows_vnet/test/chunk_info/chunk_info.vcproj +./windows_vnet/test/chunk_infodll/chunk_infodll.vcproj ./windows_vnet/test/chunkdll/chunkdll.vcproj ./windows_vnet/test/cmpd_dset/cmpd_dset.vcproj ./windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj @@ -2160,7 +2258,6 @@ ./windows_vnet/test/objcopydll/objcopydll.vcproj ./windows_vnet/test/ohdr/ohdr.vcproj ./windows_vnet/test/ohdrdll/ohdrdll.vcproj -./windows_vnet/test/ohdr_gentst/ohdr_gentst.vcproj ./windows_vnet/test/overhead/overhead.vcproj ./windows_vnet/test/overheaddll/overheaddll.vcproj ./windows_vnet/test/pool/pool.vcproj |