This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf.
commit 78a01587181db99179b5b9f3a6e756aaaa2b53ff Merge: 5d7898a 7fe383c Author: Bas Couwenberg <[email protected]> Date: Fri Jan 15 01:39:56 2016 +0100 Merge tag 'upstream/4.4.0' Upstream version 4.4.0 .gitignore | 4 - .travis.yml | 63 +- .travis.yml => .travis.yml.old | 0 CMakeLists.txt | 230 +- CONTRIBUTING.html | 248 + Makefile.in | 1 - RELEASE_NOTES.md | 32 +- cf | 13 +- cf.cmake | 70 +- config.h.cmake.in | 23 +- config.h.in | 3 + configure | 53 +- configure.ac | 22 +- docs/Doxyfile.developer | 2 +- docs/Makefile.in | 1 - docs/images/Makefile.in | 1 - docs/release_header.html | 4 +- docs/software.md | 113 +- docs/tutorial.dox | 22 +- docs/windows-binaries.md | 26 +- examples/C/Makefile.in | 1 - examples/C/simple_xy_nc4_rd.c | 4 +- examples/C/simple_xy_nc4_wr.c | 5 +- examples/CDL/Makefile.in | 1 - examples/Makefile.in | 1 - h5_test/Makefile.in | 1 - include/Makefile.in | 1 - include/nc.h | 18 +- include/netcdf.h | 23 +- include/onstack.h | 8 +- libdap2/Makefile.in | 1 - libdap2/ncd2dispatch.c | 12 +- libdispatch/Makefile.in | 1 - libdispatch/dattget.c | 109 +- libdispatch/dattput.c | 54 +- libdispatch/dstring.c | 48 +- libdispatch/dvar.c | 18 +- liblib/Makefile.am | 4 +- liblib/Makefile.in | 5 +- libnetcdf.settings.in | 7 +- libsrc/Makefile.in | 1 - libsrc/dim.c | 11 +- libsrc/ncx.h | 53 +- libsrc/ncx.m4 | 38 +- libsrc/posixio.c | 4 + libsrc/putget.m4 | 16 +- libsrc/v1hpg.c | 145 +- libsrc4/Makefile.in | 1 - libsrc4/nc4var.c | 259 +- libsrcp/Makefile.in | 1 - nc_test/CMakeLists.txt | 1 + nc_test/Makefile.in | 1 - nc_test/nc_test.c | 17 +- nc_test/test_get.c | 18662 ++++++++++++------------ nc_test/test_put.c | 23884 +++++++++++++++---------------- nc_test/test_read.c | 67 +- nc_test/test_write.c | 62 +- nc_test/tests.h | 18 +- nc_test/util.c | 101 +- nc_test4/CMakeLists.txt | 5 +- nc_test4/Makefile.am | 3 +- nc_test4/Makefile.in | 4 +- nc_test4/bm_many_objs.c | 5 +- nc_test4/tst_put_vars_two_unlim_dim.c | 67 + ncdap_test/Makefile.in | 1 - ncdap_test/expected3/Makefile.in | 1 - ncdap_test/expected3/test.07.dmp | 6 + ncdap_test/expected3/test.21.dmp | 6 + ncdap_test/expected4/Makefile.in | 1 - ncdap_test/expected4/test.07.dmp | 6 + ncdap_test/expected4/test.21.dmp | 6 + ncdap_test/expectremote3/Makefile.in | 1 - ncdap_test/expectremote3/test.01.1.dmp | 10 + ncdap_test/expectremote3/test.01.dmp | 6 + ncdap_test/expectremote3/test.07.1.dmp | 10 + ncdap_test/expectremote3/test.07.3.dmp | 10 + ncdap_test/expectremote3/test.07.4.dmp | 10 + ncdap_test/expectremote3/test.07.dmp | 6 + ncdap_test/expectremote4/Makefile.in | 1 - ncdap_test/expectremote4/test.01.1.dmp | 10 + ncdap_test/expectremote4/test.01.dmp | 6 + ncdap_test/expectremote4/test.07.1.dmp | 10 + ncdap_test/expectremote4/test.07.dmp | 6 + ncdap_test/t_dap3a.c | 4 +- ncdap_test/testdata3/Makefile.in | 1 - ncdap_test/testdata3/synth6.das | 24 +- ncdump/CMakeLists.txt | 17 +- ncdump/Make0 | 24 + ncdump/Makefile.am | 24 +- ncdump/Makefile.in | 81 +- ncdump/cdl/Makefile.am | 2 +- ncdump/cdl/Makefile.in | 3 +- ncdump/cdl/ref_keyword.cdl | 9 + ncdump/cdl/ref_tst_solar_1.cdl | 4 +- ncdump/chunkspec.c | 10 +- ncdump/ctests.sh | 2 +- ncdump/expected/Makefile.am | 2 +- ncdump/expected/Makefile.in | 3 +- ncdump/expected/c0.dmp | 4 +- ncdump/expected/ref_ctest1_nc4.dmp | 4 +- ncdump/expected/ref_ctest1_nc4c.dmp | 4 +- ncdump/expected/ref_keyword.dmp | 8 + ncdump/expected/ref_tst_solar_1.dmp | 4 +- ncdump/inttags.cdl | 15 + ncdump/inttags4.cdl | 23 + ncdump/ncdump.c | 29 +- ncdump/ncdump.h | 3 +- ncdump/ref_ctest1_nc4.cdl | 4 +- ncdump/ref_inttags.cdl | 15 + ncdump/ref_inttags4.cdl | 24 + ncdump/ref_tst_solar_1.cdl | 4 +- ncdump/run_back_comp_tests.sh | 1 + ncdump/run_tests.sh | 1 + ncdump/run_utf8_nc4_tests.sh | 1 + ncdump/run_utf8_tests.sh | 1 + ncdump/tst_64bit.sh | 1 + ncdump/tst_bom.sh | 1 + ncdump/tst_calendars.sh | 1 + ncdump/tst_charfill.sh | 1 + ncdump/tst_dimsizes.c | 80 + ncdump/tst_dimsizes.sh | 57 + ncdump/tst_fillbug.sh | 1 + ncdump/tst_formatx3.sh | 1 + ncdump/tst_formatx4.sh | 1 + ncdump/tst_grp_spec.sh | 1 + ncdump/tst_h_scalar.sh | 1 + ncdump/tst_inmemory_nc3.sh | 2 +- ncdump/tst_inmemory_nc4.sh | 2 +- ncdump/tst_inttags.sh | 20 + ncdump/tst_inttags4.sh | 21 + ncdump/tst_iter.sh | 1 + ncdump/tst_lengths.sh | 2 +- ncdump/tst_mud.sh | 1 + ncdump/tst_nccopy3.sh | 1 + ncdump/tst_nccopy4.sh | 1 + ncdump/tst_ncgen4.sh | 1 + ncdump/tst_ncgen4_classic.sh | 1 + ncdump/tst_ncgen4_cycle.sh | 1 + ncdump/tst_ncgen4_diff.sh | 11 +- ncdump/tst_ncgen_shared.sh | 4 +- ncdump/tst_netcdf4.sh | 2 + ncdump/tst_netcdf4_4.sh | 1 + ncdump/tst_output.sh | 1 + ncdump/vardata.c | 66 +- ncgen/CMakeLists.txt | 28 +- ncgen/Makefile.am | 21 +- ncgen/Makefile.in | 34 +- ncgen/c0_4.cdl | 10 +- ncgen/cdata.c | 6 +- ncgen/data.c | 6 + ncgen/data.h | 2 + ncgen/genbin.c | 10 +- ncgen/genc.c | 59 +- ncgen/generr.c | 20 +- ncgen/generr.h | 6 + ncgen/genlib.h | 8 +- ncgen/getfill.c | 4 +- ncgen/main.c | 92 +- ncgen/ncf345.cdl | 1743 +++ ncgen/ncgen.1 | 14 +- ncgen/ncgen.l | 330 +- ncgen/ncgen.y | 36 +- ncgen/{ncgenyy.c => ncgenl.c} | 1659 +-- ncgen/{ncgentab.c => ncgeny.c} | 1314 +- ncgen/{ncgentab.h => ncgeny.h} | 96 +- ncgen/offsets.h | 2 +- ncgen/run_nc4_tests.sh | 5 + ncgen/run_tests.sh | 2 +- ncgen/semantics.c | 131 +- ncgen/util.c | 59 + ncgen/util.h | 7 +- ncgen3/Makefile.in | 1 - nctest/Makefile.in | 1 - nctest/atttests.c | 2 +- oc2/CMakeLists.txt | 2 +- oc2/Make0 | 12 +- oc2/Makefile.am | 8 +- oc2/Makefile.in | 27 +- oc2/auth.html.in | 4 +- oc2/dap.y | 2 +- oc2/daplex.c | 2 +- oc2/dapparse.c | 2 +- oc2/{daptab.c => dapy.c} | 1642 ++- oc2/{daptab.h => dapy.h} | 88 +- oc2/oc.css | 39 - oc2/oc.h | 2 +- oc2/ochttp.c | 2 - oc2/ocinternal.c | 2 +- oc2/ocnode.c | 245 +- 189 files changed, 28250 insertions(+), 24969 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

