This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master-1.10 in repository hdf5.
commit 56327324421d5eea5ead3cad301f6663fe202ee3 Merge: 5f94294 ffa0953 Author: Gilles Filippini <[email protected]> Date: Sun Jan 17 23:26:30 2016 +0100 Merge tag 'upstream/1.10.0_alpha0+docs' into master-1.10 Upstream version 1.10.0~alpha0+docs BRANCH.txt | 15 + CMakeInstallation.cmake | 36 +- CMakeLists.txt | 195 +- COPYING | 6 + CTestConfig.cmake | 10 +- MANIFEST | 756 +- Makefile.am | 2 +- Makefile.in | 100 +- README.txt | 2 +- aclocal.m4 | 8659 +------ acsite.m4 | 84 - autogen.sh | 300 + bin/chkmanifest | 16 + bin/cmakehdf5 | 521 +- bin/compile | 370 +- bin/config.guess | 738 +- bin/config.sub | 351 +- bin/depcomp | 636 +- bin/distdep | 0 bin/genparser | 252 + bin/h5vers | 52 +- bin/install-sh | 385 +- bin/ltmain.sh | 32 +- bin/make_vers | 111 +- bin/missing | 2 +- bin/mkinstalldirs | 101 - bin/release | 25 +- bin/test-driver | 15 +- bin/trace | 10 +- c++/Makefile.in | 68 +- c++/examples/Makefile.am | 4 +- c++/examples/Makefile.in | 76 +- c++/examples/run-c++-ex.sh.in | 2 +- c++/examples/testh5c++.sh.in | 3 +- c++/src/CMakeLists.txt | 2 +- c++/src/H5Attribute.cpp | 4 +- c++/src/H5CommonFG.cpp | 1 + c++/src/H5DataSet.cpp | 10 +- c++/src/H5DataSet.h | 4 +- c++/src/H5DataType.cpp | 12 +- c++/src/H5DataType.h | 4 +- c++/src/H5Exception.cpp | 2 +- c++/src/H5FcreatProp.cpp | 2 + c++/src/H5FcreatProp.h | 2 + c++/src/H5File.cpp | 26 +- c++/src/H5Group.cpp | 10 +- c++/src/H5Group.h | 5 +- c++/src/H5IdComponent.cpp | 4 - c++/src/H5IdComponent.h | 1 - c++/src/H5Library.cpp | 4 - c++/src/H5Location.cpp | 25 +- c++/src/H5Location.h | 16 +- c++/src/H5OcreatProp.cpp | 2 + c++/src/H5VarLenType.h | 3 - c++/src/Makefile.am | 2 +- c++/src/Makefile.in | 101 +- c++/src/cpp_doc_config | 2 +- c++/test/Makefile.in | 72 +- c++/test/tattr.cpp | 4 +- c++/test/tcompound.cpp | 57 +- c++/test/testhdf5.cpp | 1 + c++/test/tfile.cpp | 4 +- c++/test/th5s.h5 | Bin 2049 -> 2049 bytes c++/test/tlinks.cpp | 6 +- c++/test/trefer.cpp | 33 +- c++/test/ttypes.cpp | 5 +- config/cmake/CTestCustom.cmake | 20 +- config/cmake/ConfigureChecks.cmake | 13 +- config/cmake/H5pubconf.h.in | 27 + config/cmake/HDF518_Examples.cmake.in | 9 + config/cmake/HDF5Macros.cmake | 11 +- config/cmake/HDF5UseFortran.cmake | 489 + config/cmake/HDF5_Examples.cmake.in | 172 + config/cmake/HDF5_Process_Flex_Files.cmake | 84 + config/cmake/HDFCompilerFlags.cmake | 4 +- config/cmake/README.txt.cmake.in | 12 +- config/cmake/cacheinit.cmake | 2 + config/cmake/hdf5-config.cmake.in | 1 - config/cmake/libhdf5.settings.cmake.in | 1 - config/cmake/mccacheinit.cmake | 6 +- config/cmake/scripts/CTestScript.cmake | 56 +- config/cmake/scripts/HDF518config.cmake | 261 - config/cmake/scripts/HDF5config.cmake | 257 + config/cmake_ext_mod/ConfigureChecks.cmake | 35 +- config/conclude_fc.am | 33 + config/lt_vers.am | 30 +- config/pgi-fflags | 1 + configure | 25973 ++++++++++--------- configure.ac | 848 +- examples/CMakeLists.txt | 8 + examples/CMakeTests.cmake | 12 + examples/Makefile.am | 20 +- examples/Makefile.in | 92 +- examples/h5_extend_write.c | 6 +- examples/h5_ref2reg.c | 4 +- examples/h5_reference.c | 2 +- examples/h5_vds-eiger.c | 177 + examples/h5_vds-exc.c | 226 + examples/h5_vds-exclim.c | 222 + examples/h5_vds-percival-unlim-maxmin.c | 309 + examples/h5_vds-percival-unlim.c | 353 + examples/h5_vds-percival.c | 242 + examples/h5_vds-simpleIO.c | 184 + examples/h5_vds.c | 267 + examples/run-c-ex.sh.in | 20 +- examples/testh5cc.sh.in | 3 +- fortran/Makefile.in | 68 +- fortran/examples/CMakeLists.txt | 54 +- fortran/examples/Makefile.am | 18 +- fortran/examples/Makefile.in | 117 +- fortran/examples/nested_derived_type.f90 | 12 +- fortran/examples/run-fortran-ex.sh.in | 2 +- fortran/examples/rwdset_fortran2003.f90 | 24 +- fortran/src/CMakeLists.txt | 246 +- fortran/src/H5Af.c | 1478 +- fortran/src/H5Aff.F90 | 1873 ++ fortran/src/H5Aff.f90 | 1673 -- fortran/src/H5Aff_F03.f90 | 1267 - fortran/src/H5Aff_F90.f90 | 1618 -- fortran/src/H5Df.c | 1658 +- fortran/src/H5Dff.F90 | 1877 ++ fortran/src/H5Dff.f90 | 1035 - fortran/src/H5Dff_F03.f90 | 2389 -- fortran/src/H5Dff_F90.f90 | 3004 --- fortran/src/H5Ef.c | 75 +- fortran/src/H5Eff.F90 | 302 + fortran/src/H5Eff.f90 | 251 - fortran/src/H5Eff_F03.f90 | 108 - fortran/src/H5Eff_F90.f90 | 89 - fortran/src/H5FDmpiof.c | 258 - fortran/src/H5FDmpioff.f90 | 212 - fortran/src/H5Ff.c | 238 +- fortran/src/H5Fff.F90 | 871 + fortran/src/H5Fff.f90 | 834 - fortran/src/H5Fff_F03.f90 | 99 - fortran/src/H5Fff_F90.f90 | 43 - fortran/src/H5Gf.c | 393 +- fortran/src/H5Gff.F90 | 1272 + fortran/src/H5Gff.f90 | 1331 - fortran/src/H5If.c | 104 +- fortran/src/H5Iff.F90 | 345 + fortran/src/H5Iff.f90 | 352 - fortran/src/H5Lf.c | 324 +- fortran/src/H5Lff.F90 | 1478 ++ fortran/src/H5Lff.f90 | 1300 - fortran/src/H5Lff_F03.f90 | 243 - fortran/src/H5Lff_F90.f90 | 39 - fortran/src/H5Of.c | 94 +- fortran/src/H5Off.F90 | 1149 + fortran/src/H5Off.f90 | 775 - fortran/src/H5Off_F03.f90 | 435 - fortran/src/H5Off_F90.f90 | 39 - fortran/src/H5Pf.c | 2663 +- fortran/src/H5Pff.F90 | 7327 ++++++ fortran/src/H5Pff.f90 | 6400 ----- fortran/src/H5Pff_F03.f90 | 1267 - fortran/src/H5Pff_F90.f90 | 949 - fortran/src/H5Rf.c | 340 +- fortran/src/H5Rff.F90 | 792 + fortran/src/H5Rff.f90 | 128 - fortran/src/H5Rff_F03.f90 | 719 - fortran/src/H5Rff_F90.f90 | 514 - fortran/src/H5Sf.c | 554 +- fortran/src/H5Sff.F90 | 1754 ++ fortran/src/H5Sff.f90 | 1875 -- fortran/src/H5Tf.c | 684 +- fortran/src/H5Tff.F90 | 3082 +++ fortran/src/H5Tff.f90 | 3105 --- fortran/src/H5Tff_F03.f90 | 224 - fortran/src/H5Tff_F90.f90 | 96 - fortran/src/H5Zf.c | 44 +- fortran/src/H5Zff.F90 | 189 + fortran/src/H5Zff.f90 | 198 - fortran/src/H5_DBLE_InterfaceExclude.f90 | 39 - fortran/src/H5_DBLE_InterfaceInclude.f90 | 1859 -- fortran/src/H5_buildiface.F90 | 1024 + fortran/src/H5_f.c | 297 +- fortran/src/H5_ff.F90 | 462 + fortran/src/H5_ff.f90 | 409 - fortran/src/H5_ff_F03.f90 | 75 - fortran/src/H5_ff_F90.f90 | 34 - fortran/src/H5config_f.inc.cmake | 87 + fortran/src/H5config_f.inc.in | 62 + fortran/src/H5f90global.F90 | 1052 + fortran/src/H5f90global.f90 | 946 - fortran/src/H5f90kit.c | 32 +- fortran/src/H5f90proto.h | 1479 +- fortran/src/H5fort_type_defines.h.in | 16 + fortran/src/H5match_types.c | 567 +- fortran/src/H5test_kind.f90 | 269 - fortran/src/H5test_kind_SIZEOF.f90 | 228 - fortran/src/H5test_kind_STORAGE_SIZE.f90 | 230 - fortran/src/HDF5.F90 | 46 + fortran/src/HDF5.f90 | 56 - fortran/src/HDF5mpio.f90 | 55 - fortran/src/Makefile.am | 166 +- fortran/src/Makefile.in | 385 +- fortran/src/hdf5_fortrandll.def.in | 275 +- fortran/test/CMakeLists.txt | 283 +- fortran/test/H5_test_buildiface.F90 | 306 + fortran/test/Makefile.am | 78 +- fortran/test/Makefile.in | 418 +- fortran/test/{fflush1.f90 => fflush1.F90} | 0 fortran/test/fflush2.F90 | 177 + fortran/test/fflush2.f90 | 178 - fortran/test/fortranlib_test.F90 | 257 + fortran/test/fortranlib_test.f90 | 249 - ...ranlib_test_1_8.f90 => fortranlib_test_1_8.F90} | 0 fortran/test/fortranlib_test_F03.F90 | 193 + fortran/test/fortranlib_test_F03.f90 | 188 - fortran/test/tH5A.F90 | 624 + fortran/test/tH5A.f90 | 629 - fortran/test/tH5A_1_8.F90 | 2779 ++ fortran/test/tH5A_1_8.f90 | 2816 -- fortran/test/tH5D.F90 | 630 + fortran/test/tH5D.f90 | 538 - fortran/test/{tH5E.f90 => tH5E.F90} | 0 fortran/test/tH5E_F03.F90 | 203 + fortran/test/tH5E_F03.f90 | 206 - fortran/test/{tH5F.f90 => tH5F.F90} | 0 fortran/test/tH5F_F03.F90 | 179 + fortran/test/tH5F_F03.f90 | 178 - fortran/test/{tH5G.f90 => tH5G.F90} | 0 fortran/test/tH5G_1_8.F90 | 2126 ++ fortran/test/tH5G_1_8.f90 | 2159 -- fortran/test/tH5I.F90 | 321 + fortran/test/tH5I.f90 | 319 - fortran/test/tH5L_F03.F90 | 318 + fortran/test/tH5L_F03.f90 | 321 - fortran/test/tH5MISC_1_8.F90 | 469 + fortran/test/tH5MISC_1_8.f90 | 474 - fortran/test/tH5O.F90 | 793 + fortran/test/tH5O.f90 | 797 - fortran/test/tH5O_F03.F90 | 555 + fortran/test/tH5O_F03.f90 | 555 - fortran/test/tH5P.F90 | 677 + fortran/test/tH5P.f90 | 696 - fortran/test/tH5P_F03.F90 | 620 + fortran/test/tH5P_F03.f90 | 632 - fortran/test/tH5R.F90 | 483 + fortran/test/tH5R.f90 | 486 - fortran/test/tH5S.F90 | 298 + fortran/test/tH5S.f90 | 296 - fortran/test/tH5Sselect.F90 | 1993 ++ fortran/test/tH5Sselect.f90 | 2000 -- fortran/test/tH5T.F90 | 1149 + fortran/test/tH5T.f90 | 1160 - fortran/test/tH5T_F03.F90 | 3425 +++ fortran/test/tH5T_F03.f90 | 3453 --- fortran/test/tH5VL.F90 | 512 + fortran/test/tH5VL.f90 | 518 - fortran/test/{tH5Z.f90 => tH5Z.F90} | 0 fortran/test/tHDF5.F90 | 46 + fortran/test/tHDF5.f90 | 45 - fortran/test/{tHDF5_1_8.f90 => tHDF5_1_8.F90} | 0 fortran/test/{tHDF5_F03.f90 => tHDF5_F03.F90} | 0 fortran/test/tf.F90 | 412 + fortran/test/tf.f90 | 393 - fortran/test/tf_F03.f90 | 128 - fortran/test/tf_F08.f90 | 128 - fortran/test/tf_F90.f90 | 33 - fortran/testpar/Makefile.am | 2 +- fortran/testpar/Makefile.in | 90 +- hl/Makefile.in | 68 +- hl/c++/Makefile.in | 68 +- hl/c++/examples/Makefile.am | 4 +- hl/c++/examples/Makefile.in | 74 +- hl/c++/examples/run-hlc++-ex.sh.in | 2 +- hl/c++/src/CMakeLists.txt | 6 +- hl/c++/src/H5PacketTable.cpp | 6 +- hl/c++/src/H5PacketTable.h | 6 +- hl/c++/src/Makefile.am | 2 +- hl/c++/src/Makefile.in | 100 +- hl/c++/test/Makefile.in | 70 +- hl/examples/Makefile.am | 4 +- hl/examples/Makefile.in | 74 +- hl/examples/run-hlc-ex.sh.in | 2 +- hl/fortran/Makefile.in | 68 +- hl/fortran/examples/Makefile.am | 6 +- hl/fortran/examples/Makefile.in | 92 +- hl/fortran/examples/run-hlfortran-ex.sh.in | 2 +- hl/fortran/src/CMakeLists.txt | 77 +- hl/fortran/src/H5DSfc.c | 36 +- hl/fortran/src/H5DSff.F90 | 518 + hl/fortran/src/H5DSff.f90 | 545 - hl/fortran/src/H5HL_buildiface.F90 | 846 + hl/fortran/src/H5IMcc.c | 4 +- hl/fortran/src/H5IMfc.c | 54 +- hl/fortran/src/H5IMff.F90 | 667 + hl/fortran/src/H5IMff.f90 | 783 - hl/fortran/src/H5LTf90proto.h | 1382 +- hl/fortran/src/H5LTfc.c | 1474 +- hl/fortran/src/H5LTff.F90 | 1878 ++ hl/fortran/src/H5LTff.f90 | 6490 ----- hl/fortran/src/H5TBfc.c | 307 +- hl/fortran/src/H5TBff.F90 | 848 + hl/fortran/src/H5TBff.f90 | 1900 -- hl/fortran/src/Makefile.am | 42 +- hl/fortran/src/Makefile.in | 225 +- hl/fortran/src/hdf5_hl_fortrandll.def.in | 88 + hl/fortran/test/CMakeLists.txt | 16 +- hl/fortran/test/Makefile.am | 10 +- hl/fortran/test/Makefile.in | 117 +- hl/fortran/test/{tstds.f90 => tstds.F90} | 0 hl/fortran/test/{tstimage.f90 => tstimage.F90} | 0 hl/fortran/test/tstlite.F90 | 1924 ++ hl/fortran/test/tstlite.f90 | 1628 -- hl/fortran/test/tsttable.F90 | 534 + hl/fortran/test/tsttable.f90 | 466 - hl/src/CMakeLists.txt | 4 +- hl/src/H5DO.c | 184 + hl/src/H5DOpublic.h | 13 +- hl/src/H5DS.c | 14 +- hl/src/H5IM.c | 26 +- hl/src/H5LD.c | 639 + hl/src/H5LDprivate.h | 49 + hl/src/H5LDpublic.h | 33 + hl/src/H5LT.c | 21 +- hl/src/H5LTanalyze.c | 191 +- hl/src/H5LTanalyze.l | 11 + hl/src/H5LTparse.c | 1312 +- hl/src/H5LTparse.h | 171 +- hl/src/H5LTparse.y | 19 +- hl/src/H5TB.c | 2 +- hl/src/Makefile.am | 8 +- hl/src/Makefile.in | 109 +- hl/src/hdf5_hl.h | 3 +- hl/test/Makefile.am | 8 +- hl/test/Makefile.in | 138 +- hl/test/gen_test_ld.c | 379 + hl/test/test_ds.c | 28 +- hl/test/test_dset_append.c | 1196 + hl/test/test_dset_opt.c | 2 +- hl/test/test_file_image.c | 44 +- hl/test/test_image.c | 31 +- hl/test/test_ld.c | 1430 + hl/test/test_ld.h5 | Bin 0 -> 42931 bytes hl/test/test_lite.c | 31 +- hl/test/test_packet.c | 4 +- hl/test/test_table.c | 37 +- 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/Makefile.am | 4 +- hl/tools/Makefile.in | 71 +- hl/tools/gif2h5/Makefile.in | 72 +- hl/tools/gif2h5/hdf2gif.c | 2 +- hl/tools/gif2h5/testfiles/{REAMDE => README} | 0 hl/tools/h5watch/Makefile.am | 44 + hl/tools/h5watch/Makefile.in | 1458 ++ hl/tools/h5watch/extend_dset.c | 489 + hl/tools/h5watch/h5watch.c | 977 + hl/tools/h5watch/h5watchgentest.c | 355 + hl/tools/h5watch/swmr_check_compat_vfd.c | 59 + hl/tools/h5watch/testh5watch.sh.in | 395 + hl/tools/testfiles/w-err-cmpd1.ddl | 5 + hl/tools/testfiles/w-err-cmpd2.ddl | 5 + hl/tools/testfiles/w-err-cmpd3.ddl | 5 + hl/tools/testfiles/w-err-cmpd4.ddl | 5 + hl/tools/testfiles/w-err-cmpd5.ddl | 5 + hl/tools/testfiles/w-err-dset-nomax.ddl | 5 + hl/tools/testfiles/w-err-dset-none.ddl | 5 + hl/tools/testfiles/w-err-dset1.ddl | 5 + hl/tools/testfiles/w-err-dset2.ddl | 5 + hl/tools/testfiles/w-err-file.ddl | 4 + hl/tools/testfiles/w-err-poll.ddl | 38 + hl/tools/testfiles/w-err-poll0.ddl | 38 + hl/tools/testfiles/w-err-width.ddl | 38 + hl/tools/testfiles/w-ext-cmpd-esc-f1.ddl | 14 + hl/tools/testfiles/w-ext-cmpd-esc-f3.ddl | 13 + hl/tools/testfiles/w-ext-cmpd-esc-ff2.ddl | 14 + hl/tools/testfiles/w-ext-cmpd-esc.ddl | 16 + hl/tools/testfiles/w-ext-cmpd-f1.ddl | 14 + hl/tools/testfiles/w-ext-cmpd-f2.ddl | 14 + hl/tools/testfiles/w-ext-cmpd-ff3.ddl | 13 + hl/tools/testfiles/w-ext-cmpd-label.ddl | 21 + hl/tools/testfiles/w-ext-cmpd-two-f1.ddl | 50 + hl/tools/testfiles/w-ext-cmpd-two-f3.ddl | 44 + hl/tools/testfiles/w-ext-cmpd-two-ff2.ddl | 50 + hl/tools/testfiles/w-ext-cmpd-two.ddl | 70 + hl/tools/testfiles/w-ext-cmpd.ddl | 16 + hl/tools/testfiles/w-ext-early.ddl | 13 + hl/tools/testfiles/w-ext-late.ddl | 13 + hl/tools/testfiles/w-ext-one-d.ddl | 9 + hl/tools/testfiles/w-ext-one-simple.ddl | 16 + hl/tools/testfiles/w-ext-one.ddl | 13 + hl/tools/testfiles/w-ext-two-d.ddl | 21 + hl/tools/testfiles/w-ext-two-width.ddl | 44 + hl/tools/testfiles/w-ext-two.ddl | 40 + hl/tools/testfiles/w-help1.ddl | 38 + html/ADGuide.html | 4 +- html/ADGuide/Changes.html | 123 +- html/ADGuide/Changes_1_4-1_6.html | 0 html/ADGuide/Changes_1_8_x.html | 0 html/ADGuide/Compatibility_Report/CR_1.8.14.html | 1176 - html/ADGuide/Compatibility_Report/CR_1.8.15.html | 1841 -- html/ADGuide/Compatibility_Report/CR_1.8.16.html | 6684 ----- html/ADGuide/HISTORY.txt | 9468 ++++--- html/ADGuide/RELEASE.txt | 1357 +- ...hNote-HDF5-ImprovingCompressionPerformance.docx | Bin 0 -> 947458 bytes html/Advanced.html | 16 +- html/Advanced/Chunking/index.html | 6 +- .../AdvancedTopicsPageNotesLink.txt | 43 + ...opyingCommittedDatatypesWithH5Ocopy_120320.docx | Bin 0 -> 106707 bytes ...opyingCommittedDatatypesWithH5Ocopy_120321.docx | Bin 0 -> 145324 bytes .../HDF5CommittedDatatypeCopying_120320.docx | Bin 0 -> 143896 bytes .../HDF5CommittedDatatypesCopying_120316-QAK.docx | Bin 0 -> 144064 bytes .../HDF5CommittedDatatypesCopying_120316.docx | Bin 0 -> 104266 bytes .../RFC_H5Ocopy_Named_DT_v3.docx | Bin 0 -> 47302 bytes .../RMentriesMergeCommittedDatatypes.html | 1462 ++ .../TimeEstimateNotes_120316.txt | 30 + .../Using Direct Chunk Write 130227.docx | Bin 201489 -> 241583 bytes html/Advanced/DirectChunkWrite/index.html | 2 +- ...F5-Programmatic_Control_of_Dynamic_Plugins.docx | Bin 0 -> 100618 bytes .../HDF5DynamicallyLoadedFilters_130521.docx | Bin 0 -> 158693 bytes ...ic_Plugin_Programatic_Control(Preliminary).docx | Bin 0 -> 111087 bytes html/Advanced/DynamicallyLoadedFilters/index.html | 4 +- .../FileFreeSpace/FileSpaceManagement.docx | Bin 0 -> 57889 bytes .../load_core_file_driver_from_image_RFC_v17.docx | Bin 0 -> 238870 bytes .../load_core_file_driver_from_image_RFC_v18.docx | Bin 0 -> 238612 bytes .../FileSpaceManagement/FileSpaceManagement.docx | Bin 0 -> 57889 bytes .../FileSpaceManagement_120425.docx | Bin 0 -> 142096 bytes .../FreeingMemoryAllocatedByTheHdf5Library.docx | Bin 0 -> 176841 bytes html/Advanced/HDF5_Metadata/index.html | 4 +- html/Advanced/UsingIdentifiers/index.html | 2 +- html/Advanced/UsingUnicode/index.html | 2 +- .../Advanced/UsingUnicode/index_FullQuestions.html | 314 + html/Glossary.html | 23 + html/H5.format.test.html | 14386 ++++++++++ html/H5.intro.html | 4 +- html/H5.user.html | 2 +- html/H5.user/Attributes.html | 4 +- html/H5.user/Caching.html | 2 +- html/H5.user/Chunking.html | 2 +- html/H5.user/Datasets.html | 2 +- html/H5.user/Dataspaces.html | 2 +- html/H5.user/Datatypes.html | 2 +- html/H5.user/Debugging.html | 2 +- html/H5.user/Environment.html | 2 +- html/H5.user/Errors.html | 2 +- html/H5.user/Files.html | 2 +- html/H5.user/Filters.html | 2 +- html/H5.user/Groups.html | 2 +- html/H5.user/MountingFiles.html | 2 +- html/H5.user/Performance.html | 3 +- html/H5.user/Properties.html | 2 +- html/H5.user/References.html | 2 +- html/HL/RM_H5LT.html | 2 +- html/HL/RM_HDF5Optimized.html | 2 +- html/Intro/IntroExamples.html | 4 +- html/RM/APICompatMacros.html | 12 +- html/RM/CollectiveCalls.html | 12 +- html/RM/H5/H5check_version.htm | 3 +- html/RM/H5/H5dont_atexit.htm | 2 +- html/RM/H5/H5is_library_threadsafe.htm | 4 +- html/RM/H5A/H5Aget_name_by_idx.htm | 38 +- html/RM/H5D/H5Dget_type.htm | 2 +- html/RM/H5F/H5Fget_file_image.htm | 6 +- html/RM/H5F/H5Fget_free_sections.htm | 258 + html/RM/H5F/H5Fget_info.htm | 57 +- html/RM/H5F/H5Fget_intent.htm | 5 +- html/RM/H5F/H5Fget_obj_count.htm | 2 +- html/RM/H5F/H5Fget_obj_ids.htm | 6 +- html/RM/H5G/H5Gget_info.htm | 1 + html/RM/H5G/H5Gget_info_by_idx.htm | 6 +- html/RM/H5G/H5Gget_info_by_name.htm | 2 +- html/RM/H5L/H5Lget_name_by_idx.htm | 85 +- html/RM/H5L/H5Literate.htm | 2 +- html/RM/H5L/H5Lvisit.htm | 25 + html/RM/H5L/H5Lvisit_by_name.htm | 25 + html/RM/H5O/H5Oincr_refcount.htm | 2 +- html/RM/H5P/H5Pdecode.htm | 124 + html/RM/H5P/H5Pencode.htm | 160 + html/RM/H5P/H5Pget_char_encoding.htm | 2 +- html/RM/H5P/H5Pget_data_transform.htm | 17 +- html/RM/H5P/H5Pget_elink_fapl.htm | 96 +- html/RM/H5P/H5Pget_est_link_info.htm | 18 +- html/RM/H5P/H5Pget_fapl_direct.htm | 10 +- html/RM/H5P/H5Pget_file_image.htm | 4 - html/RM/H5P/H5Pget_file_image_callbacks.htm | 4 - html/RM/H5P/H5Pget_file_space.htm | 195 + html/RM/H5P/H5Pget_libver_bounds.htm | 81 +- html/RM/H5P/H5Pget_link_creation_order.htm | 13 +- html/RM/H5P/H5Pget_link_phase_change.htm | 2 +- html/RM/H5P/H5Pget_local_heap_size_hint.htm | 15 +- html/RM/H5P/H5Pget_obj_track_time.htm | 2 +- html/RM/H5P/H5Pget_version.htm | 5 + html/RM/H5P/H5Pset_attr_phase_change.htm | 2 +- html/RM/H5P/H5Pset_char_encoding.htm | 2 +- html/RM/H5P/H5Pset_data_transform.htm | 2 +- html/RM/H5P/H5Pset_elink_cb.htm | 2 +- html/RM/H5P/H5Pset_elink_fapl.htm | 19 +- html/RM/H5P/H5Pset_elink_file_cache_size.htm | 1 + html/RM/H5P/H5Pset_est_link_info.htm | 6 +- html/RM/H5P/H5Pset_fapl_direct.htm | 8 +- html/RM/H5P/H5Pset_fapl_stdio.htm | 1 - html/RM/H5P/H5Pset_file_image.htm | 6 - html/RM/H5P/H5Pset_file_image_callbacks.htm | 8 +- html/RM/H5P/H5Pset_file_space.htm | 284 + html/RM/H5P/H5Pset_istore_k.htm | 10 +- html/RM/H5P/H5Pset_libver_bounds.htm | 140 +- html/RM/H5P/H5Pset_link_creation_order.htm | 2 +- html/RM/H5P/H5Pset_link_phase_change.htm | 4 +- html/RM/H5P/H5Pset_local_heap_size_hint.htm | 13 +- html/RM/H5P/H5Pset_mdc_config.htm | 4 +- html/RM/H5P/H5Pset_sym_k.htm | 3 +- html/RM/H5R/H5Rget_name.htm | 1 + html/RM/H5R/H5Rget_region-before.htm | 81 + html/RM/H5S/H5Screate.htm | 2 +- html/RM/H5S/H5Sdecode.htm | 12 - html/RM/H5S/H5Sencode.htm | 13 - html/RM/H5S/H5Sextent_equal.htm | 13 - html/RM/H5S/H5Sset_extent_simple.htm | 1 + html/RM/H5T/H5Tcommit.htm | 13 +- html/RM/H5T/H5Tcommit1.htm | 14 +- html/RM/H5T/H5Tcommit2.htm | 21 +- html/RM/H5T/H5Tcommit_anon.htm | 1 + html/RM/H5T/H5Tcommitted.htm | 10 +- html/RM/H5T/H5Tget_create_plist.htm | 14 +- html/RM/H5T/H5Tget_precision.htm | 24 +- html/RM/H5T/H5Tget_strpad.htm | 1 - html/RM/H5T/H5Tget_super.htm | 1 - html/RM/H5T/H5Tget_tag.htm | 1 - html/RM/H5T/H5Tinsert.htm | 1 - html/RM/H5T/H5Tis_variable_str.htm | 1 - html/RM/H5T/H5Topen.htm | 35 +- html/RM/H5T/H5Topen1.htm | 15 +- html/RM/H5T/H5Topen2.htm | 43 +- html/RM/PredefDTypes.html | 12 +- html/RM/Properties_ReferenceTable.html | 8581 ++++++ html/RM/Properties_ReferenceTable.xlsx | Bin 0 -> 79923 bytes html/RM/RM_H5.html | 9 +- html/RM/RM_H5A.html | 12 +- html/RM/RM_H5D.html | 12 +- html/RM/RM_H5E.html | 12 +- html/RM/RM_H5F.html | 22 +- html/RM/RM_H5Front.html | 17 +- html/RM/RM_H5G.html | 12 +- html/RM/RM_H5I.html | 14 +- html/RM/RM_H5L.html | 16 +- html/RM/RM_H5O.html | 13 +- html/RM/RM_H5P.html | 69 +- html/RM/RM_H5R.html | 14 +- html/RM/RM_H5S.html | 15 +- html/RM/RM_H5T.html | 23 +- html/RM/RM_H5Z.html | 6 +- html/RM/Tools.html | 12 +- html/RM/Tools/h5diff.htm | 10 + html/RM/Tools/h5ls.htm | 2 - html/RM/Tools/h5perf_serial.htm | 2 +- html/RM/Tools/h5repack.htm | 32 + html/RM/Tools/h5stat.htm | 15 +- html/Supplements/._H5_CompatFormat180 070730 v.xls | Bin 0 -> 82 bytes html/TechNotes.html | 7 +- html/TechNotes/VFL.html | 4 +- html/TechNotes/VLTypes.html | 2 +- html/UG/FmSource/AdditionalResources.fm | Bin 123904 -> 0 bytes html/UG/FmSource/Attributes.fm | Bin 167936 -> 0 bytes html/UG/FmSource/Copyrights.fm | Bin 76800 -> 0 bytes html/UG/FmSource/DataModelAndFileStructure.fm | Bin 169984 -> 0 bytes html/UG/FmSource/Datasets.fm | Bin 376832 -> 0 bytes html/UG/FmSource/Dataspaces.fm | Bin 245760 -> 0 bytes html/UG/FmSource/Datatypes.fm | Bin 436224 -> 0 bytes html/UG/FmSource/ErrorHandling.fm | Bin 169984 -> 0 bytes html/UG/FmSource/Groups.fm | Bin 211968 -> 0 bytes html/UG/FmSource/HDF5_UG_LOCE.fm | Bin 225280 -> 0 bytes html/UG/FmSource/HDF5_UG_LOF.fm | Bin 220160 -> 0 bytes html/UG/FmSource/HDF5_UG_LOFL.fm | Bin 211968 -> 0 bytes html/UG/FmSource/HDF5_UG_LOT.fm | Bin 212992 -> 0 bytes html/UG/FmSource/HDF5_UG_TOC.fm | Bin 140288 -> 0 bytes html/UG/FmSource/HDF5_UG_Title.fm | Bin 207872 -> 0 bytes html/UG/FmSource/HDF5_Users_Guide.book | Bin 36864 -> 0 bytes html/UG/FmSource/HDF5_Users_GuideIX.fm | Bin 367616 -> 0 bytes html/UG/FmSource/HDF_favicon_16x16.png | Bin 3209 -> 0 bytes html/UG/FmSource/LibraryAndProgrammingModel.fm | Bin 195584 -> 0 bytes html/UG/FmSource/PropertyLists.fm | Bin 191488 -> 0 bytes html/UG/FmSource/TheFile.fm | Bin 253952 -> 0 bytes html/UG/FmSource/ThgUgTemplate.fm | Bin 151552 -> 0 bytes html/UG/FmSource/UpdateStatus.fm | Bin 121856 -> 0 bytes html/UG/FmSource/back.png | Bin 790 -> 0 bytes html/UG/FmSource/forward.png | Bin 793 -> 0 bytes html/UG/FmSource/html_and_xml_tags.fm | Bin 40960 -> 0 bytes html/UG/Images/1ImageDrawingWorkspace.docx | Bin 234140 -> 0 bytes html/UG/Images/ChunkingFig001.png | Bin 3702 -> 0 bytes html/UG/Images/ChunkingFig002.png | Bin 4530 -> 0 bytes html/UG/Images/ChunkingFig003.png | Bin 4996 -> 0 bytes html/UG/Images/ChunkingFig004.png | Bin 18759 -> 0 bytes html/UG/Images/ChunkingFig005.png | Bin 6127 -> 0 bytes html/UG/Images/ChunkingFig006.png | Bin 25583 -> 0 bytes html/UG/Images/ChunkingFig007.png | Bin 14721 -> 0 bytes html/UG/Images/Dmodel_fig1.JPG | Bin 50868 -> 0 bytes html/UG/Images/Dmodel_fig1.psd | Bin 391554 -> 0 bytes html/UG/Images/Dmodel_fig10.JPG | Bin 52969 -> 0 bytes html/UG/Images/Dmodel_fig10.PSD | Bin 360061 -> 0 bytes html/UG/Images/Dmodel_fig11_a.PSD | Bin 12192 -> 0 bytes html/UG/Images/Dmodel_fig11_a.jpg | Bin 11356 -> 0 bytes html/UG/Images/Dmodel_fig11_b.jpg | Bin 19118 -> 0 bytes html/UG/Images/Dmodel_fig12.JPG | Bin 36330 -> 0 bytes html/UG/Images/Dmodel_fig12.PSD | Bin 520467 -> 0 bytes html/UG/Images/Dmodel_fig18_a.JPG | Bin 37705 -> 0 bytes html/UG/Images/Dmodel_fig18_a.PSD | Bin 368251 -> 0 bytes html/UG/Images/Dmodel_fig18_b.JPG | Bin 39226 -> 0 bytes html/UG/Images/Dmodel_fig18_b.PSD | Bin 384553 -> 0 bytes html/UG/Images/Dmodel_fig18_c.JPG | Bin 47733 -> 0 bytes html/UG/Images/Dmodel_fig18_c.PSD | Bin 401084 -> 0 bytes html/UG/Images/Dmodel_fig18_d.JPG | Bin 47064 -> 0 bytes html/UG/Images/Dmodel_fig18_d.PSD | Bin 420918 -> 0 bytes html/UG/Images/Dmodel_fig18_e.JPG | Bin 15754 -> 0 bytes html/UG/Images/Dmodel_fig18_e.PSD | Bin 382135 -> 0 bytes html/UG/Images/Dmodel_fig2.JPG | Bin 33566 -> 0 bytes html/UG/Images/Dmodel_fig2.PSD | Bin 41841 -> 0 bytes html/UG/Images/Dmodel_fig37.JPG | Bin 37128 -> 0 bytes html/UG/Images/Dmodel_fig37.PSD | Bin 86973 -> 0 bytes html/UG/Images/Dmodel_fig38_a.JPG | Bin 13790 -> 0 bytes html/UG/Images/Dmodel_fig38_a.PSD | Bin 14692 -> 0 bytes html/UG/Images/Dmodel_fig38_b.JPG | Bin 16439 -> 0 bytes html/UG/Images/Dmodel_fig38_b.PSD | Bin 21747 -> 0 bytes html/UG/Images/Dmodel_fig3_a.JPG | Bin 32066 -> 0 bytes html/UG/Images/Dmodel_fig3_a.PSD | Bin 474195 -> 0 bytes html/UG/Images/Dmodel_fig3_b.JPG | Bin 44917 -> 0 bytes html/UG/Images/Dmodel_fig3_b.PSD | Bin 497461 -> 0 bytes html/UG/Images/Dmodel_fig3_c.JPG | Bin 40875 -> 0 bytes html/UG/Images/Dmodel_fig3_c.PSD | Bin 489583 -> 0 bytes html/UG/Images/Dmodel_fig40_a.JPG | Bin 27526 -> 0 bytes html/UG/Images/Dmodel_fig40_a.PSD | Bin 31625 -> 0 bytes html/UG/Images/Dmodel_fig40_b.JPG | Bin 29891 -> 0 bytes html/UG/Images/Dmodel_fig40_b.PSD | Bin 37040 -> 0 bytes html/UG/Images/Dmodel_fig40_c.JPG | Bin 33310 -> 0 bytes html/UG/Images/Dmodel_fig40_c.PSD | Bin 32965 -> 0 bytes html/UG/Images/Dmodel_fig40_d+g3.jpg | Bin 39149 -> 0 bytes html/UG/Images/Dmodel_fig40_d.JPG | Bin 39518 -> 0 bytes html/UG/Images/Dmodel_fig40_d.PSD | Bin 42581 -> 0 bytes html/UG/Images/Dmodel_fig4_a.JPG | Bin 18347 -> 0 bytes html/UG/Images/Dmodel_fig4_a.PSD | Bin 368892 -> 0 bytes html/UG/Images/Dmodel_fig4_b.JPG | Bin 23653 -> 0 bytes html/UG/Images/Dmodel_fig5.JPG | Bin 24910 -> 0 bytes html/UG/Images/Dmodel_fig5.PSD | Bin 39575 -> 0 bytes html/UG/Images/Dmodel_fig6.JPG | Bin 24270 -> 0 bytes html/UG/Images/Dmodel_fig6.PSD | Bin 32427 -> 0 bytes html/UG/Images/Dmodel_fig7_b.JPG | Bin 77536 -> 0 bytes html/UG/Images/Dmodel_fig7_b.PSD | Bin 103714 -> 0 bytes html/UG/Images/Dmodel_fig8.JPG | Bin 15646 -> 0 bytes html/UG/Images/Dmodel_fig9.JPG | Bin 72024 -> 0 bytes html/UG/Images/Dmodel_fig9.PSD | Bin 397812 -> 0 bytes html/UG/Images/Dsets_NbitFloating1.JPG | Bin 12680 -> 0 bytes html/UG/Images/Dsets_NbitFloating2.JPG | Bin 14527 -> 0 bytes html/UG/Images/Dsets_NbitInteger1.JPG | Bin 12481 -> 0 bytes html/UG/Images/Dsets_NbitInteger2.JPG | Bin 14772 -> 0 bytes html/UG/Images/Dsets_fig1.JPG | Bin 31625 -> 0 bytes html/UG/Images/Dsets_fig1.PSD | Bin 23108 -> 0 bytes html/UG/Images/Dsets_fig10.JPG | Bin 66182 -> 0 bytes html/UG/Images/Dsets_fig10.PSD | Bin 629705 -> 0 bytes html/UG/Images/Dsets_fig12.JPG | Bin 21887 -> 0 bytes html/UG/Images/Dsets_fig12.PSD | Bin 352082 -> 0 bytes html/UG/Images/Dsets_fig13.JPG | Bin 23088 -> 0 bytes html/UG/Images/Dsets_fig13.PSD | Bin 353028 -> 0 bytes html/UG/Images/Dsets_fig14.JPG | Bin 19556 -> 0 bytes html/UG/Images/Dsets_fig14.PSD | Bin 329696 -> 0 bytes html/UG/Images/Dsets_fig15.JPG | Bin 28077 -> 0 bytes html/UG/Images/Dsets_fig15.PSD | Bin 363237 -> 0 bytes html/UG/Images/Dsets_fig16.JPG | Bin 37547 -> 0 bytes html/UG/Images/Dsets_fig16.PSD | Bin 406959 -> 0 bytes html/UG/Images/Dsets_fig19.JPG | Bin 27544 -> 0 bytes html/UG/Images/Dsets_fig19.PSD | Bin 87771 -> 0 bytes html/UG/Images/Dsets_fig2.JPG | Bin 64474 -> 0 bytes html/UG/Images/Dsets_fig2.PSD | Bin 665971 -> 0 bytes html/UG/Images/Dsets_fig20.jpg | Bin 136463 -> 0 bytes html/UG/Images/Dsets_fig20.ppt | Bin 16896 -> 0 bytes html/UG/Images/Dsets_fig20.psd | Bin 467807 -> 0 bytes html/UG/Images/Dsets_fig21.GIF | Bin 4054 -> 0 bytes html/UG/Images/Dsets_fig5.JPG | Bin 102880 -> 0 bytes html/UG/Images/Dsets_fig5.PSD | Bin 184649 -> 0 bytes html/UG/Images/Dsets_fig9.JPG | Bin 139280 -> 0 bytes html/UG/Images/Dsets_fig9.PSD | Bin 151835 -> 0 bytes html/UG/Images/Dspace_fig02-UNUSED.JPG | Bin 51096 -> 0 bytes html/UG/Images/Dspace_fig02.PSD | Bin 36699 -> 0 bytes html/UG/Images/Dspace_fig03.JPG | Bin 20126 -> 0 bytes html/UG/Images/Dspace_fig03.PSD | Bin 13195 -> 0 bytes html/UG/Images/Dspace_fig1.JPG | Bin 31625 -> 0 bytes html/UG/Images/Dspace_fig1.PSD | Bin 23108 -> 0 bytes html/UG/Images/Dspace_fig10-2.JPG | Bin 130330 -> 0 bytes html/UG/Images/Dspace_fig10-2.PSD | Bin 393537 -> 0 bytes html/UG/Images/Dspace_fig10.JPG | Bin 77604 -> 0 bytes html/UG/Images/Dspace_fig10.PSD | Bin 186415 -> 0 bytes html/UG/Images/Dspace_fig11.JPG | Bin 94962 -> 0 bytes html/UG/Images/Dspace_fig11.PSD | Bin 275393 -> 0 bytes html/UG/Images/Dspace_fig14.JPG | Bin 79366 -> 0 bytes html/UG/Images/Dspace_fig14.PSD | Bin 61464 -> 0 bytes html/UG/Images/Dspace_fig16a.jpg | Bin 38362 -> 0 bytes html/UG/Images/Dspace_fig16a.psd | Bin 73337 -> 0 bytes html/UG/Images/Dspace_fig16b.jpg | Bin 11616 -> 0 bytes html/UG/Images/Dspace_fig16b.ppt | Bin 7680 -> 0 bytes html/UG/Images/Dspace_fig16c.jpg | Bin 36382 -> 0 bytes html/UG/Images/Dspace_fig16c.psd | Bin 65663 -> 0 bytes html/UG/Images/Dspace_fig19.JPG | Bin 44333 -> 0 bytes html/UG/Images/Dspace_fig19.PSD | Bin 135418 -> 0 bytes html/UG/Images/Dspace_fig19a.PSD | Bin 429108 -> 0 bytes html/UG/Images/Dspace_fig19a.jpg | Bin 13702 -> 0 bytes html/UG/Images/Dspace_fig19b.jpg | Bin 11703 -> 0 bytes html/UG/Images/Dspace_fig19b.ppt | Bin 7680 -> 0 bytes html/UG/Images/Dspace_fig19c.jpg | Bin 35627 -> 0 bytes html/UG/Images/Dspace_fig19c.psd | Bin 454907 -> 0 bytes html/UG/Images/Dspace_fig1new.JPG | Bin 14595 -> 0 bytes html/UG/Images/Dspace_fig21.JPG | Bin 172937 -> 0 bytes html/UG/Images/Dspace_fig21.PSD | Bin 682787 -> 0 bytes html/UG/Images/Dspace_fig22.JPG | Bin 128097 -> 0 bytes html/UG/Images/Dspace_fig22.PSD | Bin 465992 -> 0 bytes html/UG/Images/Dspace_fig23.JPG | Bin 44163 -> 0 bytes html/UG/Images/Dspace_fig23.PSD | Bin 379427 -> 0 bytes html/UG/Images/Dspace_fig24.JPG | Bin 92818 -> 0 bytes html/UG/Images/Dspace_fig24.PSD | Bin 320038 -> 0 bytes html/UG/Images/Dspace_fig2a.JPG | Bin 14033 -> 0 bytes html/UG/Images/Dspace_fig2b.JPG | Bin 13757 -> 0 bytes html/UG/Images/Dspace_fig2c.JPG | Bin 13992 -> 0 bytes html/UG/Images/Dspace_fig2d.JPG | Bin 15144 -> 0 bytes html/UG/Images/Dspace_fig4-2.JPG | Bin 82048 -> 0 bytes html/UG/Images/Dspace_fig4-2.PSD | Bin 247910 -> 0 bytes html/UG/Images/Dspace_fig4.JPG | Bin 63552 -> 0 bytes html/UG/Images/Dspace_fig4.PSD | Bin 539649 -> 0 bytes html/UG/Images/Dspace_fig4a.gif | Bin 8403 -> 0 bytes html/UG/Images/Dspace_fig5.JPG | Bin 58971 -> 0 bytes html/UG/Images/Dspace_fig5.PSD | Bin 536035 -> 0 bytes html/UG/Images/Dspace_fig6.JPG | Bin 44125 -> 0 bytes html/UG/Images/Dspace_fig6.PSD | Bin 66309 -> 0 bytes html/UG/Images/Dspace_fig7-2.JPG | Bin 46974 -> 0 bytes html/UG/Images/Dspace_fig7-2.PSD | Bin 133225 -> 0 bytes html/UG/Images/Dspace_fig7.JPG | Bin 56685 -> 0 bytes html/UG/Images/Dspace_fig7.PSD | Bin 111060 -> 0 bytes html/UG/Images/Dspace_fig8.JPG | Bin 42602 -> 0 bytes html/UG/Images/Dspace_fig8.PSD | Bin 71152 -> 0 bytes html/UG/Images/Dspace_fig9.JPG | Bin 60211 -> 0 bytes html/UG/Images/Dspace_fig9.PSD | Bin 90798 -> 0 bytes html/UG/Images/Dtypes_fig1.JPG | Bin 44841 -> 0 bytes html/UG/Images/Dtypes_fig1.PSD | Bin 444830 -> 0 bytes html/UG/Images/Dtypes_fig10.JPG | Bin 40694 -> 0 bytes html/UG/Images/Dtypes_fig11.JPG | Bin 71840 -> 0 bytes html/UG/Images/Dtypes_fig14.JPG | Bin 23258 -> 0 bytes html/UG/Images/Dtypes_fig14.PSD | Bin 363482 -> 0 bytes html/UG/Images/Dtypes_fig16.JPG | Bin 26518 -> 0 bytes html/UG/Images/Dtypes_fig16.PSD | Bin 360378 -> 0 bytes html/UG/Images/Dtypes_fig16a.JPG | Bin 17255 -> 0 bytes html/UG/Images/Dtypes_fig16b.JPG | Bin 13096 -> 0 bytes html/UG/Images/Dtypes_fig16c.JPG | Bin 12907 -> 0 bytes html/UG/Images/Dtypes_fig16d.JPG | Bin 15799 -> 0 bytes html/UG/Images/Dtypes_fig17a.JPG | Bin 18893 -> 0 bytes html/UG/Images/Dtypes_fig17b.JPG | Bin 32479 -> 0 bytes html/UG/Images/Dtypes_fig18.JPG | Bin 78509 -> 0 bytes html/UG/Images/Dtypes_fig18.PSD | Bin 402369 -> 0 bytes html/UG/Images/Dtypes_fig18_a.PSD | Bin 306599 -> 0 bytes html/UG/Images/Dtypes_fig18_a.jpg | Bin 15917 -> 0 bytes html/UG/Images/Dtypes_fig18_b.PSD | Bin 312793 -> 0 bytes html/UG/Images/Dtypes_fig18_b.jpg | Bin 16625 -> 0 bytes html/UG/Images/Dtypes_fig19.JPG | Bin 148321 -> 0 bytes html/UG/Images/Dtypes_fig19.PSD | Bin 642756 -> 0 bytes html/UG/Images/Dtypes_fig19_a.PSD | Bin 333835 -> 0 bytes html/UG/Images/Dtypes_fig19_a.jpg | Bin 20349 -> 0 bytes html/UG/Images/Dtypes_fig19_b.PSD | Bin 312911 -> 0 bytes html/UG/Images/Dtypes_fig19_b.jpg | Bin 15301 -> 0 bytes html/UG/Images/Dtypes_fig19_c.PSD | Bin 333787 -> 0 bytes html/UG/Images/Dtypes_fig19_c.jpg | Bin 20679 -> 0 bytes html/UG/Images/Dtypes_fig19_d.PSD | Bin 312747 -> 0 bytes html/UG/Images/Dtypes_fig19_d.jpg | Bin 16006 -> 0 bytes html/UG/Images/Dtypes_fig2.JPG | Bin 34043 -> 0 bytes html/UG/Images/Dtypes_fig2.PSD | Bin 450623 -> 0 bytes html/UG/Images/Dtypes_fig20a.JPG | Bin 37492 -> 0 bytes html/UG/Images/Dtypes_fig20b.JPG | Bin 24569 -> 0 bytes html/UG/Images/Dtypes_fig20c.JPG | Bin 33698 -> 0 bytes html/UG/Images/Dtypes_fig20d.JPG | Bin 24543 -> 0 bytes html/UG/Images/Dtypes_fig23.JPG | Bin 72751 -> 0 bytes html/UG/Images/Dtypes_fig23.PSD | Bin 1029253 -> 0 bytes html/UG/Images/Dtypes_fig25.JPG | Bin 66815 -> 0 bytes html/UG/Images/Dtypes_fig25.PSD | Bin 931521 -> 0 bytes html/UG/Images/Dtypes_fig26_pic1of4.JPG | Bin 12189 -> 0 bytes html/UG/Images/Dtypes_fig26_pic1of4.PSD | Bin 13987 -> 0 bytes html/UG/Images/Dtypes_fig26_pic2of4.JPG | Bin 9359 -> 0 bytes html/UG/Images/Dtypes_fig26_pic2of4.PSD | Bin 11907 -> 0 bytes html/UG/Images/Dtypes_fig26_pic3of4.JPG | Bin 10573 -> 0 bytes html/UG/Images/Dtypes_fig26_pic3of4.PSD | Bin 22345 -> 0 bytes html/UG/Images/Dtypes_fig26_pic4of4.JPG | Bin 9303 -> 0 bytes html/UG/Images/Dtypes_fig26_pic4of4.PSD | Bin 21681 -> 0 bytes html/UG/Images/Dtypes_fig28.JPG | Bin 166447 -> 0 bytes html/UG/Images/Dtypes_fig28.PSD | Bin 1424783 -> 0 bytes html/UG/Images/Dtypes_fig3.JPG | Bin 30789 -> 0 bytes html/UG/Images/Dtypes_fig3.PSD | Bin 417393 -> 0 bytes html/UG/Images/Dtypes_fig33.JPG | Bin 113197 -> 0 bytes html/UG/Images/Dtypes_fig33.PSD | Bin 1234582 -> 0 bytes html/UG/Images/Dtypes_fig34.JPG | Bin 32012 -> 0 bytes html/UG/Images/Dtypes_fig34.PSD | Bin 410002 -> 0 bytes html/UG/Images/Dtypes_fig4.JPG | Bin 68806 -> 0 bytes html/UG/Images/Dtypes_fig4.PSD | Bin 91938 -> 0 bytes html/UG/Images/Dtypes_fig40.JPG | Bin 64221 -> 0 bytes html/UG/Images/Dtypes_fig40.PSD | Bin 613595 -> 0 bytes html/UG/Images/Dtypes_fig45.JPG | Bin 46385 -> 0 bytes html/UG/Images/Dtypes_fig45.PSD | Bin 584863 -> 0 bytes html/UG/Images/Dtypes_fig47.JPG | Bin 57367 -> 0 bytes html/UG/Images/Dtypes_fig47.PSD | Bin 699480 -> 0 bytes html/UG/Images/Dtypes_fig5.JPG | Bin 21714 -> 0 bytes html/UG/Images/Dtypes_fig50.JPG | Bin 186823 -> 0 bytes html/UG/Images/Dtypes_fig50.PSD | Bin 920523 -> 0 bytes html/UG/Images/Dtypes_fig51.JPG | Bin 88876 -> 0 bytes html/UG/Images/Dtypes_fig51.PSD | Bin 741635 -> 0 bytes html/UG/Images/Dtypes_fig53.JPG | Bin 41509 -> 0 bytes html/UG/Images/Dtypes_fig53.PSD | Bin 523553 -> 0 bytes html/UG/Images/Dtypes_fig54.JPG | Bin 22383 -> 0 bytes html/UG/Images/Dtypes_fig54.PSD | Bin 52276 -> 0 bytes html/UG/Images/Dtypes_fig57_arrow.jpg | Bin 12260 -> 0 bytes html/UG/Images/Dtypes_fig57_arrow.psd | Bin 12774 -> 0 bytes html/UG/Images/Dtypes_fig57a.JPG | Bin 23832 -> 0 bytes html/UG/Images/Dtypes_fig57b.JPG | Bin 24393 -> 0 bytes html/UG/Images/Dtypes_fig58.JPG | Bin 17196 -> 0 bytes html/UG/Images/Dtypes_fig58_arrow.PSD | Bin 9898 -> 0 bytes html/UG/Images/Dtypes_fig58_arrow.jpg | Bin 10925 -> 0 bytes html/UG/Images/Dtypes_fig6.JPG | Bin 47774 -> 0 bytes html/UG/Images/Dtypes_fig60.JPG | Bin 186991 -> 0 bytes html/UG/Images/Dtypes_fig60.PSD | Bin 1335055 -> 0 bytes html/UG/Images/Dtypes_fig62.JPG | Bin 168756 -> 0 bytes html/UG/Images/Dtypes_fig62.PSD | Bin 847860 -> 0 bytes html/UG/Images/Dtypes_fig7.JPG | Bin 49643 -> 0 bytes html/UG/Images/Dtypes_fig8.JPG | Bin 25196 -> 0 bytes html/UG/Images/Dtypes_fig9.JPG | Bin 26011 -> 0 bytes html/UG/Images/Files_fig3.JPG | Bin 55720 -> 0 bytes html/UG/Images/Files_fig4.JPG | Bin 46063 -> 0 bytes html/UG/Images/Group_fig1.PSD | Bin 451228 -> 0 bytes html/UG/Images/Group_fig1.jpg | Bin 34485 -> 0 bytes html/UG/Images/Group_fig2,8.PSD | Bin 437134 -> 0 bytes html/UG/Images/Group_fig2,8.jpg | Bin 36633 -> 0 bytes html/UG/Images/Group_fig3.jpg | Bin 32818 -> 0 bytes html/UG/Images/Group_fig3.psd | Bin 413446 -> 0 bytes html/UG/Images/Groups_fig5a.JPG | Bin 32978 -> 0 bytes html/UG/Images/Groups_fig6.JPG | Bin 16657 -> 0 bytes html/UG/Images/Pmodel_fig2.JPG | Bin 11039 -> 0 bytes html/UG/Images/Pmodel_fig26.JPG | Bin 48920 -> 0 bytes html/UG/Images/Pmodel_fig26.PSD | Bin 391514 -> 0 bytes html/UG/Images/Pmodel_fig3.JPG | Bin 36902 -> 0 bytes html/UG/Images/Pmodel_fig5_a.jpg | Bin 58621 -> 0 bytes html/UG/Images/Pmodel_fig5_a.ppt | Bin 13824 -> 0 bytes html/UG/Images/Pmodel_fig5_a.psd | Bin 354533 -> 0 bytes html/UG/Images/Pmodel_fig5_b.jpg | Bin 63231 -> 0 bytes html/UG/Images/Pmodel_fig5_b.ppt | Bin 19968 -> 0 bytes html/UG/Images/Pmodel_fig5_b.psd | Bin 365791 -> 0 bytes html/UG/Images/Pmodel_fig5_c.jpg | Bin 73718 -> 0 bytes html/UG/Images/Pmodel_fig5_c.ppt | Bin 27648 -> 0 bytes html/UG/Images/Pmodel_fig5_c.psd | Bin 374623 -> 0 bytes html/UG/Images/Pmodel_fig5_d.jpg | Bin 72977 -> 0 bytes html/UG/Images/Pmodel_fig5_d.ppt | Bin 22016 -> 0 bytes html/UG/Images/Pmodel_fig5_d.psd | Bin 398783 -> 0 bytes html/UG/Images/Pmodel_fig5_e.jpg | Bin 20117 -> 0 bytes html/UG/Images/Pmodel_fig5_e.ppt | Bin 11776 -> 0 bytes html/UG/Images/Pmodel_fig5_e.psd | Bin 304688 -> 0 bytes html/UG/Images/PropListClassInheritance.png | Bin 172255 -> 0 bytes html/UG/Images/PropListEcosystem.png | Bin 36997 -> 0 bytes html/UG/Images/Shared_Attribute.jpg | Bin 37209 -> 0 bytes html/UG/Images/Shared_Attribute.psd | Bin 439042 -> 0 bytes html/UG/Images/UML_Attribute.PSD | Bin 504928 -> 0 bytes html/UG/Images/UML_Attribute.jpg | Bin 36134 -> 0 bytes html/UG/Images/UML_FileAndProps.gif | Bin 6161 -> 0 bytes html/UG/Images/VFL_Drivers.gif | Bin 17638 -> 0 bytes html/UG/Images/VFL_Drivers.jpg | Bin 71945 -> 0 bytes html/UG/Images/VFL_Drivers.psd | Bin 688429 -> 0 bytes html/UG/Images/back.png | Bin 790 -> 0 bytes html/UG/Images/dtypes_fig51new.JPG | Bin 32119 -> 0 bytes html/UG/Images/dtypes_fig57_arrowWithText.JPG | Bin 11881 -> 0 bytes html/UG/Images/forward.png | Bin 793 -> 0 bytes html/UG/Images/groups_fig1a.JPG | Bin 17331 -> 0 bytes html/UG/Images/groups_fig20.JPG | Bin 66230 -> 0 bytes html/UG/Images/groups_fig20.PSD | Bin 96656 -> 0 bytes html/UG/Images/groups_fig21.JPG | Bin 58472 -> 0 bytes html/UG/Images/groups_fig21.PSD | Bin 84227 -> 0 bytes html/UG/Images/groups_fig22.JPG | Bin 45978 -> 0 bytes html/UG/Images/groups_fig22.PSD | Bin 69696 -> 0 bytes html/UG/Images/groups_fig23.JPG | Bin 58616 -> 0 bytes html/UG/Images/groups_fig23.PSD | Bin 77489 -> 0 bytes html/UG/Images/groups_fig24.JPG | Bin 92884 -> 0 bytes html/UG/Images/groups_fig24.PSD | Bin 163410 -> 0 bytes html/UG/Images/groups_fig25_a.JPG | Bin 35116 -> 0 bytes html/UG/Images/groups_fig25_a.PSD | Bin 54893 -> 0 bytes html/UG/Images/groups_fig25_b.JPG | Bin 19609 -> 0 bytes html/UG/Images/groups_fig25_b.PSD | Bin 30676 -> 0 bytes html/UG/Images/groups_fig25_c.JPG | Bin 19074 -> 0 bytes html/UG/Images/groups_fig25_c.PSD | Bin 28084 -> 0 bytes html/UG/Images/groups_fig26.JPG | Bin 42258 -> 0 bytes html/UG/Images/groups_fig26.PSD | Bin 53436 -> 0 bytes html/UG/Images/groups_fig27_a.JPG | Bin 14834 -> 0 bytes html/UG/Images/groups_fig27_a.PSD | Bin 23747 -> 0 bytes html/UG/Images/groups_fig27_aa.JPG | Bin 19074 -> 0 bytes html/UG/Images/groups_fig27_aa.PSD | Bin 28744 -> 0 bytes html/UG/Images/groups_fig27_b.JPG | Bin 17658 -> 0 bytes html/UG/Images/groups_fig27_b.PSD | Bin 28032 -> 0 bytes html/UG/Images/groups_fig27_bb.JPG | Bin 17549 -> 0 bytes html/UG/Images/groups_fig27_bb.PSD | Bin 27532 -> 0 bytes html/UG/Images/groups_fig28_a.JPG | Bin 18691 -> 0 bytes html/UG/Images/groups_fig28_a.PSD | Bin 27930 -> 0 bytes html/UG/Images/groups_fig28_b.JPG | Bin 15020 -> 0 bytes html/UG/Images/groups_fig28_b.PSD | Bin 23871 -> 0 bytes html/UG/Images/groups_fig28_c.JPG | Bin 20111 -> 0 bytes html/UG/Images/groups_fig28_c.PSD | Bin 29607 -> 0 bytes html/UG/Images/groups_fig28_d.JPG | Bin 33071 -> 0 bytes html/UG/Images/groups_fig28_d.PSD | Bin 197408 -> 0 bytes html/UG/Images/groups_fig29_a.JPG | Bin 17647 -> 0 bytes html/UG/Images/groups_fig29_a.PSD | Bin 27038 -> 0 bytes html/UG/Images/groups_fig29_b.JPG | Bin 19057 -> 0 bytes html/UG/Images/groups_fig29_b.PSD | Bin 29060 -> 0 bytes html/UG/Images/groups_fig29_c.JPG | Bin 20951 -> 0 bytes html/UG/Images/groups_fig29_c.PSD | Bin 31781 -> 0 bytes html/UG/Images/groups_fig29_d.JPG | Bin 22942 -> 0 bytes html/UG/Images/groups_fig29_d.PSD | Bin 34461 -> 0 bytes html/UG/Images/groups_fig2a.JPG | Bin 19350 -> 0 bytes html/UG/Images/groups_fig2a_Ex5.JPG | Bin 36598 -> 0 bytes html/UG/Images/groups_fig2a_Ex8.JPG | Bin 36488 -> 0 bytes html/UG/Images/groups_fig3a.JPG | Bin 16694 -> 0 bytes html/UG/Images/groups_fig3b.JPG | Bin 23952 -> 0 bytes html/UG/Images/groups_fig4.JPG | Bin 18961 -> 0 bytes html/UG/Images/groups_fig4.PSD | Bin 22321 -> 0 bytes html/UG/Images/groups_fig5.JPG | Bin 31879 -> 0 bytes html/UG/Images/groups_fig5.PSD | Bin 64319 -> 0 bytes html/UG/Images/logo_bluegreen_txt.jpg | Bin 413520 -> 0 bytes html/UG/OldHtmlSource/03_DataModel.html | 1217 - html/UG/OldHtmlSource/04_ProgModel.html | 1921 -- html/UG/OldHtmlSource/08_TheFile.html | 3068 --- html/UG/OldHtmlSource/09_Groups.html | 3005 --- html/UG/OldHtmlSource/10_Datasets.html | 5085 ---- html/UG/OldHtmlSource/11_Datatypes.html | 7494 ------ html/UG/OldHtmlSource/12_Dataspaces.html | 3001 --- html/UG/OldHtmlSource/13_Attributes.html | 1255 - html/UG/OldHtmlSource/13_ErrorHandling.html | 1121 - html/UG/OldHtmlSource/14_PropertyLists.html | 2828 -- html/UG/OldHtmlSource/17_Additional.html | 1445 -- html/UG/OldHtmlSource/99_SelectedPassages.html | 114 - html/UG/OldHtmlSource/H5_newUG.book | 15 - html/UG/OldHtmlSource/H5_newUG_Front.book | 5 - html/UG/OldHtmlSource/H5_newUG_TOC.html | 170 - html/UG/OldHtmlSource/H5_newUG_Title.html | 47 - html/UG/OldHtmlSource/ObjectsIdentifiers.html | 2016 -- .../OldHtmlSource/UG_nav11Datatypes.html | 298 - html/UG/OldHtmlSource/Part1SplitterPg.html | 20 - html/UG/OldHtmlSource/Part2SplitterPg.html | 20 - html/UG/OldHtmlSource/Part3SplitterPg.html | 21 - html/UG/OldHtmlSource/UG_UpdateStatus.html | 46 - html/UG/OldHtmlSource/UG_UseWith18.html | 70 - html/UG/OldHtmlSource/UG_feedback.html | 55 - html/UG/OldHtmlSource/UG_frame.html | 37 - html/UG/OldHtmlSource/UG_frame03DataModel.html | 37 - html/UG/OldHtmlSource/UG_frame04ProgModel.html | 37 - html/UG/OldHtmlSource/UG_frame08TheFile.html | 37 - html/UG/OldHtmlSource/UG_frame09Groups.html | 37 - html/UG/OldHtmlSource/UG_frame10Datasets.html | 37 - html/UG/OldHtmlSource/UG_frame11Datatypes.html | 37 - html/UG/OldHtmlSource/UG_frame12Dataspaces.html | 37 - html/UG/OldHtmlSource/UG_frame13Attributes.html | 37 - html/UG/OldHtmlSource/UG_frame13ErrorHandling.html | 37 - html/UG/OldHtmlSource/UG_frame14PropertyLists.html | 37 - html/UG/OldHtmlSource/UG_frame17SpecialTopics.html | 37 - .../OldHtmlSource/UG_frameObjectsIdentifiers.html | 37 - html/UG/OldHtmlSource/UG_front.html | 70 - html/UG/OldHtmlSource/UG_nav00.html | 270 - html/UG/OldHtmlSource/UG_nav03DataModel.html | 275 - html/UG/OldHtmlSource/UG_nav04ProgModel.html | 306 - html/UG/OldHtmlSource/UG_nav08TheFile.html | 296 - html/UG/OldHtmlSource/UG_nav09Groups.html | 275 - html/UG/OldHtmlSource/UG_nav10Datasets.html | 290 - html/UG/OldHtmlSource/UG_nav11Datatypes.html | 298 - html/UG/OldHtmlSource/UG_nav12Dataspaces.html | 286 - html/UG/OldHtmlSource/UG_nav13Attributes.html | 277 - html/UG/OldHtmlSource/UG_nav13ErrorHandling.html | 286 - html/UG/OldHtmlSource/UG_nav14PropertyLists.html | 284 - html/UG/OldHtmlSource/UG_nav17SpecialTopics.html | 268 - .../UG/OldHtmlSource/UG_navObjectsIdentifiers.html | 282 - html/UG/OldHtmlSource/index.html | 1 - html/UG/OldHtmlSource/process.txt | 530 - html/UG/ed_libs/NavBar_UG.lbi | 39 - html/UG/ed_libs/styles_NewUG.lbi | 1 - html/UG/ed_libs/styles_UG.lbi | 1 - html/UG/ed_styles/NewUGelect.css | 318 - html/UG/ed_styles/UGelect.css | 35 - html/UG/ed_styles/UGprint.css | 58 - html/_topic/UG_string_datatypes.htm | 335 + html/_topic/loc_id+name_attr.htm | 3 +- html/cpplus/CppInterfaces.html | 1 - html/ddl.html | 8 +- html/ed_libs/Footer-THGonly.htm | 2 +- html/ed_libs/Footer-THGonly.lbi | 2 +- html/ed_libs/Footer-THGonly2.htm | 2 +- html/ed_libs/Footer-THGonly3.htm | 2 +- html/ed_libs/Footer.htm | 2 +- html/ed_libs/Footer.lbi | 4 +- html/ed_libs/Footer2.htm | 2 +- html/ed_libs/Footer3.htm | 2 +- html/ed_libs/Footer_Null.htm | 4 +- html/ed_libs/Footer_Null.lbi | 2 +- html/ed_libs/NavBar_RM.lbi | 4 +- html/ed_libs/styles_UG.lbi | 2 +- html/index.html | 4 +- m4/aclocal_fc.m4 | 347 +- m4/libtool.m4 | 7997 ++++++ m4/ltoptions.m4 | 384 + m4/ltsugar.m4 | 123 + m4/ltversion.m4 | 23 + m4/lt~obsolete.m4 | 98 + release_docs/HISTORY-1_0-1_8_0_rc3.txt | 8 +- release_docs/HISTORY-1_8.txt | 10947 -------- release_docs/HISTORY-1_9.txt | 6 + release_docs/INSTALL | 250 +- release_docs/INSTALL_CMake.txt | 28 +- release_docs/INSTALL_Cygwin.txt | 5 + release_docs/INSTALL_Windows.txt | 6 +- release_docs/RELEASE.txt | 543 +- release_docs/USING_CMake_Examples.txt | 10 +- release_docs/USING_HDF5_CMake.txt | 15 +- release_docs/USING_HDF5_VS.txt | 58 +- src/CMakeLists.txt | 407 +- src/H5.c | 73 +- src/H5A.c | 142 +- src/H5AC.c | 4429 +--- src/H5AClog.c | 892 + src/H5ACmodule.h | 35 + src/H5ACmpio.c | 2245 ++ src/H5ACpkg.h | 158 +- src/H5ACprivate.h | 320 +- src/H5ACpublic.h | 9 +- src/H5Abtree2.c | 146 +- src/H5Adense.c | 28 +- src/H5Adeprec.c | 54 +- src/H5Aint.c | 422 +- src/H5Amodule.h | 35 + src/H5Apkg.h | 25 +- src/H5Atest.c | 4 +- src/H5B.c | 240 +- src/H5B2.c | 292 +- src/H5B2cache.c | 1386 +- src/H5B2dbg.c | 127 +- src/H5B2hdr.c | 191 +- src/H5B2int.c | 1844 +- src/H5B2module.h | 36 + src/H5B2pkg.h | 152 +- src/H5B2private.h | 17 +- src/H5B2stat.c | 4 +- src/H5B2test.c | 156 +- src/H5Bcache.c | 393 +- src/H5Bdbg.c | 29 +- src/H5Bmodule.h | 35 + src/H5Bpkg.h | 10 +- src/H5Bprivate.h | 5 +- src/H5C.c | 8365 +++--- src/H5CS.c | 167 +- src/H5CSprivate.h | 22 +- src/H5Cmodule.h | 35 + src/H5Cmpio.c | 1220 + src/H5Cpkg.h | 6637 ++--- src/H5Cprivate.h | 1950 +- src/H5D.c | 257 +- src/H5Dbtree.c | 387 +- src/H5Dbtree2.c | 1657 ++ src/H5Dchunk.c | 2564 +- src/H5Dcompact.c | 56 +- src/H5Dcontig.c | 105 +- src/H5Ddbg.c | 25 +- src/H5Ddeprec.c | 171 +- src/H5Dearray.c | 1807 ++ src/H5Defl.c | 24 +- src/H5Dfarray.c | 1700 ++ src/H5Dfill.c | 3 +- src/H5Dint.c | 1254 +- src/H5Dio.c | 32 +- src/H5Dlayout.c | 441 +- src/H5Dmodule.h | 35 + src/H5Dmpio.c | 25 +- src/H5Dnone.c | 497 + src/H5Doh.c | 92 +- src/H5Dpkg.h | 171 +- src/H5Dprivate.h | 33 +- src/H5Dpublic.h | 31 +- src/H5Dscatgath.c | 2 +- src/H5Dselect.c | 2 +- src/H5Dsingle.c | 557 + src/H5Dtest.c | 43 +- src/H5Dvirtual.c | 2946 +++ src/H5E.c | 148 +- src/H5EA.c | 1117 + src/H5EAcache.c | 2204 ++ src/H5EAdbg.c | 478 + src/H5EAdblkpage.c | 322 + src/H5EAdblock.c | 491 + src/H5EAhdr.c | 810 + src/H5EAiblock.c | 479 + src/H5EAint.c | 141 + src/H5EAmodule.h | 35 + src/H5EApkg.h | 491 + src/H5EAprivate.h | 158 + src/H5EAsblock.c | 446 + src/H5EAstat.c | 116 + src/H5EAtest.c | 487 + src/H5Edefin.h | 232 +- src/H5Edeprec.c | 50 +- src/H5Einit.h | 850 +- src/H5Eint.c | 30 +- src/H5Emodule.h | 36 + src/H5Epkg.h | 2 +- src/H5Eprivate.h | 81 +- src/H5Epubgen.h | 410 +- src/H5Eterm.h | 234 +- src/H5F.c | 593 +- src/H5FA.c | 852 + src/H5FAcache.c | 1271 + src/H5FAdbg.c | 285 + src/H5FAdblkpage.c | 315 + src/H5FAdblock.c | 443 + src/H5FAhdr.c | 565 + src/H5FAint.c | 139 + src/H5FAmodule.h | 35 + src/H5FApkg.h | 331 + src/H5FAprivate.h | 143 + src/H5FAstat.c | 113 + src/H5FAtest.c | 422 + src/H5FD.c | 524 +- src/H5FDcore.c | 377 +- src/H5FDcore.h | 6 +- src/H5FDdirect.c | 169 +- src/H5FDdirect.h | 4 +- src/H5FDdrvr_module.h | 35 + src/H5FDfamily.c | 228 +- src/H5FDfamily.h | 4 +- src/H5FDint.c | 52 +- src/H5FDlog.c | 142 +- src/H5FDlog.h | 3 - src/H5FDmodule.h | 35 + src/H5FDmpi.c | 13 +- src/H5FDmpio.c | 1077 +- src/H5FDmpio.h | 2 +- src/H5FDmulti.c | 288 +- src/H5FDmulti.h | 6 +- src/H5FDpkg.h | 7 +- src/H5FDprivate.h | 16 +- src/H5FDpublic.h | 77 +- src/H5FDsec2.c | 114 +- src/H5FDsec2.h | 3 - src/H5FDspace.c | 33 +- src/H5FDstdio.c | 158 +- src/H5FDstdio.h | 1 - src/H5FDtest.c | 119 + src/H5FDwindows.h | 20 +- src/H5FL.c | 690 +- src/H5FLmodule.h | 35 + src/H5FLprivate.h | 2 +- src/H5FO.c | 2 +- src/H5FS.c | 633 +- src/H5FScache.c | 1564 +- src/H5FSdbg.c | 127 +- src/H5FSint.c | 145 + src/H5FSmodule.h | 35 + src/H5FSpkg.h | 37 +- src/H5FSprivate.h | 32 +- src/H5FSpublic.h | 2 +- src/H5FSsection.c | 453 +- src/H5FSstat.c | 16 +- src/H5FStest.c | 31 +- src/H5Faccum.c | 17 +- src/H5Fcwfs.c | 14 +- src/H5Fdbg.c | 6 +- src/H5Fdeprec.c | 149 + src/H5Fefc.c | 13 +- src/H5Ffake.c | 29 +- src/H5Fint.c | 534 +- src/H5Fio.c | 243 +- src/H5Fmodule.h | 35 + src/H5Fmount.c | 29 +- src/H5Fmpi.c | 2 +- src/H5Fpkg.h | 162 +- src/H5Fprivate.h | 180 +- src/H5Fpublic.h | 118 +- src/H5Fquery.c | 57 +- src/H5Fsfile.c | 2 +- src/H5Fsuper.c | 769 +- src/H5Fsuper_cache.c | 1535 +- src/H5Ftest.c | 8 +- src/H5G.c | 282 +- src/H5Gbtree2.c | 32 +- src/H5Gcache.c | 421 +- src/H5Gcompact.c | 12 +- src/H5Gdense.c | 20 +- src/H5Gdeprec.c | 58 +- src/H5Gent.c | 14 +- src/H5Gint.c | 150 +- src/H5Glink.c | 6 +- src/H5Gloc.c | 16 +- src/H5Gmodule.h | 35 + src/H5Gname.c | 13 +- src/H5Gnode.c | 47 +- src/H5Gobj.c | 52 +- src/H5Goh.c | 38 +- src/H5Gpkg.h | 7 +- src/H5Gprivate.h | 15 +- src/H5Gpublic.h | 2 + src/H5Groot.c | 4 +- src/H5Gstab.c | 70 +- src/H5Gtest.c | 41 +- src/H5Gtraverse.c | 25 +- src/H5HF.c | 180 +- src/H5HFbtree2.c | 445 +- src/H5HFcache.c | 3519 ++- src/H5HFdbg.c | 91 +- src/H5HFdblock.c | 36 +- src/H5HFdtable.c | 9 +- src/H5HFhdr.c | 41 +- src/H5HFhuge.c | 147 +- src/H5HFiblock.c | 83 +- src/H5HFint.c | 146 + src/H5HFiter.c | 5 +- src/H5HFman.c | 98 +- src/H5HFmodule.h | 35 + src/H5HFpkg.h | 153 +- src/H5HFprivate.h | 6 + src/H5HFsection.c | 85 +- src/H5HFspace.c | 11 +- src/H5HFstat.c | 3 +- src/H5HFtest.c | 19 +- src/H5HFtiny.c | 174 +- src/H5HG.c | 118 +- src/H5HGcache.c | 543 +- src/H5HGdbg.c | 4 +- src/H5HGmodule.h | 35 + src/H5HGpkg.h | 10 +- src/H5HGprivate.h | 7 +- src/H5HGquery.c | 2 +- src/H5HL.c | 916 +- src/H5HLcache.c | 974 +- src/H5HLdbg.c | 77 +- src/H5HLdblk.c | 282 + src/H5HLint.c | 323 +- src/H5HLmodule.h | 35 + src/H5HLpkg.h | 104 +- src/H5HLprfx.c | 166 + src/H5HLprivate.h | 45 +- src/H5HLpublic.h | 2 - src/H5I.c | 430 +- src/H5Imodule.h | 35 + src/H5Ipkg.h | 2 +- src/H5Iprivate.h | 4 +- src/H5Ipublic.h | 4 +- src/H5Itest.c | 4 +- src/H5L.c | 49 +- src/H5Lexternal.c | 100 +- src/H5Lmodule.h | 36 + src/H5Lpkg.h | 2 +- src/H5MF.c | 416 +- src/H5MFaggr.c | 18 +- src/H5MFdbg.c | 70 +- src/H5MFmodule.h | 35 + src/H5MFpkg.h | 2 +- src/H5MFprivate.h | 6 +- src/H5MFsection.c | 16 +- src/H5MM.c | 41 +- src/H5MP.c | 11 +- src/H5MPmodule.h | 35 + src/H5MPpkg.h | 2 +- src/H5MPtest.c | 2 +- src/H5O.c | 417 +- src/H5Oainfo.c | 34 +- src/H5Oalloc.c | 103 +- src/H5Oattr.c | 16 +- src/H5Oattribute.c | 88 +- src/H5Obogus.c | 3 +- src/H5Obtreek.c | 7 +- src/H5Ocache.c | 1370 +- src/H5Ochunk.c | 49 +- src/H5Ocont.c | 7 +- src/H5Ocopy.c | 75 +- src/H5Odbg.c | 30 +- src/H5Odrvinfo.c | 9 +- src/H5Odtype.c | 46 +- src/H5Oefl.c | 95 +- src/H5Ofill.c | 17 +- src/H5Oflush.c | 427 + src/H5Ofsinfo.c | 310 + src/H5Oginfo.c | 9 +- src/H5Olayout.c | 863 +- src/H5Olinfo.c | 31 +- src/H5Olink.c | 23 +- src/H5Omessage.c | 129 +- src/H5Omodule.h | 35 + src/H5Omtime.c | 127 +- src/H5Oname.c | 13 +- src/H5Onull.c | 3 +- src/H5Opkg.h | 133 +- src/H5Opline.c | 11 +- src/H5Oprivate.h | 244 +- src/H5Oproxy.c | 952 + src/H5Opublic.h | 7 +- src/H5Orefcount.c | 13 +- src/H5Osdspace.c | 16 +- src/H5Oshared.c | 14 +- src/H5Oshared.h | 6 +- src/H5Oshmesg.c | 11 +- src/H5Ostab.c | 27 +- src/H5Otest.c | 68 +- src/H5Ounknown.c | 3 +- src/H5P.c | 145 +- src/H5PL.c | 165 +- src/H5PLmodule.h | 36 + src/H5PLpublic.h | 2 +- src/H5Pacpl.c | 4 +- src/H5Pdapl.c | 653 +- src/H5Pdcpl.c | 2815 +- src/H5Pdeprec.c | 109 +- src/H5Pdxpl.c | 929 +- src/H5Pencdec.c | 791 + src/H5Pfapl.c | 2372 +- src/H5Pfcpl.c | 536 +- src/H5Pfmpl.c | 17 +- src/H5Pgcpl.c | 205 +- src/H5Pint.c | 1690 +- src/H5Plapl.c | 657 +- src/H5Plcpl.c | 14 +- src/H5Pmodule.h | 35 + src/H5Pocpl.c | 558 +- src/H5Pocpypl.c | 340 +- src/H5Ppkg.h | 37 +- src/H5Pprivate.h | 17 +- src/H5Ppublic.h | 39 +- src/H5Pstrcpl.c | 91 +- src/H5Ptest.c | 62 +- src/H5R.c | 185 +- src/H5RC.c | 127 - src/H5RCprivate.h | 63 - src/H5Rdeprec.c | 103 +- src/H5Rmodule.h | 36 + src/H5Rpkg.h | 6 +- src/H5Rpublic.h | 5 +- src/H5S.c | 257 +- src/H5SL.c | 155 +- src/H5SLmodule.h | 35 + src/H5SM.c | 216 +- src/H5SMbtree2.c | 80 +- src/H5SMcache.c | 923 +- src/H5SMmessage.c | 34 +- src/H5SMmodule.h | 35 + src/H5SMpkg.h | 8 +- src/H5SMprivate.h | 4 +- src/H5SMtest.c | 8 +- src/H5Sall.c | 87 +- src/H5Sdbg.c | 2 +- src/H5Shyper.c | 1908 +- src/H5Smodule.h | 35 + src/H5Smpio.c | 13 +- src/H5Snone.c | 80 +- src/H5Spkg.h | 35 +- src/H5Spoint.c | 129 +- src/H5Sprivate.h | 31 +- src/H5Spublic.h | 7 +- src/H5Sselect.c | 414 +- src/H5Stest.c | 6 +- src/H5T.c | 612 +- src/H5TS.c | 7 +- src/H5Tarray.c | 31 +- src/H5Tbit.c | 16 +- src/H5Tcommit.c | 43 +- src/H5Tcompound.c | 27 +- src/H5Tconv.c | 230 +- src/H5Tcset.c | 27 +- src/H5Tdbg.c | 48 +- src/H5Tdeprec.c | 50 +- src/H5Tenum.c | 30 +- src/H5Tfields.c | 31 +- src/H5Tfixed.c | 45 +- src/H5Tfloat.c | 26 +- src/H5Tmodule.h | 35 + src/H5Tnative.c | 34 +- src/H5Toffset.c | 28 +- src/H5Toh.c | 12 +- src/H5Topaque.c | 46 +- src/H5Torder.c | 26 +- src/H5Tpad.c | 44 +- src/H5Tpkg.h | 4 +- src/H5Tprecis.c | 60 +- src/H5Tprivate.h | 9 +- src/H5Tpublic.h | 2 + src/H5Tstrpad.c | 42 +- src/H5Tvisit.c | 15 +- src/H5Tvlen.c | 70 +- src/H5UC.c | 130 + src/H5UCprivate.h | 66 + src/H5VM.c | 189 +- src/H5VMprivate.h | 70 +- src/H5Z.c | 150 +- src/H5Zdeflate.c | 4 +- src/H5Zfletcher32.c | 7 +- src/H5Zmodule.h | 35 + src/H5Znbit.c | 125 +- src/H5Zpkg.h | 2 +- src/H5Zscaleoffset.c | 8 +- src/H5Zshuffle.c | 5 +- src/H5Zszip.c | 8 +- src/H5Ztrans.c | 233 +- src/H5api_adpt.h | 22 - src/H5config.h.in | 88 +- src/H5detect.c | 313 +- src/H5err.txt | 10 + src/H5overflow.h | 315 + src/H5overflow.txt | 1 + src/H5private.h | 750 +- src/H5public.h | 24 +- src/H5system.c | 216 +- src/H5trace.c | 295 +- src/H5vers.txt | 2 + src/H5version.h | 487 +- src/H5win32defs.h | 8 +- src/Makefile.am | 67 +- src/Makefile.in | 416 +- src/hdf5.h | 2 +- src/libhdf5.settings.in | 3 +- test/AtomicWriterReader.txt | 48 + test/CMakeLists.txt | 56 +- test/CMakeTests.cmake | 194 +- test/Makefile.am | 95 +- test/Makefile.in | 720 +- test/POSIX_Order_Write_Test_Report.docx | Bin 0 -> 145445 bytes test/SWMR_POSIX_Order_UG.txt | 94 + test/SWMR_UseCase_UG.txt | 223 + test/accum.c | 348 +- test/accum_swmr_reader.c | 99 + test/app_ref.c | 4 + test/atomic_reader.c | 347 + test/atomic_writer.c | 230 + test/bad_compound.h5 | Bin 2208 -> 2208 bytes test/be_data.h5 | Bin 72368 -> 72368 bytes test/big.c | 30 +- test/bittests.c | 2 +- test/btree2.c | 198 +- test/btree_idx_1_6.h5 | Bin 0 -> 6350 bytes test/btree_idx_1_8.h5 | Bin 0 -> 5065 bytes test/cache.c | 17344 +++++++++---- test/cache_api.c | 404 +- test/cache_common.c | 3379 ++- test/cache_common.h | 194 +- test/cache_logging.c | 176 + test/cache_tagging.c | 4017 +++ test/chunk_info.c | 153 + test/cmpd_dset.c | 38 +- test/cork.c | 2191 ++ test/corrupt_stab_msg.h5 | Bin 2928 -> 2928 bytes test/cross_read.c | 2 +- test/dangle.c | 129 + test/deflate.h5 | Bin 6240 -> 6240 bytes test/dsets.c | 3423 ++- test/dt_arith.c | 143 +- test/dtransform.c | 2 +- test/dtypes.c | 229 +- test/earray.c | 2902 +++ test/efc.c | 4 +- test/enc_dec_plist.c | 580 + test/enc_dec_plist_cross_platform.c | 235 + test/err_compat.c | 3 +- test/error_test.c | 2 +- test/external.c | 11 +- test/family_v16_00000.h5 | Bin 5120 -> 5120 bytes test/farray.c | 1811 ++ test/fheap.c | 809 +- test/file_image.c | 116 +- test/filespace_1_6.h5 | Bin 0 -> 2448 bytes test/filespace_1_8.h5 | Bin 0 -> 2448 bytes test/fill_old.h5 | Bin 2560 -> 2560 bytes test/fillval.c | 31 +- test/fixed_idx.h5 | Bin 2158 -> 0 bytes test/flush2.c | 205 +- test/flushrefresh.c | 1279 + test/freespace.c | 6 +- test/gen_bogus.c | 14 +- test/gen_cross.c | 68 +- test/gen_filespace.c | 82 + test/gen_idx.c | 22 +- test/gen_plist.c | 482 + test/gen_specmetaread.c | 96 + test/gen_udlinks.c | 4 + test/getname.c | 43 +- test/group_old.h5 | Bin 1952 -> 1952 bytes test/h5test.c | 266 +- test/h5test.h | 70 +- test/hyperslab.c | 2 +- test/istore.c | 2 +- test/le_data.h5 | Bin 72368 -> 72368 bytes test/lheap.c | 99 +- test/links.c | 205 +- test/links_env.c | 2 +- test/mergemsg.h5 | Bin 3472 -> 3472 bytes test/mf.c | 1697 +- test/mtime.c | 16 +- test/multi_file_v16-s.h5 | Bin 2048 -> 2048 bytes test/noencoder.h5 | Bin 8088 -> 8088 bytes test/ntypes.c | 4 +- test/objcopy.c | 1331 +- test/ohdr.c | 246 +- test/plugin.c | 10 +- test/pool.c | 2 +- test/set_extent.c | 450 +- test/stab.c | 4 +- test/swmr.c | 6785 +++++ test/swmr_addrem_writer.c | 458 + test/swmr_check_compat_vfd.c | 59 + test/swmr_common.c | 292 + test/swmr_common.h | 78 + test/swmr_generator.c | 355 + test/swmr_reader.c | 509 + test/swmr_remove_reader.c | 522 + test/swmr_remove_writer.c | 383 + test/swmr_sparse_reader.c | 451 + test/swmr_sparse_writer.c | 460 + test/swmr_start_write.c | 739 + test/swmr_writer.c | 431 + test/tarray.c | 45 +- test/tarrold.h5 | Bin 6032 -> 6032 bytes test/tattr.c | 146 +- test/tbogus.h5 | Bin 1944 -> 2216 bytes test/test_filters_be.h5 | Bin 5720 -> 5720 bytes test/test_filters_le.h5 | Bin 5720 -> 5720 bytes test/test_plugin.sh.in | 2 +- test/test_usecases.sh.in | 169 + test/testfiles/plist_files/acpl_32be | Bin 0 -> 23 bytes test/testfiles/plist_files/acpl_32le | Bin 0 -> 23 bytes test/testfiles/plist_files/acpl_64be | Bin 0 -> 23 bytes test/testfiles/plist_files/acpl_64le | Bin 0 -> 23 bytes test/testfiles/plist_files/dapl_32be | Bin 0 -> 136 bytes test/testfiles/plist_files/dapl_32le | Bin 0 -> 136 bytes test/testfiles/plist_files/dapl_64be | Bin 0 -> 136 bytes test/testfiles/plist_files/dapl_64le | Bin 0 -> 136 bytes test/testfiles/plist_files/dcpl_32be | Bin 0 -> 221 bytes test/testfiles/plist_files/dcpl_32le | Bin 0 -> 221 bytes test/testfiles/plist_files/dcpl_64be | Bin 0 -> 221 bytes test/testfiles/plist_files/dcpl_64le | Bin 0 -> 221 bytes test/testfiles/plist_files/def_acpl_32be | Bin 0 -> 23 bytes test/testfiles/plist_files/def_acpl_32le | Bin 0 -> 23 bytes test/testfiles/plist_files/def_acpl_64be | Bin 0 -> 23 bytes test/testfiles/plist_files/def_acpl_64le | Bin 0 -> 23 bytes test/testfiles/plist_files/def_dapl_32be | Bin 0 -> 131 bytes test/testfiles/plist_files/def_dapl_32le | Bin 0 -> 131 bytes test/testfiles/plist_files/def_dapl_64be | Bin 0 -> 131 bytes test/testfiles/plist_files/def_dapl_64le | Bin 0 -> 131 bytes test/testfiles/plist_files/def_dcpl_32be | Bin 0 -> 132 bytes test/testfiles/plist_files/def_dcpl_32le | Bin 0 -> 132 bytes test/testfiles/plist_files/def_dcpl_64be | Bin 0 -> 132 bytes test/testfiles/plist_files/def_dcpl_64le | Bin 0 -> 132 bytes test/testfiles/plist_files/def_dxpl_32be | Bin 0 -> 225 bytes test/testfiles/plist_files/def_dxpl_32le | Bin 0 -> 225 bytes test/testfiles/plist_files/def_dxpl_64be | Bin 0 -> 225 bytes test/testfiles/plist_files/def_dxpl_64le | Bin 0 -> 225 bytes test/testfiles/plist_files/def_fapl_32be | Bin 0 -> 1460 bytes test/testfiles/plist_files/def_fapl_32le | Bin 0 -> 1460 bytes test/testfiles/plist_files/def_fapl_64be | Bin 0 -> 1460 bytes test/testfiles/plist_files/def_fapl_64le | Bin 0 -> 1460 bytes test/testfiles/plist_files/def_fcpl_32be | Bin 0 -> 412 bytes test/testfiles/plist_files/def_fcpl_32le | Bin 0 -> 412 bytes test/testfiles/plist_files/def_fcpl_64be | Bin 0 -> 412 bytes test/testfiles/plist_files/def_fcpl_64le | Bin 0 -> 412 bytes test/testfiles/plist_files/def_gcpl_32be | Bin 0 -> 113 bytes test/testfiles/plist_files/def_gcpl_32le | Bin 0 -> 113 bytes test/testfiles/plist_files/def_gcpl_64be | Bin 0 -> 113 bytes test/testfiles/plist_files/def_gcpl_64le | Bin 0 -> 113 bytes test/testfiles/plist_files/def_lapl_32be | Bin 0 -> 88 bytes test/testfiles/plist_files/def_lapl_32le | Bin 0 -> 88 bytes test/testfiles/plist_files/def_lapl_64be | Bin 0 -> 88 bytes test/testfiles/plist_files/def_lapl_64le | Bin 0 -> 88 bytes test/testfiles/plist_files/def_lcpl_32be | Bin 0 -> 47 bytes test/testfiles/plist_files/def_lcpl_32le | Bin 0 -> 47 bytes test/testfiles/plist_files/def_lcpl_64be | Bin 0 -> 47 bytes test/testfiles/plist_files/def_lcpl_64le | Bin 0 -> 47 bytes test/testfiles/plist_files/def_ocpl_32be | Bin 0 -> 75 bytes test/testfiles/plist_files/def_ocpl_32le | Bin 0 -> 75 bytes test/testfiles/plist_files/def_ocpl_64be | Bin 0 -> 75 bytes test/testfiles/plist_files/def_ocpl_64le | Bin 0 -> 75 bytes test/testfiles/plist_files/def_ocpypl_32be | Bin 0 -> 48 bytes test/testfiles/plist_files/def_ocpypl_32le | Bin 0 -> 48 bytes test/testfiles/plist_files/def_ocpypl_64be | Bin 0 -> 48 bytes test/testfiles/plist_files/def_ocpypl_64le | Bin 0 -> 48 bytes test/testfiles/plist_files/def_strcpl_32be | Bin 0 -> 23 bytes test/testfiles/plist_files/def_strcpl_32le | Bin 0 -> 23 bytes test/testfiles/plist_files/def_strcpl_64be | Bin 0 -> 23 bytes test/testfiles/plist_files/def_strcpl_64le | Bin 0 -> 23 bytes test/testfiles/plist_files/dxpl_32be | Bin 0 -> 229 bytes test/testfiles/plist_files/dxpl_32le | Bin 0 -> 229 bytes test/testfiles/plist_files/dxpl_64be | Bin 0 -> 229 bytes test/testfiles/plist_files/dxpl_64le | Bin 0 -> 229 bytes test/testfiles/plist_files/fapl_32be | Bin 0 -> 1462 bytes test/testfiles/plist_files/fapl_32le | Bin 0 -> 1462 bytes test/testfiles/plist_files/fapl_64be | Bin 0 -> 1462 bytes test/testfiles/plist_files/fapl_64le | Bin 0 -> 1462 bytes test/testfiles/plist_files/fcpl_32be | Bin 0 -> 413 bytes test/testfiles/plist_files/fcpl_32le | Bin 0 -> 413 bytes test/testfiles/plist_files/fcpl_64be | Bin 0 -> 413 bytes test/testfiles/plist_files/fcpl_64le | Bin 0 -> 413 bytes test/testfiles/plist_files/gcpl_32be | Bin 0 -> 113 bytes test/testfiles/plist_files/gcpl_32le | Bin 0 -> 113 bytes test/testfiles/plist_files/gcpl_64be | Bin 0 -> 113 bytes test/testfiles/plist_files/gcpl_64le | Bin 0 -> 113 bytes test/testfiles/plist_files/lapl_32be | Bin 0 -> 1565 bytes test/testfiles/plist_files/lapl_32le | Bin 0 -> 1565 bytes test/testfiles/plist_files/lapl_64be | Bin 0 -> 1565 bytes test/testfiles/plist_files/lapl_64le | Bin 0 -> 1565 bytes test/testfiles/plist_files/lcpl_32be | Bin 0 -> 47 bytes test/testfiles/plist_files/lcpl_32le | Bin 0 -> 47 bytes test/testfiles/plist_files/lcpl_64be | Bin 0 -> 47 bytes test/testfiles/plist_files/lcpl_64le | Bin 0 -> 47 bytes test/testfiles/plist_files/ocpl_32be | Bin 0 -> 86 bytes test/testfiles/plist_files/ocpl_32le | Bin 0 -> 86 bytes test/testfiles/plist_files/ocpl_64be | Bin 0 -> 86 bytes test/testfiles/plist_files/ocpl_64le | Bin 0 -> 86 bytes test/testfiles/plist_files/ocpypl_32be | Bin 0 -> 56 bytes test/testfiles/plist_files/ocpypl_32le | Bin 0 -> 56 bytes test/testfiles/plist_files/ocpypl_64be | Bin 0 -> 56 bytes test/testfiles/plist_files/ocpypl_64le | Bin 0 -> 56 bytes test/testfiles/plist_files/strcpl_32be | Bin 0 -> 23 bytes test/testfiles/plist_files/strcpl_32le | Bin 0 -> 23 bytes test/testfiles/plist_files/strcpl_64be | Bin 0 -> 23 bytes test/testfiles/plist_files/strcpl_64le | Bin 0 -> 23 bytes test/testflushrefresh.sh.in | 196 + test/testframe.c | 45 +- test/testlinks_env.sh.in | 1 + test/testswmr.sh.in | 497 + test/testvdsswmr.sh.in | 199 + test/tfile.c | 914 +- test/tgenprop.c | 127 +- test/th5o.c | 5 +- test/th5s.c | 33 +- test/th5s.h5 | Bin 2049 -> 2049 bytes test/tid.c | 138 +- test/titerate.c | 4 +- test/tlayouto.h5 | Bin 1576 -> 1576 bytes test/tmisc.c | 221 +- test/tmtimen.h5 | Bin 1576 -> 1576 bytes test/tmtimeo.h5 | Bin 2052 -> 2052 bytes test/trefer.c | 203 +- test/tselect.c | 1011 +- test/tsohm.c | 18 +- test/ttst.c | 6 +- test/tunicode.c | 4 +- test/tvltypes.c | 68 +- test/twriteorder.c | 438 + test/unlink.c | 4 +- test/use.h | 69 + test/use_append_chunk.c | 214 + test/use_append_mchunks.c | 207 + test/use_common.c | 631 + test/use_disable_mdc_flushes.c | 531 + test/vds.c | 11150 ++++++++ test/vds_swmr.h | 165 + test/vds_swmr_gen.c | 178 + test/vds_swmr_reader.c | 144 + test/vds_swmr_writer.c | 159 + test/vfd.c | 380 +- testpar/CMakeLists.txt | 1 + testpar/Makefile.am | 3 +- testpar/Makefile.in | 77 +- testpar/t_cache.c | 1730 +- testpar/t_chunk_alloc.c | 171 +- testpar/t_dset.c | 220 +- testpar/t_file_image.c | 6 +- testpar/t_filter_read.c | 127 +- testpar/t_mpi.c | 27 +- testpar/t_pflush2.c | 24 +- testpar/t_prop.c | 462 + testpar/t_shapesame.c | 5 +- testpar/testphdf5.c | 7 +- testpar/testphdf5.h | 1 + tools/Makefile.am | 3 +- tools/Makefile.in | 72 +- tools/h5copy/Makefile.in | 72 +- tools/h5copy/h5copy.c | 4 +- tools/h5copy/h5copygentest.c | 44 +- tools/h5copy/testfiles/h5copytst.h5 | Bin 30448 -> 30480 bytes tools/h5copy/testfiles/h5copytst_new.h5 | Bin 0 -> 15029 bytes tools/h5copy/testfiles/h5copytst_new.out.ls | 502 + tools/h5diff/CMakeTests.cmake | 46 + tools/h5diff/Makefile.in | 72 +- tools/h5diff/h5diffgentest.c | 230 +- tools/h5diff/testfiles/h5diff_19.txt | 26 + tools/h5diff/testfiles/h5diff_attr1.h5 | Bin 25616 -> 26000 bytes tools/h5diff/testfiles/h5diff_attr2.h5 | Bin 25616 -> 26000 bytes tools/h5diff/testfiles/h5diff_basic2.h5 | Bin 9008 -> 9008 bytes tools/h5diff/testfiles/h5diff_dset1.h5 | Bin 23624 -> 23624 bytes tools/h5diff/testfiles/h5diff_dset2.h5 | Bin 23624 -> 23624 bytes tools/h5diff/testfiles/h5diff_dset_idx1.h5 | Bin 0 -> 5974 bytes tools/h5diff/testfiles/h5diff_dset_idx2.h5 | Bin 0 -> 2206 bytes tools/h5diff/testfiles/h5diff_hyper1.h5 | Bin 1052072 -> 1052720 bytes tools/h5diff/testfiles/h5diff_hyper2.h5 | Bin 1052072 -> 1052720 bytes tools/h5diff/testfiles/h5diff_idx.txt | 14 + tools/h5diff/testfiles/h5diff_types.h5 | Bin 4714 -> 4778 bytes tools/h5diff/testfiles/h5diff_v1.txt | 18 + tools/h5diff/testfiles/h5diff_v2.txt | 7 + tools/h5diff/testfiles/h5diff_v3.txt | 4 + tools/h5diff/testfiles/tmptest.he5 | Bin 4740424 -> 4740424 bytes tools/h5diff/testfiles/tmptest2.he5 | Bin 4734280 -> 4734280 bytes tools/h5diff/testh5diff.sh.in | 140 +- tools/h5dump/CMakeLists.txt | 2 + tools/h5dump/CMakeTests.cmake | 5 + tools/h5dump/CMakeTestsVDS.cmake | 238 + tools/h5dump/Makefile.am | 2 +- tools/h5dump/Makefile.in | 81 +- tools/h5dump/errfiles/tall-1.err | 4 +- tools/h5dump/errfiles/tall-2A.err | 4 +- tools/h5dump/errfiles/tall-2A0.err | 4 +- tools/h5dump/errfiles/tall-2B.err | 4 +- tools/h5dump/errfiles/tarray1_big.err | 6 +- tools/h5dump/errfiles/tattrregR.err | 4 +- tools/h5dump/errfiles/tdataregR.err | 4 +- tools/h5dump/errfiles/tdset-2.err | 13 +- tools/h5dump/errfiles/textlink.err | 8 +- tools/h5dump/errfiles/textlinkfar.err | 22 +- tools/h5dump/errfiles/textlinksrc.err | 22 +- tools/h5dump/errfiles/torderlinks1.err | 4 +- tools/h5dump/errfiles/torderlinks2.err | 4 +- tools/h5dump/errfiles/tperror.err | 13 +- tools/h5dump/errfiles/tslink-D.err | 19 +- tools/h5dump/h5dump.c | 4 +- tools/h5dump/h5dump.h | 19 +- tools/h5dump/h5dump_ddl.c | 60 +- tools/h5dump/h5dump_ddl.h | 4 + tools/h5dump/h5dump_defines.h | 33 +- tools/h5dump/h5dump_xml.c | 262 +- tools/h5dump/h5dumpgentest.c | 163 +- tools/h5dump/testh5dump.sh.in | 3 + tools/h5dump/testh5dumpvds.sh.in | 505 + tools/h5format_convert/Makefile.am | 49 + tools/h5format_convert/Makefile.in | 1459 ++ tools/h5format_convert/h5fc_chk_idx.c | 101 + tools/h5format_convert/h5fc_gentest.c | 635 + tools/h5format_convert/h5format_convert.c | 438 + tools/h5format_convert/testfiles/h5fc_d_file.ddl | 22 + tools/h5format_convert/testfiles/h5fc_dname.ddl | 22 + tools/h5format_convert/testfiles/h5fc_edge_v3.h5 | Bin 0 -> 2526 bytes tools/h5format_convert/testfiles/h5fc_help.ddl | 21 + tools/h5format_convert/testfiles/h5fc_latest_v3.h5 | Bin 0 -> 6130 bytes tools/h5format_convert/testfiles/h5fc_non_v3.h5 | Bin 0 -> 4336 bytes .../testfiles/h5fc_nonexistdset_file.ddl | 1 + .../testfiles/h5fc_nonexistfile.ddl | 1 + tools/h5format_convert/testfiles/h5fc_nooption.ddl | 21 + tools/h5format_convert/testfiles/h5fc_v1.h5 | Bin 0 -> 8252 bytes tools/h5format_convert/testfiles/h5fc_v_all.ddl | 26 + tools/h5format_convert/testfiles/h5fc_v_bt1.ddl | 11 + tools/h5format_convert/testfiles/h5fc_v_n_1d.ddl | 13 + tools/h5format_convert/testfiles/h5fc_v_n_all.ddl | 47 + .../testfiles/h5fc_v_ndata_bt1.ddl | 12 + .../testfiles/h5fc_v_non_chunked.ddl | 9 + tools/h5format_convert/testh5fc.sh.in | 400 + tools/h5import/Makefile.in | 72 +- tools/h5import/h5import.c | 22 +- tools/h5import/testfiles/binfp64.h5 | Bin 10760 -> 10760 bytes tools/h5import/testfiles/binin16.h5 | Bin 10760 -> 10760 bytes tools/h5import/testfiles/binin32.h5 | Bin 9472 -> 9472 bytes tools/h5import/testfiles/binin8.h5 | Bin 10760 -> 10760 bytes tools/h5import/testfiles/binuin16.h5 | Bin 10760 -> 10760 bytes tools/h5import/testfiles/binuin32.h5 | Bin 6384 -> 6384 bytes tools/h5import/testfiles/txtfp32.h5 | Bin 4192 -> 4192 bytes tools/h5import/testfiles/txtfp64.h5 | Bin 9784 -> 9784 bytes tools/h5import/testfiles/txtin16.h5 | Bin 9784 -> 9784 bytes tools/h5import/testfiles/txtin32.h5 | Bin 4192 -> 4192 bytes tools/h5import/testfiles/txtin8.h5 | Bin 9784 -> 9784 bytes tools/h5import/testfiles/txtuin16.h5 | Bin 10240 -> 10240 bytes tools/h5import/testfiles/txtuin32.h5 | Bin 6240 -> 6240 bytes tools/h5jam/Makefile.in | 72 +- tools/h5jam/getub.c | 213 +- tools/h5jam/h5jam.c | 199 +- tools/h5jam/h5jamgentest.c | 8 +- tools/h5jam/h5unjam.c | 2 - tools/h5ls/CMakeLists.txt | 2 + tools/h5ls/CMakeTestsVDS.cmake | 149 + tools/h5ls/Makefile.am | 2 +- tools/h5ls/Makefile.in | 78 +- tools/h5ls/h5ls.c | 41 +- tools/h5ls/testh5ls.sh.in | 5 + tools/h5ls/testh5lsvds.sh.in | 258 + tools/h5repack/CMakeLists.txt | 8 +- tools/h5repack/CMakeTests.cmake | 199 +- tools/h5repack/Makefile.in | 72 +- tools/h5repack/dynlib_rpk.c | 16 +- tools/h5repack/h5repack.c | 10 +- tools/h5repack/h5repack.h | 9 +- tools/h5repack/h5repack.sh.in | 171 +- tools/h5repack/h5repack_copy.c | 35 +- tools/h5repack/h5repack_main.c | 58 +- tools/h5repack/h5repack_refs.c | 6 +- tools/h5repack/h5repack_verify.c | 93 +- tools/h5repack/h5repacktst.c | 294 +- tools/h5repack/testfiles/h5repack-help.txt | 15 + tools/h5repack/testfiles/h5repack_attr.h5 | Bin 20056 -> 20056 bytes tools/h5repack/testfiles/h5repack_deflate.h5 | Bin 5962 -> 5962 bytes tools/h5repack/testfiles/h5repack_early.h5 | Bin 2067224 -> 2067224 bytes tools/h5repack/testfiles/h5repack_fill.h5 | Bin 2072 -> 2072 bytes tools/h5repack/testfiles/h5repack_filters.h5 | Bin 29744 -> 29744 bytes tools/h5repack/testfiles/h5repack_fletcher.h5 | Bin 7880 -> 7880 bytes tools/h5repack/testfiles/h5repack_hlink.h5 | Bin 6576 -> 6576 bytes tools/h5repack/testfiles/h5repack_layouto.h5 | Bin 1576 -> 1576 bytes tools/h5repack/testfiles/h5repack_nbit.h5 | Bin 13776 -> 13776 bytes tools/h5repack/testfiles/h5repack_shuffle.h5 | Bin 7864 -> 7864 bytes tools/h5repack/testfiles/h5repack_soffset.h5 | Bin 11052 -> 11052 bytes tools/h5repack/testfiles/h5repack_szip.h5 | Bin 5588 -> 5588 bytes tools/h5stat/Makefile.in | 72 +- tools/h5stat/h5stat.c | 202 +- tools/h5stat/h5stat_gentest.c | 146 +- tools/h5stat/testfiles/h5stat_dims1.ddl | 1 + tools/h5stat/testfiles/h5stat_dims2.ddl | 1 + tools/h5stat/testfiles/h5stat_filters-F.ddl | 4 + tools/h5stat/testfiles/h5stat_filters-d.ddl | 1 + tools/h5stat/testfiles/h5stat_filters-dT.ddl | 1 + tools/h5stat/testfiles/h5stat_filters.ddl | 16 +- tools/h5stat/testfiles/h5stat_filters.h5 | Bin 46272 -> 46272 bytes tools/h5stat/testfiles/h5stat_help1.ddl | 1 + tools/h5stat/testfiles/h5stat_help2.ddl | 1 + tools/h5stat/testfiles/h5stat_idx.ddl | 93 + tools/h5stat/testfiles/h5stat_idx.h5 | Bin 0 -> 2206 bytes tools/h5stat/testfiles/h5stat_links2.ddl | 16 +- tools/h5stat/testfiles/h5stat_newgrat.ddl | 23 +- tools/h5stat/testfiles/h5stat_newgrat.h5 | Bin 6367891 -> 6362168 bytes tools/h5stat/testfiles/h5stat_nofile.ddl | 1 + tools/h5stat/testfiles/h5stat_numattrs1.ddl | 6 +- tools/h5stat/testfiles/h5stat_numattrs2.ddl | 16 +- tools/h5stat/testfiles/h5stat_threshold.h5 | Bin 16312 -> 16312 bytes tools/h5stat/testfiles/h5stat_tsohm.ddl | 16 +- tools/h5stat/testh5stat.sh.in | 4 + tools/lib/CMakeLists.txt | 18 +- tools/lib/Makefile.in | 70 +- tools/lib/h5diff.c | 47 +- tools/lib/h5diff_array.c | 93 +- tools/lib/h5diff_attr.c | 8 +- tools/lib/h5diff_dset.c | 58 +- tools/lib/h5diff_util.c | 49 +- tools/lib/h5tools.c | 34 +- tools/lib/h5tools.h | 44 +- tools/lib/h5tools_dump.c | 808 +- tools/lib/h5tools_error.h | 2 +- tools/lib/h5tools_ref.c | 6 +- tools/lib/h5tools_str.c | 196 +- tools/lib/h5tools_str.h | 5 +- tools/lib/h5tools_type.c | 193 +- tools/lib/h5tools_utils.c | 6 +- tools/lib/io_timer.c | 12 +- tools/misc/CMakeLists.txt | 3 + tools/misc/Makefile.am | 18 +- tools/misc/Makefile.in | 350 +- tools/misc/clear_open_chk.c | 72 + tools/misc/h5clear.c | 137 + tools/misc/h5clear_gentest.c | 174 + tools/misc/h5debug.c | 320 +- tools/misc/h5mkgrp.c | 2 +- tools/misc/h5perf_gentest.c | 598 + tools/misc/h5repart.c | 73 +- tools/misc/talign.c | 21 +- tools/misc/testh5clear.sh.in | 130 + tools/misc/vds/CMakeLists.txt | 28 + tools/misc/vds/Makefile.am | 38 + tools/misc/vds/Makefile.in | 1436 + 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/Makefile.in | 71 +- tools/perform/chunk.c | 6 +- tools/perform/overhead.c | 2 +- tools/perform/perf_meta.c | 2 +- tools/perform/pio_perf.c | 59 +- tools/perform/pio_standalone.h | 4 +- tools/perform/sio_engine.c | 2 +- tools/perform/sio_perf.c | 65 +- tools/perform/sio_standalone.h | 4 +- tools/testfiles/family_file00000.h5 | Bin 1024 -> 1024 bytes tools/testfiles/file_space.ddl | 20 + tools/testfiles/file_space.h5 | Bin 0 -> 792 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 | 2 + tools/testfiles/tboot2.ddl | 2 + tools/testfiles/tboot2A.ddl | 2 + tools/testfiles/tboot2B.ddl | 2 + 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/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 0 -> 10562 bytes tools/testfiles/tdset_idx.ls | 36 + tools/testfiles/tempty.h5 | Bin 4304 -> 4304 bytes tools/testfiles/tenum.h5 | Bin 2128 -> 2128 bytes tools/testfiles/tfamily00000.h5 | Bin 256 -> 256 bytes tools/testfiles/tfcontents2.h5 | Bin 792 -> 792 bytes tools/testfiles/tfilters.h5 | Bin 46496 -> 46496 bytes tools/testfiles/tfvalues.h5 | Bin 9552 -> 9552 bytes 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/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/tvms.h5 | Bin 2288 -> 2288 bytes tools/testfiles/vds/1_a.h5 | Bin 0 -> 4856 bytes tools/testfiles/vds/1_b.h5 | Bin 0 -> 4611 bytes tools/testfiles/vds/1_c.h5 | Bin 0 -> 4856 bytes tools/testfiles/vds/1_d.h5 | Bin 0 -> 4611 bytes tools/testfiles/vds/1_e.h5 | Bin 0 -> 4856 bytes tools/testfiles/vds/1_f.h5 | Bin 0 -> 4611 bytes tools/testfiles/vds/1_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/2_a.h5 | Bin 0 -> 4576 bytes tools/testfiles/vds/2_b.h5 | Bin 0 -> 4578 bytes tools/testfiles/vds/2_c.h5 | Bin 0 -> 4576 bytes tools/testfiles/vds/2_d.h5 | Bin 0 -> 4578 bytes tools/testfiles/vds/2_e.h5 | Bin 0 -> 4578 bytes tools/testfiles/vds/2_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/3_1_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/3_2_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/4_0.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/4_1.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/4_2.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/4_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/5_a.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/5_b.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/5_c.h5 | Bin 0 -> 4581 bytes tools/testfiles/vds/5_vds.h5 | Bin 0 -> 5496 bytes tools/testfiles/vds/tvds-1.ddl | 100 + tools/testfiles/vds/tvds-1.ls | 14 + tools/testfiles/vds/tvds-2.ddl | 58 + tools/testfiles/vds/tvds-2.ls | 13 + tools/testfiles/vds/tvds-3_1.ddl | 135 + tools/testfiles/vds/tvds-3_1.ls | 14 + tools/testfiles/vds/tvds-3_2.ddl | 166 + tools/testfiles/vds/tvds-3_2.ls | 13 + tools/testfiles/vds/tvds-4.ddl | 46 + tools/testfiles/vds/tvds-4.ls | 9 + tools/testfiles/vds/tvds-5.ddl | 46 + tools/testfiles/vds/tvds-5.ls | 11 + tools/testfiles/vds/tvds_layout-1.ddl | 232 + tools/testfiles/vds/tvds_layout-2.ddl | 170 + tools/testfiles/vds/tvds_layout-3_1.ddl | 267 + tools/testfiles/vds/tvds_layout-3_2.ddl | 278 + tools/testfiles/vds/tvds_layout-4.ddl | 78 + tools/testfiles/vds/tvds_layout-5.ddl | 118 + 1979 files changed, 301802 insertions(+), 213602 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

