[hdf5] 05/17: Merge tag 'upstream/1.10.1+docs'
Gilles Filippini
pini at debian.org
Thu Dec 21 22:06:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository hdf5.
commit 3ed06b5c976fcd83cc1272213b1a095a360ff5e4
Merge: c93c5c5 173f2a1
Author: Gilles Filippini <pini at debian.org>
Date: Tue Oct 3 23:51:38 2017 +0200
Merge tag 'upstream/1.10.1+docs'
Upstream version 1.10.1+docs
ACKNOWLEDGMENTS | 14 +-
CMakeFilters.cmake | 86 +-
CMakeInstallation.cmake | 196 +-
CMakeLists.txt | 350 +-
COPYING | 18 +-
COPYING_LBNL_HDF5 | 49 +
CTestConfig.cmake | 19 +-
MANIFEST | 1440 ++-
Makefile | 10 +-
Makefile.am | 10 +-
Makefile.dist | 10 +-
Makefile.in | 12 +-
README.txt | 2 +-
UserMacros.cmake | 18 +-
acsite.m4 | 11 +-
autogen.sh | 10 +-
bin/COPYING | 11 +-
bin/buildhdf5 | 10 +-
bin/chkmanifest | 40 +-
bin/dependencies | 10 +-
bin/deploy | 10 +-
bin/distdep | 10 +-
bin/genparser | 10 +-
bin/h5vers | 120 +-
bin/iostats | 10 +-
bin/locate_sw | 10 +-
bin/make_err | 20 +-
bin/make_overflow | 20 +-
bin/make_vers | 20 +-
bin/mkdirs | 10 +-
bin/newer | 10 +-
bin/output_filter.sh | 25 +-
bin/release | 257 +-
bin/restore.sh | 65 +
bin/snapshot | 564 +-
bin/trace | 118 +-
bin/yodconfigure | 11 +-
c++/CMakeLists.txt | 8 +-
c++/COPYING | 11 +-
c++/Makefile.am | 10 +-
c++/Makefile.in | 21 +-
c++/examples/CMakeLists.txt | 12 +-
c++/examples/CMakeTests.cmake | 60 +-
c++/examples/Makefile.am | 10 +-
c++/examples/Makefile.in | 21 +-
c++/examples/chunks.cpp | 26 +-
c++/examples/compound.cpp | 26 +-
c++/examples/create.cpp | 17 +-
c++/examples/extend_ds.cpp | 24 +-
c++/examples/h5group.cpp | 26 +-
c++/examples/h5tutr_cmprss.cpp | 23 +-
c++/examples/h5tutr_crtatt.cpp | 16 +-
c++/examples/h5tutr_crtdat.cpp | 16 +-
c++/examples/h5tutr_crtgrp.cpp | 23 +-
c++/examples/h5tutr_crtgrpar.cpp | 23 +-
c++/examples/h5tutr_crtgrpd.cpp | 23 +-
c++/examples/h5tutr_extend.cpp | 23 +-
c++/examples/h5tutr_rdwt.cpp | 16 +-
c++/examples/h5tutr_subset.cpp | 23 +-
c++/examples/readdata.cpp | 26 +-
c++/examples/run-c++-ex.sh.in | 10 +-
c++/examples/testh5c++.sh.in | 10 +-
c++/examples/writedata.cpp | 26 +-
c++/src/CMakeLists.txt | 18 +-
c++/src/H5AbstractDs.cpp | 463 +-
c++/src/H5AbstractDs.h | 88 +-
c++/src/H5Alltypes.h | 12 +-
c++/src/H5ArrayType.cpp | 263 +-
c++/src/H5ArrayType.h | 68 +-
c++/src/H5AtomType.cpp | 379 +-
c++/src/H5AtomType.h | 84 +-
c++/src/H5Attribute.cpp | 582 +-
c++/src/H5Attribute.h | 131 +-
c++/src/H5Classes.h | 66 +-
c++/src/H5CommonFG.cpp | 1366 +-
c++/src/H5CommonFG.h | 190 +-
c++/src/H5CompType.cpp | 599 +-
c++/src/H5CompType.h | 145 +-
c++/src/H5Cpp.h | 23 +-
c++/src/H5CppDoc.h | 28 +-
c++/src/H5DataSet.cpp | 877 +-
c++/src/H5DataSet.h | 142 +-
c++/src/H5DataSpace.cpp | 828 +-
c++/src/H5DataSpace.h | 177 +-
c++/src/H5DataType.cpp | 1035 +-
c++/src/H5DataType.h | 189 +-
c++/src/H5DcreatProp.cpp | 987 +-
c++/src/H5DcreatProp.h | 173 +-
c++/src/H5DxferProp.cpp | 605 +-
c++/src/H5DxferProp.h | 154 +-
c++/src/H5EnumType.cpp | 373 +-
c++/src/H5EnumType.h | 97 +-
c++/src/H5Exception.cpp | 665 +-
c++/src/H5Exception.h | 173 +-
c++/src/H5FaccProp.cpp | 917 +-
c++/src/H5FaccProp.h | 205 +-
c++/src/H5FcreatProp.cpp | 393 +-
c++/src/H5FcreatProp.h | 117 +-
c++/src/H5File.cpp | 783 +-
c++/src/H5File.h | 155 +-
c++/src/H5FloatType.cpp | 419 +-
c++/src/H5FloatType.h | 90 +-
c++/src/H5Group.cpp | 273 +-
c++/src/H5Group.h | 92 +-
c++/src/H5IdComponent.cpp | 445 +-
c++/src/H5IdComponent.h | 132 +-
c++/src/H5Include.h | 14 +-
c++/src/H5IntType.cpp | 184 +-
c++/src/H5IntType.h | 66 +-
c++/src/H5LaccProp.cpp | 149 +
c++/src/H5LaccProp.h | 72 +
c++/src/H5Library.cpp | 243 +-
c++/src/H5Library.h | 60 +-
c++/src/H5Location.cpp | 2128 ++--
c++/src/H5Location.h | 304 +-
c++/src/H5Object.cpp | 376 +-
c++/src/H5Object.h | 139 +-
c++/src/H5OcreatProp.cpp | 138 +-
c++/src/H5OcreatProp.h | 67 +-
c++/src/H5PredType.cpp | 471 +-
c++/src/H5PredType.h | 348 +-
c++/src/H5PropList.cpp | 850 +-
c++/src/H5PropList.h | 171 +-
c++/src/H5StrType.cpp | 347 +-
c++/src/H5StrType.h | 80 +-
c++/src/H5VarLenType.cpp | 110 +-
c++/src/H5VarLenType.h | 56 +-
c++/src/Makefile.am | 37 +-
c++/src/Makefile.in | 120 +-
c++/src/cpp_doc_config | 2 +-
c++/src/h5c++.in | 12 +-
c++/src/header.html | 10 +-
c++/test/CMakeLists.txt | 14 +-
c++/test/CMakeTests.cmake | 55 +-
c++/test/H5srcdir_str.h.in | 10 +-
c++/test/Makefile.am | 12 +-
c++/test/Makefile.in | 41 +-
c++/test/dsets.cpp | 1780 +--
c++/test/h5cpputil.cpp | 187 +-
c++/test/h5cpputil.h | 94 +-
c++/test/tarray.cpp | 531 +-
c++/test/tattr.cpp | 2161 ++--
c++/test/tcompound.cpp | 1021 +-
c++/test/tdspl.cpp | 160 +-
c++/test/testhdf5.cpp | 126 +-
c++/test/tfile.cpp | 928 +-
c++/test/tfilter.cpp | 128 +-
c++/test/th5s.cpp | 625 +-
c++/test/th5s.h5 | Bin 2049 -> 2049 bytes
c++/test/titerate.cpp | 527 +
c++/test/tlinks.cpp | 404 +-
c++/test/tobject.cpp | 631 +-
c++/test/trefer.cpp | 1099 +-
c++/test/ttypes.cpp | 682 +-
c++/test/tvlstr.cpp | 1086 +-
config/BlankForm | 10 +-
config/COPYING | 11 +-
config/Makefile.am.blank | 10 +-
config/apple | 10 +-
config/cce-fflags | 10 +-
config/cce-flags | 10 +-
config/cmake/CMakeFindJavaCommon.cmake | 14 +-
config/cmake/CTestCustom.cmake | 17 +
config/cmake/CTestScript.cmake | 163 +
config/cmake/ConfigureChecks.cmake | 113 +-
config/cmake/ConversionTests.c | 11 +
config/cmake/FindHDF5.cmake.in | 86 -
config/cmake/FindHDFJAVA.cmake.in | 23 +-
config/cmake/FindJNI.cmake | 59 +-
config/cmake/H5cxx_config.h.in | 11 +
config/cmake/H5pubconf.h.in | 120 +-
config/cmake/HDF518_Examples.cmake.in | 119 +-
config/cmake/HDF5Macros.cmake | 35 +-
config/cmake/HDF5UseFortran.cmake | 403 +-
config/cmake/HDF5_Examples.cmake.in | 248 +-
config/cmake/HDF5_Examples_options.cmake | 59 +
config/cmake/HDF5_Process_Flex_Files.cmake | 15 +-
config/cmake/HDFCompilerFlags.cmake | 211 +-
config/cmake/README.txt.cmake.in | 4 +-
config/cmake/UseJava.cmake | 188 +-
config/cmake/UseJavaClassFilelist.cmake | 15 +-
config/cmake/UseJavaSymlinks.cmake | 15 +-
config/cmake/UserMacros/Windows_MT.cmake | 30 +-
config/cmake/cacheinit.cmake | 19 +-
config/cmake/hdf5-config-version.cmake.in | 41 +-
config/cmake/hdf5-config.cmake.in | 17 +-
config/cmake/jrunTest.cmake | 190 +-
config/cmake/mccacheinit.cmake | 21 +-
config/cmake/scripts/CTestScript.cmake | 405 +-
config/cmake/scripts/HDF5config.cmake | 416 +-
config/cmake/scripts/HDF5options.cmake | 52 +
config/cmake/userblockTest.cmake | 45 +-
config/cmake/vfdTest.cmake | 56 +-
config/cmake_ext_mod/CheckTypeSize.cmake | 35 +-
config/cmake_ext_mod/ConfigureChecks.cmake | 249 +-
config/cmake_ext_mod/FindMPI.cmake | 101 +-
config/cmake_ext_mod/FindSZIP.cmake | 55 +-
config/cmake_ext_mod/GetTimeOfDayTest.cpp | 11 +
config/cmake_ext_mod/HDFCXXTests.cpp | 46 +
config/cmake_ext_mod/HDFLibMacros.cmake | 65 +-
config/cmake_ext_mod/HDFMacros.cmake | 193 +-
config/cmake_ext_mod/HDFTests.c | 60 +-
config/cmake_ext_mod/HDFUseFortran.cmake | 34 +-
config/cmake_ext_mod/grepTest.cmake | 31 +-
config/cmake_ext_mod/prunTest.cmake | 145 -
config/cmake_ext_mod/runTest.cmake | 229 +-
config/commence.am | 10 +-
config/conclude.am | 19 +-
config/conclude_fc.am | 14 +-
config/cygwin | 22 +
config/examples.am | 10 +-
config/freebsd | 10 +-
config/gnu-cxxflags | 20 +-
config/gnu-fflags | 10 +-
config/gnu-flags | 230 +-
config/i386-pc-cygwin32 | 31 -
config/i686-pc-cygwin | 137 -
config/ibm-aix | 10 +-
config/ibm-flags | 10 +-
config/intel-fflags | 10 +-
config/intel-flags | 30 +-
config/linux-gnu | 10 +-
config/linux-gnuaout | 10 +-
config/linux-gnulibc1 | 11 +-
config/linux-gnulibc2 | 10 +-
config/lt_vers.am | 57 +-
config/pgi-fflags | 10 +-
config/pgi-flags | 10 +-
config/site-specific/BlankForm | 10 +-
config/solaris | 10 +-
config/x86_64-pc-cygwin | 138 -
configure | 908 +-
configure.ac | 402 +-
examples/CMakeLists.txt | 12 +-
examples/CMakeTests.cmake | 103 +-
examples/Makefile.am | 10 +-
examples/Makefile.in | 21 +-
examples/h5_attribute.c | 10 +-
examples/h5_chunk_read.c | 10 +-
examples/h5_cmprss.c | 10 +-
examples/h5_compound.c | 10 +-
examples/h5_crtatt.c | 10 +-
examples/h5_crtdat.c | 10 +-
examples/h5_crtgrp.c | 10 +-
examples/h5_crtgrpar.c | 10 +-
examples/h5_crtgrpd.c | 10 +-
examples/h5_drivers.c | 10 +-
examples/h5_dtransform.c | 10 +-
examples/h5_elink_unix2win.c | 10 +-
examples/h5_extend.c | 10 +-
examples/h5_extend_write.c | 10 +-
examples/h5_extlink.c | 10 +-
examples/h5_group.c | 10 +-
examples/h5_interm_group.c | 10 +-
examples/h5_mount.c | 10 +-
examples/h5_rdwt.c | 10 +-
examples/h5_read.c | 10 +-
examples/h5_ref2reg.c | 10 +-
examples/h5_reference.c | 10 +-
examples/h5_select.c | 10 +-
examples/h5_shared_mesg.c | 10 +-
examples/h5_subset.c | 10 +-
examples/h5_vds-eiger.c | 11 +
examples/h5_vds-exc.c | 11 +
examples/h5_vds-exclim.c | 11 +
examples/h5_vds-percival-unlim-maxmin.c | 11 +
examples/h5_vds-percival-unlim.c | 11 +
examples/h5_vds-percival.c | 11 +
examples/h5_vds-simpleIO.c | 11 +
examples/h5_vds.c | 10 +-
examples/h5_write.c | 10 +-
examples/ph5example.c | 10 +-
examples/run-all-ex.sh | 10 +-
examples/run-c-ex.sh.in | 10 +-
examples/testh5cc.sh.in | 10 +-
fortran/CMakeLists.txt | 12 +-
fortran/COPYING | 11 +-
fortran/Makefile.am | 10 +-
fortran/Makefile.in | 21 +-
fortran/examples/CMakeLists.txt | 16 +-
fortran/examples/CMakeTests.cmake | 99 +-
fortran/examples/Makefile.am | 10 +-
fortran/examples/Makefile.in | 25 +-
fortran/examples/compound.f90 | 10 +-
fortran/examples/compound_complex_fortran2003.f90 | 10 +-
fortran/examples/compound_fortran2003.f90 | 10 +-
fortran/examples/h5_cmprss.f90 | 10 +-
fortran/examples/h5_crtatt.f90 | 10 +-
fortran/examples/h5_crtdat.f90 | 10 +-
fortran/examples/h5_crtgrp.f90 | 10 +-
fortran/examples/h5_crtgrpar.f90 | 10 +-
fortran/examples/h5_crtgrpd.f90 | 10 +-
fortran/examples/h5_extend.f90 | 10 +-
fortran/examples/h5_rdwt.f90 | 10 +-
fortran/examples/h5_subset.f90 | 10 +-
fortran/examples/hyperslab.f90 | 10 +-
fortran/examples/mountexample.f90 | 10 +-
fortran/examples/nested_derived_type.f90 | 10 +-
fortran/examples/ph5example.f90 | 10 +-
fortran/examples/refobjexample.f90 | 10 +-
fortran/examples/refregexample.f90 | 10 +-
fortran/examples/run-fortran-ex.sh.in | 10 +-
fortran/examples/rwdset_fortran2003.f90 | 10 +-
fortran/examples/selectele.f90 | 10 +-
fortran/examples/testh5fc.sh.in | 10 +-
fortran/src/CMakeLists.txt | 144 +-
fortran/src/H5Af.c | 10 +-
fortran/src/H5Aff.F90 | 10 +-
fortran/src/H5Df.c | 10 +-
fortran/src/H5Dff.F90 | 10 +-
fortran/src/H5Ef.c | 10 +-
fortran/src/H5Eff.F90 | 13 +-
fortran/src/H5Ff.c | 10 +-
fortran/src/H5Fff.F90 | 10 +-
fortran/src/H5Gf.c | 10 +-
fortran/src/H5Gff.F90 | 10 +-
fortran/src/H5If.c | 10 +-
fortran/src/H5Iff.F90 | 10 +-
fortran/src/H5Lf.c | 10 +-
fortran/src/H5Lff.F90 | 10 +-
fortran/src/H5Of.c | 10 +-
fortran/src/H5Off.F90 | 10 +-
fortran/src/H5Pf.c | 10 +-
fortran/src/H5Pff.F90 | 32 +-
fortran/src/H5Rf.c | 10 +-
fortran/src/H5Rff.F90 | 10 +-
fortran/src/H5Sf.c | 118 +-
fortran/src/H5Sff.F90 | 10 +-
fortran/src/H5Tf.c | 10 +-
fortran/src/H5Tff.F90 | 10 +-
fortran/src/H5Zf.c | 10 +-
fortran/src/H5Zff.F90 | 10 +-
fortran/src/H5_buildiface.F90 | 20 +-
fortran/src/H5_f.c | 293 +-
fortran/src/H5_ff.F90 | 54 +-
fortran/src/H5config_f.inc.cmake | 11 +
fortran/src/H5config_f.inc.in | 11 +
fortran/src/H5f90.h | 10 +-
fortran/src/H5f90global.F90 | 105 +-
fortran/src/H5f90i.h | 10 +-
fortran/src/H5f90kit.c | 10 +-
fortran/src/H5f90proto.h | 24 +-
fortran/src/H5fort_type_defines.h.in | 12 +
fortran/src/H5fortkit.F90 | 10 +-
fortran/src/H5match_types.c | 179 +-
fortran/src/HDF5.F90 | 10 +-
fortran/src/Makefile.am | 14 +-
fortran/src/Makefile.in | 86 +-
fortran/src/README | 260 +-
fortran/src/h5fc.in | 12 +-
fortran/test/CMakeLists.txt | 124 +-
fortran/test/CMakeTests.cmake | 135 +-
fortran/test/H5_test_buildiface.F90 | 20 +-
fortran/test/Makefile.am | 14 +-
fortran/test/Makefile.in | 42 +-
fortran/test/fflush1.F90 | 10 +-
fortran/test/fflush2.F90 | 10 +-
fortran/test/fortranlib_test.F90 | 97 +-
fortran/test/fortranlib_test_1_8.F90 | 10 +-
fortran/test/fortranlib_test_F03.F90 | 12 +-
fortran/test/t.c | 10 +-
fortran/test/t.h | 10 +-
fortran/test/tH5A.F90 | 10 +-
fortran/test/tH5A_1_8.F90 | 10 +-
fortran/test/tH5D.F90 | 17 +-
fortran/test/tH5E.F90 | 10 +-
fortran/test/tH5E_F03.F90 | 10 +-
fortran/test/tH5F.F90 | 18 +-
fortran/test/tH5F_F03.F90 | 15 +-
fortran/test/tH5G.F90 | 10 +-
fortran/test/tH5G_1_8.F90 | 12 +-
fortran/test/tH5I.F90 | 10 +-
fortran/test/tH5L_F03.F90 | 10 +-
fortran/test/tH5MISC_1_8.F90 | 10 +-
fortran/test/tH5O.F90 | 10 +-
fortran/test/tH5O_F03.F90 | 10 +-
fortran/test/tH5P.F90 | 10 +-
fortran/test/tH5P_F03.F90 | 39 +-
fortran/test/tH5R.F90 | 10 +-
fortran/test/tH5S.F90 | 10 +-
fortran/test/tH5Sselect.F90 | 10 +-
fortran/test/tH5T.F90 | 12 +-
fortran/test/tH5T_F03.F90 | 91 +-
fortran/test/tH5VL.F90 | 10 +-
fortran/test/tH5Z.F90 | 10 +-
fortran/test/tHDF5.F90 | 10 +-
fortran/test/tHDF5_1_8.F90 | 10 +-
fortran/test/tHDF5_F03.F90 | 10 +-
fortran/test/tf.F90 | 17 +-
fortran/testpar/CMakeLists.txt | 10 +-
fortran/testpar/CMakeTests.cmake | 11 +
fortran/testpar/Makefile.am | 10 +-
fortran/testpar/Makefile.in | 25 +-
fortran/testpar/hyper.f90 | 10 +-
fortran/testpar/mdset.f90 | 10 +-
fortran/testpar/ptest.f90 | 10 +-
hl/CMakeLists.txt | 10 +-
hl/COPYING | 11 +-
hl/Makefile.am | 10 +-
hl/Makefile.in | 21 +-
hl/c++/CMakeLists.txt | 6 +-
hl/c++/COPYING | 11 +-
hl/c++/Makefile.am | 10 +-
hl/c++/Makefile.in | 21 +-
hl/c++/examples/CMakeLists.txt | 4 +-
hl/c++/examples/CMakeTests.cmake | 28 +-
hl/c++/examples/Makefile.am | 10 +-
hl/c++/examples/Makefile.in | 21 +-
hl/c++/examples/ptExampleFL.cpp | 27 +-
hl/c++/examples/run-hlc++-ex.sh.in | 10 +-
hl/c++/src/CMakeLists.txt | 20 +-
hl/c++/src/H5PacketTable.cpp | 31 +-
hl/c++/src/H5PacketTable.h | 20 +-
hl/c++/src/Makefile.am | 10 +-
hl/c++/src/Makefile.in | 78 +-
hl/c++/test/CMakeLists.txt | 2 +-
hl/c++/test/CMakeTests.cmake | 26 +-
hl/c++/test/Makefile.am | 10 +-
hl/c++/test/Makefile.in | 36 +-
hl/c++/test/ptableTest.cpp | 374 +-
hl/c++/test/ptableTest.h | 15 +-
hl/examples/CMakeLists.txt | 6 +-
hl/examples/CMakeTests.cmake | 52 +-
hl/examples/Makefile.am | 10 +-
hl/examples/Makefile.in | 21 +-
hl/examples/ex_ds1.c | 10 +-
hl/examples/ex_image1.c | 10 +-
hl/examples/ex_image2.c | 10 +-
hl/examples/ex_lite1.c | 10 +-
hl/examples/ex_lite2.c | 10 +-
hl/examples/ex_lite3.c | 10 +-
hl/examples/ex_table_01.c | 10 +-
hl/examples/ex_table_02.c | 10 +-
hl/examples/ex_table_03.c | 10 +-
hl/examples/ex_table_04.c | 10 +-
hl/examples/ex_table_05.c | 10 +-
hl/examples/ex_table_06.c | 10 +-
hl/examples/ex_table_07.c | 10 +-
hl/examples/ex_table_08.c | 10 +-
hl/examples/ex_table_09.c | 10 +-
hl/examples/ex_table_10.c | 10 +-
hl/examples/ex_table_11.c | 10 +-
hl/examples/ex_table_12.c | 10 +-
hl/examples/pal_rgb.h | 10 +-
hl/examples/ptExampleFL.c | 10 +-
hl/examples/run-hl-ex.sh | 10 +-
hl/examples/run-hlc-ex.sh.in | 10 +-
hl/fortran/CMakeLists.txt | 6 +-
hl/fortran/COPYING | 11 +-
hl/fortran/Makefile.am | 10 +-
hl/fortran/Makefile.in | 21 +-
hl/fortran/examples/CMakeLists.txt | 8 +-
hl/fortran/examples/CMakeTests.cmake | 28 +-
hl/fortran/examples/Makefile.am | 10 +-
hl/fortran/examples/Makefile.in | 25 +-
hl/fortran/examples/ex_ds1.f90 | 10 +-
hl/fortran/examples/exlite.f90 | 10 +-
hl/fortran/examples/run-hlfortran-ex.sh.in | 10 +-
hl/fortran/src/CMakeLists.txt | 123 +-
hl/fortran/src/H5DSfc.c | 10 +-
hl/fortran/src/H5DSff.F90 | 10 +-
hl/fortran/src/H5HL_buildiface.F90 | 30 +-
hl/fortran/src/H5IMcc.c | 13 +-
hl/fortran/src/H5IMcc.h | 10 +-
hl/fortran/src/H5IMfc.c | 10 +-
hl/fortran/src/H5IMff.F90 | 10 +-
hl/fortran/src/H5LTf90proto.h | 42 +-
hl/fortran/src/H5LTfc.c | 14 +-
hl/fortran/src/H5LTff.F90 | 38 +-
hl/fortran/src/H5TBfc.c | 286 +-
hl/fortran/src/H5TBff.F90 | 192 +-
hl/fortran/src/Makefile.am | 12 +-
hl/fortran/src/Makefile.in | 84 +-
hl/fortran/src/hdf5_hl_fortrandll.def.in | 4 +-
hl/fortran/test/CMakeLists.txt | 18 +-
hl/fortran/test/CMakeTests.cmake | 135 +-
hl/fortran/test/Makefile.am | 41 +-
hl/fortran/test/Makefile.in | 103 +-
hl/fortran/test/tstds.F90 | 94 +-
hl/fortran/test/tstimage.F90 | 64 +-
hl/fortran/test/tstlite.F90 | 3653 +++---
hl/fortran/test/tsttable.F90 | 326 +-
hl/src/CMakeLists.txt | 16 +-
hl/src/COPYING | 11 +-
hl/src/H5DO.c | 51 +-
hl/src/H5DOpublic.h | 10 +-
hl/src/H5DS.c | 10 +-
hl/src/H5DSprivate.h | 10 +-
hl/src/H5DSpublic.h | 10 +-
hl/src/H5HLprivate2.h | 10 +-
hl/src/H5IM.c | 21 +-
hl/src/H5IMprivate.h | 10 +-
hl/src/H5IMpublic.h | 10 +-
hl/src/H5LD.c | 10 +-
hl/src/H5LDprivate.h | 10 +-
hl/src/H5LDpublic.h | 10 +-
hl/src/H5LT.c | 14 +-
hl/src/H5LTanalyze.c | 10 +-
hl/src/H5LTanalyze.l | 10 +-
hl/src/H5LTparse.y | 10 +-
hl/src/H5LTprivate.h | 10 +-
hl/src/H5LTpublic.h | 10 +-
hl/src/H5PT.c | 27 +-
hl/src/H5PTprivate.h | 10 +-
hl/src/H5PTpublic.h | 10 +-
hl/src/H5TB.c | 10 +-
hl/src/H5TBprivate.h | 10 +-
hl/src/H5TBpublic.h | 10 +-
hl/src/Makefile.am | 10 +-
hl/src/Makefile.in | 78 +-
hl/src/hdf5_hl.h | 10 +-
hl/test/CMakeLists.txt | 12 +-
hl/test/CMakeTests.cmake | 94 +-
hl/test/COPYING | 11 +-
hl/test/H5srcdir_str.h.in | 10 +-
hl/test/Makefile.am | 13 +-
hl/test/Makefile.in | 39 +-
hl/test/dectris_hl_perf.c | 10 +-
hl/test/gen_test_ds.c | 10 +-
hl/test/gen_test_ld.c | 15 +-
hl/test/h5hltest.h | 10 +-
hl/test/pal_rgb.h | 10 +-
hl/test/test_ds.c | 37 +-
hl/test/test_dset_append.c | 109 +-
hl/test/test_dset_opt.c | 11 +-
hl/test/test_file_image.c | 10 +-
hl/test/test_image.c | 65 +-
hl/test/test_ld.c | 10 +-
hl/test/test_lite.c | 33 +-
hl/test/test_packet.c | 52 +-
hl/test/test_packet_vlen.c | 397 +-
hl/test/test_table.c | 10 +-
hl/test/test_table_be.h5 | Bin 55912 -> 55912 bytes
hl/test/test_table_cray.h5 | Bin 55912 -> 55912 bytes
hl/test/test_table_le.h5 | Bin 53880 -> 53880 bytes
hl/tools/CMakeLists.txt | 2 +-
hl/tools/COPYING | 11 +-
hl/tools/Makefile.am | 12 +-
hl/tools/Makefile.in | 22 +-
hl/tools/gif2h5/CMakeLists.txt | 24 +-
hl/tools/gif2h5/CMakeTests.cmake | 40 +-
hl/tools/gif2h5/Makefile.am | 10 +-
hl/tools/gif2h5/Makefile.in | 36 +-
hl/tools/gif2h5/decompress.c | 10 +-
hl/tools/gif2h5/gif.h | 10 +-
hl/tools/gif2h5/gif2hdf.c | 10 +-
hl/tools/gif2h5/gif2mem.c | 10 +-
hl/tools/gif2h5/gifread.c | 10 +-
hl/tools/gif2h5/h52gifgentst.c | 18 +-
hl/tools/gif2h5/h52giftest.sh.in | 10 +-
hl/tools/gif2h5/hdf2gif.c | 20 +-
hl/tools/gif2h5/hdfgifwr.c | 10 +-
hl/tools/gif2h5/writehdf.c | 10 +-
hl/tools/h5watch/CMakeLists.txt | 28 +-
hl/tools/h5watch/CMakeTests.cmake | 77 +-
hl/tools/h5watch/Makefile.am | 20 +-
hl/tools/h5watch/Makefile.in | 68 +-
hl/tools/h5watch/extend_dset.c | 620 +-
hl/tools/h5watch/h5watch.c | 572 +-
hl/tools/h5watch/h5watchgentest.c | 138 +-
hl/tools/h5watch/swmr_check_compat_vfd.c | 10 +-
hl/tools/h5watch/testh5watch.sh.in | 177 +-
hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl | 5 -
hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl | 5 -
hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl | 10 +-
hl/tools/testfiles/w-ext-cmpd-esc.ddl | 12 +-
hl/tools/testfiles/w-ext-cmpd-f1.ddl | 10 +-
hl/tools/testfiles/w-ext-cmpd-f2.ddl | 5 -
hl/tools/testfiles/w-ext-cmpd-ff3.ddl | 8 -
hl/tools/testfiles/w-ext-cmpd-label.ddl | 8 -
hl/tools/testfiles/w-ext-cmpd-two-f1.ddl | 56 +-
hl/tools/testfiles/w-ext-cmpd-two-f3.ddl | 41 +-
hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl | 47 +-
hl/tools/testfiles/w-ext-cmpd-two.ddl | 66 +-
hl/tools/testfiles/w-ext-cmpd.ddl | 6 -
hl/tools/testfiles/w-ext-early.ddl | 9 +-
hl/tools/testfiles/w-ext-late.ddl | 8 -
hl/tools/testfiles/w-ext-one-d.ddl | 3 -
hl/tools/testfiles/w-ext-one-simple.ddl | 9 +-
hl/tools/testfiles/w-ext-one.ddl | 5 -
hl/tools/testfiles/w-ext-two-d.ddl | 18 +-
hl/tools/testfiles/w-ext-two-width.ddl | 42 +-
hl/tools/testfiles/w-ext-two.ddl | 38 +-
html/ADGuide.html | 2 +-
html/ADGuide/Changes.html | 240 +-
html/ADGuide/Changes_1_8_x.html | 376 +
...hNote-HDF5-ImprovingCompressionPerformance.docx | Bin 947458 -> 948657 bytes
html/Advanced.html | 6 +-
html/Copyright.html | 134 +-
html/FileFormatSpecChunkDiagram.jpg | Bin 0 -> 29237 bytes
html/HL/H5LT/H5LDget_dset_dims.htm | 12 +-
html/HL/H5LT/H5LDget_dset_elmts.htm | 10 +-
html/HL/H5LT/H5LDget_dset_type_size.htm | 12 +-
html/HL/HDF5Optimized/H5DOappend.htm | 57 +-
html/HL/RM_H5DS.html | 2 +-
html/HL/RM_H5IM.html | 2 +-
html/HL/RM_H5LT.html | 18 +-
html/HL/RM_H5PT.html | 13 +-
html/HL/RM_H5PT_c++.html | 64 +-
html/HL/RM_H5TB.html | 19 +-
html/HL/RM_HDF5Optimized.html | 22 +-
html/RM/APICompatMacros.html | 14 +-
html/RM/CollectiveCalls.html | 2 +-
html/RM/H5A/H5Acreate2.htm | 6 +-
html/RM/H5A/H5Aexists.htm | 15 +-
html/RM/H5A/H5Aexists_by_name.htm | 15 +-
html/RM/H5D/H5Dcreate2.htm | 5 +
html/RM/H5D/H5Dflush.htm | 49 +-
html/RM/H5D/H5Drefresh.htm | 48 +-
html/RM/H5E/H5Eset_auto.htm | 3 +-
html/RM/H5F/H5Fget_intent.htm | 20 +-
html/RM/H5F/H5Fget_mdc_image_info.htm | 88 +
html/RM/H5F/H5Fget_mdc_logging_status.htm | 147 +
html/RM/H5F/H5Fget_metadata_read_retries_info.htm | 415 -
html/RM/H5F/H5Fget_metadata_read_retry_info.htm | 415 +
html/RM/H5F/H5Fget_obj_count.htm | 2 +-
html/RM/H5F/H5Fget_page_buffering_stats.htm | 171 +
html/RM/H5F/H5Fis_hdf5.htm | 27 +-
html/RM/H5F/H5Freset_page_buffering_stats.htm | 127 +
html/RM/H5F/H5Fstart_mdc_logging.htm | 13 +-
html/RM/H5F/H5Fstart_swmr_write.htm | 49 +-
html/RM/H5F/H5Fstop_mdc_logging.htm | 14 +-
html/RM/H5G/H5Gflush.htm | 49 +-
html/RM/H5G/H5Grefresh.htm | 48 +-
html/RM/H5I/H5Iis_valid.htm | 19 +-
html/RM/H5I/H5Itype_exists.htm | 16 +-
html/RM/H5L/H5Lis_registered.htm | 16 +-
html/RM/H5O/H5Oare_mdc_flushes_disabled.htm | 52 +-
html/RM/H5O/H5Odecr_refcount.htm | 2 +-
html/RM/H5O/H5Odisable_mdc_flushes.htm | 52 +-
html/RM/H5O/H5Oenable_mdc_flushes.htm | 52 +-
html/RM/H5O/H5Oexists_by_name.htm | 35 +-
html/RM/H5O/H5Oflush.htm | 48 +-
html/RM/H5O/H5Oincr_refcount.htm | 2 +-
html/RM/H5O/H5Orefresh.htm | 49 +-
html/RM/H5P/H5Pall_filters_avail.htm | 21 +-
html/RM/H5P/H5Pencode.htm | 4 +-
html/RM/H5P/H5Pequal.htm | 24 +-
html/RM/H5P/H5Pexist.htm | 25 +-
html/RM/H5P/H5Pget_append_flush.htm | 52 +-
html/RM/H5P/H5Pget_char_encoding.htm | 2 +-
html/RM/H5P/H5Pget_chunk_cache.htm | 2 +-
html/RM/H5P/H5Pget_chunk_opts.htm | 152 +
html/RM/H5P/H5Pget_create_intermediate_group.htm | 2 +-
html/RM/H5P/H5Pget_driver_info.htm | 8 +-
html/RM/H5P/H5Pget_evict_on_close.htm | 145 +
html/RM/H5P/H5Pget_file_image.htm | 15 -
html/RM/H5P/H5Pget_file_space.htm | 270 -
html/RM/H5P/H5Pget_file_space_page_size.htm | 131 +
html/RM/H5P/H5Pget_file_space_strategy.htm | 164 +
html/RM/H5P/H5Pget_mdc_config.htm | 8 +
html/RM/H5P/H5Pget_mdc_image_config.htm | 182 +
html/RM/H5P/H5Pget_mdc_log_options.htm | 13 +-
html/RM/H5P/H5Pget_mdc_logging_status.htm | 144 -
html/RM/H5P/H5Pget_metadata_read_attempts.htm | 4 +-
html/RM/H5P/H5Pget_object_flush_cb.htm | 50 +-
html/RM/H5P/H5Pget_page_buffer_size.htm | 153 +
html/RM/H5P/H5Pisa_class.htm | 20 +-
html/RM/H5P/H5Pset_alignment.htm | 5 +
html/RM/H5P/H5Pset_append_flush.htm | 54 +-
html/RM/H5P/H5Pset_char_encoding.htm | 2 +-
html/RM/H5P/H5Pset_chunk_opts.htm | 234 +
html/RM/H5P/H5Pset_create_intermediate_group.htm | 2 +-
html/RM/H5P/H5Pset_evict_on_close.htm | 149 +
html/RM/H5P/H5Pset_file_image.htm | 12 +-
html/RM/H5P/H5Pset_file_image_callbacks.htm | 19 +-
html/RM/H5P/H5Pset_file_space.htm | 364 -
html/RM/H5P/H5Pset_file_space_page_size.htm | 137 +
html/RM/H5P/H5Pset_file_space_strategy.htm | 170 +
html/RM/H5P/H5Pset_mdc_config.htm | 15 +-
html/RM/H5P/H5Pset_mdc_image_config.htm | 206 +
html/RM/H5P/H5Pset_mdc_log_options.htm | 13 +-
html/RM/H5P/H5Pset_metadata_read_attempts.htm | 4 +-
html/RM/H5P/H5Pset_object_flush_cb.htm | 51 +-
html/RM/H5P/H5Pset_page_buffer_size.htm | 171 +
html/RM/H5S/H5Sextent_equal.htm | 30 +-
html/RM/H5S/H5Sis_simple.htm | 20 +-
html/RM/H5S/H5Sselect_valid.htm | 23 +-
html/RM/H5T/H5Tcommitted.htm | 59 +-
html/RM/H5T/H5Tcompiler_conv.htm | 13 +-
html/RM/H5T/H5Tdetect_class.htm | 24 +-
html/RM/H5T/H5Tequal.htm | 21 +-
html/RM/H5T/H5Tflush.htm | 48 +-
html/RM/H5T/H5Tis_variable_str.htm | 20 +-
html/RM/H5T/H5Trefresh.htm | 48 +-
html/RM/H5Z/H5Zfilter_avail.htm | 29 +-
html/RM/PredefDTypes.html | 2 +-
html/RM/RM_H5.html | 2 +-
html/RM/RM_H5A.html | 2 +-
html/RM/RM_H5D.html | 44 +-
html/RM/RM_H5E.html | 2 +-
html/RM/RM_H5F.html | 45 +-
html/RM/RM_H5Front.html | 17 +-
html/RM/RM_H5G.html | 12 +-
html/RM/RM_H5I.html | 2 +-
html/RM/RM_H5L.html | 2 +-
html/RM/RM_H5O.html | 33 +-
html/RM/RM_H5P.html | 156 +-
html/RM/RM_H5PL.html | 2 +-
html/RM/RM_H5R.html | 2 +-
html/RM/RM_H5S.html | 2 +-
html/RM/RM_H5T.html | 14 +-
html/RM/RM_H5Z.html | 2 +-
html/RM/Tools.html | 10 +-
html/RM/Tools/h5clear.htm | 52 +-
html/RM/Tools/h5dump.htm | 8 +
html/RM/Tools/h5format_convert.htm | 4 +-
html/RM/Tools/h5repack.htm | 56 +-
html/RM/Tools/h5stat.htm | 11 +
html/RM/Tools/h5watch.htm | 11 +-
...5-ImprovingIOPerformanceCompressedDatasets.docx | Bin 0 -> 948777 bytes
html/_topic/loc_id+name_obj.htm | 115 +-
html/doc-info.html | 12 +-
html/ed_libs/Footer-THGonly.htm | 6 +-
html/ed_libs/Footer-THGonly2.htm | 6 +-
html/ed_libs/Footer-THGonly3.htm | 6 +-
html/ed_libs/Footer.htm | 6 +-
html/ed_libs/Footer2.htm | 6 +-
html/ed_libs/Footer3.htm | 6 +-
html/index.html | 104 +-
java/CMakeLists.txt | 32 +-
java/COPYING | 11 +-
java/Makefile.am | 10 +-
java/Makefile.in | 21 +-
java/examples/CMakeLists.txt | 2 +-
java/examples/Makefile.am | 10 +-
java/examples/Makefile.in | 21 +-
java/examples/datasets/CMakeLists.txt | 46 +-
java/examples/datasets/H5Ex_D_Alloc.java | 10 +-
java/examples/datasets/H5Ex_D_Checksum.java | 10 +-
java/examples/datasets/H5Ex_D_Chunk.java | 15 +-
java/examples/datasets/H5Ex_D_Compact.java | 15 +-
java/examples/datasets/H5Ex_D_External.java | 10 +-
java/examples/datasets/H5Ex_D_FillValue.java | 10 +-
java/examples/datasets/H5Ex_D_Gzip.java | 10 +-
java/examples/datasets/H5Ex_D_Hyperslab.java | 10 +-
java/examples/datasets/H5Ex_D_Nbit.java | 10 +-
java/examples/datasets/H5Ex_D_ReadWrite.java | 10 +-
java/examples/datasets/H5Ex_D_Shuffle.java | 10 +-
java/examples/datasets/H5Ex_D_Sofloat.java | 10 +-
java/examples/datasets/H5Ex_D_Soint.java | 10 +-
java/examples/datasets/H5Ex_D_Szip.java | 10 +-
java/examples/datasets/H5Ex_D_Transform.java | 10 +-
java/examples/datasets/H5Ex_D_UnlimitedAdd.java | 10 +-
java/examples/datasets/H5Ex_D_UnlimitedGzip.java | 10 +-
java/examples/datasets/H5Ex_D_UnlimitedMod.java | 10 +-
java/examples/datasets/Makefile.am | 10 +-
java/examples/datasets/Makefile.in | 21 +-
java/examples/datasets/runExample.sh.in | 14 +-
java/examples/datatypes/CMakeLists.txt | 32 +-
java/examples/datatypes/H5Ex_T_Array.java | 10 +-
java/examples/datatypes/H5Ex_T_ArrayAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_Bit.java | 10 +-
java/examples/datatypes/H5Ex_T_BitAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_Commit.java | 10 +-
java/examples/datatypes/H5Ex_T_Compound.java | 10 +-
.../datatypes/H5Ex_T_CompoundAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_Float.java | 10 +-
java/examples/datatypes/H5Ex_T_FloatAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_Integer.java | 10 +-
.../datatypes/H5Ex_T_IntegerAttribute.java | 10 +-
.../examples/datatypes/H5Ex_T_ObjectReference.java | 18 +-
.../datatypes/H5Ex_T_ObjectReferenceAttribute.java | 18 +-
java/examples/datatypes/H5Ex_T_Opaque.java | 10 +-
.../examples/datatypes/H5Ex_T_OpaqueAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_String.java | 10 +-
.../examples/datatypes/H5Ex_T_StringAttribute.java | 10 +-
java/examples/datatypes/H5Ex_T_VLString.java | 10 +-
java/examples/datatypes/Makefile.am | 10 +-
java/examples/datatypes/Makefile.in | 21 +-
java/examples/datatypes/runExample.sh.in | 13 +-
java/examples/groups/CMakeLists.txt | 61 +-
java/examples/groups/H5Ex_G_Compact.java | 10 +-
java/examples/groups/H5Ex_G_Corder.java | 10 +-
java/examples/groups/H5Ex_G_Create.java | 10 +-
java/examples/groups/H5Ex_G_Intermediate.java | 10 +-
java/examples/groups/H5Ex_G_Iterate.java | 10 +-
java/examples/groups/H5Ex_G_Phase.java | 10 +-
java/examples/groups/H5Ex_G_Traverse.java | 10 +-
java/examples/groups/H5Ex_G_Visit.java | 10 +-
java/examples/groups/Makefile.am | 10 +-
java/examples/groups/Makefile.in | 21 +-
java/examples/groups/runExample.sh.in | 20 +-
java/examples/intro/CMakeLists.txt | 34 +-
java/examples/intro/H5_CreateAttribute.java | 10 +-
java/examples/intro/H5_CreateDataset.java | 10 +-
java/examples/intro/H5_CreateFile.java | 10 +-
java/examples/intro/H5_CreateGroup.java | 10 +-
.../intro/H5_CreateGroupAbsoluteRelative.java | 10 +-
java/examples/intro/H5_CreateGroupDataset.java | 10 +-
java/examples/intro/H5_ReadWrite.java | 10 +-
java/examples/intro/Makefile.am | 10 +-
java/examples/intro/Makefile.in | 21 +-
java/examples/intro/runExample.sh.in | 13 +-
.../examples.datatypes.H5Ex_T_ObjectReference.txt | 4 +-
...s.datatypes.H5Ex_T_ObjectReferenceAttribute.txt | 4 +-
java/src/CMakeLists.txt | 2 +-
java/src/Makefile.am | 11 +-
java/src/Makefile.in | 13 +-
java/src/hdf/CMakeLists.txt | 2 +-
java/src/hdf/hdf5lib/CMakeLists.txt | 16 +-
java/src/hdf/hdf5lib/H5.java | 327 +-
java/src/hdf/hdf5lib/HDF5Constants.java | 34 +-
java/src/hdf/hdf5lib/HDF5GroupInfo.java | 10 +-
java/src/hdf/hdf5lib/HDFArray.java | 10 +-
java/src/hdf/hdf5lib/HDFNativeData.java | 10 +-
java/src/hdf/hdf5lib/callbacks/Callbacks.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5A_iterate_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5A_iterate_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5D_append_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5D_append_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5D_iterate_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5E_walk_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5E_walk_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5L_iterate_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5L_iterate_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5O_iterate_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5O_iterate_t.java | 10 +-
.../hdf5lib/callbacks/H5P_cls_close_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_cls_close_func_t.java | 10 +-
.../hdf5lib/callbacks/H5P_cls_copy_func_cb.java | 10 +-
.../hdf/hdf5lib/callbacks/H5P_cls_copy_func_t.java | 10 +-
.../hdf5lib/callbacks/H5P_cls_create_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_cls_create_func_t.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5P_iterate_cb.java | 10 +-
java/src/hdf/hdf5lib/callbacks/H5P_iterate_t.java | 10 +-
.../hdf5lib/callbacks/H5P_prp_close_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_prp_compare_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_prp_copy_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_prp_create_func_cb.java | 10 +-
.../hdf5lib/callbacks/H5P_prp_delete_func_cb.java | 10 +-
.../hdf/hdf5lib/callbacks/H5P_prp_get_func_cb.java | 10 +-
.../hdf/hdf5lib/callbacks/H5P_prp_set_func_cb.java | 10 +-
.../hdf/hdf5lib/exceptions/HDF5AtomException.java | 10 +-
.../hdf5lib/exceptions/HDF5AttributeException.java | 10 +-
.../hdf/hdf5lib/exceptions/HDF5BtreeException.java | 10 +-
.../exceptions/HDF5DataFiltersException.java | 10 +-
.../exceptions/HDF5DataStorageException.java | 10 +-
.../exceptions/HDF5DatasetInterfaceException.java | 10 +-
.../HDF5DataspaceInterfaceException.java | 10 +-
.../exceptions/HDF5DatatypeInterfaceException.java | 10 +-
java/src/hdf/hdf5lib/exceptions/HDF5Exception.java | 10 +-
.../exceptions/HDF5ExternalFileListException.java | 10 +-
.../exceptions/HDF5FileInterfaceException.java | 10 +-
.../exceptions/HDF5FunctionArgumentException.java | 10 +-
.../exceptions/HDF5FunctionEntryExitException.java | 10 +-
.../hdf/hdf5lib/exceptions/HDF5HeapException.java | 10 +-
.../exceptions/HDF5InternalErrorException.java | 10 +-
.../hdf/hdf5lib/exceptions/HDF5JavaException.java | 10 +-
.../hdf5lib/exceptions/HDF5LibraryException.java | 10 +-
.../exceptions/HDF5LowLevelIOException.java | 10 +-
.../exceptions/HDF5MetaDataCacheException.java | 10 +-
.../exceptions/HDF5ObjectHeaderException.java | 10 +-
.../HDF5PropertyListInterfaceException.java | 10 +-
.../hdf5lib/exceptions/HDF5ReferenceException.java | 10 +-
.../HDF5ResourceUnavailableException.java | 10 +-
.../exceptions/HDF5SymbolTableException.java | 10 +-
.../hdf/hdf5lib/structs/H5AC_cache_config_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5A_info_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5E_error2_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5F_info2_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5G_info_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5L_info_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5O_hdr_info_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5O_info_t.java | 10 +-
java/src/hdf/hdf5lib/structs/H5_ih_info_t.java | 10 +-
java/src/jni/CMakeLists.txt | 14 +-
java/src/jni/Makefile.am | 12 +-
java/src/jni/Makefile.in | 80 +-
java/src/jni/exceptionImp.c | 60 +-
java/src/jni/exceptionImp.h | 23 +-
java/src/jni/h5Constants.c | 1877 ++-
java/src/jni/h5Imp.c | 36 +-
java/src/jni/h5Imp.h | 34 +-
java/src/jni/h5aImp.c | 436 +-
java/src/jni/h5aImp.h | 101 +-
java/src/jni/h5dImp.c | 436 +-
java/src/jni/h5dImp.h | 133 +-
java/src/jni/h5eImp.c | 107 +-
java/src/jni/h5eImp.h | 61 +-
java/src/jni/h5fImp.c | 158 +-
java/src/jni/h5fImp.h | 85 +-
java/src/jni/h5gImp.c | 174 +-
java/src/jni/h5gImp.h | 40 +-
java/src/jni/h5iImp.c | 95 +-
java/src/jni/h5iImp.h | 63 +-
java/src/jni/h5jni.h | 174 +-
java/src/jni/h5lImp.c | 516 +-
java/src/jni/h5lImp.h | 331 +-
java/src/jni/h5oImp.c | 750 +-
java/src/jni/h5oImp.h | 348 +-
java/src/jni/h5pImp.c | 1468 ++-
java/src/jni/h5pImp.h | 553 +-
java/src/jni/h5plImp.c | 185 +-
java/src/jni/h5plImp.h | 79 +-
java/src/jni/h5rImp.c | 86 +-
java/src/jni/h5rImp.h | 28 +-
java/src/jni/h5sImp.c | 116 +-
java/src/jni/h5sImp.h | 154 +-
java/src/jni/h5tImp.c | 398 +-
java/src/jni/h5tImp.h | 211 +-
java/src/jni/h5util.c | 266 +-
java/src/jni/h5util.h | 42 +-
java/src/jni/h5zImp.c | 21 +-
java/src/jni/h5zImp.h | 19 +-
java/src/jni/nativeData.c | 75 +-
java/src/jni/nativeData.h | 73 +-
java/test/CMakeLists.txt | 46 +-
java/test/JUnit-interface.txt | 7 +-
java/test/Makefile.am | 10 +-
java/test/Makefile.in | 21 +-
java/test/TestAll.java | 10 +-
java/test/TestH5.java | 16 +-
java/test/TestH5A.java | 10 +-
java/test/TestH5D.java | 10 +-
java/test/TestH5Dparams.java | 10 +-
java/test/TestH5Dplist.java | 10 +-
java/test/TestH5E.java | 14 +-
java/test/TestH5Edefault.java | 10 +-
java/test/TestH5Eregister.java | 10 +-
java/test/TestH5F.java | 10 +-
java/test/TestH5Fbasic.java | 10 +-
java/test/TestH5Fparams.java | 10 +-
java/test/TestH5Fswmr.java | 10 +-
java/test/TestH5G.java | 10 +-
java/test/TestH5Gbasic.java | 10 +-
java/test/TestH5Giterate.java | 10 +-
java/test/TestH5Lbasic.java | 10 +-
java/test/TestH5Lcreate.java | 10 +-
java/test/TestH5Lparams.java | 10 +-
java/test/TestH5Obasic.java | 10 +-
java/test/TestH5Ocopy.java | 11 +-
java/test/TestH5Ocreate.java | 10 +-
java/test/TestH5Oparams.java | 10 +-
java/test/TestH5P.java | 51 +-
java/test/TestH5PData.java | 10 +-
java/test/TestH5PL.java | 163 +-
java/test/TestH5Pfapl.java | 10 +-
java/test/TestH5Plist.java | 10 +-
java/test/TestH5Pvirtual.java | 15 +-
java/test/TestH5R.java | 10 +-
java/test/TestH5S.java | 10 +-
java/test/TestH5Sbasic.java | 10 +-
java/test/TestH5T.java | 10 +-
java/test/TestH5Tbasic.java | 10 +-
java/test/TestH5Tparams.java | 10 +-
java/test/TestH5Z.java | 10 +-
java/test/junit.sh.in | 54 +-
m4/aclocal_cxx.m4 | 78 +-
m4/aclocal_fc.f90 | 149 +
m4/aclocal_fc.m4 | 218 +-
release_docs/COPYING | 11 +-
release_docs/HISTORY-1_10.txt | 1367 ++
release_docs/HISTORY-1_8.txt | 12344 +++++++++++++++++++
release_docs/INSTALL | 306 +-
release_docs/INSTALL_CMake.txt | 482 +-
release_docs/INSTALL_parallel | 12 +
release_docs/RELEASE.txt | 930 +-
release_docs/USING_CMake_Examples.txt | 6 +-
release_docs/USING_HDF5_CMake.txt | 250 +-
src/CMakeLists.txt | 313 +-
src/COPYING | 11 +-
src/H5.c | 16 +-
src/H5A.c | 10 +-
src/H5AC.c | 1642 ++-
src/H5ACdbg.c | 492 +
src/H5AClog.c | 375 +-
src/H5ACmodule.h | 10 +-
src/H5ACmpio.c | 153 +-
src/H5ACpkg.h | 50 +-
src/H5ACprivate.h | 247 +-
src/H5ACproxy_entry.c | 661 +
src/H5ACpublic.h | 71 +-
src/H5Abtree2.c | 10 +-
src/H5Adense.c | 28 +-
src/H5Adeprec.c | 10 +-
src/H5Aint.c | 59 +-
src/H5Amodule.h | 10 +-
src/H5Apkg.h | 10 +-
src/H5Aprivate.h | 10 +-
src/H5Apublic.h | 10 +-
src/H5Atest.c | 10 +-
src/H5B.c | 32 +-
src/H5B2.c | 114 +-
src/H5B2cache.c | 271 +-
src/H5B2dbg.c | 21 +-
src/H5B2hdr.c | 89 +-
src/H5B2int.c | 3739 +-----
src/H5B2internal.c | 1441 +++
src/H5B2leaf.c | 1063 ++
src/H5B2module.h | 10 +-
src/H5B2pkg.h | 109 +-
src/H5B2private.h | 19 +-
src/H5B2public.h | 10 +-
src/H5B2stat.c | 10 +-
src/H5B2test.c | 14 +-
src/H5Bcache.c | 88 +-
src/H5Bdbg.c | 10 +-
src/H5Bmodule.h | 10 +-
src/H5Bpkg.h | 14 +-
src/H5Bprivate.h | 10 +-
src/H5Bpublic.h | 10 +-
src/H5C.c | 9146 ++++++--------
src/H5CS.c | 12 +-
src/H5CSprivate.h | 10 +-
src/H5Cdbg.c | 1597 +++
src/H5Cepoch.c | 240 +
src/H5Cimage.c | 3569 ++++++
src/H5Clog.c | 368 +
src/H5Cmodule.h | 10 +-
src/H5Cmpio.c | 1460 ++-
src/H5Cpkg.h | 1344 +-
src/H5Cprefetched.c | 350 +
src/H5Cprivate.h | 1374 ++-
src/H5Cpublic.h | 10 +-
src/H5Cquery.c | 484 +
src/H5Ctag.c | 907 ++
src/H5Ctest.c | 161 +
src/H5D.c | 64 +-
src/H5Dbtree.c | 10 +-
src/H5Dbtree2.c | 66 +-
src/H5Dchunk.c | 111 +-
src/H5Dcompact.c | 10 +-
src/H5Dcontig.c | 15 +-
src/H5Ddbg.c | 10 +-
src/H5Ddeprec.c | 10 +-
src/H5Dearray.c | 69 +-
src/H5Defl.c | 18 +-
src/H5Dfarray.c | 147 +-
src/H5Dfill.c | 35 +-
src/H5Dint.c | 360 +-
src/H5Dio.c | 59 +-
src/H5Dlayout.c | 14 +-
src/H5Dmodule.h | 10 +-
src/H5Dmpio.c | 10 +-
src/H5Dnone.c | 10 +-
src/H5Doh.c | 16 +-
src/H5Dpkg.h | 17 +-
src/H5Dprivate.h | 11 +-
src/H5Dpublic.h | 20 +-
src/H5Dscatgath.c | 343 +-
src/H5Dselect.c | 94 +-
src/H5Dsingle.c | 10 +-
src/H5Dtest.c | 51 +-
src/H5Dvirtual.c | 14 +-
src/H5E.c | 19 +-
src/H5EA.c | 448 +-
src/H5EAcache.c | 586 +-
src/H5EAdbg.c | 10 +-
src/H5EAdblkpage.c | 67 +-
src/H5EAdblock.c | 92 +-
src/H5EAhdr.c | 74 +-
src/H5EAiblock.c | 51 +-
src/H5EAint.c | 10 +-
src/H5EAmodule.h | 10 +-
src/H5EApkg.h | 122 +-
src/H5EAprivate.h | 28 +-
src/H5EAsblock.c | 77 +-
src/H5EAstat.c | 10 +-
src/H5EAtest.c | 10 +-
src/H5Edefin.h | 16 +-
src/H5Edeprec.c | 10 +-
src/H5Einit.h | 40 +-
src/H5Eint.c | 13 +-
src/H5Emodule.h | 10 +-
src/H5Epkg.h | 10 +-
src/H5Eprivate.h | 10 +-
src/H5Epubgen.h | 22 +-
src/H5Epublic.h | 10 +-
src/H5Eterm.h | 16 +-
src/H5F.c | 494 +-
src/H5FA.c | 347 +-
src/H5FAcache.c | 286 +-
src/H5FAdbg.c | 10 +-
src/H5FAdblkpage.c | 52 +-
src/H5FAdblock.c | 79 +-
src/H5FAhdr.c | 65 +-
src/H5FAint.c | 10 +-
src/H5FAmodule.h | 10 +-
src/H5FApkg.h | 73 +-
src/H5FAprivate.h | 12 +-
src/H5FAstat.c | 10 +-
src/H5FAtest.c | 10 +-
src/H5FD.c | 92 +-
src/H5FDcore.c | 160 +-
src/H5FDcore.h | 10 +-
src/H5FDdirect.c | 18 +-
src/H5FDdirect.h | 10 +-
src/H5FDdrvr_module.h | 10 +-
src/H5FDfamily.c | 109 +-
src/H5FDfamily.h | 10 +-
src/H5FDint.c | 63 +-
src/H5FDlog.c | 175 +-
src/H5FDlog.h | 57 +-
src/H5FDmodule.h | 10 +-
src/H5FDmpi.c | 49 +-
src/H5FDmpi.h | 10 +-
src/H5FDmpio.c | 51 +-
src/H5FDmpio.h | 10 +-
src/H5FDmulti.c | 174 +-
src/H5FDmulti.h | 10 +-
src/H5FDpkg.h | 10 +-
src/H5FDprivate.h | 41 +-
src/H5FDpublic.h | 31 +-
src/H5FDsec2.c | 44 +-
src/H5FDsec2.h | 10 +-
src/H5FDspace.c | 119 +-
src/H5FDstdio.c | 71 +-
src/H5FDstdio.h | 10 +-
src/H5FDtest.c | 13 +-
src/H5FDwindows.c | 10 +-
src/H5FDwindows.h | 10 +-
src/H5FL.c | 28 +-
src/H5FLmodule.h | 10 +-
src/H5FLprivate.h | 22 +-
src/H5FO.c | 10 +-
src/H5FOprivate.h | 10 +-
src/H5FS.c | 161 +-
src/H5FScache.c | 227 +-
src/H5FSdbg.c | 10 +-
src/H5FSint.c | 10 +-
src/H5FSmodule.h | 10 +-
src/H5FSpkg.h | 36 +-
src/H5FSprivate.h | 39 +-
src/H5FSpublic.h | 10 +-
src/H5FSsection.c | 335 +-
src/H5FSstat.c | 12 +-
src/H5FStest.c | 10 +-
src/H5Faccum.c | 107 +-
src/H5Fcwfs.c | 10 +-
src/H5Fdbg.c | 10 +-
src/H5Fdeprec.c | 10 +-
src/H5Fefc.c | 18 +-
src/H5Ffake.c | 10 +-
src/H5Fint.c | 802 +-
src/H5Fio.c | 191 +-
src/H5Fmodule.h | 10 +-
src/H5Fmount.c | 24 +-
src/H5Fmpi.c | 36 +-
src/H5Fpkg.h | 129 +-
src/H5Fprivate.h | 153 +-
src/H5Fpublic.h | 30 +-
src/H5Fquery.c | 296 +-
src/H5Fsfile.c | 10 +-
src/H5Fspace.c | 224 +
src/H5Fsuper.c | 440 +-
src/H5Fsuper_cache.c | 655 +-
src/H5Ftest.c | 44 +-
src/H5G.c | 14 +-
src/H5Gbtree2.c | 10 +-
src/H5Gcache.c | 61 +-
src/H5Gcompact.c | 10 +-
src/H5Gdense.c | 10 +-
src/H5Gdeprec.c | 10 +-
src/H5Gent.c | 12 +-
src/H5Gint.c | 44 +-
src/H5Glink.c | 10 +-
src/H5Gloc.c | 10 +-
src/H5Gmodule.h | 10 +-
src/H5Gname.c | 10 +-
src/H5Gnode.c | 12 +-
src/H5Gobj.c | 10 +-
src/H5Goh.c | 10 +-
src/H5Gpkg.h | 15 +-
src/H5Gprivate.h | 10 +-
src/H5Gpublic.h | 10 +-
src/H5Groot.c | 10 +-
src/H5Gstab.c | 14 +-
src/H5Gtest.c | 12 +-
src/H5Gtraverse.c | 12 +-
src/H5HF.c | 97 +-
src/H5HFbtree2.c | 10 +-
src/H5HFcache.c | 1516 +--
src/H5HFdbg.c | 10 +-
src/H5HFdblock.c | 14 +-
src/H5HFdtable.c | 10 +-
src/H5HFhdr.c | 10 +-
src/H5HFhuge.c | 12 +-
src/H5HFiblock.c | 17 +-
src/H5HFint.c | 146 -
src/H5HFiter.c | 10 +-
src/H5HFman.c | 10 +-
src/H5HFmodule.h | 10 +-
src/H5HFpkg.h | 41 +-
src/H5HFprivate.h | 12 +-
src/H5HFpublic.h | 10 +-
src/H5HFsection.c | 52 +-
src/H5HFspace.c | 10 +-
src/H5HFstat.c | 10 +-
src/H5HFtest.c | 10 +-
src/H5HFtiny.c | 10 +-
src/H5HG.c | 14 +-
src/H5HGcache.c | 376 +-
src/H5HGdbg.c | 10 +-
src/H5HGmodule.h | 10 +-
src/H5HGpkg.h | 13 +-
src/H5HGprivate.h | 10 +-
src/H5HGpublic.h | 10 +-
src/H5HGquery.c | 10 +-
src/H5HL.c | 50 +-
src/H5HLcache.c | 438 +-
src/H5HLdbg.c | 10 +-
src/H5HLdblk.c | 20 +-
src/H5HLint.c | 10 +-
src/H5HLmodule.h | 10 +-
src/H5HLpkg.h | 32 +-
src/H5HLprfx.c | 14 +-
src/H5HLprivate.h | 10 +-
src/H5HLpublic.h | 10 +-
src/H5HP.c | 13 +-
src/H5HPprivate.h | 10 +-
src/H5I.c | 12 +-
src/H5Imodule.h | 10 +-
src/H5Ipkg.h | 10 +-
src/H5Iprivate.h | 10 +-
src/H5Ipublic.h | 10 +-
src/H5Itest.c | 10 +-
src/H5L.c | 16 +-
src/H5Lexternal.c | 10 +-
src/H5Lmodule.h | 10 +-
src/H5Lpkg.h | 10 +-
src/H5Lprivate.h | 10 +-
src/H5Lpublic.h | 10 +-
src/H5MF.c | 3620 +++++-
src/H5MFaggr.c | 171 +-
src/H5MFdbg.c | 132 +-
src/H5MFmodule.h | 10 +-
src/H5MFpkg.h | 79 +-
src/H5MFprivate.h | 29 +-
src/H5MFsection.c | 724 +-
src/H5MM.c | 18 +-
src/H5MMprivate.h | 10 +-
src/H5MMpublic.h | 10 +-
src/H5MP.c | 10 +-
src/H5MPmodule.h | 10 +-
src/H5MPpkg.h | 10 +-
src/H5MPprivate.h | 10 +-
src/H5MPtest.c | 10 +-
src/H5O.c | 407 +-
src/H5Oainfo.c | 10 +-
src/H5Oalloc.c | 985 +-
src/H5Oattr.c | 28 +-
src/H5Oattribute.c | 20 +-
src/H5Obogus.c | 10 +-
src/H5Obtreek.c | 10 +-
src/H5Ocache.c | 1131 +-
src/H5Ocache_image.c | 377 +
src/H5Ochunk.c | 76 +-
src/H5Ocont.c | 10 +-
src/H5Ocopy.c | 37 +-
src/H5Odbg.c | 12 +-
src/H5Odrvinfo.c | 10 +-
src/H5Odtype.c | 306 +-
src/H5Oefl.c | 10 +-
src/H5Ofill.c | 10 +-
src/H5Oflush.c | 88 +-
src/H5Ofsinfo.c | 202 +-
src/H5Oginfo.c | 10 +-
src/H5Olayout.c | 13 +-
src/H5Olinfo.c | 10 +-
src/H5Olink.c | 10 +-
src/H5Omessage.c | 164 +-
src/H5Omodule.h | 10 +-
src/H5Omtime.c | 10 +-
src/H5Oname.c | 10 +-
src/H5Onull.c | 10 +-
src/H5Opkg.h | 161 +-
src/H5Opline.c | 10 +-
src/H5Oprivate.h | 75 +-
src/H5Oproxy.c | 900 --
src/H5Opublic.h | 10 +-
src/H5Orefcount.c | 10 +-
src/H5Osdspace.c | 10 +-
src/H5Oshared.c | 10 +-
src/H5Oshared.h | 10 +-
src/H5Oshmesg.c | 10 +-
src/H5Ostab.c | 10 +-
src/H5Otest.c | 186 +-
src/H5Ounknown.c | 10 +-
src/H5P.c | 18 +-
src/H5PB.c | 1537 +++
src/H5PBmodule.h | 32 +
src/H5PBpkg.h | 58 +
src/H5PBprivate.h | 106 +
src/H5PL.c | 364 +-
src/H5PLextern.h | 10 +-
src/H5PLmodule.h | 10 +-
src/H5PLpkg.h | 48 +
src/H5PLprivate.h | 10 +-
src/H5PLpublic.h | 19 +-
src/H5Pacpl.c | 10 +-
src/H5Pdapl.c | 22 +-
src/H5Pdcpl.c | 24 +-
src/H5Pdeprec.c | 140 +-
src/H5Pdxpl.c | 17 +-
src/H5Pencdec.c | 10 +-
src/H5Pfapl.c | 513 +-
src/H5Pfcpl.c | 260 +-
src/H5Pfmpl.c | 10 +-
src/H5Pgcpl.c | 10 +-
src/H5Pint.c | 14 +-
src/H5Plapl.c | 10 +-
src/H5Plcpl.c | 10 +-
src/H5Pmodule.h | 10 +-
src/H5Pocpl.c | 10 +-
src/H5Pocpypl.c | 10 +-
src/H5Ppkg.h | 12 +-
src/H5Pprivate.h | 10 +-
src/H5Ppublic.h | 28 +-
src/H5Pstrcpl.c | 10 +-
src/H5Ptest.c | 102 +-
src/H5R.c | 10 +-
src/H5RS.c | 10 +-
src/H5RSprivate.h | 10 +-
src/H5Rdeprec.c | 10 +-
src/H5Rmodule.h | 10 +-
src/H5Rpkg.h | 10 +-
src/H5Rprivate.h | 10 +-
src/H5Rpublic.h | 10 +-
src/H5S.c | 14 +-
src/H5SL.c | 26 +-
src/H5SLmodule.h | 10 +-
src/H5SLprivate.h | 10 +-
src/H5SM.c | 22 +-
src/H5SMbtree2.c | 10 +-
src/H5SMcache.c | 84 +-
src/H5SMmessage.c | 10 +-
src/H5SMmodule.h | 10 +-
src/H5SMpkg.h | 12 +-
src/H5SMprivate.h | 10 +-
src/H5SMtest.c | 10 +-
src/H5ST.c | 44 +-
src/H5STprivate.h | 10 +-
src/H5Sall.c | 10 +-
src/H5Sdbg.c | 10 +-
src/H5Shyper.c | 70 +-
src/H5Smodule.h | 10 +-
src/H5Smpio.c | 10 +-
src/H5Snone.c | 10 +-
src/H5Spkg.h | 10 +-
src/H5Spoint.c | 20 +-
src/H5Sprivate.h | 14 +-
src/H5Spublic.h | 10 +-
src/H5Sselect.c | 121 +-
src/H5Stest.c | 10 +-
src/H5T.c | 69 +-
src/H5TS.c | 15 +-
src/H5TSprivate.h | 10 +-
src/H5Tarray.c | 10 +-
src/H5Tbit.c | 77 +-
src/H5Tcommit.c | 16 +-
src/H5Tcompound.c | 10 +-
src/H5Tconv.c | 18 +-
src/H5Tcset.c | 10 +-
src/H5Tdbg.c | 10 +-
src/H5Tdeprec.c | 10 +-
src/H5Tenum.c | 10 +-
src/H5Tfields.c | 10 +-
src/H5Tfixed.c | 10 +-
src/H5Tfloat.c | 10 +-
src/H5Tmodule.h | 10 +-
src/H5Tnative.c | 10 +-
src/H5Toffset.c | 10 +-
src/H5Toh.c | 10 +-
src/H5Topaque.c | 10 +-
src/H5Torder.c | 10 +-
src/H5Tpad.c | 10 +-
src/H5Tpkg.h | 14 +-
src/H5Tprecis.c | 10 +-
src/H5Tprivate.h | 12 +-
src/H5Tpublic.h | 10 +-
src/H5Tstrpad.c | 10 +-
src/H5Tvisit.c | 10 +-
src/H5Tvlen.c | 20 +-
src/H5UC.c | 10 +-
src/H5UCprivate.h | 10 +-
src/H5VM.c | 10 +-
src/H5VMprivate.h | 10 +-
src/H5WB.c | 10 +-
src/H5WBprivate.h | 10 +-
src/H5Z.c | 12 +-
src/H5Zdeflate.c | 10 +-
src/H5Zfletcher32.c | 10 +-
src/H5Zmodule.h | 10 +-
src/H5Znbit.c | 923 +-
src/H5Zpkg.h | 10 +-
src/H5Zprivate.h | 10 +-
src/H5Zpublic.h | 10 +-
src/H5Zscaleoffset.c | 221 +-
src/H5Zshuffle.c | 10 +-
src/H5Zszip.c | 12 +-
src/H5Ztrans.c | 151 +-
src/H5api_adpt.h | 10 +-
src/H5checksum.c | 10 +-
src/H5config.h.in | 24 +
src/H5dbg.c | 10 +-
src/H5detect.c | 22 +-
src/H5err.txt | 16 +-
src/H5make_libsettings.c | 20 +-
src/H5overflow.h | 10 +-
src/H5overflow.txt | 10 +-
src/H5private.h | 81 +-
src/H5public.h | 35 +-
src/H5system.c | 204 +-
src/H5timer.c | 48 +-
src/H5trace.c | 47 +-
src/H5vers.txt | 10 +-
src/H5version.h | 10 +-
src/H5win32defs.h | 64 +-
src/Makefile.am | 37 +-
src/Makefile.in | 380 +-
src/hdf5.h | 10 +-
test/CMakeLists.txt | 102 +-
test/CMakeTests.cmake | 465 +-
test/COPYING | 11 +-
test/H5srcdir.h | 52 +-
test/H5srcdir_str.h.in | 10 +-
test/Makefile.am | 74 +-
test/Makefile.in | 342 +-
test/accum.c | 69 +-
test/accum_swmr_reader.c | 10 +-
test/aggr.h5 | Bin 0 -> 2448 bytes
test/app_ref.c | 10 +-
test/atomic_reader.c | 318 +-
test/atomic_writer.c | 215 +-
test/bad_compound.h5 | Bin 2208 -> 2208 bytes
test/big.c | 18 +-
test/bittests.c | 76 +-
test/btree2.c | 10 +-
test/cache.c | 11251 +++++++++--------
test/cache_api.c | 1912 +--
test/cache_common.c | 1625 +--
test/cache_common.h | 88 +-
test/cache_image.c | 8081 ++++++++++++
test/cache_logging.c | 11 +-
test/cache_tagging.c | 1645 ++-
test/chunk_info.c | 10 +-
test/cmpd_dset.c | 252 +-
test/cork.c | 1563 ++-
test/corrupt_stab_msg.h5 | Bin 2928 -> 2928 bytes
test/cross_read.c | 334 +-
test/dangle.c | 10 +-
test/deflate.h5 | Bin 6240 -> 6240 bytes
test/dsets.c | 1421 ++-
test/dt_arith.c | 196 +-
test/dtransform.c | 10 +-
test/dtypes.c | 30 +-
test/dynlib1.c | 10 +-
test/dynlib2.c | 10 +-
test/dynlib3.c | 10 +-
test/dynlib4.c | 102 +
test/earray.c | 310 +-
test/efc.c | 322 +-
test/enc_dec_plist.c | 17 +-
test/enc_dec_plist_cross_platform.c | 10 +-
test/enum.c | 10 +-
test/err_compat.c | 10 +-
test/error_test.c | 20 +-
test/evict_on_close.c | 1091 ++
test/extend.c | 12 +-
test/external.c | 14 +-
test/family_v16_00000.h5 | Bin 5120 -> 5120 bytes
test/farray.c | 10 +-
test/fheap.c | 936 +-
test/file_image.c | 26 +-
test/filespace_1_6.h5 | Bin 2448 -> 2448 bytes
test/filespace_1_8.h5 | Bin 2448 -> 2544 bytes
test/fill_old.h5 | Bin 2560 -> 2560 bytes
test/fillval.c | 58 +-
test/filter_fail.c | 17 +-
test/flush1.c | 365 +-
test/flush2.c | 489 +-
test/flushrefresh.c | 856 +-
test/freespace.c | 666 +-
test/fsm_aggr_nopersist.h5 | Bin 0 -> 2448 bytes
test/fsm_aggr_persist.h5 | Bin 0 -> 2565 bytes
test/gen_bad_compound.c | 10 +-
test/gen_bad_ohdr.c | 10 +-
test/gen_bogus.c | 10 +-
test/gen_cross.c | 18 +-
test/gen_deflate.c | 122 +-
test/gen_file_image.c | 81 +-
test/gen_filespace.c | 146 +-
test/gen_filters.c | 10 +-
test/gen_idx.c | 126 -
test/gen_mergemsg.c | 10 +-
test/gen_new_array.c | 10 +-
test/gen_new_fill.c | 10 +-
test/gen_new_group.c | 10 +-
test/gen_new_mtime.c | 10 +-
test/gen_new_super.c | 10 +-
test/gen_noencoder.c | 10 +-
test/gen_nullspace.c | 10 +-
test/gen_old_array.c | 10 +-
test/gen_old_group.c | 10 +-
test/gen_old_layout.c | 10 +-
test/gen_old_mtime.c | 10 +-
test/gen_plist.c | 38 +-
test/gen_sizes_lheap.c | 10 +-
test/gen_specmetaread.c | 10 +-
test/gen_udlinks.c | 10 +-
test/genall5.c | 3886 ++++++
test/genall5.h | 51 +
test/getname.c | 99 +-
test/gheap.c | 144 +-
test/group_old.h5 | Bin 1952 -> 1952 bytes
.../testfiles => test}/h5fc_ext1_f.h5 | Bin
.../testfiles => test}/h5fc_ext1_i.h5 | Bin
.../testfiles => test}/h5fc_ext2_if.h5 | Bin
.../testfiles => test}/h5fc_ext2_sf.h5 | Bin
.../testfiles => test}/h5fc_ext3_isf.h5 | Bin
.../testfiles => test}/h5fc_ext_none.h5 | Bin
test/h5test.c | 317 +-
test/h5test.h | 18 +-
test/hyperslab.c | 38 +-
test/istore.c | 26 +-
test/lheap.c | 26 +-
test/links.c | 322 +-
test/links_env.c | 22 +-
test/mergemsg.h5 | Bin 3472 -> 3472 bytes
test/mf.c | 5295 +++++---
test/mount.c | 10 +-
test/mtime.c | 12 +-
test/multi_file_v16-s.h5 | Bin 2048 -> 2048 bytes
test/noencoder.h5 | Bin 8088 -> 8088 bytes
test/none.h5 | Bin 0 -> 1808 bytes
test/ntypes.c | 10 +-
test/objcopy.c | 454 +-
test/ohdr.c | 192 +-
test/page_buffer.c | 2206 ++++
test/paged_nopersist.h5 | Bin 0 -> 8192 bytes
test/paged_persist.h5 | Bin 0 -> 16384 bytes
test/plugin.c | 976 +-
test/pool.c | 12 +-
test/reserved.c | 10 +-
test/set_extent.c | 127 +-
test/space_overflow.c | 10 +-
test/stab.c | 91 +-
test/swmr.c | 1276 +-
test/swmr_addrem_writer.c | 33 +-
test/swmr_check_compat_vfd.c | 10 +-
test/swmr_common.c | 14 +-
test/swmr_common.h | 10 +-
test/swmr_generator.c | 69 +-
test/swmr_reader.c | 144 +-
test/swmr_remove_reader.c | 10 +-
test/swmr_remove_writer.c | 12 +-
test/swmr_sparse_reader.c | 10 +-
test/swmr_sparse_writer.c | 53 +-
test/swmr_start_write.c | 228 +-
test/swmr_writer.c | 136 +-
test/tarray.c | 18 +-
test/tarrold.h5 | Bin 6032 -> 6032 bytes
test/tattr.c | 94 +-
test/tcheck_version.c | 20 +-
test/tchecksum.c | 37 +-
test/tconfig.c | 20 +-
test/tcoords.c | 10 +-
test/test_filters_be.h5 | Bin 5720 -> 5720 bytes
test/test_filters_le.h5 | Bin 5720 -> 5720 bytes
test/test_plugin.sh.in | 14 +-
test/test_usecases.sh.in | 43 +-
test/testcheck_version.sh.in | 10 +-
test/testerror.sh.in | 10 +-
test/testfiles/plist_files/dapl_32be | Bin 136 -> 186 bytes
test/testfiles/plist_files/dapl_32le | Bin 136 -> 186 bytes
test/testfiles/plist_files/dapl_64be | Bin 136 -> 186 bytes
test/testfiles/plist_files/dapl_64le | Bin 136 -> 186 bytes
test/testfiles/plist_files/def_dapl_32be | Bin 131 -> 181 bytes
test/testfiles/plist_files/def_dapl_32le | Bin 131 -> 181 bytes
test/testfiles/plist_files/def_dapl_64be | Bin 131 -> 181 bytes
test/testfiles/plist_files/def_dapl_64le | Bin 131 -> 181 bytes
test/testfiles/plist_files/def_dxpl_32be | Bin 225 -> 245 bytes
test/testfiles/plist_files/def_dxpl_32le | Bin 225 -> 245 bytes
test/testfiles/plist_files/def_dxpl_64be | Bin 225 -> 245 bytes
test/testfiles/plist_files/def_dxpl_64le | Bin 225 -> 245 bytes
test/testfiles/plist_files/def_fapl_32be | Bin 1460 -> 1520 bytes
test/testfiles/plist_files/def_fapl_32le | Bin 1460 -> 1520 bytes
test/testfiles/plist_files/def_fapl_64be | Bin 1460 -> 1520 bytes
test/testfiles/plist_files/def_fapl_64le | Bin 1460 -> 1520 bytes
test/testfiles/plist_files/def_fcpl_32be | Bin 412 -> 452 bytes
test/testfiles/plist_files/def_fcpl_32le | Bin 412 -> 452 bytes
test/testfiles/plist_files/def_fcpl_64be | Bin 412 -> 452 bytes
test/testfiles/plist_files/def_fcpl_64le | Bin 412 -> 452 bytes
test/testfiles/plist_files/dxpl_32be | Bin 229 -> 249 bytes
test/testfiles/plist_files/dxpl_32le | Bin 229 -> 249 bytes
test/testfiles/plist_files/dxpl_64be | Bin 229 -> 249 bytes
test/testfiles/plist_files/dxpl_64le | Bin 229 -> 249 bytes
test/testfiles/plist_files/fapl_32be | Bin 1462 -> 1522 bytes
test/testfiles/plist_files/fapl_32le | Bin 1462 -> 1522 bytes
test/testfiles/plist_files/fapl_64be | Bin 1462 -> 1522 bytes
test/testfiles/plist_files/fapl_64le | Bin 1462 -> 1522 bytes
test/testfiles/plist_files/fcpl_32be | Bin 413 -> 453 bytes
test/testfiles/plist_files/fcpl_32le | Bin 413 -> 453 bytes
test/testfiles/plist_files/fcpl_64be | Bin 413 -> 453 bytes
test/testfiles/plist_files/fcpl_64le | Bin 413 -> 453 bytes
test/testfiles/plist_files/lapl_32be | Bin 1565 -> 1625 bytes
test/testfiles/plist_files/lapl_32le | Bin 1565 -> 1625 bytes
test/testfiles/plist_files/lapl_64be | Bin 1565 -> 1625 bytes
test/testfiles/plist_files/lapl_64le | Bin 1565 -> 1625 bytes
test/testflushrefresh.sh.in | 51 +-
test/testframe.c | 75 +-
test/testhdf5.c | 13 +-
test/testhdf5.h | 10 +-
test/testlibinfo.sh.in | 10 +-
test/testlinks_env.sh.in | 10 +-
test/testmeta.c | 10 +-
test/testswmr.sh.in | 97 +-
test/testvdsswmr.sh.in | 41 +-
test/tfile.c | 2336 +++-
test/tgenprop.c | 16 +-
test/th5o.c | 76 +-
test/th5s.c | 30 +-
test/th5s.h5 | Bin 2049 -> 2049 bytes
test/theap.c | 60 +-
test/tid.c | 10 +-
test/titerate.c | 41 +-
test/tlayouto.h5 | Bin 1576 -> 1576 bytes
test/tmeta.c | 12 +-
test/tmisc.c | 36 +-
test/tmtimen.h5 | Bin 1576 -> 1576 bytes
test/tmtimeo.h5 | Bin 2052 -> 2052 bytes
test/trefer.c | 38 +-
test/trefstr.c | 10 +-
test/tselect.c | 42 +-
test/tskiplist.c | 64 +-
test/tsohm.c | 93 +-
test/ttime.c | 10 +-
test/ttsafe.c | 15 +-
test/ttsafe.h | 10 +-
test/ttsafe_acreate.c | 14 +-
test/ttsafe_cancel.c | 10 +-
test/ttsafe_dcreate.c | 10 +-
test/ttsafe_error.c | 10 +-
test/ttst.c | 15 +-
test/tunicode.c | 52 +-
test/tvlstr.c | 10 +-
test/tvltypes.c | 116 +-
test/twriteorder.c | 72 +-
test/unlink.c | 17 +-
test/unregister.c | 14 +-
test/use.h | 18 +-
test/use_append_chunk.c | 36 +-
test/use_append_mchunks.c | 18 +-
test/use_common.c | 43 +-
test/use_disable_mdc_flushes.c | 25 +-
test/vds.c | 66 +-
test/vds_swmr.h | 10 +-
test/vds_swmr_gen.c | 12 +-
test/vds_swmr_reader.c | 14 +-
test/vds_swmr_writer.c | 22 +-
test/vfd.c | 578 +-
testpar/CMakeLists.txt | 10 +-
testpar/CMakeTests.cmake | 33 +-
testpar/COPYING | 11 +-
testpar/Makefile.am | 12 +-
testpar/Makefile.in | 62 +-
testpar/t_cache.c | 250 +-
testpar/t_cache_image.c | 4275 +++++++
testpar/t_chunk_alloc.c | 10 +-
testpar/t_coll_chunk.c | 10 +-
testpar/t_dset.c | 16 +-
testpar/t_file.c | 627 +-
testpar/t_file_image.c | 16 +-
testpar/t_filter_read.c | 21 +-
testpar/t_init_term.c | 10 +-
testpar/t_mdset.c | 102 +-
testpar/t_mpi.c | 10 +-
testpar/t_pflush1.c | 10 +-
testpar/t_pflush2.c | 10 +-
testpar/t_ph5basic.c | 10 +-
testpar/t_prestart.c | 10 +-
testpar/t_prop.c | 10 +-
testpar/t_pshutdown.c | 10 +-
testpar/t_shapesame.c | 34 +-
testpar/t_span_tree.c | 10 +-
testpar/testpar.h | 10 +-
testpar/testphdf5.c | 26 +-
testpar/testphdf5.h | 12 +-
tools/CMakeLists.txt | 49 +-
tools/COPYING | 11 +-
tools/Makefile.am | 12 +-
tools/Makefile.in | 23 +-
tools/h5copy/CMakeLists.txt | 50 -
tools/h5copy/CMakeTests.cmake | 381 -
tools/h5copy/Makefile.am | 50 -
tools/h5copy/Makefile.in | 1492 ---
tools/h5copy/h5copy.c | 510 -
tools/h5copy/h5copygentest.c | 920 --
tools/h5copy/testfiles/h5copy_extlinks_src.out.ls | 43 -
tools/h5copy/testfiles/h5copy_ref.out.ls | 31 -
tools/h5copy/testfiles/h5copytst.h5 | Bin 30480 -> 0 bytes
tools/h5copy/testfiles/h5copytst.out.ls | 429 -
tools/h5copy/testfiles/h5copytst_new.h5 | Bin 15029 -> 0 bytes
tools/h5copy/testh5copy.sh.in | 605 -
tools/h5diff/CMakeLists.txt | 79 -
tools/h5diff/CMakeTests.cmake | 1446 ---
tools/h5diff/Makefile.am | 61 -
tools/h5diff/Makefile.in | 1516 ---
tools/h5diff/h5diff_common.c | 606 -
tools/h5diff/h5diff_common.h | 36 -
tools/h5diff/h5diff_main.c | 143 -
tools/h5diff/h5diffgentest.c | 7400 -----------
tools/h5diff/ph5diff_main.c | 329 -
tools/h5diff/testfiles/h5diff_dset_idx1.h5 | Bin 5974 -> 0 bytes
tools/h5diff/testfiles/h5diff_dset_idx2.h5 | Bin 2206 -> 0 bytes
tools/h5diff/testfiles/h5diff_hyper1.h5 | Bin 1052720 -> 0 bytes
tools/h5diff/testfiles/h5diff_hyper2.h5 | Bin 1052720 -> 0 bytes
tools/h5diff/testfiles/h5diff_idx.txt | 14 -
tools/h5diff/testfiles/tmptest.he5 | Bin 4740424 -> 0 bytes
tools/h5diff/testfiles/tmptest2.he5 | Bin 4734280 -> 0 bytes
tools/h5diff/testh5diff.sh.in | 1160 --
tools/h5diff/testph5diff.sh.in | 64 -
tools/h5dump/CMakeLists.txt | 63 -
tools/h5dump/CMakeTests.cmake | 1465 ---
tools/h5dump/CMakeTestsPBITS.cmake | 367 -
tools/h5dump/CMakeTestsVDS.cmake | 266 -
tools/h5dump/CMakeTestsXML.cmake | 434 -
tools/h5dump/Makefile.am | 51 -
tools/h5dump/Makefile.in | 1514 ---
tools/h5dump/binread.c | 97 -
tools/h5dump/h5dump.c | 1800 ---
tools/h5dump/h5dump.h | 116 -
tools/h5dump/h5dump_ddl.c | 2176 ----
tools/h5dump/h5dump_ddl.h | 52 -
tools/h5dump/h5dump_defines.h | 56 -
tools/h5dump/h5dump_extern.h | 115 -
tools/h5dump/h5dump_xml.c | 4584 -------
tools/h5dump/h5dump_xml.h | 39 -
tools/h5dump/h5dumpgentest.c | 9948 ---------------
tools/h5dump/testh5dump.sh.in | 1339 --
tools/h5dump/testh5dumppbits.sh.in | 598 -
tools/h5dump/testh5dumpvds.sh.in | 523 -
tools/h5dump/testh5dumpxml.sh.in | 388 -
tools/h5format_convert/CMakeLists.txt | 59 -
tools/h5format_convert/CMakeTests.cmake | 463 -
tools/h5format_convert/Makefile.am | 49 -
tools/h5format_convert/Makefile.in | 1502 ---
tools/h5format_convert/h5fc_chk_idx.c | 101 -
tools/h5format_convert/h5fc_gentest.c | 664 -
tools/h5format_convert/h5format_convert.c | 476 -
tools/h5format_convert/testfiles/h5fc_edge_v3.h5 | Bin 2526 -> 0 bytes
tools/h5format_convert/testfiles/h5fc_ext1_f.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext1_i.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext1_s.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext1_s.h5 | Bin 6592 -> 0 bytes
tools/h5format_convert/testfiles/h5fc_ext2_if.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext2_is.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext2_is.h5 | Bin 6642 -> 0 bytes
tools/h5format_convert/testfiles/h5fc_ext2_sf.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_ext3_isf.ddl | 58 -
tools/h5format_convert/testfiles/h5fc_non_v3.h5 | Bin 6896 -> 0 bytes
.../h5format_convert/testfiles/old_h5fc_ext1_f.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext1_f.h5 | Bin 19987 -> 0 bytes
.../h5format_convert/testfiles/old_h5fc_ext1_i.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext1_i.h5 | Bin 32716 -> 0 bytes
.../h5format_convert/testfiles/old_h5fc_ext1_s.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext1_s.h5 | Bin 20032 -> 0 bytes
.../testfiles/old_h5fc_ext2_if.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext2_if.h5 | Bin 32720 -> 0 bytes
.../testfiles/old_h5fc_ext2_is.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext2_is.h5 | Bin 32872 -> 0 bytes
.../testfiles/old_h5fc_ext2_sf.ddl | 58 -
.../h5format_convert/testfiles/old_h5fc_ext2_sf.h5 | Bin 18512 -> 0 bytes
.../testfiles/old_h5fc_ext3_isf.ddl | 58 -
.../testfiles/old_h5fc_ext3_isf.h5 | Bin 32896 -> 0 bytes
.../testfiles/old_h5fc_ext_none.h5 | Bin 19912 -> 0 bytes
tools/h5format_convert/testh5fc.sh.in | 527 -
tools/h5import/CMakeLists.txt | 51 -
tools/h5import/CMakeTests.cmake | 495 -
tools/h5import/Makefile.am | 46 -
tools/h5import/Makefile.in | 1488 ---
tools/h5import/h5import.c | 4393 -------
tools/h5import/h5import.h | 198 -
tools/h5import/h5importtest.c | 371 -
tools/h5import/h5importtestutil.sh.in | 384 -
tools/h5import/testfiles/binfp64.h5 | Bin 10760 -> 0 bytes
tools/h5import/testfiles/binin16.h5 | Bin 10760 -> 0 bytes
tools/h5import/testfiles/binin32.h5 | Bin 9472 -> 0 bytes
tools/h5import/testfiles/binin8.h5 | Bin 10760 -> 0 bytes
tools/h5import/testfiles/binuin16.h5 | Bin 10760 -> 0 bytes
tools/h5import/testfiles/binuin32.h5 | Bin 6384 -> 0 bytes
tools/h5import/testfiles/txtfp32.h5 | Bin 4192 -> 0 bytes
tools/h5import/testfiles/txtfp64.h5 | Bin 9784 -> 0 bytes
tools/h5import/testfiles/txtin16.h5 | Bin 9784 -> 0 bytes
tools/h5import/testfiles/txtin32.h5 | Bin 4192 -> 0 bytes
tools/h5import/testfiles/txtin8.h5 | Bin 9784 -> 0 bytes
tools/h5import/testfiles/txtuin16.h5 | Bin 10240 -> 0 bytes
tools/h5import/testfiles/txtuin32.h5 | Bin 6240 -> 0 bytes
tools/h5jam/CMakeLists.txt | 77 -
tools/h5jam/CMakeTests.cmake | 428 -
tools/h5jam/Makefile.am | 45 -
tools/h5jam/Makefile.in | 1510 ---
tools/h5jam/getub.c | 157 -
tools/h5jam/h5jam.c | 558 -
tools/h5jam/h5jamgentest.c | 384 -
tools/h5jam/h5unjam.c | 409 -
tools/h5jam/tellub.c | 196 -
tools/h5jam/testh5jam.sh.in | 699 --
tools/h5ls/CMakeLists.txt | 46 -
tools/h5ls/CMakeTests.cmake | 409 -
tools/h5ls/CMakeTestsVDS.cmake | 149 -
tools/h5ls/Makefile.am | 40 -
tools/h5ls/Makefile.in | 1456 ---
tools/h5ls/h5ls.c | 2941 -----
tools/h5ls/testh5ls.sh.in | 435 -
tools/h5ls/testh5lsvds.sh.in | 258 -
tools/h5repack/CMakeLists.txt | 95 -
tools/h5repack/CMakeTests.cmake | 1131 --
tools/h5repack/Makefile.am | 78 -
tools/h5repack/Makefile.in | 1604 ---
tools/h5repack/dynlib_rpk.c | 109 -
tools/h5repack/h5repack.c | 943 --
tools/h5repack/h5repack.h | 243 -
tools/h5repack/h5repack.sh.in | 1205 --
tools/h5repack/h5repack_copy.c | 1677 ---
tools/h5repack/h5repack_filters.c | 490 -
tools/h5repack/h5repack_main.c | 619 -
tools/h5repack/h5repack_opttable.c | 369 -
tools/h5repack/h5repack_parse.c | 714 --
tools/h5repack/h5repack_plugin.sh.in | 264 -
tools/h5repack/h5repack_refs.c | 881 --
tools/h5repack/h5repack_verify.c | 702 --
tools/h5repack/h5repacktst.c | 6884 -----------
tools/h5repack/testfiles/4_vds.h5-vds_conti-v.ddl | 59 -
.../testfiles/deflate_limit.h5repack_layout.h5.ddl | 130 -
tools/h5repack/testfiles/h5repack-help.txt | 122 -
tools/h5repack/testfiles/h5repack_attr.h5 | Bin 20056 -> 0 bytes
tools/h5repack/testfiles/h5repack_attr_refs.h5 | Bin 10112 -> 0 bytes
tools/h5repack/testfiles/h5repack_deflate.h5 | Bin 5962 -> 0 bytes
tools/h5repack/testfiles/h5repack_early.h5 | Bin 2067224 -> 0 bytes
tools/h5repack/testfiles/h5repack_ext.h5 | Bin 1464 -> 0 bytes
tools/h5repack/testfiles/h5repack_fill.h5 | Bin 2072 -> 0 bytes
tools/h5repack/testfiles/h5repack_filters.h5 | Bin 29744 -> 0 bytes
tools/h5repack/testfiles/h5repack_fletcher.h5 | Bin 7880 -> 0 bytes
tools/h5repack/testfiles/h5repack_hlink.h5 | Bin 6576 -> 0 bytes
tools/h5repack/testfiles/h5repack_layout.h5 | Bin 27280 -> 0 bytes
.../testfiles/h5repack_layout.h5-plugin_test.ddl | 158 -
tools/h5repack/testfiles/h5repack_layout2.h5 | Bin 6808 -> 0 bytes
tools/h5repack/testfiles/h5repack_layout3.h5 | Bin 491840 -> 0 bytes
tools/h5repack/testfiles/h5repack_layouto.h5 | Bin 1576 -> 0 bytes
tools/h5repack/testfiles/h5repack_named_dtypes.h5 | Bin 4304 -> 0 bytes
tools/h5repack/testfiles/h5repack_nbit.h5 | Bin 13776 -> 0 bytes
tools/h5repack/testfiles/h5repack_objs.h5 | Bin 19770 -> 0 bytes
tools/h5repack/testfiles/h5repack_refs.h5 | Bin 9472 -> 0 bytes
tools/h5repack/testfiles/h5repack_shuffle.h5 | Bin 7864 -> 0 bytes
tools/h5repack/testfiles/h5repack_soffset.h5 | Bin 11052 -> 0 bytes
tools/h5repack/testfiles/h5repack_szip.h5 | Bin 5588 -> 0 bytes
tools/h5repack/testh5repack_detect_szip.c | 62 -
tools/h5stat/CMakeLists.txt | 53 -
tools/h5stat/CMakeTests.cmake | 261 -
tools/h5stat/Makefile.am | 55 -
tools/h5stat/Makefile.in | 1538 ---
tools/h5stat/h5stat.c | 1815 ---
tools/h5stat/h5stat_gentest.c | 449 -
tools/h5stat/testfiles/h5stat_filters.ddl | 97 -
tools/h5stat/testfiles/h5stat_filters.h5 | Bin 46272 -> 0 bytes
tools/h5stat/testfiles/h5stat_idx.ddl | 93 -
tools/h5stat/testfiles/h5stat_idx.h5 | Bin 2206 -> 0 bytes
tools/h5stat/testfiles/h5stat_links2.ddl | 105 -
tools/h5stat/testfiles/h5stat_newgrat.ddl | 95 -
tools/h5stat/testfiles/h5stat_newgrat.h5 | Bin 6362168 -> 0 bytes
tools/h5stat/testfiles/h5stat_numattrs1.ddl | 17 -
tools/h5stat/testfiles/h5stat_numattrs2.ddl | 105 -
tools/h5stat/testfiles/h5stat_tsohm.ddl | 90 -
tools/h5stat/testh5stat.sh.in | 318 -
tools/lib/CMakeLists.txt | 16 +-
tools/lib/Makefile.am | 10 +-
tools/lib/Makefile.in | 36 +-
tools/lib/h5diff.c | 194 +-
tools/lib/h5diff.h | 10 +-
tools/lib/h5diff_array.c | 3464 +++---
tools/lib/h5diff_attr.c | 158 +-
tools/lib/h5diff_dset.c | 13 +-
tools/lib/h5diff_util.c | 110 +-
tools/lib/h5tools.c | 99 +-
tools/lib/h5tools.h | 43 +-
tools/lib/h5tools_dump.c | 265 +-
tools/lib/h5tools_dump.h | 10 +-
tools/lib/h5tools_error.h | 10 +-
tools/lib/h5tools_filters.c | 91 +-
tools/lib/h5tools_ref.c | 12 +-
tools/lib/h5tools_ref.h | 10 +-
tools/lib/h5tools_str.c | 253 +-
tools/lib/h5tools_str.h | 10 +-
tools/lib/h5tools_type.c | 10 +-
tools/lib/h5tools_utils.c | 40 +-
tools/lib/h5tools_utils.h | 16 +-
tools/lib/h5trav.c | 18 +-
tools/lib/h5trav.h | 10 +-
tools/lib/io_timer.c | 16 +-
tools/lib/io_timer.h | 10 +-
tools/lib/ph5diff.h | 10 +-
tools/misc/CMakeLists.txt | 106 -
tools/misc/CMakeTests.cmake | 360 -
tools/misc/Makefile.am | 80 -
tools/misc/Makefile.in | 1774 ---
tools/misc/clear_open_chk.c | 74 -
tools/misc/h5cc.in | 401 -
tools/misc/h5clear.c | 137 -
tools/misc/h5clear_gentest.c | 174 -
tools/misc/h5debug.c | 719 --
tools/misc/h5mkgrp.c | 336 -
tools/misc/h5perf_gentest.c | 598 -
tools/misc/h5redeploy.in | 218 -
tools/misc/h5repart.c | 512 -
tools/misc/h5repart_gentest.c | 100 -
tools/misc/repart_test.c | 165 -
tools/misc/talign.c | 244 -
tools/misc/testh5clear.sh.in | 130 -
tools/misc/testh5mkgrp.sh.in | 325 -
tools/misc/testh5repart.sh.in | 116 -
tools/misc/vds/CMakeLists.txt | 28 -
tools/misc/vds/Makefile.am | 38 -
tools/misc/vds/Makefile.in | 1479 ---
tools/misc/vds/UC_1.h | 150 -
tools/misc/vds/UC_1_one_dim_gen.c | 239 -
tools/misc/vds/UC_2.h | 151 -
tools/misc/vds/UC_2_two_dims_gen.c | 230 -
tools/misc/vds/UC_3.h | 78 -
tools/misc/vds/UC_3_gaps_gen.c | 255 -
tools/misc/vds/UC_4.h | 86 -
tools/misc/vds/UC_4_printf_gen.c | 219 -
tools/misc/vds/UC_5.h | 83 -
tools/misc/vds/UC_5_stride_gen.c | 243 -
tools/misc/vds/UC_common.h | 41 -
tools/perform/CMakeLists.txt | 126 -
tools/perform/CMakeTests.cmake | 58 -
tools/perform/COPYING | 16 -
tools/perform/Makefile.am | 79 -
tools/perform/Makefile.in | 1604 ---
tools/perform/build_h5perf_alone.sh | 28 -
tools/perform/build_h5perf_serial_alone.sh | 28 -
tools/perform/chunk.c | 552 -
tools/perform/gen_report.pl | 527 -
tools/perform/iopipe.c | 503 -
tools/perform/overhead.c | 413 -
tools/perform/perf.c | 494 -
tools/perform/perf_meta.c | 850 --
tools/perform/pio_engine.c | 2683 ----
tools/perform/pio_perf.c | 1695 ---
tools/perform/pio_perf.h | 105 -
tools/perform/pio_standalone.c | 282 -
tools/perform/pio_standalone.h | 157 -
tools/perform/sio_engine.c | 1315 --
tools/perform/sio_perf.c | 1409 ---
tools/perform/sio_perf.h | 104 -
tools/perform/sio_standalone.c | 285 -
tools/perform/sio_standalone.h | 516 -
tools/perform/zip_perf.c | 644 -
tools/src/CMakeLists.txt | 37 +
tools/src/Makefile.am | 28 +
tools/src/Makefile.in | 1433 +++
tools/src/h5copy/CMakeLists.txt | 54 +
tools/src/h5copy/Makefile.am | 38 +
tools/src/h5copy/Makefile.in | 1467 +++
tools/src/h5copy/h5copy.c | 532 +
tools/src/h5diff/CMakeLists.txt | 84 +
tools/src/h5diff/Makefile.am | 44 +
tools/src/h5diff/Makefile.in | 1470 +++
tools/src/h5diff/h5diff_common.c | 605 +
tools/src/h5diff/h5diff_common.h | 34 +
tools/src/h5diff/h5diff_main.c | 143 +
tools/src/h5diff/ph5diff_main.c | 327 +
tools/src/h5dump/CMakeLists.txt | 62 +
tools/src/h5dump/Makefile.am | 36 +
tools/src/h5dump/Makefile.in | 1457 +++
tools/src/h5dump/h5dump.c | 1800 +++
tools/src/h5dump/h5dump.h | 113 +
tools/src/h5dump/h5dump_ddl.c | 2183 ++++
tools/src/h5dump/h5dump_ddl.h | 50 +
tools/src/h5dump/h5dump_defines.h | 54 +
tools/src/h5dump/h5dump_extern.h | 112 +
tools/src/h5dump/h5dump_xml.c | 4566 +++++++
tools/src/h5dump/h5dump_xml.h | 37 +
tools/src/h5format_convert/CMakeLists.txt | 40 +
tools/src/h5format_convert/Makefile.am | 36 +
tools/src/h5format_convert/Makefile.in | 1493 +++
tools/src/h5format_convert/h5format_convert.c | 472 +
tools/src/h5import/CMakeLists.txt | 41 +
tools/src/h5import/Makefile.am | 33 +
tools/src/h5import/Makefile.in | 1451 +++
tools/src/h5import/h5import.c | 4391 +++++++
tools/src/h5import/h5import.h | 196 +
tools/src/h5jam/CMakeLists.txt | 50 +
tools/src/h5jam/Makefile.am | 33 +
tools/src/h5jam/Makefile.in | 1464 +++
tools/src/h5jam/h5jam.c | 569 +
tools/src/h5jam/h5unjam.c | 409 +
tools/src/h5ls/CMakeLists.txt | 54 +
tools/src/h5ls/Makefile.am | 33 +
tools/src/h5ls/Makefile.in | 1451 +++
tools/src/h5ls/h5ls.c | 2938 +++++
tools/src/h5repack/CMakeLists.txt | 65 +
tools/src/h5repack/Makefile.am | 45 +
tools/src/h5repack/Makefile.in | 1494 +++
tools/src/h5repack/h5repack.c | 938 ++
tools/src/h5repack/h5repack.h | 249 +
tools/src/h5repack/h5repack_copy.c | 1607 +++
tools/src/h5repack/h5repack_filters.c | 491 +
tools/src/h5repack/h5repack_main.c | 686 ++
tools/src/h5repack/h5repack_opttable.c | 365 +
tools/src/h5repack/h5repack_parse.c | 615 +
tools/src/h5repack/h5repack_refs.c | 875 ++
tools/src/h5repack/h5repack_verify.c | 714 ++
tools/src/h5stat/CMakeLists.txt | 54 +
tools/src/h5stat/Makefile.am | 37 +
tools/src/h5stat/Makefile.in | 1494 +++
tools/src/h5stat/h5stat.c | 1820 +++
tools/src/misc/CMakeLists.txt | 76 +
tools/src/misc/Makefile.am | 60 +
tools/src/misc/Makefile.in | 1558 +++
tools/src/misc/h5cc.in | 399 +
tools/src/misc/h5clear.c | 270 +
tools/src/misc/h5debug.c | 721 ++
tools/src/misc/h5mkgrp.c | 331 +
tools/src/misc/h5redeploy.in | 216 +
tools/src/misc/h5repart.c | 508 +
tools/test/CMakeLists.txt | 40 +
tools/test/Makefile.am | 28 +
tools/test/Makefile.in | 1433 +++
tools/test/h5copy/CMakeLists.txt | 23 +
tools/test/h5copy/CMakeTests.cmake | 434 +
tools/test/h5copy/Makefile.am | 44 +
tools/test/h5copy/Makefile.in | 1425 +++
tools/test/h5copy/h5copygentest.c | 1002 ++
.../h5copy/testfiles/h5copy_extlinks_src.h5 | Bin
.../h5copy/testfiles/h5copy_extlinks_src.out.ls | 43 +
.../h5copy/testfiles/h5copy_extlinks_trg.h5 | Bin
tools/{ => test}/h5copy/testfiles/h5copy_misc1.out | 0
tools/{ => test}/h5copy/testfiles/h5copy_ref.h5 | Bin
tools/test/h5copy/testfiles/h5copy_ref.out.ls | 31 +
tools/test/h5copy/testfiles/h5copytst.h5 | Bin 0 -> 15944 bytes
tools/test/h5copy/testfiles/h5copytst.out.ls | 429 +
tools/test/h5copy/testfiles/h5copytst_new.h5 | Bin 0 -> 31856 bytes
.../h5copy/testfiles/h5copytst_new.out.ls | 0
tools/test/h5copy/testh5copy.sh.in | 618 +
tools/test/h5diff/CMakeLists.txt | 50 +
tools/test/h5diff/CMakeTests.cmake | 1495 +++
tools/test/h5diff/Makefile.am | 71 +
tools/test/h5diff/Makefile.in | 1511 +++
tools/test/h5diff/dynlib_diff.c | 89 +
tools/test/h5diff/h5diff_plugin.sh.in | 313 +
tools/test/h5diff/h5diffgentest.c | 7544 ++++++++++++
.../h5diff/testfiles/compounds_array_vlen1.h5 | Bin
.../h5diff/testfiles/compounds_array_vlen2.h5 | Bin
tools/test/h5diff/testfiles/diff_strings1.h5 | Bin 0 -> 4464 bytes
tools/test/h5diff/testfiles/diff_strings2.h5 | Bin 0 -> 4464 bytes
tools/{ => test}/h5diff/testfiles/h5diff_10.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_100.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_101.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_101w.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_102.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_102w.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_103.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_103w.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_104.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_104w.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_11.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_12.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_13.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_14.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_15.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_16_1.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_16_2.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_16_3.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_17.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_171.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_172.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_18.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_18_1.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_19.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_20.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_200.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_201.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_202.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_203.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_204.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_205.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_206.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_207.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_208.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_21.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_22.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_220.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_221.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_222.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_223.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_224.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_23.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_24.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_25.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_26.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_27.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_28.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_30.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_300.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_400.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_401.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_402.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_403.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_404.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_405.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_406.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_407.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_408.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_409.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_410.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_411.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_412.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_413.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_414.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_415.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_416.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_417.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_418.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_419.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_420.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_421.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_422.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_423.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_424.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_425.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_450.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_451.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_452.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_453.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_454.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_455.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_456.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_457.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_458.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_459.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_465.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_466.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_467.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_468.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_469.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_471.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_472.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_473.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_474.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_475.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_480.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_481.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_482.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_483.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_484.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_485.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_486.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_487.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_50.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_500.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_501.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_502.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_503.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_504.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_505.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_506.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_507.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_508.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_509.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_51.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_510.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_511.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_512.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_513.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_514.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_515.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_516.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_517.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_518.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_52.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_53.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_530.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_54.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_540.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_55.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_56.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_57.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_58.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_59.txt | 0
tools/test/h5diff/testfiles/h5diff_60.txt | 10 +
tools/{ => test}/h5diff/testfiles/h5diff_600.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_601.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_603.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_604.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_605.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_606.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_607.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_608.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_609.txt | 0
tools/test/h5diff/testfiles/h5diff_61.txt | 30 +
tools/{ => test}/h5diff/testfiles/h5diff_610.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_612.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_613.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_614.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_615.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_616.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_617.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_618.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_619.txt | 0
tools/test/h5diff/testfiles/h5diff_62.txt | 37 +
tools/{ => test}/h5diff/testfiles/h5diff_621.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_622.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_623.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_624.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_625.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_626.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_627.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_628.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_629.txt | 0
tools/test/h5diff/testfiles/h5diff_63.txt | 10 +
tools/{ => test}/h5diff/testfiles/h5diff_630.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_631.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_640.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_641.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_642.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_643.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_644.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_645.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_646.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_70.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_700.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_701.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_702.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_703.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_704.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_705.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_706.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_707.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_708.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_709.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_710.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_80.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_90.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_attr1.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_attr2.h5 | Bin
.../h5diff/testfiles/h5diff_attr_v_level1.h5 | Bin
.../h5diff/testfiles/h5diff_attr_v_level2.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_basic1.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_basic2.h5 | Bin
.../h5diff/testfiles/h5diff_comp_vl_strs.h5 | Bin
.../h5diff/testfiles/h5diff_danglelinks1.h5 | Bin
.../h5diff/testfiles/h5diff_danglelinks2.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_dset1.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_dset2.h5 | Bin
.../h5diff/testfiles/h5diff_dset_zero_dim_size1.h5 | Bin
.../h5diff/testfiles/h5diff_dset_zero_dim_size2.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_dtypes.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_empty.h5 | Bin
.../h5diff/testfiles/h5diff_enum_invalid_values.h5 | Bin
.../h5diff/testfiles/h5diff_exclude1-1.h5 | Bin
.../h5diff/testfiles/h5diff_exclude1-2.h5 | Bin
.../h5diff/testfiles/h5diff_exclude2-1.h5 | Bin
.../h5diff/testfiles/h5diff_exclude2-2.h5 | Bin
.../h5diff/testfiles/h5diff_exclude3-1.h5 | Bin
.../h5diff/testfiles/h5diff_exclude3-2.h5 | Bin
.../h5diff/testfiles/h5diff_ext2softlink_src.h5 | Bin
.../h5diff/testfiles/h5diff_ext2softlink_trg.h5 | Bin
.../h5diff/testfiles/h5diff_extlink_src.h5 | Bin
.../h5diff/testfiles/h5diff_extlink_trg.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse1.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse2.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse_ext1.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse_ext2-1.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse_ext2-2.h5 | Bin
.../h5diff/testfiles/h5diff_grp_recurse_ext2-3.h5 | Bin
tools/test/h5diff/testfiles/h5diff_hyper1.h5 | Bin 0 -> 1052720 bytes
tools/test/h5diff/testfiles/h5diff_hyper2.h5 | Bin 0 -> 1052720 bytes
.../h5diff/testfiles/h5diff_linked_softlink.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_links.h5 | Bin
.../h5diff/testfiles/h5diff_softlinks.h5 | Bin
tools/{ => test}/h5diff/testfiles/h5diff_tmp1.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_tmp2.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_types.h5 | Bin
tools/test/h5diff/testfiles/h5diff_ud.txt | 11 +
tools/test/h5diff/testfiles/h5diff_udfail.txt | 12 +
tools/{ => test}/h5diff/testfiles/h5diff_v1.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_v2.txt | 0
tools/{ => test}/h5diff/testfiles/h5diff_v3.txt | 0
.../h5diff/testfiles/non_comparables1.h5 | Bin
.../h5diff/testfiles/non_comparables2.h5 | Bin
.../h5diff/testfiles/tmpSingleSiteBethe.output.h5 | Bin
.../testfiles/tmpSingleSiteBethe.reference.h5 | Bin
tools/test/h5diff/testfiles/tmptest.he5 | Bin 0 -> 4740424 bytes
tools/test/h5diff/testfiles/tmptest2.he5 | Bin 0 -> 4734280 bytes
tools/test/h5diff/testfiles/tudfilter.h5 | Bin 0 -> 4816 bytes
tools/test/h5diff/testfiles/tudfilter2.h5 | Bin 0 -> 4816 bytes
tools/test/h5diff/testh5diff.sh.in | 1183 ++
tools/test/h5diff/testph5diff.sh.in | 62 +
tools/test/h5dump/CMakeLists.txt | 56 +
tools/test/h5dump/CMakeTests.cmake | 1468 +++
tools/test/h5dump/CMakeTestsPBITS.cmake | 351 +
tools/test/h5dump/CMakeTestsVDS.cmake | 244 +
tools/test/h5dump/CMakeTestsXML.cmake | 425 +
tools/test/h5dump/Makefile.am | 58 +
tools/test/h5dump/Makefile.in | 1517 +++
tools/test/h5dump/binread.c | 95 +
tools/test/h5dump/dynlib_dump.c | 89 +
tools/{ => test}/h5dump/errfiles/filter_fail.err | 0
tools/{ => test}/h5dump/errfiles/non_existing.err | 0
tools/{ => test}/h5dump/errfiles/tall-1.err | 0
tools/{ => test}/h5dump/errfiles/tall-2A.err | 0
tools/{ => test}/h5dump/errfiles/tall-2A0.err | 0
tools/{ => test}/h5dump/errfiles/tall-2B.err | 0
tools/{ => test}/h5dump/errfiles/tarray1_big.err | 0
tools/{ => test}/h5dump/errfiles/tattr-3.err | 0
tools/{ => test}/h5dump/errfiles/tattrregR.err | 0
tools/{ => test}/h5dump/errfiles/tcomp-3.err | 0
tools/{ => test}/h5dump/errfiles/tdataregR.err | 0
tools/{ => test}/h5dump/errfiles/tdset-2.err | 0
.../{ => test}/h5dump/errfiles/texceedsubblock.err | 0
.../{ => test}/h5dump/errfiles/texceedsubcount.err | 0
.../{ => test}/h5dump/errfiles/texceedsubstart.err | 0
.../h5dump/errfiles/texceedsubstride.err | 0
tools/{ => test}/h5dump/errfiles/textlink.err | 0
tools/{ => test}/h5dump/errfiles/textlinkfar.err | 0
tools/{ => test}/h5dump/errfiles/textlinksrc.err | 0
tools/{ => test}/h5dump/errfiles/tgroup-2.err | 0
.../errfiles/tnofilename-with-packed-bits.err | 0
tools/{ => test}/h5dump/errfiles/torderlinks1.err | 0
tools/{ => test}/h5dump/errfiles/torderlinks2.err | 0
.../h5dump/errfiles/tpbitsCharLengthExceeded.err | 0
.../h5dump/errfiles/tpbitsCharOffsetExceeded.err | 0
.../h5dump/errfiles/tpbitsIncomplete.err | 0
.../h5dump/errfiles/tpbitsIntLengthExceeded.err | 0
.../h5dump/errfiles/tpbitsIntOffsetExceeded.err | 0
.../h5dump/errfiles/tpbitsLengthExceeded.err | 0
.../h5dump/errfiles/tpbitsLengthPositive.err | 0
.../h5dump/errfiles/tpbitsLongLengthExceeded.err | 0
.../h5dump/errfiles/tpbitsLongOffsetExceeded.err | 0
.../h5dump/errfiles/tpbitsMaxExceeded.err | 0
.../h5dump/errfiles/tpbitsOffsetExceeded.err | 0
.../h5dump/errfiles/tpbitsOffsetNegative.err | 0
tools/{ => test}/h5dump/errfiles/tperror.err | 0
tools/{ => test}/h5dump/errfiles/tqmarkfile.err | 0
tools/{ => test}/h5dump/errfiles/tslink-D.err | 0
tools/test/h5dump/h5dump_plugin.sh.in | 239 +
tools/test/h5dump/h5dumpgentest.c | 10535 ++++++++++++++++
tools/test/h5dump/testh5dump.sh.in | 1343 ++
tools/test/h5dump/testh5dumppbits.sh.in | 596 +
tools/test/h5dump/testh5dumpvds.sh.in | 521 +
tools/test/h5dump/testh5dumpxml.sh.in | 386 +
tools/test/h5format_convert/CMakeLists.txt | 28 +
tools/test/h5format_convert/CMakeTests.cmake | 471 +
tools/test/h5format_convert/Makefile.am | 43 +
tools/test/h5format_convert/Makefile.in | 1436 +++
tools/test/h5format_convert/h5fc_chk_idx.c | 101 +
tools/test/h5format_convert/h5fc_gentest.c | 805 ++
.../h5format_convert/testfiles/h5fc_d_file.ddl | 0
.../h5format_convert/testfiles/h5fc_dname.ddl | 0
.../h5format_convert/testfiles/h5fc_edge_v3.h5 | Bin 0 -> 2478 bytes
.../h5format_convert/testfiles/h5fc_err_level.h5 | Bin 0 -> 6236774 bytes
.../h5format_convert/testfiles/h5fc_ext1_f.ddl | 60 +
.../test/h5format_convert/testfiles/h5fc_ext1_f.h5 | Bin 0 -> 12288 bytes
.../h5format_convert/testfiles/h5fc_ext1_i.ddl | 60 +
.../test/h5format_convert/testfiles/h5fc_ext1_i.h5 | Bin 0 -> 7990 bytes
.../h5format_convert/testfiles/h5fc_ext1_s.ddl | 60 +
.../test/h5format_convert/testfiles/h5fc_ext1_s.h5 | Bin 0 -> 8167 bytes
.../h5format_convert/testfiles/h5fc_ext2_if.ddl | 60 +
.../h5format_convert/testfiles/h5fc_ext2_if.h5 | Bin 0 -> 8373 bytes
.../h5format_convert/testfiles/h5fc_ext2_is.ddl | 60 +
.../h5format_convert/testfiles/h5fc_ext2_is.h5 | Bin 0 -> 8186 bytes
.../h5format_convert/testfiles/h5fc_ext2_sf.ddl | 60 +
.../h5format_convert/testfiles/h5fc_ext2_sf.h5 | Bin 0 -> 8246 bytes
.../h5format_convert/testfiles/h5fc_ext3_isf.ddl | 60 +
.../h5format_convert/testfiles/h5fc_ext3_isf.h5 | Bin 0 -> 6642 bytes
.../h5format_convert/testfiles/h5fc_ext_none.h5 | Bin 0 -> 8014 bytes
.../h5format_convert/testfiles/h5fc_help.ddl | 0
.../test/h5format_convert/testfiles/h5fc_non_v3.h5 | Bin 0 -> 7010 bytes
.../testfiles/h5fc_nonexistdset_file.ddl | 0
.../testfiles/h5fc_nonexistfile.ddl | 0
.../h5format_convert/testfiles/h5fc_nooption.ddl | 0
.../h5format_convert/testfiles/h5fc_v_all.ddl | 0
.../h5format_convert/testfiles/h5fc_v_bt1.ddl | 0
.../test/h5format_convert/testfiles/h5fc_v_err.ddl | 13 +
.../h5format_convert/testfiles/h5fc_v_n_1d.ddl | 0
.../h5format_convert/testfiles/h5fc_v_n_all.ddl | 0
.../testfiles/h5fc_v_ndata_bt1.ddl | 0
.../testfiles/h5fc_v_non_chunked.ddl | 0
.../h5format_convert/testfiles/old_h5fc_ext1_f.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext1_f.h5 | Bin 0 -> 28672 bytes
.../h5format_convert/testfiles/old_h5fc_ext1_i.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext1_i.h5 | Bin 0 -> 32716 bytes
.../h5format_convert/testfiles/old_h5fc_ext1_s.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext1_s.h5 | Bin 0 -> 20032 bytes
.../testfiles/old_h5fc_ext2_if.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext2_if.h5 | Bin 0 -> 32984 bytes
.../testfiles/old_h5fc_ext2_is.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext2_is.h5 | Bin 0 -> 32872 bytes
.../testfiles/old_h5fc_ext2_sf.ddl | 60 +
.../h5format_convert/testfiles/old_h5fc_ext2_sf.h5 | Bin 0 -> 20096 bytes
.../testfiles/old_h5fc_ext3_isf.ddl | 60 +
.../testfiles/old_h5fc_ext3_isf.h5 | Bin 0 -> 31344 bytes
.../testfiles/old_h5fc_ext_none.h5 | Bin 0 -> 19912 bytes
tools/test/h5format_convert/testh5fc.sh.in | 506 +
tools/test/h5import/CMakeLists.txt | 18 +
tools/test/h5import/CMakeTests.cmake | 476 +
tools/test/h5import/Makefile.am | 38 +
tools/test/h5import/Makefile.in | 1421 +++
tools/test/h5import/h5importtest.c | 369 +
tools/test/h5import/h5importtestutil.sh.in | 382 +
tools/{ => test}/h5import/testfiles/binfp64.conf | 0
tools/test/h5import/testfiles/binfp64.h5 | Bin 0 -> 10760 bytes
tools/{ => test}/h5import/testfiles/binin16.conf | 0
tools/test/h5import/testfiles/binin16.h5 | Bin 0 -> 10760 bytes
tools/{ => test}/h5import/testfiles/binin32.conf | 0
tools/test/h5import/testfiles/binin32.h5 | Bin 0 -> 9472 bytes
tools/{ => test}/h5import/testfiles/binin8.conf | 0
tools/test/h5import/testfiles/binin8.h5 | Bin 0 -> 10760 bytes
tools/{ => test}/h5import/testfiles/binin8w.conf | 0
tools/{ => test}/h5import/testfiles/binin8w.h5 | Bin
tools/{ => test}/h5import/testfiles/binuin16.conf | 0
tools/test/h5import/testfiles/binuin16.h5 | Bin 0 -> 10760 bytes
tools/{ => test}/h5import/testfiles/binuin32.conf | 0
tools/test/h5import/testfiles/binuin32.h5 | Bin 0 -> 6384 bytes
.../{ => test}/h5import/testfiles/dbinfp64.h5.txt | 0
.../{ => test}/h5import/testfiles/dbinin16.h5.txt | 0
.../{ => test}/h5import/testfiles/dbinin32.h5.txt | 0
tools/{ => test}/h5import/testfiles/dbinin8.h5.txt | 0
.../{ => test}/h5import/testfiles/dbinin8w.h5.txt | 0
.../{ => test}/h5import/testfiles/dbinuin16.h5.txt | 0
.../{ => test}/h5import/testfiles/dbinuin32.h5.txt | 0
tools/{ => test}/h5import/testfiles/dtxtstr.h5.txt | 0
tools/{ => test}/h5import/testfiles/textpfe.conf | 0
tools/{ => test}/h5import/testfiles/textpfe.h5 | Bin
tools/{ => test}/h5import/testfiles/textpfe64.txt | 0
tools/{ => test}/h5import/testfiles/txtfp32.conf | 0
tools/test/h5import/testfiles/txtfp32.h5 | Bin 0 -> 4192 bytes
tools/{ => test}/h5import/testfiles/txtfp32.txt | 0
tools/{ => test}/h5import/testfiles/txtfp64.conf | 0
tools/test/h5import/testfiles/txtfp64.h5 | Bin 0 -> 9784 bytes
tools/{ => test}/h5import/testfiles/txtfp64.txt | 0
tools/{ => test}/h5import/testfiles/txtin16.conf | 0
tools/test/h5import/testfiles/txtin16.h5 | Bin 0 -> 9784 bytes
tools/{ => test}/h5import/testfiles/txtin16.txt | 0
tools/{ => test}/h5import/testfiles/txtin32.conf | 0
tools/test/h5import/testfiles/txtin32.h5 | Bin 0 -> 4192 bytes
tools/{ => test}/h5import/testfiles/txtin32.txt | 0
tools/{ => test}/h5import/testfiles/txtin8.conf | 0
tools/test/h5import/testfiles/txtin8.h5 | Bin 0 -> 9784 bytes
tools/{ => test}/h5import/testfiles/txtin8.txt | 0
tools/{ => test}/h5import/testfiles/txtstr.conf | 0
tools/{ => test}/h5import/testfiles/txtstr.h5 | Bin
tools/{ => test}/h5import/testfiles/txtstr.txt | 0
tools/{ => test}/h5import/testfiles/txtuin16.conf | 0
tools/test/h5import/testfiles/txtuin16.h5 | Bin 0 -> 10240 bytes
tools/{ => test}/h5import/testfiles/txtuin16.txt | 0
tools/{ => test}/h5import/testfiles/txtuin32.conf | 0
tools/test/h5import/testfiles/txtuin32.h5 | Bin 0 -> 6240 bytes
tools/{ => test}/h5import/testfiles/txtuin32.txt | 0
tools/test/h5jam/CMakeLists.txt | 34 +
tools/test/h5jam/CMakeTests.cmake | 395 +
tools/test/h5jam/Makefile.am | 38 +
tools/test/h5jam/Makefile.in | 1430 +++
tools/test/h5jam/getub.c | 155 +
tools/test/h5jam/h5jamgentest.c | 387 +
tools/test/h5jam/tellub.c | 194 +
tools/{ => test}/h5jam/testfiles/h5jam-help.txt | 0
.../{ => test}/h5jam/testfiles/h5jam-ub-nohdf5.txt | 0
tools/{ => test}/h5jam/testfiles/h5unjam-help.txt | 0
tools/{ => test}/h5jam/testfiles/tall.h5 | Bin
tools/{ => test}/h5jam/testfiles/twithub.h5 | Bin
tools/{ => test}/h5jam/testfiles/twithub513.h5 | Bin
tools/{ => test}/h5jam/testfiles/u10.txt | 0
tools/{ => test}/h5jam/testfiles/u511.txt | 0
tools/{ => test}/h5jam/testfiles/u512.txt | 0
tools/{ => test}/h5jam/testfiles/u513.txt | 0
tools/test/h5jam/testh5jam.sh.in | 697 ++
tools/test/h5ls/CMakeLists.txt | 39 +
tools/test/h5ls/CMakeTests.cmake | 457 +
tools/test/h5ls/CMakeTestsVDS.cmake | 148 +
tools/test/h5ls/Makefile.am | 52 +
tools/test/h5ls/Makefile.in | 1466 +++
tools/test/h5ls/dynlib_ls.c | 89 +
tools/test/h5ls/h5ls_plugin.sh.in | 251 +
tools/test/h5ls/testh5ls.sh.in | 441 +
tools/test/h5ls/testh5lsvds.sh.in | 256 +
tools/test/h5repack/CMakeLists.txt | 79 +
tools/test/h5repack/CMakeTests.cmake | 1176 ++
tools/test/h5repack/Makefile.am | 68 +
tools/test/h5repack/Makefile.in | 1529 +++
tools/test/h5repack/dynlib_rpk.c | 95 +
tools/test/h5repack/dynlib_vrpk.c | 102 +
tools/test/h5repack/h5repack.sh.in | 1263 ++
tools/test/h5repack/h5repack_plugin.sh.in | 274 +
tools/test/h5repack/h5repacktst.c | 7187 +++++++++++
.../testfiles/1_vds.h5-vds_dset_chunk20x10x5-v.ddl | 0
.../testfiles/2_vds.h5-vds_chunk3x6x9-v.ddl | 0
.../testfiles/3_1_vds.h5-vds_chunk2x5x8-v.ddl | 0
.../h5repack/testfiles/4_vds.h5-vds_compa-v.ddl | 0
.../h5repack/testfiles/4_vds.h5-vds_conti-v.ddl | 59 +
tools/{ => test}/h5repack/testfiles/README | 0
.../testfiles/deflate_limit.h5repack_layout.h5.ddl | 130 +
tools/test/h5repack/testfiles/h5repack-help.txt | 136 +
tools/{ => test}/h5repack/testfiles/h5repack.info | 0
tools/test/h5repack/testfiles/h5repack_attr.h5 | Bin 0 -> 21856 bytes
.../test/h5repack/testfiles/h5repack_attr_refs.h5 | Bin 0 -> 10336 bytes
tools/test/h5repack/testfiles/h5repack_deflate.h5 | Bin 0 -> 6336 bytes
tools/test/h5repack/testfiles/h5repack_early.h5 | Bin 0 -> 3074224 bytes
.../{ => test}/h5repack/testfiles/h5repack_ext.bin | Bin
tools/test/h5repack/testfiles/h5repack_ext.h5 | Bin 0 -> 1464 bytes
tools/test/h5repack/testfiles/h5repack_fill.h5 | Bin 0 -> 2168 bytes
tools/test/h5repack/testfiles/h5repack_filters.h5 | Bin 0 -> 27604 bytes
.../h5repack_filters.h5-gzip_verbose_filters.tst} | 0
tools/test/h5repack/testfiles/h5repack_fletcher.h5 | Bin 0 -> 7232 bytes
tools/test/h5repack/testfiles/h5repack_hlink.h5 | Bin 0 -> 6544 bytes
.../h5repack/testfiles/h5repack_layout.UD.h5 | Bin
.../h5repack_layout.UD.h5-plugin_none.ddl | 0
tools/test/h5repack/testfiles/h5repack_layout.h5 | Bin 0 -> 29480 bytes
...h5repack_layout.h5-dset2_chunk_20x10-errstk.tst | 38 +
.../testfiles/h5repack_layout.h5-plugin_test.ddl | 158 +
.../h5repack_layout.h5-plugin_version_test.ddl | 158 +
.../testfiles/h5repack_layout.h5-plugin_zero.tst | 9 +
.../h5repack/testfiles/h5repack_layout.h5.ddl | 0
tools/test/h5repack/testfiles/h5repack_layout2.h5 | Bin 0 -> 6808 bytes
tools/test/h5repack/testfiles/h5repack_layout3.h5 | Bin 0 -> 491840 bytes
tools/test/h5repack/testfiles/h5repack_layouto.h5 | Bin 0 -> 1576 bytes
.../h5repack/testfiles/h5repack_named_dtypes.h5 | Bin 0 -> 4320 bytes
tools/test/h5repack/testfiles/h5repack_nbit.h5 | Bin 0 -> 13208 bytes
.../testfiles/h5repack_nested_8bit_enum.h5 | Bin
.../h5repack_nested_8bit_enum_deflated.h5 | Bin
tools/test/h5repack/testfiles/h5repack_objs.h5 | Bin 0 -> 19738 bytes
tools/test/h5repack/testfiles/h5repack_refs.h5 | Bin 0 -> 10336 bytes
tools/test/h5repack/testfiles/h5repack_shuffle.h5 | Bin 0 -> 7216 bytes
tools/test/h5repack/testfiles/h5repack_soffset.h5 | Bin 0 -> 12452 bytes
tools/test/h5repack/testfiles/h5repack_szip.h5 | Bin 0 -> 5588 bytes
.../plugin_none.h5repack_layout.UD.h5.tst | 0
.../testfiles/plugin_test.h5repack_layout.h5.tst | 0
.../plugin_version_test.h5repack_layout.h5.tst | 14 +
tools/{ => test}/h5repack/testfiles/ublock.bin | 0
tools/test/h5repack/testh5repack_detect_szip.c | 60 +
tools/test/h5stat/CMakeLists.txt | 22 +
tools/test/h5stat/CMakeTests.cmake | 248 +
tools/test/h5stat/Makefile.am | 46 +
tools/test/h5stat/Makefile.in | 1432 +++
tools/test/h5stat/h5stat_gentest.c | 447 +
tools/{ => test}/h5stat/testfiles/h5stat_dims1.ddl | 0
tools/{ => test}/h5stat/testfiles/h5stat_dims2.ddl | 0
.../h5stat/testfiles/h5stat_err1_dims.ddl | 0
.../h5stat/testfiles/h5stat_err1_links.ddl | 0
.../h5stat/testfiles/h5stat_err1_numattrs.ddl | 0
.../h5stat/testfiles/h5stat_err2_numattrs.ddl | 0
.../h5stat/testfiles/h5stat_filters-F.ddl | 0
.../h5stat/testfiles/h5stat_filters-UD.ddl | 0
.../h5stat/testfiles/h5stat_filters-UT.ddl | 0
.../h5stat/testfiles/h5stat_filters-d.ddl | 0
.../h5stat/testfiles/h5stat_filters-dT.ddl | 0
.../h5stat/testfiles/h5stat_filters-file.ddl | 0
.../h5stat/testfiles/h5stat_filters-g.ddl | 0
tools/test/h5stat/testfiles/h5stat_filters.ddl | 99 +
tools/test/h5stat/testfiles/h5stat_filters.h5 | Bin 0 -> 46272 bytes
tools/{ => test}/h5stat/testfiles/h5stat_help1.ddl | 0
tools/{ => test}/h5stat/testfiles/h5stat_help2.ddl | 0
tools/test/h5stat/testfiles/h5stat_idx.ddl | 95 +
tools/test/h5stat/testfiles/h5stat_idx.h5 | Bin 0 -> 2158 bytes
.../{ => test}/h5stat/testfiles/h5stat_links1.ddl | 0
tools/test/h5stat/testfiles/h5stat_links2.ddl | 107 +
.../{ => test}/h5stat/testfiles/h5stat_links3.ddl | 0
.../{ => test}/h5stat/testfiles/h5stat_links4.ddl | 0
.../{ => test}/h5stat/testfiles/h5stat_links5.ddl | 0
.../h5stat/testfiles/h5stat_newgrat-UA.ddl | 0
.../h5stat/testfiles/h5stat_newgrat-UG.ddl | 0
tools/test/h5stat/testfiles/h5stat_newgrat.ddl | 97 +
tools/test/h5stat/testfiles/h5stat_newgrat.h5 | Bin 0 -> 6362235 bytes
.../{ => test}/h5stat/testfiles/h5stat_nofile.ddl | 0
.../h5stat/testfiles/h5stat_notexist.ddl | 0
tools/test/h5stat/testfiles/h5stat_numattrs1.ddl | 18 +
tools/test/h5stat/testfiles/h5stat_numattrs2.ddl | 107 +
.../h5stat/testfiles/h5stat_numattrs3.ddl | 0
.../h5stat/testfiles/h5stat_numattrs4.ddl | 0
.../h5stat/testfiles/h5stat_threshold.h5 | Bin
tools/test/h5stat/testfiles/h5stat_tsohm.ddl | 92 +
tools/{ => test}/h5stat/testfiles/h5stat_tsohm.h5 | Bin
tools/test/h5stat/testh5stat.sh.in | 316 +
tools/test/misc/CMakeLists.txt | 45 +
tools/test/misc/CMakeTestsClear.cmake | 264 +
tools/test/misc/CMakeTestsMkgrp.cmake | 199 +
tools/test/misc/CMakeTestsRepart.cmake | 96 +
tools/test/misc/Makefile.am | 45 +
tools/test/misc/Makefile.in | 1604 +++
tools/test/misc/clear_open_chk.c | 71 +
tools/test/misc/h5clear_gentest.c | 277 +
tools/test/misc/h5perf_gentest.c | 609 +
tools/test/misc/h5repart_gentest.c | 99 +
tools/test/misc/repart_test.c | 163 +
tools/test/misc/talign.c | 242 +
tools/test/misc/testfiles/h5clear_log_v3.h5 | Bin 0 -> 2048 bytes
tools/test/misc/testfiles/h5clear_mdc_image.h5 | Bin 0 -> 23467 bytes
tools/test/misc/testfiles/h5clear_missing_file.ddl | 15 +
tools/test/misc/testfiles/h5clear_no_mdc_image.ddl | 1 +
tools/test/misc/testfiles/h5clear_open_fail.ddl | 1 +
tools/test/misc/testfiles/h5clear_sec2_v0.h5 | Bin 0 -> 800 bytes
tools/test/misc/testfiles/h5clear_sec2_v2.h5 | Bin 0 -> 830 bytes
tools/test/misc/testfiles/h5clear_sec2_v3.h5 | Bin 0 -> 195 bytes
tools/test/misc/testfiles/h5clear_usage.ddl | 14 +
tools/{ => test}/misc/testfiles/h5mkgrp_help.txt | 0
.../misc/testfiles/h5mkgrp_version.txt.in | 0
tools/test/misc/testfiles/latest_h5clear_log_v3.h5 | Bin 0 -> 2048 bytes
.../test/misc/testfiles/latest_h5clear_sec2_v3.h5 | Bin 0 -> 195 bytes
tools/test/misc/testfiles/mod_h5clear_mdc_image.h5 | Bin 0 -> 22048 bytes
tools/test/misc/testh5clear.sh.in | 338 +
tools/test/misc/testh5mkgrp.sh.in | 320 +
tools/test/misc/testh5repart.sh.in | 195 +
tools/test/misc/vds/CMakeLists.txt | 28 +
tools/test/misc/vds/Makefile.am | 36 +
tools/test/misc/vds/Makefile.in | 1485 +++
tools/test/misc/vds/UC_1.h | 119 +
tools/test/misc/vds/UC_1_one_dim_gen.c | 267 +
tools/test/misc/vds/UC_2.h | 108 +
tools/test/misc/vds/UC_2_two_dims_gen.c | 268 +
tools/test/misc/vds/UC_3.h | 72 +
tools/test/misc/vds/UC_3_gaps_gen.c | 253 +
tools/test/misc/vds/UC_4.h | 84 +
tools/test/misc/vds/UC_4_printf_gen.c | 217 +
tools/test/misc/vds/UC_5.h | 81 +
tools/test/misc/vds/UC_5_stride_gen.c | 241 +
tools/test/misc/vds/UC_common.h | 39 +
tools/test/perform/CMakeLists.txt | 124 +
tools/test/perform/CMakeTests.cmake | 156 +
tools/test/perform/COPYING | 13 +
tools/test/perform/Makefile.am | 77 +
tools/test/perform/Makefile.in | 1610 +++
tools/test/perform/build_h5perf_alone.sh | 26 +
tools/test/perform/build_h5perf_serial_alone.sh | 26 +
tools/test/perform/chunk.c | 548 +
tools/test/perform/gen_report.pl | 525 +
tools/test/perform/iopipe.c | 506 +
tools/test/perform/overhead.c | 406 +
tools/test/perform/perf.c | 492 +
tools/test/perform/perf_meta.c | 848 ++
tools/test/perform/pio_engine.c | 2680 ++++
tools/test/perform/pio_perf.c | 1692 +++
tools/test/perform/pio_perf.h | 102 +
tools/test/perform/pio_standalone.c | 279 +
tools/test/perform/pio_standalone.h | 528 +
tools/test/perform/sio_engine.c | 1320 ++
tools/test/perform/sio_perf.c | 1428 +++
tools/test/perform/sio_perf.h | 104 +
tools/test/perform/sio_standalone.c | 283 +
tools/test/perform/sio_standalone.h | 544 +
tools/test/perform/zip_perf.c | 642 +
tools/testfiles/family_file00000.h5 | Bin 1024 -> 1024 bytes
tools/testfiles/file_space.ddl | 6 +-
tools/testfiles/file_space.h5 | Bin 792 -> 808 bytes
tools/testfiles/taindices.h5 | Bin 17160 -> 17160 bytes
tools/testfiles/tarray1.h5 | Bin 2112 -> 2112 bytes
tools/testfiles/tarray2.h5 | Bin 3008 -> 3008 bytes
tools/testfiles/tarray3.h5 | Bin 3200 -> 3200 bytes
tools/testfiles/tarray4.h5 | Bin 2176 -> 2176 bytes
tools/testfiles/tarray5.h5 | Bin 2368 -> 2368 bytes
tools/testfiles/tarray6.h5 | Bin 6400 -> 6400 bytes
tools/testfiles/tarray7.h5 | Bin 6400 -> 6400 bytes
tools/testfiles/tattr.h5 | Bin 3024 -> 3024 bytes
tools/testfiles/tattr2.h5 | Bin 33840 -> 33840 bytes
tools/testfiles/tbigdims.h5 | Bin 6192 -> 6192 bytes
tools/testfiles/tbitfields.h5 | Bin 2704 -> 2704 bytes
tools/testfiles/tboot1.ddl | 6 +-
tools/testfiles/tboot2.ddl | 6 +-
tools/testfiles/tboot2A.ddl | 6 +-
tools/testfiles/tboot2B.ddl | 6 +-
tools/testfiles/tchar.h5 | Bin 2356 -> 2356 bytes
tools/testfiles/tcompound.h5 | Bin 8192 -> 8192 bytes
tools/testfiles/tcompound2.h5 | Bin 13640 -> 13640 bytes
tools/testfiles/tcompound_complex.h5 | Bin 8192 -> 8192 bytes
tools/testfiles/tcompound_complex2.ddl | 1051 ++
tools/testfiles/tcompound_complex2.h5 | Bin 0 -> 21880 bytes
tools/testfiles/tdatareg.h5 | Bin 5652 -> 5652 bytes
tools/testfiles/tdset.h5 | Bin 7648 -> 7648 bytes
tools/testfiles/tdset2.h5 | Bin 9936 -> 9936 bytes
tools/testfiles/tdset_idx.ddl | 61 -
tools/testfiles/tdset_idx.h5 | Bin 10562 -> 10562 bytes
tools/testfiles/tempty.h5 | Bin 4304 -> 4304 bytes
tools/testfiles/tenum.h5 | Bin 2128 -> 2128 bytes
tools/testfiles/textlinksrc-nodangle-1.ls | 4 +-
tools/testfiles/tfamily00000.h5 | Bin 256 -> 256 bytes
tools/testfiles/tfcontents2.h5 | Bin 792 -> 792 bytes
tools/testfiles/tfvalues.h5 | Bin 9552 -> 9552 bytes
tools/testfiles/tgroup-1.ls | 4 +-
tools/testfiles/tgroup.h5 | Bin 11096 -> 11096 bytes
tools/testfiles/thlink.h5 | Bin 5536 -> 5536 bytes
tools/testfiles/thyperslab.h5 | Bin 1050880 -> 1050880 bytes
tools/testfiles/tlarge_objname.h5 | Bin 40008 -> 40008 bytes
tools/testfiles/tlonglinks.h5 | Bin 203168 -> 203168 bytes
tools/testfiles/tloop.h5 | Bin 3168 -> 3168 bytes
tools/testfiles/tloop2.h5 | Bin 3168 -> 3168 bytes
tools/testfiles/tmulti-s.h5 | Bin 2048 -> 2048 bytes
tools/testfiles/tname-amp.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tname-apos.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tname-gt.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tname-lt.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tname-quot.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tname-sp.h5 | Bin 2880 -> 2880 bytes
tools/testfiles/tnestedcomp.h5 | Bin 2072 -> 2072 bytes
tools/testfiles/tnodata.h5 | Bin 1412 -> 1412 bytes
tools/testfiles/tnullspace.h5 | Bin 3624 -> 3624 bytes
tools/testfiles/tobjref.h5 | Bin 2900 -> 2900 bytes
tools/testfiles/topaque.h5 | Bin 1744 -> 1744 bytes
tools/testfiles/tref-escapes-at.h5 | Bin 5849 -> 5849 bytes
tools/testfiles/tref-escapes.h5 | Bin 5536 -> 5536 bytes
tools/testfiles/tref.h5 | Bin 3004 -> 3004 bytes
tools/testfiles/tsaf.h5 | Bin 769444 -> 769444 bytes
tools/testfiles/tslink.h5 | Bin 1168 -> 1168 bytes
tools/testfiles/tsplit_file-m.h5 | Bin 2048 -> 2048 bytes
tools/testfiles/tstr.h5 | Bin 15608 -> 15608 bytes
tools/testfiles/tstr2.h5 | Bin 11096 -> 11096 bytes
tools/testfiles/tstr3.h5 | Bin 8736 -> 8736 bytes
tools/testfiles/tstring-at.h5 | Bin 1672 -> 1672 bytes
tools/testfiles/tstring.h5 | Bin 2160 -> 2160 bytes
tools/testfiles/tudfilter.ddl | 30 +
tools/testfiles/tudfilter.h5 | Bin 0 -> 4816 bytes
tools/testfiles/tudfilter.ls | 16 +
tools/testfiles/tvldtypes1.h5 | Bin 8336 -> 8336 bytes
tools/testfiles/tvldtypes2.h5 | Bin 6208 -> 6208 bytes
tools/testfiles/tvldtypes3.h5 | Bin 6240 -> 6240 bytes
tools/testfiles/tvldtypes4.h5 | Bin 8192 -> 8192 bytes
tools/testfiles/tvldtypes5.h5 | Bin 8192 -> 8192 bytes
tools/testfiles/tvlenstr_array.ddl | 48 +
tools/testfiles/tvlenstr_array.h5 | Bin 0 -> 6720 bytes
tools/testfiles/tvms.h5 | Bin 2288 -> 2288 bytes
2722 files changed, 280240 insertions(+), 196663 deletions(-)
--
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