[hdf5] branch upstream updated (4329f0b -> 18d064c)
Gilles Filippini
pini at moszumanska.debian.org
Wed Jul 9 17:26:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a change to branch upstream
in repository hdf5.
from 4329f0b Imported Upstream version 1.8.12+docs1
adds 18d064c Imported Upstream version 1.8.13+docs
No new revisions were added by this update.
Summary of changes:
CMakeFilters.cmake | 186 +-
CMakeInstallation.cmake | 391 +--
CMakeLists.txt | 1054 ++++----
COPYING | 2 +-
CTestConfig.cmake | 36 +-
MANIFEST | 47 +-
Makefile.in | 220 +-
README.txt | 2 +-
UserMacros.cmake | 8 +-
aclocal.m4 | 353 ++-
bin/cmakehdf5 | 127 +-
bin/missing | 450 ++--
bin/release | 108 +-
bin/snapshot | 2 +-
bin/test-driver | 139 +
bin/trace | 1 +
c++/CMakeLists.txt | 38 +-
c++/Makefile.in | 540 +++-
c++/examples/CMakeLists.txt | 32 +-
c++/examples/CMakeTests.cmake | 62 +-
c++/examples/Makefile.am | 4 +-
c++/examples/Makefile.in | 468 +++-
c++/src/CMakeLists.txt | 38 +-
c++/src/H5Attribute.cpp | 180 +-
c++/src/H5Attribute.h | 8 +-
c++/src/H5CommonFG.cpp | 171 +-
c++/src/H5CommonFG.h | 14 +-
c++/src/H5CompType.cpp | 21 +-
c++/src/H5CompType.h | 3 +
c++/src/H5DataSet.cpp | 74 +-
c++/src/H5DataSet.h | 10 +-
c++/src/H5DataSpace.cpp | 16 +-
c++/src/H5DataSpace.h | 4 +-
c++/src/H5DataType.cpp | 36 +-
c++/src/H5DataType.h | 8 +-
c++/src/H5DcreatProp.cpp | 9 +-
c++/src/H5DxferProp.cpp | 127 +-
c++/src/H5DxferProp.h | 11 +
c++/src/H5EnumType.cpp | 4 +-
c++/src/H5Exception.cpp | 72 +-
c++/src/H5Exception.h | 33 +-
c++/src/H5FaccProp.cpp | 45 +-
c++/src/H5FaccProp.h | 27 +-
c++/src/H5File.cpp | 19 +-
c++/src/H5File.h | 17 +-
c++/src/H5Group.h | 7 +-
c++/src/H5IdComponent.cpp | 25 +-
c++/src/H5IdComponent.h | 3 +
c++/src/H5Location.cpp | 150 +-
c++/src/H5Location.h | 5 +-
c++/src/H5Object.cpp | 112 +
c++/src/H5Object.h | 8 +-
c++/src/H5PropList.cpp | 7 +-
c++/src/Makefile.am | 2 +-
c++/src/Makefile.in | 483 +++-
c++/src/cpp_doc_config | 2251 +++++++++++++++-
c++/src/header_files/hdf_logo.jpg | Bin 0 -> 1964 bytes
{html/Graphics => c++/src/header_files}/help.jpg | Bin
c++/test/CMakeLists.txt | 26 +-
c++/test/CMakeTests.cmake | 38 +-
c++/test/Makefile.am | 9 +-
c++/test/Makefile.in | 539 +++-
c++/test/dsets.cpp | 35 +-
c++/test/h5cpputil.cpp | 4 +-
c++/test/h5cpputil.h | 21 +-
c++/test/tattr.cpp | 143 +-
c++/test/tcompound.cpp | 90 +
c++/test/tdspl.cpp | 147 ++
c++/test/testhdf5.cpp | 70 +-
c++/test/tfile.cpp | 1 +
c++/test/tfilter.cpp | 2 +-
c++/test/tobject.cpp | 335 +++
c++/test/trefer.cpp | 10 +-
c++/test/ttypes.cpp | 29 +-
c++/test/tvlstr.cpp | 12 +-
config/Makefile.am.blank | 2 +-
config/cmake/CPack.cmake | 588 -----
config/cmake/CTestCustom.cmake | 42 +-
config/cmake/CheckTypeSize.cmake | 40 +-
config/cmake/ConfigureChecks.cmake | 1013 ++++----
config/cmake/FindHDF5.cmake.in | 18 +-
config/cmake/FindMPI.cmake | 29 +-
config/cmake/FindSZIP.cmake | 158 +-
config/cmake/H5pubconf.h.in | 10 +-
config/cmake/HDF518_Examples.cmake.in | 229 +-
config/cmake/HDF5Macros.cmake | 38 +-
config/cmake/HDF5Tests.c | 13 +-
config/cmake/HDF5UseFortran.cmake | 68 +-
config/cmake/HDFLibMacros.cmake | 230 +-
config/cmake/HDFMacros.cmake | 140 +-
config/cmake/NSIS.template.in | 233 +-
config/cmake/PkgInfo.in | 1 +
config/cmake/README.txt.cmake.in | 53 +
config/cmake/UserMacros/Windows_MT.cmake | 34 +-
config/cmake/cacheinit.cmake | 70 +-
config/cmake/grepTest.cmake | 68 +-
config/cmake/hdf.bmp | Bin 0 -> 1254 bytes
config/cmake/hdf.gif | Bin 1016 -> 0 bytes
config/cmake/hdf.icns | Bin 0 -> 2632 bytes
config/cmake/hdf.ico | Bin 0 -> 23558 bytes
config/cmake/hdf5-config-version.cmake.in | 22 +-
config/cmake/hdf5-config.cmake.build.in | 76 +-
config/cmake/hdf5-config.cmake.install.in | 86 +-
config/cmake/libhdf5.settings.cmake.in | 3 +-
config/cmake/mccacheinit.cmake | 74 +-
config/cmake/prunTest.cmake | 182 +-
config/cmake/runTest.cmake | 256 +-
config/cmake/userblockTest.cmake | 108 +-
config/cmake/version.plist.in | 17 +
config/cmake/vfdTest.cmake | 60 +-
config/cmake/xlatefile.c | 56 -
config/examples.am | 23 +-
config/intel-flags | 11 +-
config/irix6.x | 2 +-
config/linux-gnulibc1 | 21 +-
config/lt_vers.am | 2 +-
config/solaris2.x | 6 +-
configure | 590 +++--
configure.ac | 222 +-
examples/CMakeLists.txt | 32 +-
examples/CMakeTests.cmake | 41 +-
examples/Makefile.am | 10 +-
examples/Makefile.in | 474 +++-
fortran/CMakeLists.txt | 32 +-
fortran/Makefile.in | 540 +++-
fortran/examples/CMakeLists.txt | 70 +-
fortran/examples/CMakeTests.cmake | 48 +-
fortran/examples/Makefile.am | 4 +-
fortran/examples/Makefile.in | 468 +++-
fortran/examples/h5_extend.f90 | 2 +-
fortran/examples/hyperslab.f90 | 11 +-
fortran/examples/run-fortran-ex.sh.in | 32 +-
fortran/examples/rwdset_fortran2003.f90 | 7 +-
fortran/examples/selectele.f90 | 9 +-
fortran/src/CMakeLists.txt | 267 +-
fortran/src/H5Aff_F03.f90 | 5 +-
fortran/src/H5Df.c | 44 +-
fortran/src/H5Dff_F03.f90 | 37 +-
fortran/src/H5Dff_F90.f90 | 10 +-
fortran/src/H5Ef.c | 12 +-
fortran/src/H5FDmpiof.c | 81 -
fortran/src/H5FDmpioff.f90 | 71 +-
fortran/src/H5Fff_F03.f90 | 30 +-
fortran/src/H5Off.f90 | 14 +-
fortran/src/H5Off_F03.f90 | 3 -
fortran/src/H5Pf.c | 149 +-
fortran/src/H5Pff.f90 | 6 +-
fortran/src/H5Pff_F03.f90 | 106 +
fortran/src/H5Rff_F03.f90 | 4 -
fortran/src/H5Sf.c | 6 +-
fortran/src/H5Sff.f90 | 4 +-
fortran/src/H5Tf.c | 4 +-
fortran/src/H5_f.c | 33 +-
fortran/src/H5_ff.f90 | 3 +
fortran/src/H5f90global.f90 | 61 +-
fortran/src/H5f90proto.h | 14 +-
fortran/src/H5match_types.c | 23 +-
fortran/src/H5test_kind_SIZEOF.f90 | 66 +-
fortran/src/HDF5mpio.f90 | 1 +
fortran/src/Makefile.am | 6 +-
fortran/src/Makefile.in | 515 +++-
fortran/src/hdf5_fortrandll.def.in | 4 +-
fortran/test/CMakeLists.txt | 122 +-
fortran/test/CMakeTests.cmake | 22 +-
fortran/test/Makefile.am | 31 +-
fortran/test/Makefile.in | 674 ++++-
fortran/test/fflush1.f90 | 3 +-
fortran/test/fflush2.f90 | 2 +-
fortran/test/fortranlib_test.f90 | 19 +-
fortran/test/fortranlib_test_1_8.f90 | 445 +---
fortran/test/fortranlib_test_F03.f90 | 8 +-
fortran/test/t.c | 2 +-
fortran/test/tH5A.f90 | 27 +-
fortran/test/tH5A_1_8.f90 | 61 +-
fortran/test/tH5D.f90 | 17 +-
fortran/test/tH5E.f90 | 10 +-
fortran/test/tH5E_F03.f90 | 30 +-
fortran/test/tH5F.f90 | 27 +-
fortran/test/tH5F_F03.f90 | 17 +-
fortran/test/tH5G.f90 | 9 +-
fortran/test/tH5G_1_8.f90 | 73 +-
fortran/test/tH5I.f90 | 8 +-
fortran/test/tH5L_F03.f90 | 28 +-
.../{fortranlib_test_1_8.f90 => tH5MISC_1_8.f90} | 113 +-
fortran/test/tH5O.f90 | 24 +-
fortran/test/tH5O_F03.f90 | 12 +-
fortran/test/tH5P.f90 | 31 +-
fortran/test/tH5P_F03.f90 | 128 +-
fortran/test/tH5R.f90 | 12 +-
fortran/test/tH5S.f90 | 7 +-
fortran/test/tH5Sselect.f90 | 43 +-
fortran/test/tH5T.f90 | 61 +-
fortran/test/tH5T_F03.f90 | 225 +-
fortran/test/tH5VL.f90 | 42 +-
fortran/test/tH5Z.f90 | 9 +-
fortran/{src/H5_ff_F90.f90 => test/tHDF5.f90} | 29 +-
fortran/{src/H5_ff_F90.f90 => test/tHDF5_1_8.f90} | 22 +-
fortran/{src/H5_ff_F90.f90 => test/tHDF5_F03.f90} | 23 +-
fortran/test/tf.f90 | 348 +--
fortran/testpar/CMakeLists.txt | 18 +-
fortran/testpar/CMakeTests.cmake | 2 +-
fortran/testpar/Makefile.am | 3 +-
fortran/testpar/Makefile.in | 504 +++-
fortran/testpar/hyper.f90 | 3 +-
fortran/testpar/mdset.f90 | 3 +-
hl/CMakeLists.txt | 46 +-
hl/Makefile.in | 540 +++-
hl/c++/CMakeLists.txt | 16 +-
hl/c++/Makefile.in | 540 +++-
hl/c++/examples/CMakeLists.txt | 14 +-
hl/c++/examples/CMakeTests.cmake | 8 +-
hl/c++/examples/Makefile.am | 1 +
hl/c++/examples/Makefile.in | 466 +++-
hl/c++/src/CMakeLists.txt | 30 +-
hl/c++/src/Makefile.am | 4 +-
hl/c++/src/Makefile.in | 493 +++-
hl/c++/test/CMakeLists.txt | 10 +-
hl/c++/test/CMakeTests.cmake | 2 +-
hl/c++/test/Makefile.am | 2 +-
hl/c++/test/Makefile.in | 520 +++-
hl/examples/CMakeLists.txt | 20 +-
hl/examples/CMakeTests.cmake | 38 +-
hl/examples/Makefile.am | 5 +-
hl/examples/Makefile.in | 470 +++-
hl/examples/ex_image2.c | 17 +-
hl/fortran/CMakeLists.txt | 16 +-
hl/fortran/Makefile.in | 540 +++-
hl/fortran/examples/CMakeLists.txt | 22 +-
hl/fortran/examples/CMakeTests.cmake | 6 +-
hl/fortran/examples/Makefile.am | 1 +
hl/fortran/examples/Makefile.in | 467 +++-
hl/fortran/examples/ex_ds1.f90 | 2 +-
hl/fortran/src/CMakeLists.txt | 97 +-
hl/fortran/src/Makefile.am | 4 +-
hl/fortran/src/Makefile.in | 498 +++-
hl/fortran/test/CMakeLists.txt | 36 +-
hl/fortran/test/CMakeTests.cmake | 16 +-
hl/fortran/test/Makefile.am | 2 +-
hl/fortran/test/Makefile.in | 536 +++-
hl/src/CMakeLists.txt | 38 +-
hl/src/H5DO.c | 122 +-
hl/src/H5DOprivate.h | 37 -
hl/src/H5LT.c | 12 +-
hl/src/H5LTanalyze.c | 167 +-
hl/src/H5LTanalyze.l | 12 +-
hl/src/H5LTparse.c | 22 +-
hl/src/H5LTparse.y | 10 +-
hl/src/H5TB.c | 32 +-
hl/src/Makefile.in | 487 +++-
hl/test/CMakeLists.txt | 24 +-
hl/test/CMakeTests.cmake | 42 +-
hl/test/Makefile.in | 553 +++-
hl/test/test_image.c | 31 +-
hl/test/test_lite.c | 12 +-
hl/tools/CMakeLists.txt | 38 +-
hl/tools/CMakeTests.cmake | 12 +-
hl/tools/Makefile.in | 542 +++-
hl/tools/gif2h5/Makefile.am | 2 +-
hl/tools/gif2h5/Makefile.in | 512 +++-
hl/tools/gif2h5/decompress.c | 6 -
hl/tools/gif2h5/gif2mem.c | 2 -
hl/tools/gif2h5/hdfgifwr.c | 65 -
html/ADGuide.html | 4 +-
html/ADGuide/Changes.html | 492 +++-
html/ADGuide/CompatFormat180.html | 2 +-
html/ADGuide/ImageSpec.html | 2 +-
html/Advanced.html | 180 +-
html/Advanced/Chunking/index.html | 2 +-
html/Advanced/DirectChunkWrite/index.html | 2 +-
html/Advanced/HDF5_Metadata/index.html | 2 +-
html/Advanced/MetadataCache/index.html | 2 +-
.../ModifiedRegionWrites/ModifiedRegionWrites.docx | Bin 0 -> 150708 bytes
html/Advanced/UsingIdentifiers/index.html | 2 +-
html/Advanced/UsingUnicode/index.html | 4 +-
html/Copyright.html | 2 +-
html/Glossary.html | 2 +-
html/H5.format.html | 4 +-
html/H5.intro.html | 2 +-
html/Intro/IntroExamples.html | 2 +-
html/RM/APICompatMacros.html | 2 +-
html/RM/CollectiveCalls.html | 2 +-
html/RM/H5/H5free_memory.htm | 128 +
html/RM/H5F/H5Fget_file_image.htm | 21 +-
html/RM/H5F/h5fget_file_image_f_F03.htm | 26 +
html/RM/H5P/H5Pcreate.htm | 2 +-
html/RM/H5P/H5Pget_core_write_tracking.htm | 132 +
html/RM/H5P/H5Pget_fapl_mpiposix.htm | 38 +-
html/RM/H5P/H5Pget_file_image.htm | 30 +-
html/RM/H5P/H5Pset_core_write_tracking.htm | 145 ++
html/RM/H5P/H5Pset_fapl_mpiposix.htm | 38 +-
html/RM/H5P/H5Pset_file_image.htm | 20 +-
html/RM/H5P/H5Pset_filter.htm | 14 +-
html/RM/H5P/h5pget_file_image_f_F03.htm | 30 +
html/RM/H5P/h5pset_file_image_f_F03.htm | 21 +
html/RM/H5T/H5Tget_precision.htm | 8 +-
html/RM/PredefDTypes.html | 2 +-
html/RM/RM_H5.html | 111 +-
html/RM/RM_H5A.html | 2 +-
html/RM/RM_H5D.html | 2 +-
html/RM/RM_H5E.html | 2 +-
html/RM/RM_H5F.html | 5 +-
html/RM/RM_H5Front.html | 4 +-
html/RM/RM_H5G.html | 2 +-
html/RM/RM_H5I.html | 2 +-
html/RM/RM_H5L.html | 2 +-
html/RM/RM_H5O.html | 2 +-
html/RM/RM_H5P.html | 2705 ++++++++++++++++----
html/RM/RM_H5R.html | 2 +-
html/RM/RM_H5S.html | 2 +-
html/RM/RM_H5T.html | 2 +-
html/RM/RM_H5Z.html | 65 +-
html/RM/Tools.html | 2 +-
html/RM/Tools/h5diff.htm | 35 +-
html/RM/Tools/h5perf.htm | 15 +-
html/TechNotes.html | 2 +-
html/UG/08_TheFile.html | 35 +-
html/UG/14_PropertyLists.html | 2702 +++++++++++++++++++
html/UG/17_Additional.html | 120 +-
html/UG/Images/PropListClassInheritance.png | Bin 0 -> 172255 bytes
html/UG/Images/PropListEcosystem.png | Bin 0 -> 36997 bytes
html/UG/UG_UpdateStatus.html | 28 +-
...rHandling.html => UG_frame14PropertyLists.html} | 74 +-
html/UG/UG_front.html | 14 +-
html/UG/UG_nav00.html | 56 +-
html/UG/UG_nav03DataModel.html | 5 +-
html/UG/UG_nav04ProgModel.html | 5 +-
html/UG/UG_nav08TheFile.html | 5 +-
html/UG/UG_nav09Groups.html | 3 +
html/UG/UG_nav10Datasets.html | 5 +-
html/UG/UG_nav11Datatypes.html | 5 +-
html/UG/UG_nav12Dataspaces.html | 5 +-
html/UG/UG_nav13Attributes.html | 5 +-
html/UG/UG_nav13ErrorHandling.html | 5 +-
...3Attributes.html => UG_nav14PropertyLists.html} | 42 +-
html/UG/UG_nav17SpecialTopics.html | 5 +-
html/UG/UG_navObjectsIdentifiers.html | 3 +
html/_topic/Chunking/index.html | 2 +-
html/_topic/DriversTable.htm | 8 +-
html/_topic/filter_behavior.htm | 23 +-
html/cpplus/CppInterfaces.html | 2 +-
html/ddl.html | 2 +-
html/doc-info.html | 10 +-
html/ed_libs/Footer-THGonly.lbi | 2 +-
html/ed_libs/Footer.lbi | 2 +-
html/fortran/FortranFlags.html | 2 +-
html/index.html | 4 +-
perform/CMakeLists.txt | 102 +-
perform/CMakeTests.cmake | 42 +-
perform/Makefile.am | 2 +-
perform/Makefile.in | 579 ++++-
perform/benchpar.c | 20 +-
perform/perf_meta.c | 59 +-
perform/pio_engine.c | 805 ++----
perform/pio_perf.c | 44 +-
perform/pio_perf.h | 1 -
perform/sio_engine.c | 478 +---
perform/sio_perf.c | 15 -
perform/sio_perf.h | 1 -
perform/zip_perf.c | 6 -
release_docs/HISTORY-1_8.txt | 592 +++++
release_docs/INSTALL | 9 +-
release_docs/INSTALL_CMake.txt | 910 +++----
release_docs/INSTALL_Cygwin.txt | 69 +-
release_docs/INSTALL_VMS.txt | 95 +-
release_docs/INSTALL_Windows.txt | 6 +-
release_docs/INSTALL_parallel | 134 +-
release_docs/RELEASE.txt | 496 ++--
release_docs/USING_CMake_Examples.txt | 93 +-
release_docs/USING_HDF5_CMake.txt | 33 +-
release_docs/USING_HDF5_VS.txt | 40 +-
src/CMakeLists.txt | 232 +-
src/H5.c | 98 +-
src/H5A.c | 6 +-
src/H5AC.c | 90 +-
src/H5ACprivate.h | 3 +-
src/H5Adeprec.c | 24 +
src/H5Apkg.h | 1 +
src/H5B2cache.c | 8 +-
src/H5B2hdr.c | 6 +-
src/H5B2int.c | 4 +-
src/H5CS.c | 10 +-
src/H5D.c | 24 +
src/H5Dbtree.c | 14 +-
src/H5Dchunk.c | 133 +-
src/H5Dcompact.c | 8 +-
src/H5Dcontig.c | 36 +-
src/H5Ddeprec.c | 24 +
src/H5Defl.c | 18 +-
src/H5Dfill.c | 8 +-
src/H5Dint.c | 17 +-
src/H5Dio.c | 110 +-
src/H5Dmpio.c | 178 +-
src/H5Dpkg.h | 18 +-
src/H5Dprivate.h | 3 -
src/H5E.c | 119 +-
src/H5Edeprec.c | 38 +-
src/H5Epkg.h | 3 +-
src/H5F.c | 182 +-
src/H5FD.c | 4 +-
src/H5FDcore.c | 388 ++-
src/H5FDmpi.h | 1 -
src/H5FDmpio.c | 51 +-
src/H5FDmpio.h | 8 +-
src/H5FDmpiposix.c | 1486 -----------
src/H5FDmpiposix.h | 52 -
src/H5FDprivate.h | 5 +-
src/H5FScache.c | 6 +-
src/H5FSsection.c | 16 +-
src/H5Faccum.c | 14 +-
src/H5Fio.c | 2 +-
src/H5Fpkg.h | 2 +-
src/H5Fprivate.h | 6 +-
src/H5Fquery.c | 2 +-
src/H5G.c | 26 +-
src/H5Gdeprec.c | 36 +-
src/H5Gpkg.h | 1 +
src/H5HFcache.c | 2 +-
src/H5HFdbg.c | 8 +-
src/H5HFdblock.c | 6 +-
src/H5HFdtable.c | 14 +-
src/H5HFhdr.c | 8 +-
src/H5HFiblock.c | 14 +-
src/H5HFiter.c | 4 +-
src/H5HFman.c | 14 +-
src/H5HFpkg.h | 2 +-
src/H5HFsection.c | 2 +-
src/H5HGdbg.c | 74 +-
src/H5HLdbg.c | 26 +-
src/H5I.c | 889 ++++---
src/H5Iprivate.h | 6 +-
src/H5Lexternal.c | 12 +-
src/H5MF.c | 4 +-
src/H5Oattr.c | 20 +-
src/H5Ocache.c | 2 +-
src/H5Odbg.c | 14 +-
src/H5Odtype.c | 8 +-
src/H5Oefl.c | 11 +-
src/H5Olink.c | 5 +-
src/H5Osdspace.c | 2 +-
src/H5P.c | 36 +-
src/H5Pdeprec.c | 36 +-
src/H5Pdxpl.c | 18 +-
src/H5Pfapl.c | 93 +-
src/H5Pint.c | 10 +-
src/H5Ppkg.h | 2 +
src/H5Ppublic.h | 11 +-
src/H5R.c | 6 +-
src/H5Rdeprec.c | 38 +-
src/H5Rpkg.h | 1 +
src/H5S.c | 16 +-
src/H5SL.c | 43 +-
src/H5SLprivate.h | 1 +
src/H5Sall.c | 4 +-
src/H5Shyper.c | 10 +-
src/H5Smpio.c | 447 +++-
src/H5Snone.c | 2 +-
src/H5Spoint.c | 6 +-
src/H5Sprivate.h | 17 +-
src/H5Sselect.c | 61 +-
src/H5T.c | 5 +-
src/H5TS.c | 225 +-
src/H5TSprivate.h | 13 +-
src/H5Tconv.c | 108 +-
src/H5Tdeprec.c | 38 +-
src/H5Tpkg.h | 1 +
src/{H5V.c => H5VM.c} | 220 +-
src/{H5Vprivate.h => H5VMprivate.h} | 172 +-
src/H5Z.c | 8 +-
src/H5Zdeflate.c | 2 +-
src/H5Zshuffle.c | 2 +-
src/H5Ztrans.c | 4 +-
src/H5config.h.in | 6 -
src/H5detect.c | 53 +-
src/H5private.h | 61 +-
src/H5public.h | 26 +-
src/H5system.c | 24 +-
src/H5trace.c | 77 +-
src/H5win32defs.h | 2 +-
src/Makefile.am | 9 +-
src/Makefile.in | 518 +++-
src/libhdf5.settings.in | 1 -
test/CMakeLists.txt | 178 +-
test/CMakeTests.cmake | 232 +-
test/H5srcdir.h | 8 +-
test/Makefile.am | 4 +-
test/Makefile.in | 896 ++++++-
test/big.c | 320 +--
test/cache_api.c | 4 -
test/cross_read.c | 2 +
test/dsets.c | 47 +-
test/dt_arith.c | 174 +-
test/dtypes.c | 13 +-
test/err_compat.c | 16 +-
test/fheap.c | 8 +-
test/fillval.c | 278 +-
test/freespace.c | 8 +-
test/gen_cross.c | 20 +-
test/gen_new_group.c | 7 -
test/h5test.c | 268 +-
test/hyperslab.c | 38 +-
test/istore.c | 10 +-
test/links.c | 11 +-
test/mf.c | 2 +-
test/tarray.c | 22 +-
test/tattr.c | 2 +-
test/testerror.sh.in | 4 -
test/testfiles/err_compat_1 | 3 -
test/testfiles/err_compat_2 | 3 -
test/testfiles/error_test_1 | 3 -
test/testfiles/error_test_2 | 3 -
test/testfiles/links_env.out | 3 -
test/testhdf5.c | 7 +-
test/testmeta.c | 2 -
test/tfile.c | 130 +
test/tgenprop.c | 10 +-
test/titerate.c | 1 -
test/tmisc.c | 110 +
test/tselect.c | 17 +-
test/ttime.c | 2 +
test/ttsafe_dcreate.c | 1 -
test/tunicode.c | 7 +-
test/tvltypes.c | 5 -
test/vfd.c | 13 +
testpar/CMakeLists.txt | 30 +-
testpar/CMakeTests.cmake | 42 +-
testpar/Makefile.am | 9 +-
testpar/Makefile.in | 551 +++-
testpar/t_coll_chunk.c | 410 ++-
testpar/t_dset.c | 576 ++++-
testpar/t_file.c | 3 +-
testpar/t_mdset.c | 43 +-
testpar/t_ph5basic.c | 114 -
testpar/t_posix_compliant.c | 927 -------
testpar/t_shapesame.c | 23 +-
testpar/t_span_tree.c | 14 +-
testpar/testph5.sh.in | 77 -
testpar/testphdf5.c | 40 +-
testpar/testphdf5.h | 27 +-
tools/CMakeLists.txt | 28 +-
tools/Makefile.in | 542 +++-
tools/h5copy/CMakeLists.txt | 30 +-
tools/h5copy/CMakeTests.cmake | 214 +-
tools/h5copy/Makefile.am | 2 +-
tools/h5copy/Makefile.in | 541 +++-
tools/h5diff/CMakeLists.txt | 46 +-
tools/h5diff/CMakeTests.cmake | 222 +-
tools/h5diff/Makefile.am | 2 +-
tools/h5diff/Makefile.in | 542 +++-
tools/h5diff/h5diff_common.c | 9 +-
tools/h5diff/ph5diff_main.c | 244 +-
.../testfiles/{h5diff_200.txt => h5diff_tmp1.txt} | 0
tools/h5diff/testfiles/h5diff_tmp2.txt | 13 +
.../h5diff/testfiles/tmpSingleSiteBethe.output.h5 | Bin 0 -> 124440 bytes
.../testfiles/tmpSingleSiteBethe.reference.h5 | Bin 0 -> 119464 bytes
tools/h5diff/testfiles/tmptest.he5 | Bin 0 -> 4740424 bytes
tools/h5diff/testfiles/tmptest2.he5 | Bin 0 -> 4734280 bytes
tools/h5diff/testh5diff.sh.in | 10 +
tools/h5dump/CMakeLists.txt | 34 +-
tools/h5dump/CMakeTests.cmake | 453 ++--
tools/h5dump/CMakeTestsPBITS.cmake | 82 +-
tools/h5dump/CMakeTestsXML.cmake | 90 +-
tools/h5dump/Makefile.am | 2 +-
tools/h5dump/Makefile.in | 542 +++-
tools/h5dump/h5dump_ddl.c | 20 +-
tools/h5dump/h5dump_xml.c | 119 +-
tools/h5dump/testh5dump.sh.in | 30 +-
tools/h5import/CMakeLists.txt | 26 +-
tools/h5import/CMakeTests.cmake | 142 +-
tools/h5import/Makefile.am | 2 +-
tools/h5import/Makefile.in | 541 +++-
tools/h5import/h5import.c | 17 +-
tools/h5jam/CMakeLists.txt | 48 +-
tools/h5jam/CMakeTests.cmake | 228 +-
tools/h5jam/Makefile.am | 4 +-
tools/h5jam/Makefile.in | 538 +++-
tools/h5jam/getub.c | 23 +-
tools/h5jam/h5jamgentest.c | 31 +-
tools/h5jam/tellub.c | 23 +-
tools/h5ls/CMakeLists.txt | 18 +-
tools/h5ls/CMakeTests.cmake | 76 +-
tools/h5ls/Makefile.am | 2 +-
tools/h5ls/Makefile.in | 530 +++-
tools/h5ls/h5ls.c | 6 +-
tools/h5repack/CMakeLists.txt | 52 +-
tools/h5repack/CMakeTests.cmake | 802 +++---
tools/h5repack/Makefile.am | 6 +-
tools/h5repack/Makefile.in | 538 +++-
test/dynlib1.c => tools/h5repack/dynlib_rpk.c | 0
tools/h5repack/h5repack.sh.in | 59 +-
tools/h5repack/h5repack_plugin.sh.in | 57 +-
tools/h5repack/h5repack_refs.c | 199 +-
.../testfiles/deflate_limit.h5repack_layout.h5.ddl | 2 +-
.../{h5repack_layout.h5 => h5repack_layout.UD.h5} | Bin 27280 -> 43744 bytes
...5.ddl => h5repack_layout.UD.h5-plugin_none.ddl} | 30 +-
.../testfiles/h5repack_layout.h5-plugin_test.ddl | 2 +-
.../plugin_none.h5repack_layout.UD.h5.tst | 14 +
tools/h5stat/CMakeLists.txt | 30 +-
tools/h5stat/CMakeTests.cmake | 68 +-
tools/h5stat/Makefile.am | 2 +-
tools/h5stat/Makefile.in | 516 +++-
tools/h5stat/testfiles/h5stat_dims1.ddl | 3 -
tools/h5stat/testfiles/h5stat_dims2.ddl | 3 -
tools/h5stat/testfiles/h5stat_err1_dims.ddl | 3 -
tools/h5stat/testfiles/h5stat_err1_links.ddl | 3 -
tools/h5stat/testfiles/h5stat_err1_numattrs.ddl | 3 -
tools/h5stat/testfiles/h5stat_err2_numattrs.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-F.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-UD.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-UT.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-d.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-dT.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-file.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters-g.ddl | 3 -
tools/h5stat/testfiles/h5stat_filters.ddl | 3 -
tools/h5stat/testfiles/h5stat_help1.ddl | 3 -
tools/h5stat/testfiles/h5stat_help2.ddl | 3 -
tools/h5stat/testfiles/h5stat_links1.ddl | 3 -
tools/h5stat/testfiles/h5stat_links2.ddl | 3 -
tools/h5stat/testfiles/h5stat_links3.ddl | 3 -
tools/h5stat/testfiles/h5stat_links4.ddl | 3 -
tools/h5stat/testfiles/h5stat_links5.ddl | 3 -
tools/h5stat/testfiles/h5stat_newgrat-UA.ddl | 3 -
tools/h5stat/testfiles/h5stat_newgrat-UG.ddl | 3 -
tools/h5stat/testfiles/h5stat_newgrat.ddl | 3 -
tools/h5stat/testfiles/h5stat_nofile.ddl | 3 -
tools/h5stat/testfiles/h5stat_notexist.ddl | 3 -
tools/h5stat/testfiles/h5stat_numattrs1.ddl | 3 -
tools/h5stat/testfiles/h5stat_numattrs2.ddl | 3 -
tools/h5stat/testfiles/h5stat_numattrs3.ddl | 3 -
tools/h5stat/testfiles/h5stat_numattrs4.ddl | 3 -
tools/h5stat/testfiles/h5stat_tsohm.ddl | 3 -
tools/h5stat/testh5stat.sh.in | 3 -
tools/lib/CMakeLists.txt | 43 +-
tools/lib/Makefile.am | 2 +-
tools/lib/Makefile.in | 500 +++-
tools/lib/h5diff.c | 43 -
tools/lib/h5diff_attr.c | 37 +-
tools/lib/h5tools.c | 64 +-
tools/lib/h5tools_dump.c | 6 +-
tools/lib/h5tools_filters.c | 286 ++-
tools/lib/h5tools_str.c | 2 +-
tools/lib/h5trav.c | 138 +-
tools/lib/h5trav.h | 12 +-
tools/lib/ph5diff.h | 16 +-
tools/misc/CMakeLists.txt | 54 +-
tools/misc/CMakeTests.cmake | 120 +-
tools/misc/Makefile.am | 2 +-
tools/misc/Makefile.in | 528 +++-
tools/misc/h5debug.c | 5 +-
tools/misc/h5repart_gentest.c | 1 -
tools/misc/talign.c | 6 +-
tools/misc/testh5mkgrp.sh.in | 2 +-
tools/testfiles/tcmpdintarray.ddl | 64 +
tools/testfiles/tcmpdintarray.h5 | Bin 0 -> 9888 bytes
tools/testfiles/tcmpdints.ddl | 1444 +++++++++++
tools/testfiles/tcmpdints.h5 | Bin 0 -> 9312 bytes
tools/testfiles/tcontiguos.ddl | 2 +-
tools/testfiles/tfilters.h5 | Bin 46272 -> 46496 bytes
tools/testfiles/tintsattrs.ddl | 1115 ++++++++
tools/testfiles/tintsattrs.h5 | Bin 0 -> 28912 bytes
tools/testfiles/treadfilter.ddl | 54 +
tools/testfiles/treadintfilter.ddl | 132 +
tools/testfiles/tscalarintattrsize.ddl | 256 ++
tools/testfiles/tscalarintattrsize.h5 | Bin 0 -> 28928 bytes
tools/testfiles/tscaleoffset.ddl | 4 +-
vms/c++/examples/make.com | 2 +-
vms/fortran/examples/make.com | 2 +-
vms/src/h5pubconf.h | 12 +-
vms/src/make.com | 2 +-
669 files changed, 47390 insertions(+), 20725 deletions(-)
create mode 100644 bin/test-driver
create mode 100644 c++/src/header_files/hdf_logo.jpg
copy {html/Graphics => c++/src/header_files}/help.jpg (100%)
create mode 100644 c++/test/tdspl.cpp
create mode 100644 c++/test/tobject.cpp
delete mode 100644 config/cmake/CPack.cmake
create mode 100644 config/cmake/PkgInfo.in
create mode 100644 config/cmake/README.txt.cmake.in
create mode 100644 config/cmake/hdf.bmp
delete mode 100644 config/cmake/hdf.gif
create mode 100755 config/cmake/hdf.icns
create mode 100644 config/cmake/hdf.ico
create mode 100644 config/cmake/version.plist.in
delete mode 100644 config/cmake/xlatefile.c
copy fortran/test/{fortranlib_test_1_8.f90 => tH5MISC_1_8.f90} (84%)
copy fortran/{src/H5_ff_F90.f90 => test/tHDF5.f90} (77%)
copy fortran/{src/H5_ff_F90.f90 => test/tHDF5_1_8.f90} (80%)
copy fortran/{src/H5_ff_F90.f90 => test/tHDF5_F03.f90} (79%)
delete mode 100644 hl/src/H5DOprivate.h
create mode 100644 html/Advanced/ModifiedRegionWrites/ModifiedRegionWrites.docx
create mode 100644 html/RM/H5/H5free_memory.htm
create mode 100644 html/RM/H5F/h5fget_file_image_f_F03.htm
create mode 100644 html/RM/H5P/H5Pget_core_write_tracking.htm
create mode 100644 html/RM/H5P/H5Pset_core_write_tracking.htm
create mode 100644 html/RM/H5P/h5pget_file_image_f_F03.htm
create mode 100644 html/RM/H5P/h5pset_file_image_f_F03.htm
create mode 100755 html/UG/14_PropertyLists.html
create mode 100644 html/UG/Images/PropListClassInheritance.png
create mode 100644 html/UG/Images/PropListEcosystem.png
copy html/UG/{UG_frame13ErrorHandling.html => UG_frame14PropertyLists.html} (84%)
copy html/UG/{UG_nav13Attributes.html => UG_nav14PropertyLists.html} (87%)
delete mode 100644 src/H5FDmpiposix.c
delete mode 100644 src/H5FDmpiposix.h
rename src/{H5V.c => H5VM.c} (90%)
rename src/{H5Vprivate.h => H5VMprivate.h} (70%)
delete mode 100644 testpar/t_posix_compliant.c
delete mode 100644 testpar/testph5.sh.in
copy tools/h5diff/testfiles/{h5diff_200.txt => h5diff_tmp1.txt} (100%)
create mode 100644 tools/h5diff/testfiles/h5diff_tmp2.txt
create mode 100644 tools/h5diff/testfiles/tmpSingleSiteBethe.output.h5
create mode 100644 tools/h5diff/testfiles/tmpSingleSiteBethe.reference.h5
create mode 100644 tools/h5diff/testfiles/tmptest.he5
create mode 100644 tools/h5diff/testfiles/tmptest2.he5
copy test/dynlib1.c => tools/h5repack/dynlib_rpk.c (100%)
copy tools/h5repack/testfiles/{h5repack_layout.h5 => h5repack_layout.UD.h5} (50%)
copy tools/h5repack/testfiles/{deflate_limit.h5repack_layout.h5.ddl => h5repack_layout.UD.h5-plugin_none.ddl} (79%)
create mode 100644 tools/h5repack/testfiles/plugin_none.h5repack_layout.UD.h5.tst
create mode 100644 tools/testfiles/tcmpdintarray.ddl
create mode 100644 tools/testfiles/tcmpdintarray.h5
create mode 100644 tools/testfiles/tcmpdints.ddl
create mode 100644 tools/testfiles/tcmpdints.h5
create mode 100644 tools/testfiles/tintsattrs.ddl
create mode 100644 tools/testfiles/tintsattrs.h5
create mode 100644 tools/testfiles/treadfilter.ddl
create mode 100644 tools/testfiles/treadintfilter.ddl
create mode 100644 tools/testfiles/tscalarintattrsize.ddl
create mode 100644 tools/testfiles/tscalarintattrsize.h5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git
More information about the Pkg-grass-devel
mailing list