[hdf5] branch upstream updated (ce504bb -> 5c59b10)

Gilles Filippini pini at debian.org
Tue Mar 29 18:43:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

pini pushed a change to branch upstream
in repository hdf5.

      from  ce504bb   Imported Upstream version 1.10.0~alpha1+docs
      adds  e21bd7a   Imported Upstream version 1.10.0~pre1+docs
      adds  5c59b10   Imported Upstream version 1.10.0~pre2+docs

No new revisions were added by this update.

Summary of changes:
 ACKNOWLEDGMENTS                                    |   14 +-
 BRANCH.txt                                         |   15 -
 CMakeLists.txt                                     |  165 +-
 COPYING                                            |    2 +-
 MANIFEST                                           |  393 +-
 Makefile.am                                        |    9 +-
 Makefile.in                                        |   62 +-
 README.txt                                         |    2 +-
 aclocal.m4                                         |   13 +
 autogen.sh                                         |    8 +-
 bin/cmakehdf5                                      |   12 +-
 bin/h5vers                                         |   18 +-
 c++/Makefile.in                                    |   56 +-
 c++/examples/Makefile.in                           |   56 +-
 c++/src/CMakeLists.txt                             |    2 +-
 c++/src/H5AbstractDs.cpp                           |    5 +-
 c++/src/H5AbstractDs.h                             |    2 +-
 c++/src/H5ArrayType.cpp                            |  166 +-
 c++/src/H5ArrayType.h                              |    6 +
 c++/src/H5Attribute.cpp                            |   27 +-
 c++/src/H5CommonFG.cpp                             |  101 +-
 c++/src/H5CompType.cpp                             |   11 +-
 c++/src/H5DataSet.cpp                              |   59 +-
 c++/src/H5DataSpace.cpp                            |   21 +-
 c++/src/H5DataType.cpp                             |   42 +-
 c++/src/H5Exception.cpp                            |    6 +-
 c++/src/H5FaccProp.cpp                             |   45 +-
 c++/src/H5File.cpp                                 |   18 +-
 c++/src/H5Group.cpp                                |    6 +-
 c++/src/H5Library.cpp                              |    4 +-
 c++/src/H5Location.cpp                             |   12 +-
 c++/src/H5Object.cpp                               |    2 +-
 c++/src/H5PropList.cpp                             |    5 +-
 c++/src/H5StrType.cpp                              |   21 +-
 c++/src/Makefile.am                                |    2 +-
 c++/src/Makefile.in                                |   79 +-
 c++/src/cpp_doc_config                             |    2 +-
 c++/test/CMakeLists.txt                            |    1 +
 c++/test/Makefile.am                               |    7 +-
 c++/test/Makefile.in                               |   73 +-
 c++/test/dsets.cpp                                 |   56 +-
 c++/test/h5cpputil.cpp                             |    2 +-
 c++/test/h5cpputil.h                               |    2 +
 c++/test/tarray.cpp                                |  394 +
 c++/test/testhdf5.cpp                              |    2 +-
 c++/test/ttypes.cpp                                |    1 -
 config/cce-fflags                                  |   19 +-
 config/cce-flags                                   |   24 +-
 config/cmake/CMakeFindJavaCommon.cmake             |   41 +
 config/cmake/ConfigureChecks.cmake                 |    9 -
 config/cmake/FindHDFJAVA.cmake.in                  |   68 +
 config/cmake/FindJNI.cmake                         |  342 +
 config/cmake/H5pubconf.h.in                        |    4 -
 config/cmake/HDF518_Examples.cmake.in              |    4 +
 config/cmake/HDF5Macros.cmake                      |   11 +-
 config/cmake/HDF5_Examples.cmake.in                |   19 +-
 config/cmake/README.txt.cmake.in                   |    1 +
 config/cmake/UseJava.cmake                         | 1350 +++
 config/cmake/UseJavaClassFilelist.cmake            |   58 +
 config/cmake/UseJavaSymlinks.cmake                 |   38 +
 config/cmake/cacheinit.cmake                       |    2 +
 config/cmake/hdf5-config.cmake.in                  |   14 +
 config/cmake/jrunTest.cmake                        |  212 +
 config/cmake/libhdf5.settings.cmake.in             |   56 +-
 config/cmake/mccacheinit.cmake                     |    2 +
 config/cmake/scripts/HDF5config.cmake              |   29 +-
 config/cmake/vfdTest.cmake                         |    4 +-
 config/cmake_ext_mod/prunTest.cmake                |    4 +-
 config/cmake_ext_mod/runTest.cmake                 |   12 +-
 config/commence.am                                 |    1 +
 config/gnu-cxxflags                                |  830 ++
 config/gnu-fflags                                  |   23 +-
 config/gnu-flags                                   |   47 +-
 config/i686-pc-cygwin                              |   22 +-
 config/ibm-aix                                     |   49 +-
 config/ibm-flags                                   |   29 +-
 config/intel-fflags                                |   17 +-
 config/intel-flags                                 |   25 +-
 config/linux-gnulibc1                              |   31 +-
 config/lt_vers.am                                  |   30 +-
 config/pgi-fflags                                  |   19 +-
 config/pgi-flags                                   |   42 +-
 config/solaris                                     |   91 +-
 config/x86_64-pc-cygwin                            |   23 +-
 configure                                          | 2417 +++--
 configure.ac                                       | 1207 ++-
 examples/Makefile.in                               |   56 +-
 fortran/Makefile.in                                |   56 +-
 fortran/examples/Makefile.in                       |   56 +-
 fortran/robodoc.rc                                 |    5 +-
 fortran/src/CMakeLists.txt                         |    5 +-
 fortran/src/H5Dff.F90                              |    6 +-
 fortran/src/H5Eff.F90                              |    2 +-
 fortran/src/H5Fff.F90                              |    2 +-
 fortran/src/H5Gff.F90                              |    2 +-
 fortran/src/H5Off.F90                              |    2 +-
 fortran/src/H5Pf.c                                 |    2 +-
 fortran/src/H5Pff.F90                              |  699 +-
 fortran/src/H5Rff.F90                              |    2 +-
 fortran/src/H5Sff.F90                              |  122 +-
 fortran/src/H5_buildiface.F90                      |   49 +-
 fortran/src/H5_f.c                                 |    4 +
 fortran/src/H5f90.h                                |    2 +-
 fortran/src/H5f90global.F90                        |   24 +-
 fortran/src/H5fortkit.F90                          |   66 +
 fortran/src/H5match_types.c                        |    4 +-
 fortran/src/HDF5.F90                               |    2 +-
 fortran/src/Makefile.am                            |    8 +-
 fortran/src/Makefile.in                            |  104 +-
 fortran/src/hdf5_fortrandll.def.in                 |   16 +
 fortran/test/CMakeLists.txt                        |    4 +-
 fortran/test/H5_test_buildiface.F90                |   37 +-
 fortran/test/Makefile.in                           |   56 +-
 fortran/test/fortranlib_test_F03.F90               |    8 +
 fortran/test/tH5D.F90                              |    1 -
 fortran/test/tH5F.F90                              |    7 -
 fortran/test/tH5F_F03.F90                          |    6 +-
 fortran/test/tH5P_F03.F90                          |  474 +-
 fortran/test/tHDF5.F90                             |    2 +-
 fortran/test/tHDF5_1_8.F90                         |    2 +-
 fortran/test/tHDF5_F03.F90                         |    2 +-
 fortran/test/tf.F90                                |    4 +-
 fortran/testpar/Makefile.in                        |   56 +-
 fortran/testpar/hyper.f90                          |  143 +-
 fortran/testpar/ptest.f90                          |  119 +-
 hl/Makefile.in                                     |   56 +-
 hl/c++/Makefile.in                                 |   56 +-
 hl/c++/examples/Makefile.in                        |   56 +-
 hl/c++/src/CMakeLists.txt                          |    2 +-
 hl/c++/src/H5PacketTable.cpp                       |  204 +-
 hl/c++/src/H5PacketTable.h                         |  131 +-
 hl/c++/src/Makefile.am                             |    2 +-
 hl/c++/src/Makefile.in                             |   79 +-
 hl/c++/test/Makefile.in                            |   56 +-
 hl/c++/test/ptableTest.cpp                         |   53 +-
 hl/examples/Makefile.in                            |   56 +-
 hl/fortran/Makefile.in                             |   56 +-
 hl/fortran/examples/Makefile.in                    |   56 +-
 hl/fortran/src/CMakeLists.txt                      |    4 +-
 hl/fortran/src/H5HL_buildiface.F90                 |    7 -
 hl/fortran/src/Makefile.am                         |    2 +-
 hl/fortran/src/Makefile.in                         |   79 +-
 hl/fortran/test/Makefile.in                        |   56 +-
 hl/fortran/test/tstlite.F90                        |    2 -
 hl/src/CMakeLists.txt                              |    2 +-
 hl/src/H5DO.c                                      |   20 +-
 hl/src/H5PT.c                                      |  528 +-
 hl/src/H5PTpublic.h                                |   68 +-
 hl/src/Makefile.am                                 |    2 +-
 hl/src/Makefile.in                                 |   79 +-
 hl/test/CMakeLists.txt                             |   12 +-
 hl/test/Makefile.am                                |    3 +
 hl/test/Makefile.in                                |   70 +-
 hl/test/h5hltest.h                                 |    2 +
 hl/test/test_packet.c                              |  520 +-
 hl/test/test_packet_vlen.c                         | 1694 ++++
 hl/tools/Makefile.in                               |   56 +-
 hl/tools/gif2h5/Makefile.in                        |   56 +-
 hl/tools/gif2h5/h52giftest.sh.in                   |    2 +-
 hl/tools/h5watch/Makefile.in                       |   56 +-
 hl/tools/h5watch/h5watch.c                         |    4 +-
 html/ADGuide/Changes.html                          | 1373 ++-
 html/ADGuide/Changes_1_8_x.html                    |  271 +-
 html/Copyright.html                                |    2 +-
 html/HL/H5LT/H5LDget_dset_dims.htm                 |  117 +
 html/HL/H5LT/H5LDget_dset_elmts.htm                |  287 +
 html/HL/H5LT/H5LDget_dset_type_size.htm            |  126 +
 html/HL/HDF5Optimized/H5DOappend.htm               |  179 +
 html/HL/RM_H5PT_c++.html                           | 2702 +++++-
 html/RM/APICompatMacros.html                       |  522 +-
 html/RM/H5D/H5Dflush.htm                           |  128 +
 html/RM/H5D/H5Drefresh.htm                         |  125 +
 html/RM/H5F/H5Fare_mdc_flushes_disabled.htm        |  154 +
 html/RM/H5F/H5Fdisable_mdc_flushes.htm             |  156 +
 html/RM/H5F/H5Fenable_mdc_flushes.htm              |  154 +
 html/RM/H5F/H5Fget_free_sections.htm               |  207 +-
 html/RM/H5F/H5Fget_freespace.htm                   |  109 +-
 html/RM/H5F/H5Fget_info.htm                        |  207 +-
 html/RM/H5F/H5Fget_info1.htm                       |  144 +
 html/RM/H5F/H5Fget_info2.htm                       |  157 +
 html/RM/H5F/H5Fget_intent.htm                      |  228 +-
 html/RM/H5F/H5Fget_mdc_flush_disabled_obj_ids.htm  |  163 +
 html/RM/H5F/H5Fget_metadata_read_retries_info.htm  |  415 +
 html/RM/H5F/H5Fstart_mdc_logging.htm               |  145 +
 html/RM/H5F/H5Fstart_swmr_write.htm                |  208 +
 html/RM/H5F/H5Fstop_mdc_logging.htm                |  139 +
 html/RM/H5G/H5Gflush.htm                           |  130 +
 html/RM/H5G/H5Grefresh.htm                         |  127 +
 html/RM/H5L/H5Literate_by_name.htm                 |    4 +-
 html/RM/H5O/H5Oare_mdc_flushes_disabled.htm        |  155 +
 html/RM/H5O/H5Odisable_mdc_flushes.htm             |  171 +
 html/RM/H5O/H5Oenable_mdc_flushes.htm              |  173 +
 html/RM/H5O/H5Oflush.htm                           |  132 +
 html/RM/H5O/H5Orefresh.htm                         |  132 +
 html/RM/H5P/H5Pget_all_coll_metadata_ops.htm       |  154 +
 html/RM/H5P/H5Pget_append_flush.htm                |  222 +
 html/RM/H5P/H5Pget_coll_metadata_write.htm         |  143 +
 html/RM/H5P/H5Pget_file_space.htm                  |  188 +-
 html/RM/H5P/H5Pget_layout.htm                      |   83 +-
 html/RM/H5P/H5Pget_mdc_log_options.htm             |  155 +
 html/RM/H5P/H5Pget_mdc_logging_status.htm          |  144 +
 html/RM/H5P/H5Pget_metadata_read_attempts.htm      |  293 +
 html/RM/H5P/H5Pget_object_flush_cb.htm             |  186 +
 html/RM/H5P/H5Pget_virtual_count.htm               |  156 +
 html/RM/H5P/H5Pget_virtual_dsetname.htm            |  195 +
 html/RM/H5P/H5Pget_virtual_filename.htm            |  197 +
 html/RM/H5P/H5Pget_virtual_printf_gap.htm          |  169 +
 html/RM/H5P/H5Pget_virtual_srcspace.htm            |  165 +
 html/RM/H5P/H5Pget_virtual_view.htm                |  167 +
 html/RM/H5P/H5Pget_virtual_vspace.htm              |  165 +
 html/RM/H5P/H5Pset_all_coll_metadata_ops.htm       |  219 +
 html/RM/H5P/H5Pset_append_flush.htm                |  271 +
 html/RM/H5P/H5Pset_coll_metadata_write.htm         |  156 +
 html/RM/H5P/H5Pset_file_space.htm                  |  284 +-
 html/RM/H5P/H5Pset_layout.htm                      |   56 +-
 html/RM/H5P/H5Pset_mdc_log_options.htm             |  166 +
 html/RM/H5P/H5Pset_metadata_read_attempts.htm      |  231 +
 html/RM/H5P/H5Pset_object_flush_cb.htm             |  208 +
 html/RM/H5P/H5Pset_virtual.htm                     |  224 +
 html/RM/H5P/H5Pset_virtual_printf_gap.htm          |  187 +
 html/RM/H5P/H5Pset_virtual_view.htm                |  185 +
 html/RM/H5P/h5pget_all_coll_metadata_ops_f.htm     |   19 +
 html/RM/H5P/h5pget_coll_metadata_write_f.htm       |   19 +
 html/RM/H5P/h5pget_virtual_count_f.htm             |   19 +
 html/RM/H5P/h5pget_virtual_dsetname_f.htm          |   29 +
 html/RM/H5P/h5pget_virtual_filename_f.htm          |   30 +
 html/RM/H5P/h5pget_virtual_printf_gap_f.htm        |   21 +
 html/RM/H5P/h5pget_virtual_srcspace_f.htm          |   24 +
 html/RM/H5P/h5pget_virtual_view_f.htm              |   22 +
 html/RM/H5P/h5pget_virtual_vspace_f.htm            |   23 +
 html/RM/H5P/h5pset_all_coll_metadata_ops_f.htm     |   19 +
 html/RM/H5P/h5pset_coll_metadata_write_f.htm       |   19 +
 html/RM/H5P/h5pset_virtual_f.htm                   |   30 +
 html/RM/H5P/h5pset_virtual_printf_gap_f.htm        |   21 +
 html/RM/H5P/h5pset_virtual_view_f.htm              |   22 +
 html/RM/H5R/H5Rdereference.htm                     |  155 +-
 html/RM/H5R/H5Rdereference1.htm                    |  149 +
 html/RM/H5R/H5Rdereference2.htm                    |  145 +
 html/RM/H5S/H5Sget_regular_hyperslab.htm           |  195 +
 html/RM/H5S/H5Sis_regular_hyperslab.htm            |  166 +
 html/RM/H5S/h5sget_regular_hyperslab_f.htm         |   26 +
 html/RM/H5S/h5sis_regular_hyperslab_f.htm          |   19 +
 html/RM/H5T/H5Tflush.htm                           |  128 +
 html/RM/H5T/H5Trefresh.htm                         |  126 +
 html/RM/RM_H5D.html                                |   12 +-
 html/RM/RM_H5F.html                                |   27 +-
 html/RM/RM_H5R.html                                |   16 +-
 html/RM/Tools/h5dump.htm                           |   43 +-
 html/RM/Tools/h5format_convert.htm                 |  185 +
 html/RM/Tools/h5repack.htm                         |   49 +-
 html/RM/Tools/h5stat.htm                           |   44 +-
 html/RM/Tools/h5watch.htm                          |  292 +
 html/TechNotes.html                                |   12 +-
 java/CMakeLists.txt                                |   77 +
 {bin => java}/COPYING                              |    0
 java/Makefile.am                                   |   38 +
 java/Makefile.in                                   | 1432 +++
 java/examples/CMakeLists.txt                       |    7 +
 java/examples/Makefile.am                          |   31 +
 java/examples/Makefile.in                          | 1429 +++
 java/examples/datasets/CMakeLists.txt              |  138 +
 java/examples/datasets/H5Ex_D_Alloc.java           |  301 +
 java/examples/datasets/H5Ex_D_Checksum.java        |  347 +
 java/examples/datasets/H5Ex_D_Chunk.java           |  366 +
 java/examples/datasets/H5Ex_D_Compact.java         |  289 +
 java/examples/datasets/H5Ex_D_External.java        |  238 +
 java/examples/datasets/H5Ex_D_FillValue.java       |  246 +
 java/examples/datasets/H5Ex_D_Gzip.java            |  336 +
 java/examples/datasets/H5Ex_D_Hyperslab.java       |  269 +
 java/examples/datasets/H5Ex_D_Nbit.java            |  305 +
 java/examples/datasets/H5Ex_D_ReadWrite.java       |  179 +
 java/examples/datasets/H5Ex_D_Shuffle.java         |  373 +
 java/examples/datasets/H5Ex_D_Sofloat.java         |  356 +
 java/examples/datasets/H5Ex_D_Soint.java           |  335 +
 java/examples/datasets/H5Ex_D_Szip.java            |  337 +
 java/examples/datasets/H5Ex_D_Transform.java       |  250 +
 java/examples/datasets/H5Ex_D_UnlimitedAdd.java    |  393 +
 java/examples/datasets/H5Ex_D_UnlimitedGzip.java   |  504 ++
 java/examples/datasets/H5Ex_D_UnlimitedMod.java    |  379 +
 java/examples/datasets/Makefile.am                 |   78 +
 java/examples/datasets/Makefile.in                 | 1309 +++
 java/examples/datasets/runExample.sh.in            |  405 +
 java/examples/datatypes/CMakeLists.txt             |  109 +
 java/examples/datatypes/H5Ex_T_Array.java          |  282 +
 java/examples/datatypes/H5Ex_T_ArrayAttribute.java |  322 +
 java/examples/datatypes/H5Ex_T_Bit.java            |  227 +
 java/examples/datatypes/H5Ex_T_BitAttribute.java   |  267 +
 java/examples/datatypes/H5Ex_T_Commit.java         |  265 +
 java/examples/datatypes/H5Ex_T_Compound.java       |  443 +
 .../datatypes/H5Ex_T_CompoundAttribute.java        |  486 +
 java/examples/datatypes/H5Ex_T_Float.java          |  227 +
 java/examples/datatypes/H5Ex_T_FloatAttribute.java |  263 +
 java/examples/datatypes/H5Ex_T_Integer.java        |  226 +
 .../datatypes/H5Ex_T_IntegerAttribute.java         |  263 +
 .../examples/datatypes/H5Ex_T_ObjectReference.java |  347 +
 .../datatypes/H5Ex_T_ObjectReferenceAttribute.java |  389 +
 java/examples/datatypes/H5Ex_T_Opaque.java         |  270 +
 .../examples/datatypes/H5Ex_T_OpaqueAttribute.java |  307 +
 java/examples/datatypes/H5Ex_T_String.java         |  311 +
 .../examples/datatypes/H5Ex_T_StringAttribute.java |  351 +
 java/examples/datatypes/H5Ex_T_VLString.java       |  138 +
 java/examples/datatypes/Makefile.am                |   78 +
 java/examples/datatypes/Makefile.in                | 1309 +++
 java/examples/datatypes/runExample.sh.in           |  400 +
 java/examples/groups/CMakeLists.txt                |  138 +
 java/examples/groups/H5Ex_G_Compact.java           |  266 +
 java/examples/groups/H5Ex_G_Corder.java            |  121 +
 java/examples/groups/H5Ex_G_Create.java            |   94 +
 java/examples/groups/H5Ex_G_Intermediate.java      |  125 +
 java/examples/groups/H5Ex_G_Iterate.java           |  119 +
 java/examples/groups/H5Ex_G_Phase.java             |  241 +
 java/examples/groups/H5Ex_G_Traverse.java          |  167 +
 java/examples/groups/H5Ex_G_Visit.java             |  152 +
 java/examples/groups/Makefile.am                   |   68 +
 java/examples/groups/Makefile.in                   | 1298 +++
 java/examples/groups/h5ex_g_iterate.h5             |  Bin 0 -> 2928 bytes
 java/examples/groups/h5ex_g_visit.h5               |  Bin 0 -> 6312 bytes
 java/examples/groups/runExample.sh.in              |  341 +
 java/examples/intro/CMakeLists.txt                 |  112 +
 java/examples/intro/H5_CreateAttribute.java        |  145 +
 java/examples/intro/H5_CreateDataset.java          |   97 +
 java/examples/intro/H5_CreateFile.java             |   55 +
 java/examples/intro/H5_CreateGroup.java            |   76 +
 .../intro/H5_CreateGroupAbsoluteRelative.java      |  118 +
 java/examples/intro/H5_CreateGroupDataset.java     |  207 +
 java/examples/intro/H5_ReadWrite.java              |  112 +
 java/examples/intro/Makefile.am                    |   67 +
 java/examples/intro/Makefile.in                    | 1298 +++
 java/examples/intro/runExample.sh.in               |  290 +
 .../testfiles/examples.datasets.H5Ex_D_Alloc.txt   |   16 +
 .../examples.datasets.H5Ex_D_Checksum.txt          |    3 +
 .../testfiles/examples.datasets.H5Ex_D_Chunk.txt   |   26 +
 .../testfiles/examples.datasets.H5Ex_D_Compact.txt |    8 +
 .../examples.datasets.H5Ex_D_External.txt          |    7 +
 .../examples.datasets.H5Ex_D_FillValue.txt         |   20 +
 .../testfiles/examples.datasets.H5Ex_D_Gzip.txt    |    3 +
 .../examples.datasets.H5Ex_D_Hyperslab.txt         |   24 +
 .../testfiles/examples.datasets.H5Ex_D_Nbit.txt    |    3 +
 .../examples.datasets.H5Ex_D_ReadWrite.txt         |    6 +
 .../testfiles/examples.datasets.H5Ex_D_Shuffle.txt |    5 +
 .../testfiles/examples.datasets.H5Ex_D_Sofloat.txt |    6 +
 .../testfiles/examples.datasets.H5Ex_D_Soint.txt   |    3 +
 .../testfiles/examples.datasets.H5Ex_D_Szip.txt    |    3 +
 .../examples.datasets.H5Ex_D_Transform.txt         |   15 +
 .../examples.datasets.H5Ex_D_UnlimitedAdd.txt      |   14 +
 .../examples.datasets.H5Ex_D_UnlimitedGzip.txt     |   16 +
 .../examples.datasets.H5Ex_D_UnlimitedMod.txt      |   14 +
 .../testfiles/examples.datatypes.H5Ex_T_Array.txt  |   21 +
 .../examples.datatypes.H5Ex_T_ArrayAttribute.txt   |   21 +
 .../testfiles/examples.datatypes.H5Ex_T_Bit.txt    |    6 +
 .../examples.datatypes.H5Ex_T_BitAttribute.txt     |    6 +
 .../testfiles/examples.datatypes.H5Ex_T_Commit.txt |    6 +
 .../examples.datatypes.H5Ex_T_Compound.txt         |   25 +
 ...examples.datatypes.H5Ex_T_CompoundAttribute.txt |   25 +
 .../testfiles/examples.datatypes.H5Ex_T_Float.txt  |    6 +
 .../examples.datatypes.H5Ex_T_FloatAttribute.txt   |    6 +
 .../examples.datatypes.H5Ex_T_Integer.txt          |    6 +
 .../examples.datatypes.H5Ex_T_IntegerAttribute.txt |    6 +
 .../examples.datatypes.H5Ex_T_ObjectReference.txt  |    4 +
 ...s.datatypes.H5Ex_T_ObjectReferenceAttribute.txt |    4 +
 .../testfiles/examples.datatypes.H5Ex_T_Opaque.txt |    6 +
 .../examples.datatypes.H5Ex_T_OpaqueAttribute.txt  |    6 +
 .../testfiles/examples.datatypes.H5Ex_T_String.txt |    5 +
 .../examples.datatypes.H5Ex_T_StringAttribute.txt  |    5 +
 .../examples.datatypes.H5Ex_T_VLString.txt         |    4 +
 .../testfiles/examples.groups.H5Ex_G_Compact.txt   |    5 +
 .../testfiles/examples.groups.H5Ex_G_Corder.txt    |   10 +
 .../testfiles/examples.groups.H5Ex_G_Create.txt    |    0
 .../examples.groups.H5Ex_G_Intermediate.txt        |    5 +
 .../testfiles/examples.groups.H5Ex_G_Iterate.txt   |    5 +
 .../testfiles/examples.groups.H5Ex_G_Phase.txt     |   15 +
 .../testfiles/examples.groups.H5Ex_G_Visit.txt     |   19 +
 .../examples.intro.H5_CreateAttribute.txt          |    0
 .../testfiles/examples.intro.H5_CreateDataset.txt  |    0
 .../testfiles/examples.intro.H5_CreateFile.txt     |    0
 .../testfiles/examples.intro.H5_CreateGroup.txt    |    0
 ...amples.intro.H5_CreateGroupAbsoluteRelative.txt |    0
 .../examples.intro.H5_CreateGroupDataset.txt       |    0
 .../testfiles/examples.intro.H5_ReadWrite.txt      |    0
 java/lib/ext/slf4j-nop-1.7.5.jar                   |  Bin 0 -> 4091 bytes
 java/lib/ext/slf4j-simple-1.7.5.jar                |  Bin 0 -> 10680 bytes
 java/lib/hamcrest-core.jar                         |  Bin 0 -> 45024 bytes
 java/lib/junit.jar                                 |  Bin 0 -> 245039 bytes
 java/lib/simplelogger.properties                   |   36 +
 java/lib/slf4j-api-1.7.5.jar                       |  Bin 0 -> 26084 bytes
 java/src/CMakeLists.txt                            |    8 +
 java/src/Makefile.am                               |  139 +
 java/src/Makefile.in                               | 1050 +++
 java/src/hdf/CMakeLists.txt                        |    4 +
 java/src/hdf/hdf5lib/CMakeLists.txt                |  127 +
 java/src/hdf/hdf5lib/H5.java                       | 9283 ++++++++++++++++++++
 java/src/hdf/hdf5lib/HDF5Constants.java            | 1883 ++++
 java/src/hdf/hdf5lib/HDF5GroupInfo.java            |  171 +
 java/src/hdf/hdf5lib/HDFArray.java                 | 1096 +++
 java/src/hdf/hdf5lib/HDFNativeData.java            |  481 +
 java/src/hdf/hdf5lib/callbacks/Callbacks.java      |   33 +
 java/src/hdf/hdf5lib/callbacks/H5A_iterate_cb.java |   23 +
 java/src/hdf/hdf5lib/callbacks/H5A_iterate_t.java  |   22 +
 java/src/hdf/hdf5lib/callbacks/H5D_append_cb.java  |   21 +
 java/src/hdf/hdf5lib/callbacks/H5D_append_t.java   |   22 +
 java/src/hdf/hdf5lib/callbacks/H5D_iterate_cb.java |   21 +
 java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java  |   22 +
 java/src/hdf/hdf5lib/callbacks/H5E_walk_cb.java    |   23 +
 java/src/hdf/hdf5lib/callbacks/H5E_walk_t.java     |   22 +
 java/src/hdf/hdf5lib/callbacks/H5L_iterate_cb.java |   23 +
 java/src/hdf/hdf5lib/callbacks/H5L_iterate_t.java  |   22 +
 java/src/hdf/hdf5lib/callbacks/H5O_iterate_cb.java |   23 +
 java/src/hdf/hdf5lib/callbacks/H5O_iterate_t.java  |   22 +
 .../hdf5lib/callbacks/H5P_cls_close_func_cb.java   |   21 +
 .../hdf5lib/callbacks/H5P_cls_close_func_t.java    |   22 +
 .../hdf5lib/callbacks/H5P_cls_copy_func_cb.java    |   21 +
 .../hdf/hdf5lib/callbacks/H5P_cls_copy_func_t.java |   22 +
 .../hdf5lib/callbacks/H5P_cls_create_func_cb.java  |   21 +
 .../hdf5lib/callbacks/H5P_cls_create_func_t.java   |   22 +
 java/src/hdf/hdf5lib/callbacks/H5P_iterate_cb.java |   21 +
 java/src/hdf/hdf5lib/callbacks/H5P_iterate_t.java  |   22 +
 .../hdf5lib/callbacks/H5P_prp_close_func_cb.java   |   21 +
 .../hdf5lib/callbacks/H5P_prp_compare_func_cb.java |   21 +
 .../hdf5lib/callbacks/H5P_prp_copy_func_cb.java    |   21 +
 .../hdf5lib/callbacks/H5P_prp_create_func_cb.java  |   21 +
 .../hdf5lib/callbacks/H5P_prp_delete_func_cb.java  |   21 +
 .../hdf/hdf5lib/callbacks/H5P_prp_get_func_cb.java |   21 +
 .../hdf/hdf5lib/callbacks/H5P_prp_set_func_cb.java |   21 +
 .../hdf/hdf5lib/exceptions/HDF5AtomException.java  |   44 +
 .../hdf5lib/exceptions/HDF5AttributeException.java |   42 +
 .../hdf/hdf5lib/exceptions/HDF5BtreeException.java |   42 +
 .../exceptions/HDF5DataFiltersException.java       |   42 +
 .../exceptions/HDF5DataStorageException.java       |   43 +
 .../exceptions/HDF5DatasetInterfaceException.java  |   42 +
 .../HDF5DataspaceInterfaceException.java           |   43 +
 .../exceptions/HDF5DatatypeInterfaceException.java |   43 +
 java/src/hdf/hdf5lib/exceptions/HDF5Exception.java |   68 +
 .../exceptions/HDF5ExternalFileListException.java  |   43 +
 .../exceptions/HDF5FileInterfaceException.java     |   43 +
 .../exceptions/HDF5FunctionArgumentException.java  |   43 +
 .../exceptions/HDF5FunctionEntryExitException.java |   43 +
 .../hdf/hdf5lib/exceptions/HDF5HeapException.java  |   43 +
 .../exceptions/HDF5InternalErrorException.java     |   43 +
 .../hdf/hdf5lib/exceptions/HDF5JavaException.java  |   45 +
 .../hdf5lib/exceptions/HDF5LibraryException.java   |  383 +
 .../exceptions/HDF5LowLevelIOException.java        |   43 +
 .../exceptions/HDF5MetaDataCacheException.java     |   43 +
 .../exceptions/HDF5ObjectHeaderException.java      |   43 +
 .../HDF5PropertyListInterfaceException.java        |   43 +
 .../hdf5lib/exceptions/HDF5ReferenceException.java |   37 +
 .../HDF5ResourceUnavailableException.java          |   43 +
 .../exceptions/HDF5SymbolTableException.java       |   43 +
 .../hdf/hdf5lib/structs/H5AC_cache_config_t.java   |   99 +
 java/src/hdf/hdf5lib/structs/H5A_info_t.java       |   34 +
 java/src/hdf/hdf5lib/structs/H5E_error2_t.java     |   41 +
 java/src/hdf/hdf5lib/structs/H5F_info2_t.java      |   47 +
 java/src/hdf/hdf5lib/structs/H5G_info_t.java       |   27 +
 java/src/hdf/hdf5lib/structs/H5L_info_t.java       |   38 +
 java/src/hdf/hdf5lib/structs/H5O_hdr_info_t.java   |   49 +
 java/src/hdf/hdf5lib/structs/H5O_info_t.java       |   54 +
 java/src/hdf/hdf5lib/structs/H5_ih_info_t.java     |   31 +
 java/src/hdf/overview.html                         |   96 +
 java/src/jni/CMakeLists.txt                        |   85 +
 java/src/jni/Makefile.am                           |   44 +
 java/src/jni/Makefile.in                           | 1507 ++++
 java/src/jni/exceptionImp.c                        |  414 +
 java/src/jni/exceptionImp.h                        |   67 +
 java/src/jni/h5Constants.c                         |  694 ++
 java/src/jni/h5Imp.c                               |  181 +
 java/src/jni/h5Imp.h                               |   95 +
 java/src/jni/h5aImp.c                              |  879 ++
 java/src/jni/h5aImp.h                              |  273 +
 java/src/jni/h5dImp.c                              | 1758 ++++
 java/src/jni/h5dImp.h                              |  319 +
 java/src/jni/h5eImp.c                              |  524 ++
 java/src/jni/h5eImp.h                              |  167 +
 java/src/jni/h5fImp.c                              |  589 ++
 java/src/jni/h5fImp.h                              |  230 +
 java/src/jni/h5gImp.c                              |  257 +
 java/src/jni/h5gImp.h                              |   96 +
 java/src/jni/h5iImp.c                              |  289 +
 java/src/jni/h5iImp.h                              |  143 +
 java/src/jni/h5jni.h                               |  249 +
 java/src/jni/h5lImp.c                              |  736 ++
 java/src/jni/h5lImp.h                              |  183 +
 java/src/jni/h5oImp.c                              |  766 ++
 java/src/jni/h5oImp.h                              |  175 +
 java/src/jni/h5pImp.c                              | 5506 ++++++++++++
 java/src/jni/h5pImp.h                              | 1337 +++
 java/src/jni/h5plImp.c                             |   64 +
 java/src/jni/h5plImp.h                             |   46 +
 java/src/jni/h5rImp.c                              |  324 +
 java/src/jni/h5rImp.h                              |   78 +
 java/src/jni/h5sImp.c                              | 1408 +++
 java/src/jni/h5sImp.h                              |  288 +
 java/src/jni/h5tImp.c                              | 1588 ++++
 java/src/jni/h5tImp.h                              |  550 ++
 java/src/jni/h5util.c                              | 2592 ++++++
 java/src/jni/h5util.h                              |  108 +
 java/src/jni/h5zImp.c                              |   84 +
 java/src/jni/h5zImp.h                              |   55 +
 java/src/jni/nativeData.c                          | 1195 +++
 java/src/jni/nativeData.h                          |  115 +
 java/test/CMakeLists.txt                           |  117 +
 java/test/JUnit-interface.ert                      |    2 +
 java/test/JUnit-interface.txt                      |  652 ++
 java/test/Makefile.am                              |  104 +
 java/test/Makefile.in                              | 1336 +++
 java/test/TestAll.java                             |   40 +
 java/test/TestH5.java                              |  257 +
 java/test/TestH5A.java                             | 1119 +++
 java/test/TestH5D.java                             |  944 ++
 java/test/TestH5Dparams.java                       |  134 +
 java/test/TestH5Dplist.java                        |  216 +
 java/test/TestH5E.java                             |  553 ++
 java/test/TestH5Edefault.java                      |  564 ++
 java/test/TestH5Eregister.java                     |   78 +
 java/test/TestH5F.java                             |  332 +
 java/test/TestH5Fbasic.java                        |  320 +
 java/test/TestH5Fparams.java                       |  215 +
 java/test/TestH5Fswmr.java                         |   93 +
 java/test/TestH5G.java                             |  505 ++
 java/test/TestH5Gbasic.java                        |  371 +
 java/test/TestH5Giterate.java                      |  136 +
 java/test/TestH5Lbasic.java                        |  371 +
 java/test/TestH5Lcreate.java                       |  819 ++
 java/test/TestH5Lparams.java                       |  231 +
 java/test/TestH5Obasic.java                        |  488 +
 java/test/TestH5Ocopy.java                         |  365 +
 java/test/TestH5Ocreate.java                       |  562 ++
 java/test/TestH5Oparams.java                       |  154 +
 java/test/TestH5P.java                             | 1221 +++
 java/test/TestH5PData.java                         |  170 +
 java/test/TestH5PL.java                            |   61 +
 java/test/TestH5Pfapl.java                         | 1381 +++
 java/test/TestH5Plist.java                         | 1013 +++
 java/test/TestH5Pvirtual.java                      |  433 +
 java/test/TestH5R.java                             |  335 +
 java/test/TestH5S.java                             |  590 ++
 java/test/TestH5Sbasic.java                        |  247 +
 java/test/TestH5T.java                             |  459 +
 java/test/TestH5Tbasic.java                        |  161 +
 java/test/TestH5Tparams.java                       |  389 +
 java/test/TestH5Z.java                             |  100 +
 java/test/h5ex_g_iterate.hdf                       |  Bin 0 -> 2928 bytes
 java/test/junit.sh.in                              |  262 +
 m4/ax_check_class.m4                               |  144 +
 m4/ax_check_classpath.m4                           |   60 +
 m4/ax_check_java_home.m4                           |   80 +
 m4/ax_check_junit.m4                               |   70 +
 m4/ax_check_rqrd_class.m4                          |   62 +
 m4/ax_java_check_class.m4                          |   85 +
 m4/ax_java_options.m4                              |   48 +
 m4/ax_jni_include_dir.m4                           |  132 +
 m4/ax_prog_jar.m4                                  |   49 +
 m4/ax_prog_java.m4                                 |  115 +
 m4/ax_prog_java_cc.m4                              |  104 +
 m4/ax_prog_java_works.m4                           |  134 +
 m4/ax_prog_javac.m4                                |   79 +
 m4/ax_prog_javac_works.m4                          |   72 +
 m4/ax_prog_javadoc.m4                              |   50 +
 m4/ax_prog_javah.m4                                |   64 +
 m4/ax_try_compile_java.m4                          |   55 +
 m4/ax_try_run_java.m4                              |   56 +
 release_docs/HISTORY-1_8_0-1_10_0.txt              | 1742 ++++
 release_docs/HISTORY-1_9.txt                       |    6 -
 release_docs/INSTALL                               |  306 +-
 release_docs/INSTALL_CMake.txt                     |  127 +-
 release_docs/INSTALL_Cygwin.txt                    |    8 +-
 release_docs/RELEASE.txt                           |  503 +-
 release_docs/USING_CMake_Examples.txt              |    2 +-
 release_docs/USING_HDF5_CMake.txt                  |   93 +-
 release_docs/USING_HDF5_VS.txt                     |    4 +-
 src/CMakeLists.txt                                 |   11 +-
 src/H5.c                                           |  141 +-
 src/H5A.c                                          |  132 +-
 src/H5AC.c                                         |  198 +-
 src/H5ACmpio.c                                     |   52 +-
 src/H5ACprivate.h                                  |   33 +-
 src/H5Abtree2.c                                    |   41 +-
 src/H5Adeprec.c                                    |   10 +-
 src/H5Aint.c                                       |    6 +-
 src/H5Atest.c                                      |    2 +-
 src/H5B.c                                          |   13 +-
 src/H5B2.c                                         |  148 +-
 src/H5B2cache.c                                    |    4 -
 src/H5B2dbg.c                                      |   44 +-
 src/H5B2hdr.c                                      |    4 +-
 src/H5B2int.c                                      |  648 +-
 src/H5B2pkg.h                                      |   38 +-
 src/H5B2private.h                                  |    7 +-
 src/H5B2test.c                                     |  187 +-
 src/H5Bcache.c                                     |    2 -
 src/H5C.c                                          |  961 +-
 src/H5Cmpio.c                                      |  210 +-
 src/H5Cpkg.h                                       |   15 +-
 src/H5Cprivate.h                                   |   11 +-
 src/H5D.c                                          |   76 +-
 src/H5Dbtree2.c                                    |  174 +-
 src/H5Dchunk.c                                     |  299 +-
 src/H5Dcompact.c                                   |    2 +-
 src/H5Dcontig.c                                    |   58 +-
 src/H5Ddbg.c                                       |    2 +-
 src/H5Ddeprec.c                                    |   21 +-
 src/H5Defl.c                                       |  172 +-
 src/H5Dfill.c                                      |    6 +-
 src/H5Dint.c                                       |  331 +-
 src/H5Dio.c                                        |  128 +-
 src/H5Dlayout.c                                    |   12 +-
 src/H5Dmpio.c                                      |   24 +-
 src/H5Dpkg.h                                       |   44 +-
 src/H5Dprivate.h                                   |    1 +
 src/H5Dscatgath.c                                  |    8 +-
 src/H5Dselect.c                                    |    2 +-
 src/H5Dvirtual.c                                   |   15 +-
 src/H5F.c                                          |  111 +-
 src/H5FDcore.c                                     |    4 -
 src/H5FDint.c                                      |   39 +
 src/H5FDmpio.c                                     |    6 -
 src/H5FDmulti.c                                    |   12 +-
 src/H5FDprivate.h                                  |   19 +
 src/H5FDstdio.c                                    |   21 +-
 src/H5FS.c                                         |    4 +-
 src/H5FScache.c                                    |    6 +-
 src/H5FSpkg.h                                      |    4 +-
 src/H5FSprivate.h                                  |    2 +-
 src/H5FSsection.c                                  |    8 +-
 src/H5Faccum.c                                     |   47 +-
 src/H5Fdeprec.c                                    |    4 +-
 src/H5Fint.c                                       |   58 +-
 src/H5Fio.c                                        |   30 +-
 src/H5Fmount.c                                     |    4 +-
 src/H5Fmpi.c                                       |   69 +
 src/H5Fpkg.h                                       |    5 +-
 src/H5Fprivate.h                                   |   16 +-
 src/H5Fpublic.h                                    |   36 +-
 src/H5Fquery.c                                     |   30 +-
 src/H5Fsuper.c                                     |    6 +-
 src/H5Fsuper_cache.c                               |    3 -
 src/H5Ftest.c                                      |    2 +-
 src/H5G.c                                          |   36 +-
 src/H5Gbtree2.c                                    |   53 +-
 src/H5Gcache.c                                     |    2 -
 src/H5Gdeprec.c                                    |   36 +-
 src/H5Gint.c                                       |   14 +-
 src/H5Gprivate.h                                   |    7 -
 src/H5Gtest.c                                      |   16 +-
 src/H5HFbtree2.c                                   |  109 +-
 src/H5HFcache.c                                    |   61 +-
 src/H5HFdblock.c                                   |    4 +-
 src/H5HFhuge.c                                     |    6 +-
 src/H5HFiblock.c                                   |    8 +-
 src/H5HFsection.c                                  |   13 +-
 src/H5HFtiny.c                                     |    5 +-
 src/H5HG.c                                         |   16 +-
 src/H5HLcache.c                                    |    2 -
 src/H5HLdblk.c                                     |    2 +-
 src/H5I.c                                          |    2 +-
 src/H5Itest.c                                      |    2 +-
 src/H5L.c                                          |  310 +-
 src/H5Lexternal.c                                  |   31 +-
 src/H5Lprivate.h                                   |    2 +
 src/H5MF.c                                         |  189 +-
 src/H5MFprivate.h                                  |   10 +-
 src/H5MFsection.c                                  |    4 +-
 src/H5MM.c                                         |   44 +-
 src/H5O.c                                          |   98 +-
 src/H5Obogus.c                                     |   30 +-
 src/H5Ocache.c                                     |   19 +-
 src/H5Ocopy.c                                      |   29 +-
 src/H5Ofill.c                                      |    6 +-
 src/H5Oflush.c                                     |   16 +-
 src/H5Olayout.c                                    |    2 +-
 src/H5Opkg.h                                       |    6 +-
 src/H5Oprivate.h                                   |   18 +-
 src/H5Oproxy.c                                     |    6 +-
 src/H5Otest.c                                      |   50 +-
 src/H5P.c                                          |    2 +-
 src/H5Pdapl.c                                      |  385 +-
 src/H5Pdcpl.c                                      |   33 +-
 src/H5Pdxpl.c                                      |   35 +-
 src/H5Pfapl.c                                      |  108 +-
 src/H5Pint.c                                       |  107 +-
 src/H5Plapl.c                                      |   12 +-
 src/H5Ppkg.h                                       |   27 -
 src/H5Pprivate.h                                   |   48 +-
 src/H5Ppublic.h                                    |    6 +-
 src/H5R.c                                          |   21 +-
 src/H5Rdeprec.c                                    |    4 +-
 src/H5SM.c                                         |   68 +-
 src/H5SMbtree2.c                                   |   44 +-
 src/H5SMcache.c                                    |    3 +-
 src/H5SMmessage.c                                  |   39 +-
 src/H5SMpkg.h                                      |    2 +-
 src/H5STprivate.h                                  |    4 +-
 src/H5T.c                                          |  368 +-
 src/H5TS.c                                         |   17 +-
 src/H5Tcommit.c                                    |   20 +-
 src/H5Tdeprec.c                                    |    4 +-
 src/H5Tnative.c                                    |    4 +-
 src/H5Tvlen.c                                      |    8 +-
 src/H5Z.c                                          |    2 +-
 src/H5Zscaleoffset.c                               |    6 +-
 src/H5Ztrans.c                                     |    4 +-
 src/H5config.h.in                                  |   44 +-
 src/H5private.h                                    |  103 +-
 src/H5public.h                                     |    4 +-
 src/H5system.c                                     |  133 +-
 src/H5timer.c                                      |    2 +-
 src/H5win32defs.h                                  |   27 +-
 src/Makefile.in                                    |   77 +-
 src/libhdf5.settings.in                            |   76 +-
 test/CMakeLists.txt                                |   97 +-
 test/Makefile.am                                   |    6 +-
 test/Makefile.in                                   |   72 +-
 test/accum.c                                       |   20 +-
 test/accum_swmr_reader.c                           |    2 +-
 test/btree2.c                                      | 2984 ++++++-
 test/cache.c                                       |  112 +-
 test/cache_common.c                                |   78 +-
 test/cache_tagging.c                               |   14 +-
 test/dsets.c                                       |  366 +-
 test/dtypes.c                                      |   99 +-
 test/earray.c                                      |  142 +-
 test/efc.c                                         |    4 +-
 test/external.c                                    | 1830 ++--
 test/farray.c                                      |  114 +-
 test/fheap.c                                       |  342 +-
 test/file_image.c                                  |    4 +-
 test/freespace.c                                   |  298 +-
 test/gen_bogus.c                                   |   68 +-
 test/gen_udlinks.c                                 |    3 -
 test/gheap.c                                       |   23 +-
 test/h5test.c                                      |  294 +
 test/h5test.h                                      |   17 +
 test/lheap.c                                       |    8 +-
 test/links.c                                       |   59 +-
 test/mf.c                                          |  680 +-
 test/objcopy.c                                     |  162 +-
 test/ohdr.c                                        |  755 +-
 test/set_extent.c                                  |  292 +-
 test/swmr_addrem_writer.c                          |   68 +-
 test/swmr_check_compat_vfd.c                       |    9 +-
 test/swmr_common.c                                 |   46 +-
 test/swmr_common.h                                 |   12 +-
 test/swmr_generator.c                              |   56 +-
 test/swmr_reader.c                                 |  117 +-
 test/swmr_remove_reader.c                          |  119 +-
 test/swmr_remove_writer.c                          |   80 +-
 test/swmr_sparse_reader.c                          |  102 +-
 test/swmr_sparse_writer.c                          |   57 +-
 test/swmr_start_write.c                            |  166 +-
 test/swmr_writer.c                                 |   76 +-
 test/tbogus.h5                                     |  Bin 2216 -> 4512 bytes
 test/testswmr.sh.in                                |   24 +-
 test/tfile.c                                       |   61 +-
 test/tgenprop.c                                    |    4 +-
 test/tmisc.c                                       |   16 +-
 test/tvlstr.c                                      |   11 +-
 test/vds.c                                         |  160 +-
 test/vds_swmr_reader.c                             |    2 +-
 test/vds_swmr_writer.c                             |    6 +-
 testpar/Makefile.in                                |   56 +-
 testpar/t_cache.c                                  |   21 +-
 testpar/t_file.c                                   |  116 +
 testpar/t_mdset.c                                  |    3 +-
 testpar/t_shapesame.c                              |    4 +-
 testpar/testphdf5.c                                |    7 +-
 testpar/testphdf5.h                                |    1 +
 tools/Makefile.in                                  |   56 +-
 tools/h5copy/Makefile.in                           |   56 +-
 tools/h5diff/Makefile.in                           |   56 +-
 tools/h5dump/CMakeTests.cmake                      |   25 +
 tools/h5dump/CMakeTestsVDS.cmake                   |   28 +
 tools/h5dump/Makefile.in                           |   56 +-
 tools/h5dump/errfiles/tdset-2.err                  |    2 +-
 tools/h5dump/errfiles/tperror.err                  |    2 +-
 tools/h5dump/h5dump.c                              |   18 +-
 tools/h5dump/h5dump.h                              |    2 +
 tools/h5dump/h5dump_ddl.c                          |  306 +-
 tools/h5dump/h5dump_extern.h                       |    2 +
 tools/h5dump/h5dumpgentest.c                       |  177 +-
 tools/h5dump/testh5dump.sh.in                      |   13 +
 tools/h5dump/testh5dumpvds.sh.in                   |   18 +
 tools/h5format_convert/Makefile.in                 |   56 +-
 tools/h5format_convert/h5fc_gentest.c              |  683 +-
 tools/h5format_convert/h5format_convert.c          |  136 +-
 tools/h5format_convert/testfiles/h5fc_d_file.ddl   |   14 +-
 tools/h5format_convert/testfiles/h5fc_dname.ddl    |   14 +-
 tools/h5format_convert/testfiles/h5fc_ext1_f.ddl   |   58 +
 tools/h5format_convert/testfiles/h5fc_ext1_f.h5    |  Bin 0 -> 6760 bytes
 tools/h5format_convert/testfiles/h5fc_ext1_i.ddl   |   58 +
 tools/h5format_convert/testfiles/h5fc_ext1_i.h5    |  Bin 0 -> 6526 bytes
 tools/h5format_convert/testfiles/h5fc_ext1_s.ddl   |   58 +
 tools/h5format_convert/testfiles/h5fc_ext1_s.h5    |  Bin 0 -> 6592 bytes
 tools/h5format_convert/testfiles/h5fc_ext2_if.ddl  |   58 +
 tools/h5format_convert/testfiles/h5fc_ext2_if.h5   |  Bin 0 -> 6526 bytes
 tools/h5format_convert/testfiles/h5fc_ext2_is.ddl  |   58 +
 tools/h5format_convert/testfiles/h5fc_ext2_is.h5   |  Bin 0 -> 6642 bytes
 tools/h5format_convert/testfiles/h5fc_ext2_sf.ddl  |   58 +
 tools/h5format_convert/testfiles/h5fc_ext2_sf.h5   |  Bin 0 -> 5076 bytes
 tools/h5format_convert/testfiles/h5fc_ext3_isf.ddl |   58 +
 tools/h5format_convert/testfiles/h5fc_ext3_isf.h5  |  Bin 0 -> 6679 bytes
 tools/h5format_convert/testfiles/h5fc_ext_none.h5  |  Bin 0 -> 6474 bytes
 tools/h5format_convert/testfiles/h5fc_help.ddl     |   14 +-
 tools/h5format_convert/testfiles/h5fc_latest_v3.h5 |  Bin 6130 -> 0 bytes
 tools/h5format_convert/testfiles/h5fc_non_v3.h5    |  Bin 4336 -> 6896 bytes
 tools/h5format_convert/testfiles/h5fc_nooption.ddl |   14 +-
 tools/h5format_convert/testfiles/h5fc_v1.h5        |  Bin 8252 -> 0 bytes
 tools/h5format_convert/testfiles/h5fc_v_all.ddl    |   68 +-
 tools/h5format_convert/testfiles/h5fc_v_bt1.ddl    |    8 +-
 tools/h5format_convert/testfiles/h5fc_v_n_1d.ddl   |    6 +-
 tools/h5format_convert/testfiles/h5fc_v_n_all.ddl  |   34 +-
 .../testfiles/h5fc_v_ndata_bt1.ddl                 |    8 +-
 .../testfiles/h5fc_v_non_chunked.ddl               |    8 +-
 .../h5format_convert/testfiles/old_h5fc_ext1_f.ddl |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext1_f.h5  |  Bin 0 -> 19987 bytes
 .../h5format_convert/testfiles/old_h5fc_ext1_i.ddl |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext1_i.h5  |  Bin 0 -> 32716 bytes
 .../h5format_convert/testfiles/old_h5fc_ext1_s.ddl |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext1_s.h5  |  Bin 0 -> 20032 bytes
 .../testfiles/old_h5fc_ext2_if.ddl                 |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext2_if.h5 |  Bin 0 -> 32720 bytes
 .../testfiles/old_h5fc_ext2_is.ddl                 |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext2_is.h5 |  Bin 0 -> 32872 bytes
 .../testfiles/old_h5fc_ext2_sf.ddl                 |   58 +
 .../h5format_convert/testfiles/old_h5fc_ext2_sf.h5 |  Bin 0 -> 18512 bytes
 .../testfiles/old_h5fc_ext3_isf.ddl                |   58 +
 .../testfiles/old_h5fc_ext3_isf.h5                 |  Bin 0 -> 32896 bytes
 .../testfiles/old_h5fc_ext_none.h5                 |  Bin 0 -> 19912 bytes
 tools/h5format_convert/testh5fc.sh.in              |  188 +-
 tools/h5import/Makefile.in                         |   56 +-
 tools/h5jam/Makefile.in                            |   56 +-
 tools/h5ls/Makefile.in                             |   56 +-
 tools/h5ls/h5ls.c                                  |    5 +-
 tools/h5repack/CMakeLists.txt                      |   11 +-
 tools/h5repack/Makefile.in                         |   56 +-
 .../testfiles/deflate_limit.h5repack_layout.h5.ddl |   14 +-
 .../h5repack_layout.UD.h5-plugin_none.ddl          |   14 +-
 .../testfiles/h5repack_layout.h5-plugin_test.ddl   |   14 +-
 tools/h5stat/Makefile.in                           |   56 +-
 tools/lib/CMakeLists.txt                           |   18 +-
 tools/lib/Makefile.in                              |   56 +-
 tools/lib/h5tools_dump.c                           |  347 +-
 tools/lib/h5tools_utils.c                          |   51 +-
 tools/misc/Makefile.in                             |   56 +-
 tools/misc/h5debug.c                               |   60 +-
 tools/misc/vds/Makefile.in                         |   56 +-
 tools/perform/Makefile.in                          |   56 +-
 tools/perform/sio_standalone.h                     |   12 +-
 tools/testfiles/h5dump-help.txt                    |    4 +-
 .../pbits/tnofilename-with-packed-bits.ddl         |    4 +-
 tools/testfiles/pbits/tpbitsIncomplete.ddl         |    4 +-
 tools/testfiles/pbits/tpbitsLengthExceeded.ddl     |    4 +-
 tools/testfiles/pbits/tpbitsLengthPositive.ddl     |    4 +-
 tools/testfiles/pbits/tpbitsMaxExceeded.ddl        |    4 +-
 tools/testfiles/pbits/tpbitsOffsetExceeded.ddl     |    4 +-
 tools/testfiles/pbits/tpbitsOffsetNegative.ddl     |    4 +-
 tools/testfiles/tallfilters.ddl                    |    2 +-
 tools/testfiles/tchunked.ddl                       |    2 +-
 tools/testfiles/tcompact.ddl                       |    2 +-
 tools/testfiles/tcontiguos.ddl                     |    2 +-
 tools/testfiles/tdeflate.ddl                       |    2 +-
 tools/testfiles/texternal.ddl                      |    2 +-
 tools/testfiles/tfill.ddl                          |    6 +-
 tools/testfiles/tfletcher32.ddl                    |    2 +-
 tools/testfiles/tints4dims.ddl                     |  202 +
 tools/testfiles/tints4dims.h5                      |  Bin 0 -> 9824 bytes
 tools/testfiles/tints4dimsBlock2.ddl               |   16 +
 tools/testfiles/tints4dimsBlockEq.ddl              |   30 +
 tools/testfiles/tints4dimsCount2.ddl               |   22 +
 tools/testfiles/tints4dimsCountEq.ddl              |   30 +
 tools/testfiles/tints4dimsStride2.ddl              |   22 +
 tools/testfiles/tnbit.ddl                          |    2 +-
 tools/testfiles/tscaleoffset.ddl                   |    2 +-
 tools/testfiles/tshuffle.ddl                       |    2 +-
 tools/testfiles/tszip.ddl                          |    2 +-
 tools/testfiles/tuserfilter.ddl                    |    2 +-
 tools/testfiles/vds/a.h5                           |  Bin 0 -> 7736 bytes
 tools/testfiles/vds/b.h5                           |  Bin 0 -> 7736 bytes
 tools/testfiles/vds/c.h5                           |  Bin 0 -> 7736 bytes
 tools/testfiles/vds/d.h5                           |  Bin 0 -> 7736 bytes
 tools/testfiles/vds/f-0.h5                         |  Bin 0 -> 4144 bytes
 tools/testfiles/vds/f-3.h5                         |  Bin 0 -> 4144 bytes
 tools/testfiles/vds/tvds_layout-1.ddl              |    6 -
 tools/testfiles/vds/tvds_layout-2.ddl              |    6 -
 tools/testfiles/vds/tvds_layout-3_1.ddl            |    6 -
 tools/testfiles/vds/tvds_layout-3_2.ddl            |    6 -
 tools/testfiles/vds/tvds_layout-4.ddl              |    6 -
 tools/testfiles/vds/tvds_layout-5.ddl              |    6 -
 tools/testfiles/vds/vds-eiger.h5                   |  Bin 0 -> 5496 bytes
 tools/testfiles/vds/vds-first.ddl                  |  210 +
 tools/testfiles/vds/vds-gap1.ddl                   |   58 +
 tools/testfiles/vds/vds-gap2.ddl                   |  210 +
 tools/testfiles/vds/vds-percival-unlim-maxmin.h5   |  Bin 0 -> 5496 bytes
 tools/testfiles/vds/vds_layout-eiger.ddl           |   81 +
 tools/testfiles/vds/vds_layout-maxmin.ddl          |  416 +
 892 files changed, 133242 insertions(+), 11695 deletions(-)
 delete mode 100644 BRANCH.txt
 create mode 100644 c++/test/tarray.cpp
 create mode 100644 config/cmake/CMakeFindJavaCommon.cmake
 create mode 100644 config/cmake/FindHDFJAVA.cmake.in
 create mode 100644 config/cmake/FindJNI.cmake
 create mode 100644 config/cmake/UseJava.cmake
 create mode 100644 config/cmake/UseJavaClassFilelist.cmake
 create mode 100644 config/cmake/UseJavaSymlinks.cmake
 create mode 100644 config/cmake/jrunTest.cmake
 create mode 100644 config/gnu-cxxflags
 create mode 100644 fortran/src/H5fortkit.F90
 create mode 100644 hl/test/test_packet_vlen.c
 create mode 100644 html/HL/H5LT/H5LDget_dset_dims.htm
 create mode 100644 html/HL/H5LT/H5LDget_dset_elmts.htm
 create mode 100644 html/HL/H5LT/H5LDget_dset_type_size.htm
 create mode 100644 html/HL/HDF5Optimized/H5DOappend.htm
 create mode 100644 html/RM/H5D/H5Dflush.htm
 create mode 100644 html/RM/H5D/H5Drefresh.htm
 create mode 100644 html/RM/H5F/H5Fare_mdc_flushes_disabled.htm
 create mode 100644 html/RM/H5F/H5Fdisable_mdc_flushes.htm
 create mode 100644 html/RM/H5F/H5Fenable_mdc_flushes.htm
 create mode 100644 html/RM/H5F/H5Fget_info1.htm
 create mode 100644 html/RM/H5F/H5Fget_info2.htm
 create mode 100644 html/RM/H5F/H5Fget_mdc_flush_disabled_obj_ids.htm
 create mode 100644 html/RM/H5F/H5Fget_metadata_read_retries_info.htm
 create mode 100644 html/RM/H5F/H5Fstart_mdc_logging.htm
 create mode 100644 html/RM/H5F/H5Fstart_swmr_write.htm
 create mode 100644 html/RM/H5F/H5Fstop_mdc_logging.htm
 create mode 100644 html/RM/H5G/H5Gflush.htm
 create mode 100644 html/RM/H5G/H5Grefresh.htm
 create mode 100644 html/RM/H5O/H5Oare_mdc_flushes_disabled.htm
 create mode 100644 html/RM/H5O/H5Odisable_mdc_flushes.htm
 create mode 100644 html/RM/H5O/H5Oenable_mdc_flushes.htm
 create mode 100644 html/RM/H5O/H5Oflush.htm
 create mode 100644 html/RM/H5O/H5Orefresh.htm
 create mode 100644 html/RM/H5P/H5Pget_all_coll_metadata_ops.htm
 create mode 100644 html/RM/H5P/H5Pget_append_flush.htm
 create mode 100644 html/RM/H5P/H5Pget_coll_metadata_write.htm
 create mode 100644 html/RM/H5P/H5Pget_mdc_log_options.htm
 create mode 100644 html/RM/H5P/H5Pget_mdc_logging_status.htm
 create mode 100644 html/RM/H5P/H5Pget_metadata_read_attempts.htm
 create mode 100644 html/RM/H5P/H5Pget_object_flush_cb.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_count.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_dsetname.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_filename.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_printf_gap.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_srcspace.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_view.htm
 create mode 100644 html/RM/H5P/H5Pget_virtual_vspace.htm
 create mode 100644 html/RM/H5P/H5Pset_all_coll_metadata_ops.htm
 create mode 100644 html/RM/H5P/H5Pset_append_flush.htm
 create mode 100644 html/RM/H5P/H5Pset_coll_metadata_write.htm
 create mode 100644 html/RM/H5P/H5Pset_mdc_log_options.htm
 create mode 100644 html/RM/H5P/H5Pset_metadata_read_attempts.htm
 create mode 100644 html/RM/H5P/H5Pset_object_flush_cb.htm
 create mode 100644 html/RM/H5P/H5Pset_virtual.htm
 create mode 100644 html/RM/H5P/H5Pset_virtual_printf_gap.htm
 create mode 100644 html/RM/H5P/H5Pset_virtual_view.htm
 create mode 100644 html/RM/H5P/h5pget_all_coll_metadata_ops_f.htm
 create mode 100644 html/RM/H5P/h5pget_coll_metadata_write_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_count_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_dsetname_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_filename_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_printf_gap_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_srcspace_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_view_f.htm
 create mode 100644 html/RM/H5P/h5pget_virtual_vspace_f.htm
 create mode 100644 html/RM/H5P/h5pset_all_coll_metadata_ops_f.htm
 create mode 100644 html/RM/H5P/h5pset_coll_metadata_write_f.htm
 create mode 100644 html/RM/H5P/h5pset_virtual_f.htm
 create mode 100644 html/RM/H5P/h5pset_virtual_printf_gap_f.htm
 create mode 100644 html/RM/H5P/h5pset_virtual_view_f.htm
 create mode 100644 html/RM/H5R/H5Rdereference1.htm
 create mode 100644 html/RM/H5R/H5Rdereference2.htm
 create mode 100644 html/RM/H5S/H5Sget_regular_hyperslab.htm
 create mode 100644 html/RM/H5S/H5Sis_regular_hyperslab.htm
 create mode 100644 html/RM/H5S/h5sget_regular_hyperslab_f.htm
 create mode 100644 html/RM/H5S/h5sis_regular_hyperslab_f.htm
 create mode 100644 html/RM/H5T/H5Tflush.htm
 create mode 100644 html/RM/H5T/H5Trefresh.htm
 create mode 100644 html/RM/Tools/h5format_convert.htm
 create mode 100644 html/RM/Tools/h5watch.htm
 create mode 100644 java/CMakeLists.txt
 copy {bin => java}/COPYING (100%)
 mode change 100755 => 100644
 create mode 100644 java/Makefile.am
 create mode 100644 java/Makefile.in
 create mode 100644 java/examples/CMakeLists.txt
 create mode 100644 java/examples/Makefile.am
 create mode 100644 java/examples/Makefile.in
 create mode 100644 java/examples/datasets/CMakeLists.txt
 create mode 100644 java/examples/datasets/H5Ex_D_Alloc.java
 create mode 100644 java/examples/datasets/H5Ex_D_Checksum.java
 create mode 100644 java/examples/datasets/H5Ex_D_Chunk.java
 create mode 100644 java/examples/datasets/H5Ex_D_Compact.java
 create mode 100644 java/examples/datasets/H5Ex_D_External.java
 create mode 100644 java/examples/datasets/H5Ex_D_FillValue.java
 create mode 100644 java/examples/datasets/H5Ex_D_Gzip.java
 create mode 100644 java/examples/datasets/H5Ex_D_Hyperslab.java
 create mode 100644 java/examples/datasets/H5Ex_D_Nbit.java
 create mode 100644 java/examples/datasets/H5Ex_D_ReadWrite.java
 create mode 100644 java/examples/datasets/H5Ex_D_Shuffle.java
 create mode 100644 java/examples/datasets/H5Ex_D_Sofloat.java
 create mode 100644 java/examples/datasets/H5Ex_D_Soint.java
 create mode 100644 java/examples/datasets/H5Ex_D_Szip.java
 create mode 100644 java/examples/datasets/H5Ex_D_Transform.java
 create mode 100644 java/examples/datasets/H5Ex_D_UnlimitedAdd.java
 create mode 100644 java/examples/datasets/H5Ex_D_UnlimitedGzip.java
 create mode 100644 java/examples/datasets/H5Ex_D_UnlimitedMod.java
 create mode 100644 java/examples/datasets/Makefile.am
 create mode 100644 java/examples/datasets/Makefile.in
 create mode 100644 java/examples/datasets/runExample.sh.in
 create mode 100644 java/examples/datatypes/CMakeLists.txt
 create mode 100644 java/examples/datatypes/H5Ex_T_Array.java
 create mode 100644 java/examples/datatypes/H5Ex_T_ArrayAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Bit.java
 create mode 100644 java/examples/datatypes/H5Ex_T_BitAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Commit.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Compound.java
 create mode 100644 java/examples/datatypes/H5Ex_T_CompoundAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Float.java
 create mode 100644 java/examples/datatypes/H5Ex_T_FloatAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Integer.java
 create mode 100644 java/examples/datatypes/H5Ex_T_IntegerAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_ObjectReference.java
 create mode 100644 java/examples/datatypes/H5Ex_T_ObjectReferenceAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_Opaque.java
 create mode 100644 java/examples/datatypes/H5Ex_T_OpaqueAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_String.java
 create mode 100644 java/examples/datatypes/H5Ex_T_StringAttribute.java
 create mode 100644 java/examples/datatypes/H5Ex_T_VLString.java
 create mode 100644 java/examples/datatypes/Makefile.am
 create mode 100644 java/examples/datatypes/Makefile.in
 create mode 100644 java/examples/datatypes/runExample.sh.in
 create mode 100644 java/examples/groups/CMakeLists.txt
 create mode 100644 java/examples/groups/H5Ex_G_Compact.java
 create mode 100644 java/examples/groups/H5Ex_G_Corder.java
 create mode 100644 java/examples/groups/H5Ex_G_Create.java
 create mode 100644 java/examples/groups/H5Ex_G_Intermediate.java
 create mode 100644 java/examples/groups/H5Ex_G_Iterate.java
 create mode 100644 java/examples/groups/H5Ex_G_Phase.java
 create mode 100644 java/examples/groups/H5Ex_G_Traverse.java
 create mode 100644 java/examples/groups/H5Ex_G_Visit.java
 create mode 100644 java/examples/groups/Makefile.am
 create mode 100644 java/examples/groups/Makefile.in
 create mode 100644 java/examples/groups/h5ex_g_iterate.h5
 create mode 100644 java/examples/groups/h5ex_g_visit.h5
 create mode 100644 java/examples/groups/runExample.sh.in
 create mode 100644 java/examples/intro/CMakeLists.txt
 create mode 100644 java/examples/intro/H5_CreateAttribute.java
 create mode 100644 java/examples/intro/H5_CreateDataset.java
 create mode 100644 java/examples/intro/H5_CreateFile.java
 create mode 100644 java/examples/intro/H5_CreateGroup.java
 create mode 100644 java/examples/intro/H5_CreateGroupAbsoluteRelative.java
 create mode 100644 java/examples/intro/H5_CreateGroupDataset.java
 create mode 100644 java/examples/intro/H5_ReadWrite.java
 create mode 100644 java/examples/intro/Makefile.am
 create mode 100644 java/examples/intro/Makefile.in
 create mode 100644 java/examples/intro/runExample.sh.in
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Alloc.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Checksum.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Chunk.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Compact.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_External.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_FillValue.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Gzip.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Hyperslab.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Nbit.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_ReadWrite.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Shuffle.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Sofloat.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Soint.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Szip.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_Transform.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_UnlimitedAdd.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_UnlimitedGzip.txt
 create mode 100644 java/examples/testfiles/examples.datasets.H5Ex_D_UnlimitedMod.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Array.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_ArrayAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Bit.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_BitAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Commit.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Compound.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_CompoundAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Float.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_FloatAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Integer.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_IntegerAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_ObjectReference.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_ObjectReferenceAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_Opaque.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_OpaqueAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_String.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_StringAttribute.txt
 create mode 100644 java/examples/testfiles/examples.datatypes.H5Ex_T_VLString.txt
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Compact.txt
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Corder.txt
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.groups.H5Ex_G_Create.txt (100%)
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Intermediate.txt
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Iterate.txt
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Phase.txt
 create mode 100644 java/examples/testfiles/examples.groups.H5Ex_G_Visit.txt
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateAttribute.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateDataset.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateFile.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateGroup.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateGroupAbsoluteRelative.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_CreateGroupDataset.txt (100%)
 copy tools/testfiles/tmulti-g.h5 => java/examples/testfiles/examples.intro.H5_ReadWrite.txt (100%)
 create mode 100644 java/lib/ext/slf4j-nop-1.7.5.jar
 create mode 100644 java/lib/ext/slf4j-simple-1.7.5.jar
 create mode 100644 java/lib/hamcrest-core.jar
 create mode 100644 java/lib/junit.jar
 create mode 100644 java/lib/simplelogger.properties
 create mode 100644 java/lib/slf4j-api-1.7.5.jar
 create mode 100644 java/src/CMakeLists.txt
 create mode 100644 java/src/Makefile.am
 create mode 100644 java/src/Makefile.in
 create mode 100644 java/src/hdf/CMakeLists.txt
 create mode 100644 java/src/hdf/hdf5lib/CMakeLists.txt
 create mode 100644 java/src/hdf/hdf5lib/H5.java
 create mode 100644 java/src/hdf/hdf5lib/HDF5Constants.java
 create mode 100644 java/src/hdf/hdf5lib/HDF5GroupInfo.java
 create mode 100644 java/src/hdf/hdf5lib/HDFArray.java
 create mode 100644 java/src/hdf/hdf5lib/HDFNativeData.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/Callbacks.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5A_iterate_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5A_iterate_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5D_append_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5D_append_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5D_iterate_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5E_walk_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5E_walk_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5L_iterate_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5L_iterate_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5O_iterate_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5O_iterate_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_close_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_close_func_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_copy_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_copy_func_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_create_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_cls_create_func_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_iterate_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_iterate_t.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_close_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_compare_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_copy_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_create_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_delete_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_get_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/callbacks/H5P_prp_set_func_cb.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5AtomException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5AttributeException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5BtreeException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5DataFiltersException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5DataStorageException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5DatasetInterfaceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5DataspaceInterfaceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5DatatypeInterfaceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5Exception.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5ExternalFileListException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5FileInterfaceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5FunctionArgumentException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5FunctionEntryExitException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5HeapException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5InternalErrorException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5JavaException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5LibraryException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5LowLevelIOException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5MetaDataCacheException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5ObjectHeaderException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5PropertyListInterfaceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5ReferenceException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5ResourceUnavailableException.java
 create mode 100644 java/src/hdf/hdf5lib/exceptions/HDF5SymbolTableException.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5AC_cache_config_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5A_info_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5E_error2_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5F_info2_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5G_info_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5L_info_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5O_hdr_info_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5O_info_t.java
 create mode 100644 java/src/hdf/hdf5lib/structs/H5_ih_info_t.java
 create mode 100644 java/src/hdf/overview.html
 create mode 100644 java/src/jni/CMakeLists.txt
 create mode 100644 java/src/jni/Makefile.am
 create mode 100644 java/src/jni/Makefile.in
 create mode 100644 java/src/jni/exceptionImp.c
 create mode 100644 java/src/jni/exceptionImp.h
 create mode 100644 java/src/jni/h5Constants.c
 create mode 100644 java/src/jni/h5Imp.c
 create mode 100644 java/src/jni/h5Imp.h
 create mode 100644 java/src/jni/h5aImp.c
 create mode 100644 java/src/jni/h5aImp.h
 create mode 100644 java/src/jni/h5dImp.c
 create mode 100644 java/src/jni/h5dImp.h
 create mode 100644 java/src/jni/h5eImp.c
 create mode 100644 java/src/jni/h5eImp.h
 create mode 100644 java/src/jni/h5fImp.c
 create mode 100644 java/src/jni/h5fImp.h
 create mode 100644 java/src/jni/h5gImp.c
 create mode 100644 java/src/jni/h5gImp.h
 create mode 100644 java/src/jni/h5iImp.c
 create mode 100644 java/src/jni/h5iImp.h
 create mode 100644 java/src/jni/h5jni.h
 create mode 100644 java/src/jni/h5lImp.c
 create mode 100644 java/src/jni/h5lImp.h
 create mode 100644 java/src/jni/h5oImp.c
 create mode 100644 java/src/jni/h5oImp.h
 create mode 100644 java/src/jni/h5pImp.c
 create mode 100644 java/src/jni/h5pImp.h
 create mode 100644 java/src/jni/h5plImp.c
 create mode 100644 java/src/jni/h5plImp.h
 create mode 100644 java/src/jni/h5rImp.c
 create mode 100644 java/src/jni/h5rImp.h
 create mode 100644 java/src/jni/h5sImp.c
 create mode 100644 java/src/jni/h5sImp.h
 create mode 100644 java/src/jni/h5tImp.c
 create mode 100644 java/src/jni/h5tImp.h
 create mode 100644 java/src/jni/h5util.c
 create mode 100644 java/src/jni/h5util.h
 create mode 100644 java/src/jni/h5zImp.c
 create mode 100644 java/src/jni/h5zImp.h
 create mode 100644 java/src/jni/nativeData.c
 create mode 100644 java/src/jni/nativeData.h
 create mode 100644 java/test/CMakeLists.txt
 create mode 100644 java/test/JUnit-interface.ert
 create mode 100644 java/test/JUnit-interface.txt
 create mode 100644 java/test/Makefile.am
 create mode 100644 java/test/Makefile.in
 create mode 100644 java/test/TestAll.java
 create mode 100644 java/test/TestH5.java
 create mode 100644 java/test/TestH5A.java
 create mode 100644 java/test/TestH5D.java
 create mode 100644 java/test/TestH5Dparams.java
 create mode 100644 java/test/TestH5Dplist.java
 create mode 100644 java/test/TestH5E.java
 create mode 100644 java/test/TestH5Edefault.java
 create mode 100644 java/test/TestH5Eregister.java
 create mode 100644 java/test/TestH5F.java
 create mode 100644 java/test/TestH5Fbasic.java
 create mode 100644 java/test/TestH5Fparams.java
 create mode 100644 java/test/TestH5Fswmr.java
 create mode 100644 java/test/TestH5G.java
 create mode 100644 java/test/TestH5Gbasic.java
 create mode 100644 java/test/TestH5Giterate.java
 create mode 100644 java/test/TestH5Lbasic.java
 create mode 100644 java/test/TestH5Lcreate.java
 create mode 100644 java/test/TestH5Lparams.java
 create mode 100644 java/test/TestH5Obasic.java
 create mode 100644 java/test/TestH5Ocopy.java
 create mode 100644 java/test/TestH5Ocreate.java
 create mode 100644 java/test/TestH5Oparams.java
 create mode 100644 java/test/TestH5P.java
 create mode 100644 java/test/TestH5PData.java
 create mode 100644 java/test/TestH5PL.java
 create mode 100644 java/test/TestH5Pfapl.java
 create mode 100644 java/test/TestH5Plist.java
 create mode 100644 java/test/TestH5Pvirtual.java
 create mode 100644 java/test/TestH5R.java
 create mode 100644 java/test/TestH5S.java
 create mode 100644 java/test/TestH5Sbasic.java
 create mode 100644 java/test/TestH5T.java
 create mode 100644 java/test/TestH5Tbasic.java
 create mode 100644 java/test/TestH5Tparams.java
 create mode 100644 java/test/TestH5Z.java
 create mode 100644 java/test/h5ex_g_iterate.hdf
 create mode 100644 java/test/junit.sh.in
 create mode 100644 m4/ax_check_class.m4
 create mode 100644 m4/ax_check_classpath.m4
 create mode 100644 m4/ax_check_java_home.m4
 create mode 100644 m4/ax_check_junit.m4
 create mode 100644 m4/ax_check_rqrd_class.m4
 create mode 100644 m4/ax_java_check_class.m4
 create mode 100644 m4/ax_java_options.m4
 create mode 100644 m4/ax_jni_include_dir.m4
 create mode 100644 m4/ax_prog_jar.m4
 create mode 100644 m4/ax_prog_java.m4
 create mode 100644 m4/ax_prog_java_cc.m4
 create mode 100644 m4/ax_prog_java_works.m4
 create mode 100644 m4/ax_prog_javac.m4
 create mode 100644 m4/ax_prog_javac_works.m4
 create mode 100644 m4/ax_prog_javadoc.m4
 create mode 100644 m4/ax_prog_javah.m4
 create mode 100644 m4/ax_try_compile_java.m4
 create mode 100644 m4/ax_try_run_java.m4
 create mode 100644 release_docs/HISTORY-1_8_0-1_10_0.txt
 delete mode 100644 release_docs/HISTORY-1_9.txt
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_f.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_f.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_i.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_i.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_s.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext1_s.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_if.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_if.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_is.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_is.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_sf.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext2_sf.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext3_isf.ddl
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext3_isf.h5
 create mode 100644 tools/h5format_convert/testfiles/h5fc_ext_none.h5
 delete mode 100644 tools/h5format_convert/testfiles/h5fc_latest_v3.h5
 delete mode 100644 tools/h5format_convert/testfiles/h5fc_v1.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_f.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_f.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_i.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_s.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext1_s.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_if.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_if.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_is.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_is.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_sf.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext2_sf.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext3_isf.ddl
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext3_isf.h5
 create mode 100644 tools/h5format_convert/testfiles/old_h5fc_ext_none.h5
 create mode 100644 tools/testfiles/tints4dims.ddl
 create mode 100644 tools/testfiles/tints4dims.h5
 create mode 100644 tools/testfiles/tints4dimsBlock2.ddl
 create mode 100644 tools/testfiles/tints4dimsBlockEq.ddl
 create mode 100644 tools/testfiles/tints4dimsCount2.ddl
 create mode 100644 tools/testfiles/tints4dimsCountEq.ddl
 create mode 100644 tools/testfiles/tints4dimsStride2.ddl
 create mode 100644 tools/testfiles/vds/a.h5
 create mode 100644 tools/testfiles/vds/b.h5
 create mode 100644 tools/testfiles/vds/c.h5
 create mode 100644 tools/testfiles/vds/d.h5
 create mode 100644 tools/testfiles/vds/f-0.h5
 create mode 100644 tools/testfiles/vds/f-3.h5
 create mode 100644 tools/testfiles/vds/vds-eiger.h5
 create mode 100644 tools/testfiles/vds/vds-first.ddl
 create mode 100644 tools/testfiles/vds/vds-gap1.ddl
 create mode 100644 tools/testfiles/vds/vds-gap2.ddl
 create mode 100644 tools/testfiles/vds/vds-percival-unlim-maxmin.h5
 create mode 100644 tools/testfiles/vds/vds_layout-eiger.ddl
 create mode 100644 tools/testfiles/vds/vds_layout-maxmin.ddl

-- 
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