[hdf5] branch upstream updated (18d064c -> eb6a32d)
Gilles Filippini
pini at moszumanska.debian.org
Mon Dec 22 10:45:36 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 18d064c Imported Upstream version 1.8.13+docs
new eb6a32d Imported Upstream version 1.8.14+docs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeFilters.cmake | 6 +-
CMakeInstallation.cmake | 103 +-
CMakeLists.txt | 32 +-
MANIFEST | 59 +-
Makefile.in | 1 -
README.txt | 2 +-
bin/cmakehdf5 | 20 +-
bin/trace | 2 +
c++/CMakeLists.txt | 4 +-
c++/Makefile.in | 1 -
c++/examples/Makefile.in | 1 -
c++/src/CMakeLists.txt | 2 +-
c++/src/H5ArrayType.cpp | 53 +-
c++/src/H5Attribute.cpp | 12 +-
c++/src/H5CommonFG.cpp | 17 +
c++/src/H5CppDoc.h | 53 +-
c++/src/H5DataSet.cpp | 10 +-
c++/src/H5DataSpace.cpp | 2 +-
c++/src/H5DataSpace.h | 12 +-
c++/src/H5DataType.cpp | 10 +-
c++/src/H5EnumType.cpp | 1 +
c++/src/H5Exception.cpp | 6 +
c++/src/H5File.cpp | 18 +-
c++/src/H5Group.cpp | 8 +-
c++/src/H5IdComponent.cpp | 5 +-
c++/src/H5Location.cpp | 6 +-
c++/src/H5PropList.cpp | 7 +-
c++/src/H5StrType.cpp | 14 +
c++/src/Makefile.in | 7 +-
c++/src/cpp_doc_config | 6 +-
c++/test/CMakeTests.cmake | 3 +-
c++/test/Makefile.in | 1 -
c++/test/dsets.cpp | 1 +
c++/test/tfile.cpp | 4 +-
c++/test/th5s.cpp | 4 +-
c++/test/tlinks.cpp | 2 +-
config/apple | 24 +
config/cmake/ConfigureChecks.cmake | 778 +-
config/cmake/ConversionTests.c | 466 +-
config/cmake/FindHDF5.cmake.in | 172 +-
config/cmake/H5pubconf.h.in | 15 +-
config/cmake/HDF518_Examples.cmake.in | 233 +-
config/cmake/HDF5Macros.cmake | 2 +-
config/cmake/README.txt.cmake.in | 107 +-
config/cmake/cacheinit.cmake | 148 +-
config/cmake/hdf5-config-version.cmake.in | 54 +-
config/cmake/hdf5-config.cmake.build.in | 146 +-
config/cmake/hdf5-config.cmake.install.in | 162 +-
config/cmake/libhdf5.settings.cmake.in | 2 +-
config/cmake/mccacheinit.cmake | 155 +-
.../{cmake => cmake_ext_mod}/CPack.Info.plist.in | 0
config/cmake_ext_mod/CTestCustom.cmake | 16 +
.../{cmake => cmake_ext_mod}/CheckTypeSize.cmake | 12 +-
config/cmake_ext_mod/ConfigureChecks.cmake | 751 ++
config/{cmake => cmake_ext_mod}/FindMPI.cmake | 0
config/{cmake => cmake_ext_mod}/FindSZIP.cmake | 6 +-
.../{cmake => cmake_ext_mod}/GetTimeOfDayTest.cpp | 0
.../HDFCXXTests.cpp} | 8 +-
config/{cmake => cmake_ext_mod}/HDFLibMacros.cmake | 247 +-
config/{cmake => cmake_ext_mod}/HDFMacros.cmake | 131 +-
.../HDF5Tests.c => cmake_ext_mod/HDFTests.c} | 0
.../HDFUseFortran.cmake} | 28 +
.../NSIS.InstallOptions.ini.in | 2 +-
config/{cmake => cmake_ext_mod}/NSIS.template.in | 0
config/{cmake => cmake_ext_mod}/grepTest.cmake | 0
config/{cmake => cmake_ext_mod}/hdf.bmp | Bin
config/{cmake => cmake_ext_mod}/hdf.icns | Bin
config/{cmake => cmake_ext_mod}/hdf.ico | Bin
config/{cmake => cmake_ext_mod}/prunTest.cmake | 0
config/{cmake => cmake_ext_mod}/runTest.cmake | 34 +-
config/{cmake => cmake_ext_mod}/version.plist.in | 0
config/gnu-flags | 82 +-
config/lt_vers.am | 6 +-
configure | 203 +-
configure.ac | 101 +-
examples/CMakeLists.txt | 2 +-
examples/Makefile.in | 1 -
examples/h5_cmprss.c | 250 +-
examples/h5_crtatt.c | 126 +-
examples/h5_crtdat.c | 102 +-
examples/h5_crtgrp.c | 80 +-
examples/h5_crtgrpar.c | 96 +-
examples/h5_crtgrpd.c | 182 +-
examples/h5_rdwt.c | 106 +-
examples/h5_reference.c | 4 +-
fortran/Makefile.in | 1 -
fortran/examples/Makefile.in | 1 -
fortran/examples/h5_cmprss.f90 | 262 +-
fortran/src/CMakeLists.txt | 49 +-
fortran/src/H5Pf.c | 58 +-
fortran/src/H5Rf.c | 2 +-
fortran/src/H5Tf.c | 35 +-
fortran/src/H5Tff.f90 | 71 +-
fortran/src/H5_f.c | 14 +-
fortran/src/H5test_kind.f90 | 24 +-
fortran/src/H5test_kind_SIZEOF.f90 | 24 +-
...ind_SIZEOF.f90 => H5test_kind_STORAGE_SIZE.f90} | 70 +-
fortran/src/Makefile.am | 6 +-
fortran/src/Makefile.in | 24 +-
fortran/src/hdf5_fortrandll.def.in | 1144 +-
fortran/test/CMakeLists.txt | 15 +-
fortran/test/Makefile.am | 22 +-
fortran/test/Makefile.in | 64 +-
fortran/test/fortranlib_test_1_8.f90 | 8 +-
fortran/test/tH5L_F03.f90 | 2 +-
fortran/test/tH5MISC_1_8.f90 | 2 +-
fortran/test/tH5O_F03.f90 | 2 +-
fortran/test/tH5P_F03.f90 | 86 +-
fortran/test/tH5T_F03.f90 | 13 +-
fortran/test/tHDF5_1_8.f90 | 1 -
fortran/test/tf.f90 | 4 +-
fortran/test/tf_F03.f90 | 128 +
fortran/test/tf_F08.f90 | 128 +
fortran/test/{tHDF5_F03.f90 => tf_F90.f90} | 28 +-
fortran/testpar/Makefile.in | 1 -
hl/CMakeLists.txt | 2 +-
hl/Makefile.in | 1 -
hl/c++/Makefile.in | 1 -
hl/c++/examples/Makefile.in | 1 -
hl/c++/src/Makefile.in | 7 +-
hl/c++/test/Makefile.in | 1 -
hl/examples/Makefile.in | 1 -
hl/fortran/Makefile.in | 1 -
hl/fortran/examples/Makefile.in | 1 -
hl/fortran/src/Makefile.am | 2 +-
hl/fortran/src/Makefile.in | 9 +-
hl/fortran/test/Makefile.in | 1 -
hl/fortran/test/tsttable.f90 | 21 +-
hl/src/H5DS.c | 170 +-
hl/src/H5DSprivate.h | 2 -
hl/src/H5HLprivate2.h | 40 +-
hl/src/H5IM.c | 145 +-
hl/src/H5LT.c | 107 +-
hl/src/H5LTanalyze.c | 1792 +--
hl/src/H5LTanalyze.l | 75 +-
hl/src/H5LTparse.c | 3087 +++--
hl/src/H5LTparse.h | 201 +-
hl/src/H5LTparse.y | 141 +-
hl/src/H5LTprivate.h | 2 +-
hl/src/H5PT.c | 51 +-
hl/src/H5TB.c | 3143 +++---
hl/src/Makefile.am | 2 +-
hl/src/Makefile.in | 9 +-
hl/test/Makefile.in | 1 -
hl/test/gen_test_ds.c | 4 +-
hl/test/test_ds.c | 10 +-
hl/test/test_dset_opt.c | 14 +-
hl/test/test_file_image.c | 10 +-
hl/test/test_image.c | 4 +-
hl/test/test_lite.c | 39 +-
hl/test/test_table.c | 9 +-
hl/tools/Makefile.in | 1 -
hl/tools/gif2h5/Makefile.in | 1 -
html/ADGuide.html | 389 +-
html/ADGuide/Changes.html | 11200 +------------------
html/ADGuide/Changes_1_4-1_6.html | 3401 ++++++
html/ADGuide/{Changes.html => Changes_1_8_x.html} | 3442 +-----
html/ADGuide/CompatFormat180.html | 24 +-
html/ADGuide/Compatibility_Report/CR_1.8.14.html | 1176 ++
html/ADGuide/ImageSpec.html | 26 +-
html/Advanced.html | 28 +-
html/Advanced/Chunking/index.html | 29 +-
html/Advanced/DirectChunkWrite/index.html | 23 +-
html/Advanced/HDF5_Metadata/index.html | 23 +-
html/Advanced/MetadataCache/index.html | 25 +-
html/Advanced/UsingIdentifiers/index.html | 95 +-
html/Advanced/UsingUnicode/index.html | 23 +-
html/Copyright.html | 23 +-
html/Glossary.html | 26 +-
html/Graphics/favicon.ico | Bin 0 -> 805 bytes
html/H5.format.html | 3103 +++--
html/H5.intro.html | 24 +-
html/HL/H5TB_Spec.html | 6 +-
html/HL/RM_H5DS.html | 7 +-
html/HL/RM_H5IM.html | 7 +-
html/HL/RM_H5LT.html | 7 +-
html/HL/RM_H5PT.html | 7 +-
html/HL/RM_H5PT_c++.html | 7 +-
html/HL/RM_H5TB.html | 47 +-
html/HL/RM_HDF5Optimized.html | 4 +-
html/HL/index.html | 7 +-
html/Intro/IntroExamples.html | 24 +-
html/RM/APICompatMacros.html | 24 +-
html/RM/CollectiveCalls.html | 24 +-
html/RM/H5A/H5Acreate.htm | 12 +-
html/RM/H5A/H5Acreate2.htm | 13 +-
html/RM/H5A/H5Acreate_by_name.htm | 16 +-
html/RM/H5A/H5Aget_type.htm | 38 +-
html/RM/H5A/H5Aopen.htm | 10 +-
html/RM/H5A/H5Aopen_by_idx.htm | 11 +-
html/RM/H5A/H5Aopen_by_name.htm | 16 +-
html/RM/H5A/H5Aread.htm | 11 +-
html/RM/H5A/H5Awrite.htm | 15 +-
html/RM/H5D/H5Dcreate.htm | 13 +-
html/RM/H5D/H5Dcreate2.htm | 32 +-
html/RM/H5D/H5Dcreate_anon.htm | 13 +-
html/RM/H5D/H5Dget_access_plist.htm | 8 +-
html/RM/H5D/H5Dget_create_plist.htm | 40 +-
html/RM/H5D/H5Dget_space.htm | 12 +-
html/RM/H5D/H5Dget_type.htm | 13 +-
html/RM/H5D/H5Dopen.htm | 11 +-
html/RM/H5D/H5Dopen2.htm | 47 +-
html/RM/H5D/H5Dread.htm | 16 +-
html/RM/H5D/H5Dwrite.htm | 16 +-
html/RM/H5E/H5Ecreate_msg.htm | 13 +-
html/RM/H5E/H5Ecreate_stack.htm | 40 +-
html/RM/H5F/H5Fcreate.htm | 13 +-
html/RM/H5F/H5Fget_access_plist.htm | 18 +-
html/RM/H5F/H5Fget_create_plist.htm | 18 +-
html/RM/H5F/H5Fopen.htm | 14 +-
html/RM/H5F/H5Freopen.htm | 44 +-
html/RM/H5G/H5Gcreate.htm | 18 +-
html/RM/H5G/H5Gcreate2.htm | 22 +-
html/RM/H5G/H5Gcreate_anon.htm | 16 +-
html/RM/H5G/H5Gget_objinfo.htm | 2 +-
html/RM/H5G/H5Gopen.htm | 12 +-
html/RM/H5G/H5Gopen2.htm | 21 +-
html/RM/H5I/H5Isearch.htm | 32 +-
html/RM/H5L/H5Ldelete.htm | 12 +-
html/RM/H5L/H5Lget_info.htm | 5 +-
html/RM/H5L/H5Literate.htm | 15 +-
html/RM/H5L/H5Literate_by_name.htm | 15 +-
html/RM/H5O/H5Oget_info.htm | 7 +-
html/RM/H5O/H5Oopen.htm | 19 +-
html/RM/H5O/H5Oopen_by_addr.htm | 20 +-
html/RM/H5O/H5Oopen_by_idx.htm | 12 +-
html/RM/H5P/H5Pcreate.htm | 44 +-
html/RM/H5P/H5Pget_char_encoding.htm | 17 +-
html/RM/H5P/H5Pget_core_write_tracking.htm | 8 +-
html/RM/H5P/H5Pset_cache.htm | 194 +-
html/RM/H5P/H5Pset_char_encoding.htm | 20 +-
html/RM/H5P/H5Pset_chunk_cache.htm | 94 +-
html/RM/H5P/H5Pset_core_write_tracking.htm | 169 +-
html/RM/H5P/H5Pset_fapl_multi.htm | 26 +-
html/RM/H5R/H5Rdereference.htm | 16 +-
html/RM/H5R/H5Rget_region.htm | 14 +-
html/RM/H5S/H5Screate.htm | 9 +-
html/RM/H5S/H5Screate_simple.htm | 14 +-
html/RM/H5T/H5Tarray_create2.htm | 2 +-
html/RM/H5T/H5Tcopy.htm | 13 +-
html/RM/H5T/H5Tcreate.htm | 15 +-
html/RM/H5T/H5Tdecode.htm | 11 +-
html/RM/H5T/H5Tget_class.htm | 13 +-
html/RM/H5T/H5Tget_cset.htm | 15 +-
html/RM/H5T/H5Tget_member_type.htm | 16 +-
html/RM/H5T/H5Tget_size.htm | 28 +-
html/RM/H5T/H5Tget_super.htm | 11 +-
html/RM/H5T/H5Topen.htm | 15 +-
html/RM/H5T/H5Topen2.htm | 41 +-
html/RM/H5T/H5Tregister.htm | 9 +-
html/RM/H5T/H5Tset_cset.htm | 22 +-
html/RM/PredefDTypes.html | 26 +-
html/RM/RM_H5.html | 29 +-
html/RM/RM_H5A.html | 33 +-
html/RM/RM_H5D.html | 28 +-
html/RM/RM_H5E.html | 28 +-
html/RM/RM_H5F.html | 28 +-
html/RM/RM_H5Front.html | 28 +-
html/RM/RM_H5G.html | 28 +-
html/RM/RM_H5I.html | 28 +-
html/RM/RM_H5L.html | 28 +-
html/RM/RM_H5O.html | 28 +-
html/RM/RM_H5P.html | 28 +-
html/RM/RM_H5R.html | 28 +-
html/RM/RM_H5S.html | 28 +-
html/RM/RM_H5T.html | 35 +-
html/RM/RM_H5Z.html | 26 +-
html/RM/Tools.html | 29 +-
html/RM/Tools/h5diff.htm | 2 +-
html/TechNotes.html | 73 +-
html/TechNotes/VFL.html | 7 +-
html/TechNotes/VFLfunc.html | 4 +-
html/TechNotes/Version.html | 83 +-
html/UG/13_Attributes.html | 4 +-
html/UG/14_PropertyLists.html | 650 +-
html/UG/17_Additional.html | 6 +-
html/UG/UG_UpdateStatus.html | 30 +-
html/UG/UG_front.html | 4 +-
html/UG/UG_nav00.html | 186 +-
html/UG/UG_nav03DataModel.html | 191 +-
html/UG/UG_nav04ProgModel.html | 211 +-
html/UG/UG_nav08TheFile.html | 203 +-
html/UG/UG_nav09Groups.html | 184 +-
html/UG/UG_nav10Datasets.html | 199 +-
html/UG/UG_nav11Datatypes.html | 205 +-
html/UG/UG_nav12Dataspaces.html | 197 +-
html/UG/UG_nav13Attributes.html | 191 +-
html/UG/UG_nav13ErrorHandling.html | 197 +-
html/UG/UG_nav14PropertyLists.html | 197 +-
html/UG/UG_nav17SpecialTopics.html | 181 +-
html/UG/UG_navObjectsIdentifiers.html | 174 +-
html/UG/ed_libs/Footer.lbi | 5 -
html/_topic/Chunking/index.html | 23 +-
html/cpplus/CppInterfaces.html | 22 +-
html/ddl.html | 27 +-
html/doc-info.html | 10 +-
html/ed_libs/Footer-THGonly.htm | 23 +
html/ed_libs/Footer-THGonly.lbi | 2 +-
.../{Footer-THGonly.lbi => Footer-THGonly2.htm} | 7 +-
html/ed_libs/Footer-THGonly3.htm | 23 +
html/ed_libs/{Footer.lbi => Footer.htm} | 11 +-
html/ed_libs/Footer.lbi | 2 +-
html/ed_libs/{Footer.lbi => Footer2.htm} | 7 +-
html/ed_libs/{Footer.lbi => Footer3.htm} | 11 +-
html/ed_libs/Footer_Null.htm | 15 +
html/ed_libs/Footer_Null.lbi | 3 +-
html/fortran/FortranFlags.html | 29 +-
html/fortran/index.html | 9 +-
html/index.html | 6 +-
perform/CMakeLists.txt | 2 +-
perform/Makefile.in | 1 -
perform/sio_standalone.h | 1 +
perform/sio_timer.c | 394 +-
release_docs/HISTORY-1_8.txt | 764 ++
release_docs/INSTALL | 28 +-
release_docs/INSTALL_CMake.txt | 20 +-
release_docs/INSTALL_Cygwin.txt | 81 +-
release_docs/INSTALL_parallel | 25 +-
release_docs/RELEASE.txt | 776 +-
release_docs/USING_CMake_Examples.txt | 162 +-
release_docs/USING_HDF5_CMake.txt | 10 +-
release_docs/USING_HDF5_VS.txt | 6 +-
src/CMakeLists.txt | 60 +-
src/H5.c | 5 +-
src/H5A.c | 1096 +-
src/H5AC.c | 70 +-
src/H5ACpkg.h | 2 -
src/H5ACprivate.h | 2 +
src/H5Adeprec.c | 9 +-
src/H5Aint.c | 1155 ++
src/H5Apkg.h | 14 +-
src/H5B.c | 2 +-
src/H5C.c | 58 +-
src/H5Cprivate.h | 16 +-
src/H5D.c | 200 +-
src/H5Dchunk.c | 270 +-
src/H5Dint.c | 302 +-
src/H5Dio.c | 111 +-
src/H5Dmpio.c | 10 +-
src/H5Dprivate.h | 3 +
src/H5Dpublic.h | 4 +-
src/H5E.c | 127 +-
src/H5Epublic.h | 2 +-
src/H5F.c | 2350 +---
src/H5FD.c | 53 +-
src/H5FDint.c | 79 +-
src/H5FDmpio.c | 39 +-
src/H5FDmulti.c | 2 +-
src/H5FDprivate.h | 6 +-
src/H5FDwindows.h | 98 +-
src/H5Faccum.c | 519 +-
src/H5Fefc.c | 7 +-
src/{H5F.c => H5Fint.c} | 1688 +--
src/H5Fio.c | 17 +-
src/H5Fpkg.h | 21 +-
src/H5Fprivate.h | 52 +-
src/H5Fsuper.c | 71 +-
src/H5Fsuper_cache.c | 28 +-
src/H5G.c | 13 +-
src/H5Gint.c | 2 +-
src/H5Gname.c | 4 +-
src/H5Gtraverse.c | 2 +-
src/H5HG.c | 2 +-
src/H5I.c | 101 +-
src/H5Ipkg.h | 8 +-
src/H5Ipublic.h | 4 +-
src/H5Lpublic.h | 4 +-
src/H5MF.c | 13 +-
src/H5PL.c | 1 +
src/H5PLextern.h | 40 +-
src/H5PLprivate.h | 14 +-
src/H5Pacpl.c | 9 +-
src/H5Pdapl.c | 11 +-
src/H5Pdcpl.c | 11 +-
src/H5Pdeprec.c | 1 +
src/H5Pdxpl.c | 9 +-
src/H5Pfapl.c | 21 +-
src/H5Pfcpl.c | 9 +-
src/H5Pfmpl.c | 10 +-
src/H5Pgcpl.c | 11 +-
src/H5Pint.c | 330 +-
src/H5Plapl.c | 9 +-
src/H5Plcpl.c | 9 +-
src/H5Pocpl.c | 7 +-
src/H5Pocpypl.c | 10 +-
src/H5Ppkg.h | 13 +-
src/H5Pprivate.h | 42 +-
src/H5Ppublic.h | 127 +-
src/H5Pstrcpl.c | 8 +-
src/H5R.c | 23 +-
src/H5S.c | 14 +-
src/H5Smpio.c | 60 +-
src/H5Spublic.h | 2 +-
src/H5T.c | 41 +-
src/H5Tbit.c | 16 +-
src/H5Tcommit.c | 2 +-
src/H5Z.c | 34 +-
src/H5Zprivate.h | 2 +-
src/H5Zszip.c | 2 +-
src/H5config.h.in | 10 +-
src/H5private.h | 3 +
src/H5public.h | 7 +-
src/H5trace.c | 2 +-
src/Makefile.am | 2 +-
src/Makefile.in | 16 +-
test/CMakeLists.txt | 6 +-
test/CMakeTests.cmake | 89 +-
test/Makefile.in | 1 -
test/accum.c | 199 +-
test/cache_api.c | 14 +-
test/cmpd_dset.c | 34 +-
test/dsets.c | 88 +-
test/dt_arith.c | 96 +-
test/dtypes.c | 88 +-
test/dynlib2.c | 3 +
test/dynlib3.c | 3 +
test/err_compat.c | 2 +-
test/error_test.c | 2 +-
test/file_image.c | 2 +-
test/fillval.c | 28 +-
test/filter_fail.c | 5 +-
test/gen_bogus.c | 2 +-
test/getname.c | 16 +-
test/h5test.c | 6 +-
test/links.c | 129 +-
test/ntypes.c | 6 +-
test/objcopy.c | 16 +-
test/tarray.c | 6 +-
test/tattr.c | 18 +-
test/tconfig.c | 4 +-
test/tcoords.c | 22 +-
test/testfiles/err_compat_1 | 5 +-
test/testframe.c | 23 +-
test/testhdf5.c | 6 +-
test/tfile.c | 22 +-
test/tgenprop.c | 2 +-
test/tid.c | 160 +-
test/tmisc.c | 4 +-
test/trefer.c | 107 +-
test/tselect.c | 447 +-
test/ttsafe.c | 80 +-
test/ttsafe_acreate.c | 4 +-
test/ttsafe_cancel.c | 4 +-
test/tunicode.c | 2 +-
testpar/CMakeLists.txt | 7 +-
testpar/CMakeTests.cmake | 7 +-
testpar/Makefile.in | 1 -
testpar/t_cache.c | 2 +-
testpar/t_chunk_alloc.c | 16 +-
testpar/t_coll_chunk.c | 8 +-
testpar/t_dset.c | 124 +-
testpar/t_filter_read.c | 4 +-
testpar/t_mdset.c | 57 +
testpar/t_mpi.c | 922 +-
testpar/testphdf5.c | 393 +-
testpar/testphdf5.h | 1 +
tools/CMakeLists.txt | 2 +-
tools/Makefile.in | 1 -
tools/h5copy/CMakeLists.txt | 6 +-
tools/h5copy/CMakeTests.cmake | 2 +-
tools/h5copy/Makefile.in | 1 -
tools/h5copy/h5copygentest.c | 20 +-
tools/h5diff/CMakeLists.txt | 6 +-
tools/h5diff/CMakeTests.cmake | 4 +-
tools/h5diff/Makefile.in | 1 -
tools/h5diff/h5diffgentest.c | 50 +-
tools/h5diff/ph5diff_main.c | 5 +-
tools/h5diff/testfiles/h5diff_101w.txt | 22 +-
tools/h5diff/testfiles/h5diff_102w.txt | 20 +-
tools/h5diff/testh5diff.sh.in | 7 +-
tools/h5diff/testph5diff.sh.in | 0
tools/h5dump/CMakeLists.txt | 6 +-
tools/h5dump/CMakeTests.cmake | 24 +-
tools/h5dump/CMakeTestsPBITS.cmake | 2 +-
tools/h5dump/CMakeTestsXML.cmake | 2 +-
tools/h5dump/Makefile.in | 1 -
tools/h5dump/h5dump_xml.c | 2 +-
tools/h5dump/h5dumpgentest.c | 28 +-
tools/h5import/CMakeLists.txt | 6 +-
tools/h5import/CMakeTests.cmake | 14 +-
tools/h5import/Makefile.in | 1 -
tools/h5import/h5import.c | 9 +-
tools/h5jam/CMakeLists.txt | 6 +-
tools/h5jam/CMakeTests.cmake | 18 +-
tools/h5jam/Makefile.in | 1 -
tools/h5jam/getub.c | 4 +-
tools/h5ls/CMakeLists.txt | 6 +-
tools/h5ls/CMakeTests.cmake | 2 +-
tools/h5ls/Makefile.in | 1 -
tools/h5ls/h5ls.c | 11 +-
tools/h5repack/CMakeLists.txt | 8 +-
tools/h5repack/CMakeTests.cmake | 16 +-
tools/h5repack/Makefile.in | 1 -
tools/h5repack/h5repack_copy.c | 2 +-
tools/h5repack/h5repack_main.c | 3 +-
tools/h5repack/h5repack_refs.c | 2 +-
tools/h5repack/h5repacktst.c | 72 +-
tools/h5stat/CMakeLists.txt | 6 +-
tools/h5stat/CMakeTests.cmake | 2 +-
tools/h5stat/Makefile.in | 1 -
tools/h5stat/h5stat.c | 16 +-
tools/lib/CMakeLists.txt | 17 +-
tools/lib/Makefile.in | 1 -
tools/lib/h5diff.c | 293 +-
tools/lib/h5diff_dset.c | 6 +-
tools/lib/h5tools.c | 24 +-
tools/lib/h5tools_dump.c | 49 +-
tools/lib/h5tools_dump.h | 2 +-
tools/lib/h5tools_str.c | 4 +-
tools/misc/CMakeLists.txt | 6 +-
tools/misc/CMakeTests.cmake | 4 +-
tools/misc/Makefile.in | 1 -
tools/misc/h5debug.c | 54 +-
tools/misc/h5repart.c | 4 +-
tools/misc/talign.c | 4 +-
vms/c++/test/H5srcdir_str.h | 46 +-
vms/src/h5pubconf.h | 16 +-
vms/test/H5srcdir_str.h | 44 +-
518 files changed, 27115 insertions(+), 34953 deletions(-)
rename config/{cmake => cmake_ext_mod}/CPack.Info.plist.in (100%)
create mode 100644 config/cmake_ext_mod/CTestCustom.cmake
rename config/{cmake => cmake_ext_mod}/CheckTypeSize.cmake (86%)
create mode 100644 config/cmake_ext_mod/ConfigureChecks.cmake
rename config/{cmake => cmake_ext_mod}/FindMPI.cmake (100%)
rename config/{cmake => cmake_ext_mod}/FindSZIP.cmake (97%)
rename config/{cmake => cmake_ext_mod}/GetTimeOfDayTest.cpp (100%)
rename config/{cmake/HDF5CXXTests.cpp => cmake_ext_mod/HDFCXXTests.cpp} (86%)
rename config/{cmake => cmake_ext_mod}/HDFLibMacros.cmake (50%)
rename config/{cmake => cmake_ext_mod}/HDFMacros.cmake (51%)
rename config/{cmake/HDF5Tests.c => cmake_ext_mod/HDFTests.c} (100%)
rename config/{cmake/HDF5UseFortran.cmake => cmake_ext_mod/HDFUseFortran.cmake} (89%)
rename config/{cmake => cmake_ext_mod}/NSIS.InstallOptions.ini.in (82%)
rename config/{cmake => cmake_ext_mod}/NSIS.template.in (100%)
rename config/{cmake => cmake_ext_mod}/grepTest.cmake (100%)
rename config/{cmake => cmake_ext_mod}/hdf.bmp (100%)
rename config/{cmake => cmake_ext_mod}/hdf.icns (100%)
mode change 100755 => 100644
rename config/{cmake => cmake_ext_mod}/hdf.ico (100%)
rename config/{cmake => cmake_ext_mod}/prunTest.cmake (100%)
rename config/{cmake => cmake_ext_mod}/runTest.cmake (90%)
rename config/{cmake => cmake_ext_mod}/version.plist.in (100%)
copy fortran/src/{H5test_kind_SIZEOF.f90 => H5test_kind_STORAGE_SIZE.f90} (80%)
create mode 100644 fortran/test/tf_F03.f90
create mode 100644 fortran/test/tf_F08.f90
copy fortran/test/{tHDF5_F03.f90 => tf_F90.f90} (78%)
create mode 100755 html/ADGuide/Changes_1_4-1_6.html
copy html/ADGuide/{Changes.html => Changes_1_8_x.html} (74%)
create mode 100644 html/ADGuide/Compatibility_Report/CR_1.8.14.html
create mode 100644 html/Graphics/favicon.ico
delete mode 100644 html/UG/ed_libs/Footer.lbi
create mode 100644 html/ed_libs/Footer-THGonly.htm
copy html/ed_libs/{Footer-THGonly.lbi => Footer-THGonly2.htm} (70%)
create mode 100644 html/ed_libs/Footer-THGonly3.htm
copy html/ed_libs/{Footer.lbi => Footer.htm} (55%)
copy html/ed_libs/{Footer.lbi => Footer2.htm} (74%)
copy html/ed_libs/{Footer.lbi => Footer3.htm} (54%)
create mode 100755 html/ed_libs/Footer_Null.htm
copy src/{H5F.c => H5Fint.c} (64%)
mode change 100755 => 100644 tools/h5diff/testh5diff.sh.in
mode change 100755 => 100644 tools/h5diff/testph5diff.sh.in
--
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