[netcdf] 01/01: Merge branch 'upstream'
Nico Schlömer
nschloe-guest at moszumanska.debian.org
Sun May 11 19:47:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
nschloe-guest pushed a commit to branch master
in repository netcdf.
commit eff51ebfa8ebc2cadc2a3bcd24b239e2f797d7cd
Merge: 4438ce4 33604bf
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date: Sun May 11 21:46:52 2014 +0200
Merge branch 'upstream'
.gitignore | 16 +
CMakeLists.txt | 1322 +
COMPILE.cmake.txt | 93 +
COPYRIGHT | 11 +-
CTestConfig.cmake.in | 17 +
CTestCustom.cmake | 8 +
FixBundle.cmake.in | 11 +
INSTALL | 1932 +-
INSTALL.cmake | 161 +
Makefile.am | 147 +-
Makefile.in | 589 +-
README | 73 -
README.md | 73 +
RELEASE_NOTES | 1108 -
RELEASE_NOTES.md | 1633 ++
aclocal.m4 | 868 +-
cmake/ConfigUser.cmake | 53 +
cmake/modules/FindHDF4.cmake | 85 +
cmake/modules/FindMakeDist.cmake | 250 +
cmake/modules/FindSZIP.cmake | 179 +
cmake/modules/FindXDR.cmake | 29 +
cmake/modules/FindZLIB.cmake | 84 +
cmake/modules/windows/FindHDF5.cmake | 85 +
cmake_uninstall.cmake.in | 24 +
compile | 232 +-
config.guess | 415 +-
config.h.in | 134 +-
config.h.in.cmake | 284 +
config.sub | 288 +-
configure | 25618 ++++++-------------
configure.ac | 764 +-
cxx/Makefile.am | 72 -
cxx/Makefile.in | 803 -
cxx/README | 28 -
cxx/nctst.cpp | 518 -
cxx/ncvalues.cpp | 331 -
cxx/ncvalues.h | 279 -
cxx/netcdf.cpp | 1658 --
cxx/netcdf.hh | 1 -
cxx/netcdfcpp.h | 469 -
cxx/ref_nctst.cdl | 52 -
cxx/ref_nctst_64bit_offset.cdl | 52 -
cxx/ref_nctst_netcdf4.cdl | 52 -
cxx/ref_nctst_netcdf4_classic.cdl | 52 -
cxx/run_nc4_tests.sh | 21 -
cxx/run_nc_tests.sh | 21 -
cxx/run_valgrind_tests.sh | 26 -
cxx/tst_failure.cpp | 47 -
cxx/tst_many_writes.cpp | 122 -
cxx4/Makefile.am | 56 -
cxx4/Makefile.in | 841 -
cxx4/README | 1 -
cxx4/ncAtt.cpp | 231 -
cxx4/ncAtt.h | 121 -
cxx4/ncByte.cpp | 24 -
cxx4/ncByte.h | 30 -
cxx4/ncChar.cpp | 22 -
cxx4/ncChar.h | 27 -
cxx4/ncCheck.cpp | 74 -
cxx4/ncCheck.h | 20 -
cxx4/ncCompoundType.cpp | 145 -
cxx4/ncCompoundType.h | 113 -
cxx4/ncDim.cpp | 116 -
cxx4/ncDim.h | 84 -
cxx4/ncDouble.cpp | 22 -
cxx4/ncDouble.h | 28 -
cxx4/ncEnumType.cpp | 112 -
cxx4/ncEnumType.h | 107 -
cxx4/ncException.cpp | 231 -
cxx4/ncException.h | 438 -
cxx4/ncFile.cpp | 92 -
cxx4/ncFile.h | 79 -
cxx4/ncFloat.cpp | 22 -
cxx4/ncFloat.h | 28 -
cxx4/ncGroup.cpp | 1330 -
cxx4/ncGroup.h | 564 -
cxx4/ncGroupAtt.cpp | 65 -
cxx4/ncGroupAtt.h | 45 -
cxx4/ncInt.cpp | 22 -
cxx4/ncInt.h | 28 -
cxx4/ncInt64.cpp | 22 -
cxx4/ncInt64.h | 28 -
cxx4/ncOpaqueType.cpp | 68 -
cxx4/ncOpaqueType.h | 59 -
cxx4/ncShort.cpp | 22 -
cxx4/ncShort.h | 28 -
cxx4/ncString.cpp | 22 -
cxx4/ncString.h | 28 -
cxx4/ncType.cpp | 161 -
cxx4/ncType.h | 156 -
cxx4/ncUbyte.cpp | 22 -
cxx4/ncUbyte.h | 28 -
cxx4/ncUint.cpp | 22 -
cxx4/ncUint.h | 28 -
cxx4/ncUint64.cpp | 22 -
cxx4/ncUint64.h | 28 -
cxx4/ncUshort.cpp | 22 -
cxx4/ncUshort.h | 28 -
cxx4/ncVar.cpp | 1788 --
cxx4/ncVar.h | 1137 -
cxx4/ncVarAtt.cpp | 63 -
cxx4/ncVarAtt.h | 47 -
cxx4/ncVlenType.cpp | 93 -
cxx4/ncVlenType.h | 58 -
cxx4/netcdf | 32 -
cxx4/test_att.cpp | 834 -
cxx4/test_dim.cpp | 335 -
cxx4/test_group.cpp | 394 -
cxx4/test_type.cpp | 564 -
cxx4/test_utilities.h | 8 -
cxx4/test_var.cpp | 813 -
cxx4/test_var2.cpp | 192 -
depcomp | 531 +-
examples/C/CMakeLists.txt | 24 +
examples/C/Makefile.am | 2 +-
examples/C/Makefile.in | 827 +-
examples/C/pres_temp_4D_rd.c | 23 +-
examples/C/pres_temp_4D_wr.c | 24 +-
examples/C/sfc_pres_temp_rd.c | 23 +-
examples/C/sfc_pres_temp_wr.c | 24 +-
examples/C/simple_nc4_rd.c | 24 +-
examples/C/simple_nc4_wr.c | 36 +-
examples/C/simple_xy_nc4_rd.c | 27 +-
examples/C/simple_xy_nc4_wr.c | 30 +-
examples/C/simple_xy_rd.c | 20 +-
examples/C/simple_xy_wr.c | 18 +-
examples/CDL/CMakeLists.txt | 23 +
examples/CDL/Makefile.am | 6 +-
examples/CDL/Makefile.in | 620 +-
examples/CDL/create_sample_files.sh | 6 +-
examples/CMakeLists.txt | 14 +
examples/CXX/Makefile.am | 44 -
examples/CXX/Makefile.in | 688 -
examples/CXX/do_comps.sh | 18 -
examples/CXX/pres_temp_4D_rd.cpp | 126 -
examples/CXX/pres_temp_4D_wr.cpp | 149 -
examples/CXX/sfc_pres_temp_rd.cpp | 161 -
examples/CXX/sfc_pres_temp_wr.cpp | 142 -
examples/CXX/simple_xy_rd.cpp | 67 -
examples/CXX/simple_xy_wr.cpp | 80 -
examples/CXX4/Makefile.am | 46 -
examples/CXX4/Makefile.in | 695 -
examples/CXX4/do_comps.sh | 55 -
examples/CXX4/pres_temp_4D_rd.cpp | 124 -
examples/CXX4/pres_temp_4D_wr.cpp | 168 -
examples/CXX4/sfc_pres_temp_rd.cpp | 158 -
examples/CXX4/sfc_pres_temp_wr.cpp | 144 -
examples/CXX4/simple_xy_rd.cpp | 61 -
examples/CXX4/simple_xy_wr.cpp | 82 -
examples/CXX4/simple_xy_wr_formats.cpp | 109 -
examples/F77/Makefile.am | 44 -
examples/F77/Makefile.in | 669 -
examples/F77/do_comps.sh | 18 -
examples/F77/pres_temp_4D_rd.f | 169 -
examples/F77/pres_temp_4D_wr.f | 215 -
examples/F77/sfc_pres_temp_rd.f | 186 -
examples/F77/sfc_pres_temp_wr.f | 176 -
examples/F77/simple_xy_nc4_rd.f | 74 -
examples/F77/simple_xy_nc4_wr.f | 97 -
examples/F77/simple_xy_rd.f | 74 -
examples/F77/simple_xy_wr.f | 104 -
examples/F90/Makefile.am | 110 -
examples/F90/Makefile.in | 787 -
examples/F90/do_comps.sh | 18 -
examples/F90/nc4_pres_temp_4D_wr.f90 | 175 -
examples/F90/nc4_sfc_pres_temp_wr.f90 | 144 -
examples/F90/nc4_simple_xy_wr.f90 | 97 -
examples/F90/pres_temp_4D_rd.f90 | 143 -
examples/F90/pres_temp_4D_wr.f90 | 175 -
examples/F90/run_f90_par_examples.sh | 2 -
examples/F90/run_nc4_comps.sh | 23 -
examples/F90/sfc_pres_temp_rd.f90 | 158 -
examples/F90/sfc_pres_temp_wr.f90 | 144 -
examples/F90/simple_xy_nc4_rd.f90 | 89 -
examples/F90/simple_xy_nc4_wr.f90 | 90 -
examples/F90/simple_xy_par_rd.f90 | 96 -
examples/F90/simple_xy_par_wr.f90 | 116 -
examples/F90/simple_xy_rd.f90 | 72 -
examples/F90/simple_xy_wr.f90 | 97 -
examples/Makefile.am | 32 +-
examples/Makefile.in | 345 +-
f90/Makefile.am | 77 -
f90/Makefile.in | 664 -
f90/netcdf.f90 | 55 -
f90/netcdf3_file.f90 | 43 -
f90/netcdf4.f90 | 62 -
f90/netcdf4_constants.f90 | 92 -
f90/netcdf4_eightbyte.f90 | 808 -
f90/netcdf4_externals.f90 | 32 -
f90/netcdf4_file.f90 | 155 -
f90/netcdf4_func.f90 | 654 -
f90/netcdf4_variables.f90 | 358 -
f90/netcdf4_visibility.f90 | 23 -
f90/netcdf_attributes.f90 | 330 -
f90/netcdf_constants.f90 | 128 -
f90/netcdf_dims.f90 | 46 -
f90/netcdf_eightbyte.f90 | 540 -
f90/netcdf_expanded.f90 | 2644 --
f90/netcdf_externals.f90 | 46 -
f90/netcdf_f90.3 | 1013 -
f90/netcdf_file.f90 | 144 -
f90/netcdf_overloads.f90 | 95 -
f90/netcdf_text_variables.f90 | 489 -
f90/netcdf_variables.f90 | 88 -
f90/netcdf_visibility.f90 | 25 -
f90/typeSizes.f90 | 64 -
fortran/Makefile.am | 94 -
fortran/Makefile.in | 792 -
fortran/cfortran.h | 2519 --
fortran/fort-attio.c | 150 -
fortran/fort-control.c | 130 -
fortran/fort-dim.c | 56 -
fortran/fort-genatt.c | 70 -
fortran/fort-geninq.c | 55 -
fortran/fort-genvar.c | 84 -
fortran/fort-lib.c | 279 -
fortran/fort-lib.h | 109 -
fortran/fort-misc.c | 53 -
fortran/fort-nc4.c | 238 -
fortran/fort-v2compat.c | 1965 --
fortran/fort-var1io.c | 166 -
fortran/fort-varaio.c | 164 -
fortran/fort-vario.c | 168 -
fortran/fort-varmio.c | 158 -
fortran/fort-varsio.c | 167 -
fortran/ncfortran.h | 896 -
fortran/netcdf2.inc | 224 -
fortran/netcdf3.inc | 1109 -
fortran/netcdf4.inc | 388 -
fortran/netcdf_f77.3 | 1370 -
fortran/nfconfig.in | 83 -
h5_test/CMakeLists.txt | 22 +
h5_test/Makefile.am | 4 +-
h5_test/Makefile.in | 1041 +-
h5_test/h5_err_macros.h | 19 +
h5_test/tst_h_atts.c | 1 +
h5_test/tst_h_atts3.c | 2 +-
h5_test/tst_h_atts4.c | 4 +-
h5_test/tst_h_compounds.c | 2 +-
h5_test/tst_h_compounds2.c | 2 +-
h5_test/tst_h_dimscales.c | 3 +-
h5_test/tst_h_dimscales1.c | 2 +-
h5_test/tst_h_dimscales2.c | 48 +-
h5_test/tst_h_dimscales3.c | 30 +-
h5_test/tst_h_dimscales4.c | 153 +-
h5_test/tst_h_enums.c | 2 +-
h5_test/tst_h_files.c | 6 +-
h5_test/tst_h_files2.c | 2 +-
h5_test/tst_h_files4.c | 2 +-
h5_test/tst_h_grps.c | 2 +-
h5_test/tst_h_ints.c | 2 +-
h5_test/tst_h_mem.c | 10 +-
h5_test/tst_h_opaques.c | 2 +-
h5_test/tst_h_rd_cmp.c | 2 +-
h5_test/tst_h_strings.c | 18 +-
h5_test/tst_h_strings1.c | 2 +-
h5_test/tst_h_strings2.c | 2 +-
h5_test/tst_h_vars.c | 4 +-
h5_test/tst_h_vars2.c | 12 +-
h5_test/tst_h_vars3.c | 2 +-
h5_test/tst_h_vl.c | 2 +-
h5_test/tst_h_wrt_cmp.c | 2 +-
include/CMakeLists.txt | 7 +
include/Makefile.am | 15 +-
include/Makefile.in | 240 +-
include/XGetopt.h | 40 +
include/ceconstraints.h | 4 +-
include/err_macros.h | 16 +-
include/nc.h | 415 +-
include/nc3dispatch.h | 7 +-
include/nc3internal.h | 380 +
include/nc4internal.h | 410 +
include/nc_logging.h | 54 +-
include/nc_tests.h | 24 +-
include/nc_uri.h | 48 -
{libcdmr => include}/ncaux.h | 0
include/ncbytes.h | 28 +-
include/ncconfigure.h | 69 +
include/ncdispatch.h | 155 +-
include/nchashmap.h | 43 +-
include/ncio.h | 147 -
include/nclist.h | 43 +-
include/nclog.h | 31 +
include/nctime.h | 159 +
include/ncuri.h | 59 +
include/netcdf.h | 624 +-
include/netcdf_f.h | 2 +-
include/netcdf_par.h | 9 +-
include/onstack.h | 84 +
{libsrc => include}/rnd.h | 0
include/utf8proc.h | 8 +
install-sh | 35 +-
lib_flags.am | 2 +-
libcdmr/Makefile.am | 100 -
libcdmr/Makefile.in | 761 -
libcdmr/ast.h | 17 -
libcdmr/ast_byteio.c | 261 -
libcdmr/ast_byteio.h | 17 -
libcdmr/ast_curl.c | 173 -
libcdmr/ast_curl.h | 11 -
libcdmr/ast_debug.c | 14 -
libcdmr/ast_debug.h | 21 -
libcdmr/ast_internal.c | 722 -
libcdmr/ast_internal.h | 73 -
libcdmr/ast_runtime.c | 717 -
libcdmr/ast_runtime.h | 175 -
libcdmr/ast_util.c | 53 -
libcdmr/ast_util.h | 5 -
libcdmr/cceconstraints.c | 844 -
libcdmr/cceconstraints.h | 126 -
libcdmr/ccelex.c | 223 -
libcdmr/cceparse.c | 244 -
libcdmr/cceparselex.h | 89 -
libcdmr/ccetab.c | 1679 --
libcdmr/ccetab.h | 58 -
libcdmr/crce.c | 891 -
libcdmr/crce.h | 48 -
libcdmr/crdebug.c | 42 -
libcdmr/crdebug.h | 44 -
libcdmr/crutil.c | 29 -
libcdmr/crutil.h | 13 -
libcdmr/curlwrap.c | 447 -
libcdmr/curlwrap.h | 55 -
libcdmr/ncStreamx.c | 2297 --
libcdmr/ncStreamx.h | 234 -
libcdmr/ncaux.c | 401 -
libcdmr/nccr.c | 263 -
libcdmr/nccr.h | 90 -
libcdmr/nccrdispatch.c | 190 -
libcdmr/nccrdispatch.h | 84 -
libcdmr/nccrdump.c | 441 -
libcdmr/nccrdump.h | 8 -
libcdmr/nccrgetvara.c | 237 -
libcdmr/nccrmeta.c | 607 -
libcdmr/nccrmeta.h | 14 -
libcdmr/nccrnode.h | 49 -
libcdmr/nccrproto.c | 455 -
libcdmr/nccrproto.h | 18 -
libcdmr/nccrstub.c | 23 -
libcdmr/t_cdmr.c | 19 -
libcf/COPYRIGHT | 35 -
libcf/Makefile.am | 45 -
libcf/Makefile.in | 793 -
libcf/acinclude.m4 | 58 -
libcf/aclocal.m4 | 992 -
libcf/cfcheck/Makefile.am | 32 -
libcf/cfcheck/Makefile.in | 644 -
libcf/cfcheck/cfcheck.c | 87 -
libcf/cfcheck/tst_cfcheck.sh | 21 -
libcf/compile | 143 -
libcf/config.guess | 1501 --
libcf/config.h.in | 175 -
libcf/config.sub | 1705 --
libcf/configure | 22897 -----------------
libcf/configure.ac | 424 -
libcf/depcomp | 630 -
libcf/doc/Makefile.am | 43 -
libcf/doc/Makefile.in | 727 -
libcf/doc/defines.texi | 61 -
libcf/doc/libcf.info | 2593 --
libcf/doc/libcf.pdf | Bin 154947 -> 0 bytes
libcf/doc/libcf.ps | 3565 ---
libcf/doc/libcf.texi | 2546 --
libcf/doc/mdate-sh | 205 -
libcf/doc/stamp-vti | 4 -
libcf/doc/texinfo.tex | 9291 -------
libcf/doc/version.texi | 4 -
libcf/gridspec/tools/make_hgrid/run_tests.in | 73 -
libcf/gridspec/tools/make_topog/run_tests.in | 21 -
libcf/gridspec/tools/make_vgrid/run_tests.in | 17 -
libcf/install-sh | 520 -
libcf/ltmain.sh | 9636 -------
libcf/m4/libtool.m4 | 7831 ------
libcf/m4/ltoptions.m4 | 369 -
libcf/m4/ltsugar.m4 | 123 -
libcf/m4/ltversion.m4 | 23 -
libcf/m4/lt~obsolete.m4 | 98 -
libcf/missing | 376 -
libcf/nfconfig.in | 83 -
libcf/src/Makefile.am | 59 -
libcf/src/Makefile.in | 789 -
libcf/src/cdTimeConv.c | 1085 -
libcf/src/cddrs.h | 157 -
libcf/src/cdms.h | 320 -
libcf/src/cdmsint.h | 594 -
libcf/src/cdunif.h | 181 -
libcf/src/cfcvars.c | 1552 --
libcf/src/cferror.c | 80 -
libcf/src/cferror.h | 37 -
libcf/src/cffiles.c | 357 -
libcf/src/cfsubsets.c | 265 -
libcf/src/cfvars.c | 321 -
libcf/src/drscdf.h | 278 -
libcf/src/libcf.h | 509 -
libcf/src/libcf_int.h | 23 -
libcf/src/nc_tests.h | 71 -
libcf/src/nccoord.c | 379 -
libcf/src/tst_coords.c | 447 -
libcf/src/tst_cvars.c | 66 -
libcf/src/tst_example_data.c | 50 -
libcf/src/tst_files.c | 165 -
libcf/src/tst_subsets.c | 623 -
libcf/src/tst_vars.c | 120 -
libcf/src/tst_vert.c | 283 -
libdap2/CMakeLists.txt | 35 +
libdap2/Makefile.am | 50 +-
libdap2/Makefile.in | 600 +-
libdap2/cache.c | 269 +-
libdap2/cdf.c | 1220 +
libdap2/cdf3.c | 761 -
libdap2/cdf4.c | 565 -
libdap2/common34.c | 1020 -
libdap2/constraints.c | 895 +
libdap2/constraints.h | 34 +
libdap2/constraints3.c | 1040 -
libdap2/constraints3.h | 34 -
libdap2/constraints4.c | 181 -
libdap2/constraints4.h | 17 -
libdap2/dapalign.c | 16 +-
libdap2/dapalign.h | 1 -
libdap2/dapattr.c | 502 +
libdap2/dapattr3.c | 387 -
libdap2/dapcvt.c | 9 +-
libdap2/dapdebug.c | 17 +-
libdap2/dapdebug.h | 37 +-
libdap2/dapdump.c | 147 +-
libdap2/dapdump.h | 3 +-
libdap2/dapnc.h | 1 -
libdap2/dapodom.c | 245 +-
libdap2/dapodom.h | 40 +-
libdap2/daputil.c | 724 +-
libdap2/daputil.h | 64 +-
libdap2/dceconstraints.c | 646 +-
libdap2/dceconstraints.h | 60 +-
libdap2/dcelex.c | 15 +-
libdap2/dceparse.c | 34 +-
libdap2/dceparselex.h | 4 +-
libdap2/dcetab.c | 2 -
libdap2/getvara.c | 1367 +
libdap2/getvara.h | 28 +-
libdap2/getvara3.c | 860 -
libdap2/getvara4.c | 791 -
libdap2/nccommon.h | 248 +-
libdap2/ncd2dispatch.c | 2158 ++
libdap2/ncd2dispatch.h | 66 +
libdap2/ncd3dispatch.c | 222 -
libdap2/ncd3dispatch.h | 71 -
libdap2/ncd4dispatch.c | 184 -
libdap2/ncd4dispatch.h | 83 -
libdap2/ncdap.h | 150 +
libdap2/ncdap3.c | 588 -
libdap2/ncdap3.h | 179 -
libdap2/ncdap3a.c | 820 -
libdap2/ncdap4.c | 792 -
libdap2/ncdap4.h | 96 -
libdap2/ncdaperr.c | 3 +-
libdispatch/CMakeLists.txt | 19 +
libdispatch/Makefile.am | 17 +-
libdispatch/Makefile.in | 655 +-
libdispatch/att.c | 395 -
libdispatch/copy.c | 619 -
libdispatch/datt.c | 166 +
libdispatch/dattget.c | 256 +
libdispatch/dattinq.c | 208 +
libdispatch/dattput.c | 369 +
libdispatch/dcompound.c | 489 +
libdispatch/dcopy.c | 648 +
libdispatch/ddim.c | 402 +
libdispatch/ddispatch.c | 210 +
libdispatch/denum.c | 176 +
libdispatch/derror.c | 259 +
libdispatch/dfile.c | 1815 ++
libdispatch/dgroup.c | 199 +
libdispatch/dim.c | 86 -
libdispatch/dispatch.c | 167 -
libdispatch/dopaque.c | 70 +
libdispatch/dparallel.c | 132 +
libdispatch/dstring.c | 302 +
libdispatch/dsubstrate.c | 936 +
libdispatch/dtype.c | 111 +
libdispatch/dutf8proc.c | 590 +
libdispatch/dv2i.c | 1189 +
libdispatch/dvar.c | 585 +
libdispatch/dvarget.c | 1614 ++
libdispatch/dvarinq.c | 573 +
libdispatch/dvarput.c | 1549 ++
libdispatch/dvlen.c | 184 +
libdispatch/error.c | 188 -
libdispatch/file.c | 484 -
libdispatch/nc.c | 103 +
libdispatch/nc4.c | 638 -
libdispatch/nc_uri.c | 551 -
libdispatch/ncaux.c | 394 +
libdispatch/ncbytes.c | 51 +-
libdispatch/nchashmap.c | 71 +-
libdispatch/nclist.c | 112 +-
libdispatch/nclistmgr.c | 114 +
libdispatch/nclog.c | 128 +-
libdispatch/nclog.h | 31 -
libdispatch/nctime.c | 1173 +
libdispatch/ncuri.c | 833 +
libdispatch/parallel.c | 137 -
{libsrc => libdispatch}/utf8proc_data.h | 0
libdispatch/v2i.c | 1158 -
libdispatch/var.c | 2536 --
liblib/CMakeLists.txt | 106 +
liblib/Makefile.am | 26 +-
liblib/Makefile.in | 339 +-
liblib/stub.c | 51 +-
libsrc/CMakeLists.txt | 72 +
libsrc/Makefile.am | 26 +-
libsrc/Makefile.in | 541 +-
libsrc/XGetopt.c | 214 +
libsrc/attr.c | 40 +-
libsrc/attr.m4 | 40 +-
libsrc/dim.c | 26 +-
libsrc/ffio.c | 45 +-
libsrc/lookup3.c | 375 +-
libsrc/memio.c | 613 +
libsrc/mmapio.c | 595 +
libsrc/nc.c | 1555 --
libsrc/nc3dispatch.c | 47 +-
libsrc/nc3internal.c | 1628 ++
libsrc/ncio.c | 132 +
libsrc/ncio.h | 175 +
libsrc/nclistmgr.c | 80 -
libsrc/ncx.c | 165 +-
libsrc/ncx.h | 12 +-
libsrc/ncx.m4 | 165 +-
libsrc/onstack.h | 72 -
libsrc/posixio.c | 165 +-
libsrc/putget.c | 652 +-
libsrc/putget.m4 | 112 +-
libsrc/string.c | 303 -
libsrc/utf8proc.c | 590 -
libsrc/v1hpg.c | 43 +-
libsrc/var.c | 74 +-
libsrc4/CMakeLists.txt | 47 +
libsrc4/Makefile.am | 7 +-
libsrc4/Makefile.in | 392 +-
libsrc4/nc4attr.c | 461 +-
libsrc4/nc4dim.c | 212 +-
libsrc4/nc4dispatch.c | 13 +-
libsrc4/nc4dispatch.h | 158 +-
libsrc4/nc4file.c | 2485 +-
libsrc4/nc4grp.c | 110 +-
libsrc4/nc4hdf.c | 1986 +-
libsrc4/nc4internal.c | 1200 +-
libsrc4/nc4internal.h | 425 -
libsrc4/nc4type.c | 200 +-
libsrc4/nc4var.c | 670 +-
libsrc4/ncfunc.c | 79 +-
libsrc5/CMakeLists.txt | 9 +
libsrc5/Makefile.am | 24 +
libsrc5/Makefile.in | 631 +
libsrc5/nc5dispatch.c | 1160 +
ltmain.sh | 95 +-
m4/libtool.m4 | 265 +-
m4/ltoptions.m4 | 19 +-
m4/ltversion.m4 | 10 +-
man4/CMakeLists.txt | 70 +
man4/Doxyfile.in | 2371 ++
man4/DoxygenLayout.xml | 184 +
man4/Makefile.am | 210 +-
man4/Makefile.in | 1125 +-
man4/architecture.dox | 11 +
man4/building-with-cmake.md | 106 +
man4/cdl.dox | 271 +
man4/defines.texi | 112 -
man4/dispatch.dox | 27 +
man4/footer.html | 13 +
man4/guide.dox | 4497 ++++
man4/images/InstallTreeWindows.jpg | Bin 0 -> 61966 bytes
man4/images/InstallTreeWindows.png | Bin 0 -> 291971 bytes
man4/images/Makefile.am | 4 +
man4/images/Makefile.in | 447 +
man4/images/aqua.jpg | Bin 0 -> 131072 bytes
man4/images/chunking2.png | Bin 0 -> 17690 bytes
man4/images/compatibility3.png | Bin 0 -> 578120 bytes
man4/images/compression.png | Bin 0 -> 20539 bytes
man4/images/deptree.jpg | Bin 0 -> 100421 bytes
man4/images/groups.png | Bin 0 -> 24584 bytes
man4/images/nc-classic-uml.png | Bin 0 -> 62391 bytes
man4/images/nc4-model.png | Bin 0 -> 86646 bytes
man4/images/ncatts.png | Bin 0 -> 13734 bytes
man4/images/nccoords.png | Bin 0 -> 7337 bytes
man4/images/ncfile.png | Bin 0 -> 12540 bytes
man4/images/netcdf_architecture.png | Bin 0 -> 114366 bytes
man4/images/pnetcdf.png | Bin 0 -> 10865 bytes
man4/images/terra.jpg | Bin 0 -> 12288 bytes
man4/install.dox | 370 +
man4/internal.dox | 304 +
man4/mainpage.dox | 68 +
man4/mdate-sh | 205 -
man4/nccopy-man-1.html | 338 -
man4/ncdump-man-1.html | 519 -
man4/ncgen-man-1.html | 1687 --
man4/ncgen3-man-1.html | 938 -
man4/netcdf-c.dvi | Bin 692028 -> 0 bytes
man4/netcdf-c.html | 12139 ---------
man4/netcdf-c.info | 180 -
man4/netcdf-c.info-1 | 8783 -------
man4/netcdf-c.info-2 | 3104 ---
man4/netcdf-c.pdf | Bin 769816 -> 0 bytes
man4/netcdf-c.ps | 15541 -----------
man4/netcdf-c.texi | 12304 ---------
man4/netcdf-c.txt | 11025 --------
man4/netcdf-cxx.dvi | Bin 99136 -> 0 bytes
man4/netcdf-cxx.html | 1129 -
man4/netcdf-cxx.info | 1238 -
man4/netcdf-cxx.pdf | Bin 163610 -> 0 bytes
man4/netcdf-cxx.ps | 3688 ---
man4/netcdf-cxx.texi | 1238 -
man4/netcdf-cxx.txt | 1296 -
man4/netcdf-f77.dvi | Bin 468868 -> 0 bytes
man4/netcdf-f77.html | 9313 -------
man4/netcdf-f77.info | 159 -
man4/netcdf-f77.info-1 | 8699 -------
man4/netcdf-f77.info-2 | 447 -
man4/netcdf-f77.pdf | Bin 555789 -> 0 bytes
man4/netcdf-f77.ps | 11808 ---------
man4/netcdf-f77.texi | 9519 -------
man4/netcdf-f77.txt | 8391 ------
man4/netcdf-f90.dvi | Bin 346356 -> 0 bytes
man4/netcdf-f90.html | 7007 -----
man4/netcdf-f90.info | 6897 -----
man4/netcdf-f90.pdf | Bin 435237 -> 0 bytes
man4/netcdf-f90.ps | 9271 -------
man4/netcdf-f90.texi | 7065 -----
man4/netcdf-f90.txt | 6180 -----
man4/netcdf-install.dvi | Bin 149444 -> 0 bytes
man4/netcdf-install.html | 2205 --
man4/netcdf-install.info | 2093 --
man4/netcdf-install.pdf | Bin 233522 -> 0 bytes
man4/netcdf-install.ps | 5151 ----
man4/netcdf-install.texi | 2000 --
man4/netcdf-install.txt | 1841 --
man4/netcdf-man-3.html | 3728 ---
man4/netcdf-tutorial.dvi | Bin 356004 -> 0 bytes
man4/netcdf-tutorial.html | 7827 ------
man4/netcdf-tutorial.info | 7294 ------
man4/netcdf-tutorial.pdf | Bin 500452 -> 0 bytes
man4/netcdf-tutorial.ps | 9491 -------
man4/netcdf-tutorial.texi | 2603 --
man4/netcdf-tutorial.txt | 6453 -----
man4/netcdf.dvi | Bin 459828 -> 0 bytes
man4/netcdf.html | 6894 -----
man4/netcdf.info | 6610 -----
man4/netcdf.pdf | Bin 533791 -> 0 bytes
man4/netcdf.ps | 11499 ---------
man4/netcdf.texi | 6615 -----
man4/netcdf.txt | 6115 -----
man4/netcdf_f77-man.html | 2181 --
man4/netcdf_f77.3 | 1039 -
man4/netcdf_f90-man.html | 1455 --
man4/notes.dox | 136 +
man4/pres_temp_4D.cdl | 73 -
man4/pres_temp_4D_rd.c | 162 -
man4/pres_temp_4D_rd.cpp | 126 -
man4/pres_temp_4D_rd.f | 169 -
man4/pres_temp_4D_rd.f90 | 143 -
man4/pres_temp_4D_wr.c | 211 -
man4/pres_temp_4D_wr.cpp | 149 -
man4/pres_temp_4D_wr.f | 215 -
man4/pres_temp_4D_wr.f90 | 175 -
man4/sfc_pres_temp.cdl | 38 -
man4/sfc_pres_temp_rd.c | 170 -
man4/sfc_pres_temp_rd.cpp | 161 -
man4/sfc_pres_temp_rd.f | 186 -
man4/sfc_pres_temp_rd.f90 | 158 -
man4/sfc_pres_temp_wr.c | 174 -
man4/sfc_pres_temp_wr.cpp | 142 -
man4/sfc_pres_temp_wr.f | 176 -
man4/sfc_pres_temp_wr.f90 | 144 -
man4/simple_nc4_rd.c | 100 -
man4/simple_nc4_wr.c | 137 -
man4/simple_xy.cdl | 16 -
man4/simple_xy_nc4_rd.c | 76 -
man4/simple_xy_nc4_rd.f | 74 -
man4/simple_xy_nc4_rd.f90 | 89 -
man4/simple_xy_nc4_wr.c | 102 -
man4/simple_xy_nc4_wr.f | 97 -
man4/simple_xy_nc4_wr.f90 | 90 -
man4/simple_xy_par_rd.f90 | 96 -
man4/simple_xy_par_wr.f90 | 116 -
man4/simple_xy_rd.c | 69 -
man4/simple_xy_rd.cpp | 67 -
man4/simple_xy_rd.f | 74 -
man4/simple_xy_rd.f90 | 72 -
man4/simple_xy_wr.c | 102 -
man4/simple_xy_wr.cpp | 80 -
man4/simple_xy_wr.f | 104 -
man4/simple_xy_wr.f90 | 97 -
man4/stamp-1 | 4 -
man4/stamp-2 | 4 -
man4/stamp-3 | 4 -
man4/stamp-4 | 4 -
man4/stamp-5 | 4 -
man4/stamp-6 | 4 -
man4/stamp-vti | 4 -
man4/texinfo.tex | 9291 -------
man4/tutorial.dox | 960 +
man4/types.dox | 289 +
man4/version-c.texi | 4 -
man4/version-cxx.texi | 4 -
man4/version-f77.texi | 4 -
man4/version-f90.texi | 4 -
man4/version-install.texi | 4 -
man4/version-tutorial.texi | 4 -
man4/version.texi | 4 -
man4/windows-binaries.md | 83 +
missing | 461 +-
nc-config.in | 151 +-
nc-config.in.cmake | 295 +
nc_test/CMakeLists.txt | 81 +
nc_test/Makefile.am | 57 +-
nc_test/Makefile.in | 1140 +-
nc_test/large_files.c | 129 +-
nc_test/nc_test.c | 1 +
nc_test/quick_large_files.c | 73 +-
nc_test/ref_tst_diskless2.cdl | 40 +
nc_test/run_diskless.sh | 117 +
nc_test/run_diskless2.sh | 53 +
nc_test/run_mmap.sh | 63 +
nc_test/run_pnetcdf_test.sh | 11 +
nc_test/t_nc.c | 86 +-
nc_test/test_put.c | 24 +-
nc_test/test_put.m4 | 3 +-
nc_test/test_read.c | 13 +-
nc_test/test_write.c | 78 +-
nc_test/testnc3perf.c | 496 +
nc_test/tests.h | 6 +-
nc_test/tst_atts.c | 151 +-
nc_test/tst_atts3.c | 724 +
nc_test/tst_big_rvar.c | 4 +-
nc_test/tst_big_var2.c | 15 +-
nc_test/tst_big_var6.c | 2 +-
nc_test/tst_diskless.c | 316 +
nc_test/tst_diskless2.c | 279 +
nc_test/tst_diskless3.c | 187 +
nc_test/tst_diskless4.c | 194 +
nc_test/tst_formatx_pnetcdf.c | 75 +
nc_test/tst_misc.c | 8 +-
nc_test/tst_names.c | 4 +
nc_test/tst_nofill.c | 10 +-
nc_test/tst_nofill2.c | 2 +-
{nc_test4 => nc_test}/tst_parallel2.c | 0
nc_test/tst_pnetcdf.c | 165 +
nc_test/tst_small.c | 7 +-
nc_test/util.c | 4 +-
nc_test4/CMakeLists.txt | 85 +
nc_test4/Makefile.am | 45 +-
nc_test4/Makefile.in | 1854 +-
nc_test4/bm_file.c | 43 +-
nc_test4/bm_many_atts.c | 31 +-
nc_test4/bm_many_objs.c | 41 +-
nc_test4/bm_netcdf4_recs.c | 94 +
nc_test4/renamegroup.c | 88 +
nc_test4/run_bm_ar4.sh | 2 +-
nc_test4/run_get_knmi_files.sh | 21 +
nc_test4/run_grp_rename.sh | 117 +
nc_test4/run_pnetcdf_test.sh | 1 -
nc_test4/run_valgrind_tests.sh | 4 +-
nc_test4/t_type.c | 2 +-
nc_test4/tst_ar4.c | 49 +-
nc_test4/tst_ar4_3d.c | 47 +-
nc_test4/tst_ar4_4d.c | 4 +-
nc_test4/tst_ar5.c | 2 +-
nc_test4/tst_atts.c | 2 +-
nc_test4/tst_atts1.c | 442 +-
nc_test4/tst_chunks.c | 8 +-
nc_test4/tst_chunks2.c | 10 +
nc_test4/tst_chunks3.c | 8 +-
nc_test4/tst_compounds.c | 28 +
nc_test4/tst_converts.c | 4 +
nc_test4/tst_converts2.c | 17 +-
nc_test4/tst_coords2.c | 40 +
nc_test4/tst_create_files.c | 12 +-
nc_test4/tst_dims.c | 172 +-
nc_test4/tst_dims2.c | 7 -
nc_test4/tst_dims3.c | 105 +-
nc_test4/tst_endian_fill.c | 2 +-
nc_test4/tst_files.c | 4 +-
nc_test4/tst_files2.c | 34 +-
nc_test4/tst_files5.c | 8 -
nc_test4/tst_files6.c | 14 -
nc_test4/tst_fillbug.c | 16 +-
nc_test4/tst_fills.c | 1 -
nc_test4/tst_fills2.c | 515 +-
nc_test4/tst_formatx_hdf4.sh | 26 +
nc_test4/tst_grps.c | 460 +-
nc_test4/tst_grps2.c | 2 +-
nc_test4/tst_h_atts2.c | 2 +
nc_test4/tst_h_many_atts.c | 31 +-
nc_test4/tst_h_refs.c | 116 +
nc_test4/tst_h_scalar.c | 381 +
nc_test4/tst_h_strbug.c | 193 +
nc_test4/tst_interops2.c | 4 +-
nc_test4/tst_interops5.c | 2 +
nc_test4/tst_interops6.c | 7 +-
nc_test4/tst_knmi.c | 100 +
nc_test4/tst_mem.c | 2 +-
nc_test4/tst_parallel3.c | 143 +-
nc_test4/tst_strings.c | 61 +-
nc_test4/tst_strings2.c | 2 +-
nc_test4/tst_utils.c | 35 +
nc_test4/tst_v2.c | 2 +-
nc_test4/tst_varms.c | 0
nc_test4/tst_vars2.c | 2 +-
nc_test4/tst_vars3.c | 75 +-
nc_test4/tst_vars4.c | 2 +-
nc_test4/tst_xplatform2.c | 14 +-
ncdap_test/CMakeLists.txt | 65 +
ncdap_test/Makefile.am | 87 +-
ncdap_test/Makefile.in | 1108 +-
ncdap_test/expected3/123.nc.dmp | 1 +
ncdap_test/expected3/123bears.nc.dmp | 1 +
ncdap_test/expected3/1990-S1700101.HDF.WVC_Lat.dmp | 20 +-
ncdap_test/expected3/1998-6-avhrr.dat.dmp | 7 +
ncdap_test/expected3/CMakeLists.txt | 10 +
ncdap_test/expected3/Makefile.am | 5 +-
ncdap_test/expected3/Makefile.in | 152 +-
ncdap_test/expected3/NestedSeq.dmp | 2 -
ncdap_test/expected3/NestedSeq2.dmp | 5 -
ncdap_test/expected3/bears.nc.dmp | 1 +
ncdap_test/expected3/data.nc.dmp | 1 +
ncdap_test/expected3/fnoc1.nc.dmp | 1 +
ncdap_test/expected3/in.nc.dmp | 1 +
ncdap_test/expected3/in1.nc.dmp | 1 +
ncdap_test/expected3/in_2.nc.dmp | 1 +
ncdap_test/expected3/in_no_three_double_dmn.nc.dmp | 1 +
ncdap_test/expected3/in_v.nc.dmp | 1 +
ncdap_test/expected3/synth1.dmp | 2 +-
ncdap_test/expected3/synth10.dmp | 13 +
ncdap_test/expected3/synth9.dmp | 9 +
ncdap_test/expected3/test.PointFile.dmp | 36 +-
ncdap_test/expected3/test.dfr1.dmp | 18 +-
ncdap_test/expected3/test.dfr2.dmp | 24 +-
ncdap_test/expected3/test.dfr3.dmp | 10 +-
ncdap_test/expected3/test.nc.dmp | 1 +
ncdap_test/expected3/test.sds6.dmp | 4 +-
ncdap_test/expected3/test.sds7.dmp | 4 +-
ncdap_test/expected3/text.nc.dmp | 1 +
ncdap_test/expected4/1990-S1700101.HDF.WVC_Lat.dmp | 8 +-
ncdap_test/expected4/CMakeLists.txt | 10 +
ncdap_test/expected4/Makefile.am | 2 +-
ncdap_test/expected4/Makefile.in | 149 +-
ncdap_test/expected4/test.PointFile.dmp | 58 +-
ncdap_test/expected4/test.dfr1.dmp | 18 +-
ncdap_test/expected4/test.dfr2.dmp | 24 +-
ncdap_test/expected4/test.dfr3.dmp | 10 +-
ncdap_test/expected4/test.sds6.dmp | 4 +-
ncdap_test/expected4/test.sds7.dmp | 4 +-
ncdap_test/expectremote3/CMakeLists.txt | 10 +
ncdap_test/expectremote3/D1.dmp | 18 +-
ncdap_test/expectremote3/Drifters.dmp | 48 +-
ncdap_test/expectremote3/EOSDB.dmp | 248 +-
ncdap_test/expectremote3/Makefile.am | 6 +-
ncdap_test/expectremote3/Makefile.in | 153 +-
ncdap_test/expectremote3/SimpleDrdsExample.dmp | 18 +-
.../Surface_METAR_20120101_0000.nc.1.dmp | 60 +
ncdap_test/expectremote3/b31.dmp | 18 +-
ncdap_test/expectremote3/b31a.dmp | 18 +-
ncdap_test/expectremote3/test.03.2.dmp | 1998 +-
ncdap_test/expectremote3/test.03.dmp | 2236 +-
ncdap_test/expectremote3/test.06.dmp | 3934 +++
ncdap_test/expectremote3/test.vs1.dmp | 18 +-
ncdap_test/expectremote3/test.vs2.dmp | 18 +-
ncdap_test/expectremote3/test.vs3.dmp | 18 +-
ncdap_test/expectremote3/test.vs4.dmp | 18 +-
ncdap_test/expectremote3/whoi.dmp | 18 +-
ncdap_test/expectremote4/CMakeLists.txt | 10 +
ncdap_test/expectremote4/Makefile.am | 3 +-
ncdap_test/expectremote4/Makefile.in | 150 +-
ncdap_test/nctestserver.c | 25 +
ncdap_test/t_auth.c | 72 +
ncdap_test/t_dap3a.c | 1 -
ncdap_test/t_dap4.c | 470 -
ncdap_test/t_misc.c | 37 +
ncdap_test/test_cvt.c | 120 +-
ncdap_test/test_nstride_cached.c | 266 +
ncdap_test/test_partvar.c | 528 +
ncdap_test/test_vara.c | 32 +-
ncdap_test/test_varm3.c | 36 +-
ncdap_test/testdata3/CMakeLists.txt | 10 +
ncdap_test/testdata3/Makefile.am | 13 +-
ncdap_test/testdata3/Makefile.in | 160 +-
ncdap_test/testdata3/synth1.das | 2 +-
ncdap_test/testdata3/synth10.das | 7 +
ncdap_test/testdata3/synth10.dds | 5 +
ncdap_test/testdata3/synth10.dods | Bin 0 -> 123 bytes
ncdap_test/testdata3/synth9.das | 7 +
ncdap_test/testdata3/synth9.dds | 11 +
ncdap_test/testdata3/synth9.dods | 7 +
ncdap_test/testdata3/test.01.dods | Bin 263 -> 264 bytes
ncdap_test/testdata3/test.02.dods | Bin 2670 -> 2671 bytes
ncdap_test/testdata3/test.03.dods | Bin 74501 -> 74502 bytes
ncdap_test/testdata3/test.04.dods | Bin 332 -> 333 bytes
ncdap_test/testdata3/test.05.dods | Bin 485 -> 486 bytes
ncdap_test/testdata3/test.07.dods | Bin 1052 -> 1053 bytes
ncdap_test/testdata3/test.50.dods | Bin 1206 -> 1207 bytes
ncdap_test/testdata3/test.53.dods | Bin 2702 -> 2703 bytes
ncdap_test/tst_formatx.sh | 29 +
ncdap_test/tst_longremote3.sh | 9 +-
ncdap_test/tst_longremote4.sh | 11 +-
ncdap_test/tst_ncdap.sh | 21 +-
ncdap_test/tst_ncdap3.sh | 13 +-
ncdap_test/tst_ncdap4.sh | 9 +-
ncdap_test/tst_ncdap_shared.sh | 75 +-
ncdap_test/tst_remote.sh | 128 +-
ncdap_test/tst_remote3.sh | 7 +-
ncdap_test/tst_remote4.sh | 10 +-
ncdump/CMakeLists.txt | 166 +
ncdump/Makefile.am | 95 +-
ncdump/Makefile.in | 1468 +-
ncdump/XGetopt.c | 214 +
ncdump/bom.c | 33 +
ncdump/cdl4/CMakeLists.txt | 10 +
ncdump/cdl4/Makefile.am | 12 +-
ncdump/cdl4/Makefile.in | 156 +-
ncdump/cdl4/c0.cdl | 5 +-
ncdump/cdl4/n3time.cdl | 1 -
ncdump/cdl4/ref_niltest.cdl | 18 +
ncdump/cdl4/ref_tst_econst.cdl | 13 +
ncdump/cdl4/ref_tst_h_scalar.cdl | 48 +
ncdump/cdl4/ref_tst_names.cdl | 51 +
ncdump/cdl4/ref_tst_nul3.cdl | 17 +
ncdump/cdl4/ref_tst_nul4.cdl | 9 +
ncdump/cdl4/ref_tst_opaque_data.cdl | 12 +-
ncdump/cdl4/ref_tst_unlim2.cdl | 21 +-
ncdump/cdl4/ref_tst_vlen_data.cdl | 30 +-
ncdump/cdl4/ref_tst_vlen_data2.cdl | 129 +
ncdump/cdl4/ref_typescope.cdl | 2 +-
ncdump/cdl4/test0.cdl | 2 +-
ncdump/cdl4/unlimtest2.cdl | 5 +-
ncdump/chunkspec.c | 23 +-
ncdump/chunkspec.h | 5 +
ncdump/dumplib.c | 424 +-
ncdump/dumplib.h | 50 +-
ncdump/expected4/CMakeLists.txt | 10 +
ncdump/expected4/Makefile.am | 8 +-
ncdump/expected4/Makefile.in | 155 +-
ncdump/expected4/c0.dmp | 4 +-
ncdump/expected4/n3time.dmp | 1 -
ncdump/expected4/ref_niltest.dmp | 18 +
ncdump/expected4/ref_tst_econst.dmp | 16 +
ncdump/expected4/ref_tst_h_scalar.dmp | 48 +
ncdump/expected4/ref_tst_names.dmp | 51 +
ncdump/expected4/ref_tst_nul3.dmp | 16 +
ncdump/expected4/ref_tst_nul4.dmp | 9 +
ncdump/expected4/ref_tst_opaque_data.dmp | 13 +-
ncdump/expected4/ref_tst_vlen_data.dmp | 28 +
ncdump/expected4/ref_tst_vlen_data2.dmp | 96 +
ncdump/indent.c | 2 +
ncdump/nccomps.h | 101 +
ncdump/nccopy.1 | 300 +-
ncdump/nccopy.c | 894 +-
ncdump/ncdump.1 | 238 +-
ncdump/ncdump.c | 539 +-
ncdump/ncdump.h | 146 +-
ncdump/nciter.c | 199 +-
ncdump/nciter.h | 44 -
ncdump/nctime.c | 1151 -
ncdump/nctime.h | 131 -
ncdump/nctime0.c | 351 +
ncdump/nctime0.h | 14 +
ncdump/ref_ctest1_nc4.cdl | 8 +
ncdump/ref_nc_test_netcdf4.cdl | 31 +-
ncdump/ref_nc_test_netcdf4_4_0.nc | Bin 453546 -> 162812 bytes
ncdump/ref_times.cdl | 38 +
ncdump/ref_tst_charfill.cdl | 74 +
ncdump/ref_tst_grp_spec.cdl | 64 +
ncdump/ref_tst_grp_spec0.cdl | 79 +
ncdump/ref_tst_mud4-bc.cdl | 176 +
ncdump/ref_tst_mud4.cdl | 114 +
ncdump/ref_tst_ncf213.cdl | 48 +
ncdump/ref_tst_solar_2.cdl | 1 +
ncdump/ref_tst_string_data.cdl | 2 +-
ncdump/run_back_comp_tests.sh | 12 +-
ncdump/run_tests.sh | 6 +-
ncdump/run_utf8_tests.sh | 6 +-
ncdump/test0.cdl | 3 +-
ncdump/tst_bom.sh | 54 +
ncdump/tst_calendars.cdl | 28 +
ncdump/tst_calendars.sh | 6 +-
ncdump/tst_charfill.cdl | 72 +
ncdump/tst_charfill.sh | 16 +
ncdump/tst_chunking.c | 2 +-
ncdump/tst_compress.c | 15 +-
ncdump/tst_create_files.c | 6 +-
ncdump/tst_enum_data.c | 7 +-
ncdump/tst_fillbug.c | 7 +-
ncdump/tst_fillbug.sh | 7 +-
ncdump/tst_formatx3.sh | 37 +
ncdump/tst_formatx4.sh | 34 +
ncdump/tst_grp_spec.sh | 17 +
ncdump/tst_h_rdc0.c | 3 +-
ncdump/tst_h_scalar.c | 223 +
ncdump/tst_h_scalar.sh | 15 +
ncdump/tst_iter.sh | 56 +
ncdump/tst_mud.sh | 26 +
ncdump/tst_nans.c | 23 +-
ncdump/tst_nccopy3.sh | 14 +-
ncdump/tst_nccopy4.sh | 40 +-
ncdump/tst_ncgen4.sh | 21 +-
ncdump/tst_ncgen4_classic.sh | 2 +-
ncdump/tst_ncgen4_cycle.sh | 12 +-
ncdump/tst_ncgen4_diff.sh | 13 +-
ncdump/tst_ncgen4_shared.sh | 38 +-
ncdump/tst_netcdf4.sh | 127 +-
ncdump/tst_netcdf4_4.sh | 97 +-
ncdump/tst_output.sh | 10 +-
ncdump/tst_string_data.c | 2 +-
ncdump/tst_utf8.c | 33 +-
ncdump/utils.c | 600 +-
ncdump/utils.h | 119 +-
ncdump/vardata.c | 468 +-
ncdump/vardata.h | 11 +-
ncgen/CMakeLists.txt | 58 +
ncgen/ConvertUTF.c | 2 +-
ncgen/Makefile.am | 25 +-
ncgen/Makefile.in | 817 +-
ncgen/XGetopt.c | 214 +
ncgen/bindata.c | 448 +-
ncgen/bytebuffer.c | 6 +-
ncgen/bytebuffer.h | 0
ncgen/c0.cdl | 7 +-
ncgen/c0_4.cdl | 392 +
ncgen/cdata.c | 491 +-
ncgen/cvt.c | 68 +-
ncgen/data.c | 121 +-
ncgen/data.h | 176 +-
ncgen/debug.c | 0
ncgen/debug.h | 21 +-
ncgen/dump.c | 14 +-
ncgen/dump.h | 2 +-
ncgen/escapes.c | 372 +-
ncgen/f77data.c | 223 +-
ncgen/genbin.c | 309 +-
ncgen/genc.c | 497 +-
ncgen/genchar.c | 594 +-
ncgen/generate.c | 542 +
ncgen/generr.c | 34 +-
ncgen/generr.h | 2 +-
ncgen/genf77.c | 513 +-
ncgen/genj.c | 396 +-
ncgen/genlib.c | 198 +-
ncgen/genlib.h | 73 +-
ncgen/getfill.c | 215 +-
ncgen/includes.h | 12 +-
ncgen/jdata.c | 263 +-
ncgen/list.c | 291 +-
ncgen/list.h | 94 +-
ncgen/main.c | 353 +-
ncgen/nc_iter.c | 243 +
ncgen/nc_iter.h | 52 +
ncgen/ncf199.cdl | 11 +
ncgen/ncgen.1 | 642 +-
ncgen/ncgen.h | 69 +-
ncgen/ncgen.l | 222 +-
ncgen/ncgen.y | 556 +-
ncgen/ncgentab.c | 3369 ++-
ncgen/ncgenyy.c | 1781 +-
ncgen/nciter.c | 357 -
ncgen/nciter.h | 54 -
ncgen/odom.c | 165 +-
ncgen/odom.h | 29 +-
ncgen/run_nc4_tests.sh | 7 +-
ncgen/semantics.c | 1118 +-
ncgen/util.c | 121 +-
ncgen/util.h | 18 +-
ncgen3/CMakeLists.txt | 53 +
ncgen3/Makefile.am | 14 +-
ncgen3/Makefile.in | 785 +-
ncgen3/XGetopt.c | 214 +
ncgen3/c0.cdl | 6 +-
ncgen3/genlib.c | 2 +-
ncgen3/genlib.h | 1 +
ncgen3/load.c | 116 +-
ncgen3/main.c | 9 +-
ncgen3/ncgen.h | 1 +
ncgen3/ncgen.l | 12 +-
ncgen3/ncgen.y | 4 +-
ncgen3/ncgentab.c | 818 +-
ncgen3/ncgentab.h | 31 +-
ncgen3/ncgenyy.c | 816 +-
nctest/CMakeLists.txt | 23 +
nctest/Makefile.am | 2 +-
nctest/Makefile.in | 736 +-
nctest/cdftests.c | 6 +-
nctest/driver.c | 5 +-
nctest/error.c | 1 -
nctest/run_valgrind_tests.sh | 25 +
nctest/tst_rename.c | 3 -
nctest/vardef.c | 1 -
netcdf-config-version.cmake.in | 10 +
netcdf-config.cmake.in | 15 +
netcdf.pc.in | 7 +-
nf_test/Makefile.am | 167 -
nf_test/Makefile.in | 1156 -
nf_test/create_fills.sh | 10 -
nf_test/f90tst_fill.f90 | 147 -
nf_test/f90tst_fill2.f90 | 150 -
nf_test/f90tst_grps.f90 | 158 -
nf_test/f90tst_nc4_par.f90 | 82 -
nf_test/f90tst_parallel.f90 | 165 -
nf_test/f90tst_parallel2.f90 | 170 -
nf_test/f90tst_parallel3.f90 | 206 -
nf_test/f90tst_vars.f90 | 104 -
nf_test/f90tst_vars2.f90 | 196 -
nf_test/f90tst_vars3.f90 | 195 -
nf_test/f90tst_vars4.f90 | 111 -
nf_test/f90tst_vars_vlen.f90 | 132 -
nf_test/fills.cdl | 21 -
nf_test/fortlib.c | 147 -
nf_test/ftest.F | 1458 --
nf_test/ftst_groups.F | 152 -
nf_test/ftst_parallel.F | 138 -
nf_test/ftst_parallel_nasa.F | 142 -
nf_test/ftst_types.F | 178 -
nf_test/ftst_types2.F | 98 -
nf_test/ftst_types3.F | 121 -
nf_test/ftst_v2.F | 94 -
nf_test/ftst_vars.F | 172 -
nf_test/ftst_vars2.F | 137 -
nf_test/ftst_vars3.F | 189 -
nf_test/ftst_vars4.F | 120 -
nf_test/ftst_vars5.F | 117 -
nf_test/ftst_vars6.F | 204 -
nf_test/handle_err.F | 20 -
nf_test/nf_error.F | 75 -
nf_test/nf_test.F | 387 -
nf_test/run_f77_par_test.sh | 12 -
nf_test/run_f90_par_test.sh | 16 -
nf_test/test_get.F | 5599 ----
nf_test/test_get.m4 | 1073 -
nf_test/test_put.F | 6641 -----
nf_test/test_put.m4 | 1374 -
nf_test/test_read.F | 1060 -
nf_test/test_write.F | 1434 --
nf_test/tests.inc | 233 -
nf_test/tst_f77_v2.F | 74 -
nf_test/tst_f90.f90 | 151 -
nf_test/tst_f90_nc4.f90 | 54 -
nf_test/tst_flarge.f90 | 64 -
nf_test/tst_io.f90 | 185 -
nf_test/tst_types.f90 | 88 -
nf_test/tst_types2.f90 | 259 -
nf_test/util.F | 1449 --
oc/Makefile.am | 48 -
oc/Makefile.in | 755 -
oc/curlfunctions.c | 199 -
oc/curlfunctions.h | 19 -
oc/dap.y | 270 -
oc/daplex.c | 306 -
oc/dapparse.c | 467 -
oc/dapparselex.h | 94 -
oc/daptab.c | 2470 --
oc/daptab.h | 79 -
oc/http.c | 284 -
oc/http.h | 20 -
oc/oc.c | 1059 -
oc/oc.h | 461 -
oc/ocbytes.c | 191 -
oc/ocbytes.h | 54 -
oc/occlientparams.c | 128 -
oc/occompile.c | 411 -
oc/occontent.c | 700 -
oc/occontent.h | 49 -
oc/ocdata.c | 368 -
oc/ocdata.h | 36 -
oc/ocdebug.c | 67 -
oc/ocdebug.h | 85 -
oc/ocdrno.c | 62 -
oc/ocdrno.h | 18 -
oc/ocdump.c | 502 -
oc/ocdump.h | 21 -
oc/ocinternal.c | 610 -
oc/ocinternal.h | 257 -
oc/oclist.c | 170 -
oc/oclist.h | 56 -
oc/oclog.c | 133 -
oc/oclog.h | 20 -
oc/ocnode.c | 693 -
oc/ocnode.h | 73 -
oc/ocuri.c | 551 -
oc/ocuri.h | 48 -
oc/ocutil.c | 453 -
oc/ocutil.h | 39 -
oc/ocxdr_stdio.c | 245 -
oc/rc.c | 532 -
oc/rc.h | 36 -
oc/read.c | 203 -
oc/read.h | 15 -
oc2/CMakeLists.txt | 15 +
oc2/Makefile.am | 53 +
oc2/Makefile.in | 826 +
oc2/dap.y | 273 +
oc2/daplex.c | 357 +
oc2/dapparse.c | 536 +
oc2/dapparselex.h | 90 +
oc2/daptab.c | 2225 ++
oc2/daptab.h | 87 +
oc2/oc.c | 2092 ++
oc2/oc.h | 583 +
oc2/ocbytes.c | 201 +
oc2/ocbytes.h | 58 +
oc2/occlientparams.c | 131 +
{oc => oc2}/occlientparams.h | 0
oc2/occompile.c | 453 +
oc2/occompile.h | 9 +
oc/constraints.h => oc2/occonstraints.h | 0
oc2/occurlfunctions.c | 255 +
oc2/occurlfunctions.h | 23 +
oc2/ocdata.c | 421 +
oc2/ocdata.h | 48 +
{oc => oc2}/ocdatatypes.h | 0
oc2/ocdebug.c | 69 +
oc2/ocdebug.h | 92 +
oc2/ocdump.c | 664 +
oc2/ocdump.h | 21 +
oc2/ochttp.c | 369 +
oc2/ochttp.h | 22 +
oc2/ocinternal.c | 699 +
oc2/ocinternal.h | 217 +
oc2/oclist.c | 222 +
oc2/oclist.h | 62 +
oc2/oclog.c | 229 +
oc2/oclog.h | 31 +
oc2/ocnode.c | 716 +
oc2/ocnode.h | 87 +
oc2/ocrc.c | 564 +
oc2/ocrc.h | 33 +
oc2/ocread.c | 270 +
oc2/ocread.h | 13 +
oc2/ocuri.c | 833 +
oc2/ocuri.h | 59 +
oc2/ocutil.c | 743 +
oc2/ocutil.h | 56 +
oc2/ocx.h | 33 +
oc2/xxdr.c | 521 +
oc2/xxdr.h | 199 +
test-driver | 139 +
test_prog.F | 10 -
test_prog.f90 | 12 -
udunits/ANNOUNCEMENT | 51 -
udunits/CHANGE_LOG | 201 -
udunits/LICENSE | 28 -
udunits/Makefile.am | 126 -
udunits/Makefile.in | 1136 -
udunits/aclocal.m4 | 9434 -------
udunits/compile | 143 -
udunits/config.guess | 1501 --
udunits/config.h.in | 126 -
udunits/config.sub | 1705 --
udunits/configure | 14726 -----------
udunits/configure.ac | 132 -
udunits/depcomp | 630 -
udunits/expat/COPYING | 22 -
udunits/expat/Makefile.am | 41 -
udunits/expat/Makefile.in | 576 -
udunits/expat/ascii.h | 85 -
udunits/expat/asciitab.h | 36 -
udunits/expat/expat.h | 1013 -
udunits/expat/expat_config.h.in | 92 -
udunits/expat/expat_external.h | 115 -
udunits/expat/iasciitab.h | 37 -
udunits/expat/internal.h | 73 -
udunits/expat/latin1tab.h | 36 -
udunits/expat/nametab.h | 150 -
udunits/expat/utf8tab.h | 37 -
udunits/expat/xmlparse.c | 6263 -----
udunits/expat/xmlrole.c | 1332 -
udunits/expat/xmlrole.h | 114 -
udunits/expat/xmltok.c | 1639 --
udunits/expat/xmltok.h | 316 -
udunits/expat/xmltok_impl.c | 1779 --
udunits/expat/xmltok_impl.h | 46 -
udunits/expat/xmltok_ns.c | 106 -
udunits/failure.texi | 3 -
udunits/install-sh | 520 -
udunits/lib/Makefile.am | 129 -
udunits/lib/Makefile.in | 1237 -
udunits/lib/converter.c | 1404 -
udunits/lib/converter.h | 231 -
udunits/lib/error.c | 121 -
udunits/lib/formatter.c | 1250 -
udunits/lib/idToUnitMap.c | 553 -
udunits/lib/idToUnitMap.h | 35 -
udunits/lib/parser.c | 2391 --
udunits/lib/parser.y | 598 -
udunits/lib/prefix.c | 512 -
udunits/lib/scanner.c | 2826 --
udunits/lib/scanner.l | 271 -
udunits/lib/status.c | 46 -
udunits/lib/systemMap.c | 199 -
udunits/lib/systemMap.h | 97 -
udunits/lib/testUnits-1.c | 451 -
udunits/lib/testUnits.c | 2207 --
udunits/lib/udunits-1.c | 658 -
udunits/lib/udunits.h | 254 -
udunits/lib/udunits2-accepted.xml | 198 -
udunits/lib/udunits2-base.xml | 86 -
udunits/lib/udunits2-common.xml | 1612 --
udunits/lib/udunits2-derived.xml | 143 -
udunits/lib/udunits2-prefixes.xml | 76 -
udunits/lib/udunits2.h | 1290 -
udunits/lib/udunits2.xml | 16 -
udunits/lib/udunits2lib.html | 2097 --
udunits/lib/udunits2lib.info | 1925 --
udunits/lib/udunits2lib.pdf | Bin 256759 -> 0 bytes
udunits/lib/udunits2lib.texi | 1742 --
udunits/lib/unitAndId.c | 100 -
udunits/lib/unitAndId.h | 49 -
udunits/lib/unitToIdMap.c | 815 -
udunits/lib/unitToIdMap.h | 32 -
udunits/lib/unitcore.c | 3840 ---
udunits/lib/ut_free_system.c | 39 -
udunits/lib/xml.c | 2158 --
udunits/lib/xmlFailures/Makefile.am | 26 -
udunits/lib/xmlFailures/Makefile.in | 377 -
udunits/lib/xmlFailures/badDef.xml | 14 -
udunits/lib/xmlFailures/baseAndDimensionless.xml | 12 -
udunits/lib/xmlFailures/dupBaseAlias.xml | 15 -
udunits/lib/xmlFailures/dupBaseName.xml | 13 -
udunits/lib/xmlFailures/dupBaseSymbol.xml | 15 -
.../lib/xmlFailures/inconsistentPrefixEncoding.xml | 12 -
udunits/lib/xmlFailures/misplacedBase.xml | 11 -
udunits/lib/xmlFailures/missingBase.xml | 10 -
udunits/lib/xmlFailures/prefixEncoding.xml | 12 -
udunits/lib/xmlFailures/prefixName.xml | 8 -
udunits/lib/xmlFailures/prefixSymbol.xml | 8 -
udunits/lib/xmlFailures/prefixValue.xml | 8 -
udunits/lib/xmlSuccesses/Makefile.am | 16 -
udunits/lib/xmlSuccesses/Makefile.in | 367 -
udunits/lib/xmlSuccesses/include.xml | 5 -
udunits/lib/xmlSuccesses/prefixes.xml | 68 -
udunits/ltmain.sh | 9636 -------
udunits/make.texi | 3 -
udunits/mdate-sh | 205 -
udunits/missing | 376 -
udunits/prog/Makefile.am | 32 -
udunits/prog/Makefile.in | 805 -
udunits/prog/udunits2.c | 464 -
udunits/prog/udunits2prog.html | 242 -
udunits/prog/udunits2prog.info | Bin 7165 -> 0 bytes
udunits/prog/udunits2prog.pdf | Bin 70565 -> 0 bytes
udunits/prog/udunits2prog.texi | 139 -
udunits/stamp-vti | 4 -
udunits/success.texi | 3 -
udunits/test/Makefile.am | 106 -
udunits/test/Makefile.in | 457 -
udunits/test/redo-results | 0
udunits/test/results.tab | 0
udunits/texinfo.tex | 9291 -------
udunits/udunits2.html | 488 -
udunits/udunits2.info | 394 -
udunits/udunits2.pdf | Bin 110355 -> 0 bytes
udunits/udunits2.texi | 350 -
udunits/version.texi | 4 -
udunits/ylwrap | 222 -
1361 files changed, 117322 insertions(+), 613376 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