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 06508dd386bea4ac5f699df18133bdaaca9a2eca Merge: 984d164 6edb479 Author: Gilles Filippini <[email protected]> Date: Sat Jan 23 17:42:10 2016 +0100 Merge tag 'upstream/1.10.0_alpha1+docs' into master-1.10 Upstream version 1.10.0~alpha1+docs CMakeLists.txt | 8 + MANIFEST | 3 + Makefile.in | 4 +- README.txt | 2 +- bin/cmakehdf5 | 235 +- bin/config.guess | 11 +- bin/config.sub | 12 +- bin/ltmain.sh | 5508 +++++++++++++------- bin/make_err | 12 + c++/Makefile.in | 1 + c++/examples/Makefile.in | 1 + c++/src/Makefile.in | 3 +- c++/src/cpp_doc_config | 2 +- c++/test/Makefile.in | 1 + config/cmake/cacheinit.cmake | 2 + config/cmake/libhdf5.settings.cmake.in | 1 + config/cmake/mccacheinit.cmake | 2 + config/lt_vers.am | 2 +- configure | 4601 +++++++++------- configure.ac | 38 +- examples/Makefile.in | 1 + fortran/Makefile.in | 1 + fortran/examples/Makefile.in | 1 + fortran/src/Makefile.in | 3 +- fortran/test/Makefile.in | 1 + fortran/testpar/Makefile.in | 1 + hl/Makefile.in | 1 + hl/c++/Makefile.in | 1 + hl/c++/examples/Makefile.in | 1 + hl/c++/src/Makefile.in | 3 +- hl/c++/test/Makefile.in | 1 + hl/examples/Makefile.in | 1 + hl/fortran/Makefile.in | 1 + hl/fortran/examples/Makefile.in | 1 + hl/fortran/src/Makefile.in | 3 +- hl/fortran/test/Makefile.in | 1 + hl/src/Makefile.in | 3 +- hl/test/Makefile.in | 1 + hl/tools/Makefile.in | 1 + hl/tools/gif2h5/Makefile.in | 1 + hl/tools/h5watch/Makefile.in | 1 + html/Supplements/._H5_CompatFormat180 070730 v.xls | Bin 82 -> 0 bytes m4/libtool.m4 | 2546 +++++---- m4/ltoptions.m4 | 127 +- m4/ltsugar.m4 | 7 +- m4/ltversion.m4 | 12 +- m4/lt~obsolete.m4 | 7 +- release_docs/INSTALL_CMake.txt | 2 + release_docs/RELEASE.txt | 80 +- src/H5.c | 5 + src/H5A.c | 177 +- src/H5AC.c | 95 +- src/H5AClog.c | 32 +- src/H5ACprivate.h | 3 + src/H5B2.c | 41 +- src/H5B2hdr.c | 15 +- src/H5B2int.c | 31 +- src/H5B2private.h | 1 + src/H5C.c | 699 ++- src/H5Cmpio.c | 276 +- src/H5Cpkg.h | 274 +- src/H5Cprivate.h | 5 + src/H5D.c | 40 +- src/H5Dbtree2.c | 12 +- src/H5Dchunk.c | 65 +- src/H5Dcompact.c | 1 + src/H5Ddeprec.c | 3 +- src/H5Dearray.c | 12 +- src/H5Dfarray.c | 12 +- src/H5Dio.c | 6 + src/H5Dmpio.c | 30 +- src/H5Dpkg.h | 31 +- src/H5Dvirtual.c | 10 +- src/H5E.c | 5 + src/H5EA.c | 33 + src/H5EAprivate.h | 1 + src/H5Edefin.h | 226 +- src/H5Einit.h | 826 +-- src/H5Eint.c | 5 + src/H5Eprivate.h | 2 +- src/H5Epubgen.h | 404 +- src/H5Eterm.h | 226 +- src/H5F.c | 87 +- src/H5FA.c | 33 + src/H5FAprivate.h | 1 + src/H5FDlog.c | 14 +- src/H5FDmpio.c | 81 +- src/H5Fint.c | 10 + src/H5Fmpi.c | 29 + src/H5Fpkg.h | 4 + src/H5Fprivate.h | 2 + src/H5Fpublic.h | 57 +- src/H5Fsuper.c | 4 +- src/H5G.c | 67 +- src/H5L.c | 164 +- src/H5Lexternal.c | 7 +- src/H5MM.c | 353 +- src/H5MMprivate.h | 14 +- src/H5O.c | 106 +- src/H5Ocache.c | 4 +- src/H5Ochunk.c | 2 +- src/H5Ocopy.c | 6 +- src/H5Opkg.h | 10 +- src/H5Oproxy.c | 312 +- src/H5PL.c | 6 +- src/H5Pdcpl.c | 4 +- src/H5Pdxpl.c | 16 +- src/H5Pfapl.c | 262 +- src/H5Pint.c | 72 +- src/H5Plapl.c | 14 +- src/H5Ppkg.h | 2 + src/H5Pprivate.h | 11 + src/H5Ppublic.h | 10 + src/H5T.c | 29 + src/H5Tcommit.c | 35 +- src/H5config.h.in | 3 +- src/H5public.h | 4 +- src/Makefile.in | 3 +- test/Makefile.in | 1 + test/dynlib3.c | 4 +- test/error_test.c | 4 +- test/tarray.c | 780 +-- test/tfile.c | 295 ++ testpar/Makefile.in | 1 + testpar/t_cache.c | 274 + testpar/t_dset.c | 2 +- testpar/t_mdset.c | 1 + testpar/t_shapesame.c | 4 + testpar/testphdf5.c | 4 + tools/Makefile.in | 1 + tools/h5copy/Makefile.in | 1 + tools/h5diff/Makefile.in | 1 + tools/h5dump/CMakeTests.cmake | 39 +- tools/h5dump/Makefile.in | 1 + tools/h5dump/errfiles/non_existing.err | 1 + tools/h5dump/h5dump.c | 64 +- tools/h5dump/testh5dump.sh.in | 65 +- tools/h5format_convert/Makefile.in | 1 + tools/h5format_convert/h5fc_gentest.c | 18 +- tools/h5format_convert/h5format_convert.c | 40 + tools/h5format_convert/testfiles/h5fc_v_all.ddl | 1 + tools/h5format_convert/testfiles/h5fc_v_bt1.ddl | 1 + tools/h5format_convert/testfiles/h5fc_v_n_1d.ddl | 1 + tools/h5format_convert/testfiles/h5fc_v_n_all.ddl | 1 + .../testfiles/h5fc_v_ndata_bt1.ddl | 1 + .../testfiles/h5fc_v_non_chunked.ddl | 1 + tools/h5import/Makefile.in | 1 + tools/h5jam/Makefile.in | 1 + tools/h5ls/Makefile.in | 1 + tools/h5repack/Makefile.in | 1 + tools/h5repack/h5repacktst.c | 2 + tools/h5stat/Makefile.in | 1 + tools/lib/Makefile.in | 1 + tools/misc/Makefile.in | 1 + tools/misc/vds/Makefile.in | 1 + tools/perform/Makefile.in | 1 + tools/testfiles/non_existing.ddl | 31 + 157 files changed, 12968 insertions(+), 7383 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

