[netcdf] 02/09: Merge tag 'upstream/4.4.0_rc1'
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 25 00:22:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository netcdf.
commit 29cdec291d33352655247aa60384ac208a690d77
Merge: 59b932d bb9683b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 25 01:50:51 2015 +0200
Merge tag 'upstream/4.4.0_rc1'
Upstream version 4.4.0~rc1
.gitignore | 1 +
.travis.yml | 26 +-
CMakeLists.txt | 140 +-
Doxyfile.developer | 2 +-
INSTALL | 259 -
INSTALL.cmake | 161 -
docs/install.dox => INSTALL.md | 313 +-
Makefile.am | 2 +-
Makefile.in | 54 +-
RELEASE_NOTES.md | 28 +
aclocal.m4 | 181 +-
cf | 203 -
cf.cmake | 14 -
compile | 2 +-
config.guess | 201 +-
config.h.cmake.in | 1 +
config.h.in | 14 +-
config.sub | 40 +-
configure | 2306 +++++----
configure.ac | 37 +-
depcomp | 2 +-
docs/.gitignore | 1 +
docs/CMakeLists.txt | 26 +-
docs/Doxyfile.in | 11 +-
docs/FAQ.md | 23 +-
docs/Makefile.am | 13 +-
docs/Makefile.in | 41 +-
docs/OPeNDAP.dox | 692 +++
docs/architecture.dox | 6 +-
docs/attribute_conventions.md | 128 +
docs/auth.md | 489 ++
docs/auth.md.in | 14 +
docs/file_format_specifications.md | 744 +++
docs/guide.dox | 1700 +------
docs/images/Makefile.in | 27 +-
docs/install-fortran.md | 237 +-
docs/install.md | 428 +-
docs/mainpage.dox | 12 +-
docs/{notes.dox => notes.md} | 42 +-
docs/ocauth.md | 475 ++
docs/software.md | 2719 ++++++++++
docs/tutorial.dox | 2 +-
docs/windows-binaries.md | 51 +-
examples/C/Makefile.in | 31 +-
examples/CDL/Makefile.in | 30 +-
examples/Makefile.in | 27 +-
h5_test/CMakeLists.txt | 2 -
h5_test/Makefile.am | 11 +-
h5_test/Makefile.in | 38 +-
h5_test/tst_h_endian_float.c | 83 +
h5_test/tst_h_vars.c | 86 +-
include/Makefile.am | 4 +
include/Makefile.in | 41 +-
include/ncdispatch.h | 15 +-
include/netcdf.h | 7 +-
include/netcdf_mem.h | 82 +
install-sh | 366 +-
libdap2/Makefile.in | 31 +-
libdap2/dapcvt.c | 32 +-
libdap2/dapdebug.h | 1 -
libdap2/env | 6 +-
libdap2/ncd2dispatch.c | 31 +-
libdispatch/Makefile.in | 31 +-
libdispatch/dfile.c | 281 +-
libdispatch/dgroup.c | 3 +
libdispatch/dvar.c | 64 +
libdispatch/dvarinq.c | 122 +-
libdispatch/dvarput.c | 15 +-
liblib/CMakeLists.txt | 2 +-
liblib/Makefile.am | 14 +-
liblib/Makefile.in | 37 +-
libnetcdf.settings.in | 1 +
libsrc/CMakeLists.txt | 12 +-
libsrc/Makefile.in | 31 +-
libsrc/attr.c | 343 +-
libsrc/attr.m4 | 4 +-
libsrc/ffio.c | 2 +
libsrc/memio.c | 184 +-
libsrc/mmapio.c | 2 +
libsrc/nc3internal.c | 254 +-
libsrc/ncio.c | 34 +-
libsrc/ncio.h | 4 +-
libsrc/ncx.c | 5955 ----------------------
libsrc/posixio.c | 4 +-
libsrc/putget.c | 3959 ---------------
libsrc/winceio.c | 2 +
libsrc4/Makefile.in | 31 +-
libsrc4/nc4file.c | 438 +-
libsrc4/nc4hdf.c | 30 +-
libsrc4/nc4internal.c | 4 +-
libsrc5/Makefile.in | 31 +-
ljna | 33 -
ltmain.sh | 5508 ++++++++++++--------
m4/libtool.m4 | 2546 ++++++----
m4/ltoptions.m4 | 127 +-
m4/ltsugar.m4 | 7 +-
m4/ltversion.m4 | 12 +-
m4/lt~obsolete.m4 | 7 +-
mclean | 10 -
missing | 2 +-
nc-config.in | 4 +-
nc_test/CMakeLists.txt | 1 +
nc_test/Makefile.am | 4 +-
nc_test/Makefile.in | 63 +-
nc_test/test_get.c | 6161 -----------------------
nc_test/test_put.c | 7206 ---------------------------
nc_test/tst_put_vars.c | 69 +
nc_test4/CMakeLists.txt | 8 +-
nc_test4/Makefile.am | 25 +-
nc_test4/Makefile.in | 135 +-
nc_test4/tst_fills2.c | 14 +
nc_test4/tst_h4_lendian.c | 167 +
nc_test4/tst_h5_endians.c | 136 +
ncdap_test/CMakeLists.txt | 28 +-
ncdap_test/Makefile.am | 14 +-
ncdap_test/Makefile.in | 59 +-
ncdap_test/expected3/Makefile.in | 27 +-
ncdap_test/expected4/Makefile.in | 27 +-
ncdap_test/expectremote3/Makefile.in | 27 +-
ncdap_test/expectremote4/Makefile.in | 27 +-
ncdap_test/t_ncf330.c | 72 +
ncdap_test/testauth.old | 213 +
ncdap_test/testauth.sh | 344 +-
ncdap_test/{testauth.sh => testauth.sh.old} | 0
ncdap_test/testdata3/Makefile.in | 27 +-
ncdap_test/tst_ncdap.sh | 1 +
ncdap_test/tst_ncdap3.sh | 2 +
ncdap_test/tst_ncdap4.sh | 2 +
ncdap_test/tst_nocache3.sh | 2 +
ncdap_test/tst_nocache4.sh | 2 +
ncdap_test/tst_remote.sh | 13 +-
ncdap_test/tst_remote3.sh | 4 +-
ncdap_test/tst_remote4.sh | 2 +
ncdap_test/tst_special.sh | 2 +
ncdap_test/tst_tds.sh | 2 +
ncdump/CMakeLists.txt | 68 +-
ncdump/Makefile.am | 6 +-
ncdump/Makefile.in | 62 +-
ncdump/cdl/Makefile.in | 27 +-
ncdump/expected/Makefile.in | 27 +-
ncdump/ncdump.c | 106 +-
ncdump/ncdump.h | 2 +
ncdump/tst_fillbug.sh | 7 +
ncdump/tst_inmemory.sh | 57 +
ncdump/tst_nccopy4.sh | 8 +-
ncdump/tst_output.sh | 10 +-
ncgen/Makefile.in | 34 +-
ncgen/main.c | 15 +-
ncgen3/Makefile.in | 34 +-
ncgen3/load.c | 4 +
nctest/Makefile.in | 34 +-
oc2/CMakeLists.txt | 1 +
oc2/Make0 | 28 +-
oc2/Makefile.am | 2 +-
oc2/Makefile.in | 30 +-
oc2/daptab.c | 251 +-
oc2/daptab.h | 2 +-
oc2/ocauth.html | 434 ++
oc2/occurlfunctions.c | 6 +-
oc2/ocdata.c | 5 +-
oc2/ocdata.h | 4 +-
oc2/ocinternal.c | 11 +-
oc2/ocinternal.h | 2 +-
oc2/ocrc.c | 26 +-
oc2/ocuri.c | 2 -
oc2/xxdr.h | 5 +-
test-driver | 15 +-
wjna | 43 -
168 files changed, 17095 insertions(+), 32101 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git
More information about the Pkg-grass-devel
mailing list