[libdap] 02/13: Merge tag 'upstream_3.14.0'

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag unstable/3.14.0-2
in repository libdap.

commit 2d747f74cb886f355fcc7f21db18cd0f8b75976f
Merge: 4baa601 78e6bf5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat May 2 09:48:40 2015 +0100

    Merge tag 'upstream_3.14.0'

 AlarmHandler.h                                     |     8 +-
 Array.cc                                           |   396 +-
 Array.h                                            |    90 +-
 AttrTable.cc                                       |    48 +-
 AttrTable.h                                        |    12 +-
 BaseType.cc                                        |   485 +-
 BaseType.h                                         |   218 +-
 BaseTypeFactory.cc                                 |     4 +-
 BaseTypeFactory.h                                  |    23 +-
 Byte.cc                                            |    40 +-
 Byte.h                                             |    13 +-
 COPYRIGHT_URI                                      |     2 +-
 ChangeLog                                          |   384 +-
 Clause.h                                           |     8 +-
 Connect.cc                                         |    16 +-
 ConstraintEvaluator.cc                             |   109 +-
 ConstraintEvaluator.h                              |    82 +-
 Constructor.cc                                     |   230 +-
 Constructor.h                                      |    28 +-
 D4AsyncUtil.cc                                     |   357 +
 D4AsyncUtil.h                                      |    86 +
 D4ParseError.h => D4AttributeType.h                |    62 +-
 D4Attributes.cc                                    |   393 +
 D4Attributes.h                                     |   161 +
 D4BaseTypeFactory.cc                               |   129 +-
 D4BaseTypeFactory.h                                |    37 +-
 Connect.cc => D4Connect.cc                         |   841 +-
 D4Connect.h                                        |   112 +
 D4Dimensions.cc                                    |   139 +-
 D4Dimensions.h                                     |   194 +-
 D4Enum.cc                                          |   412 +
 D4Enum.h                                           |   281 +
 D4EnumDef.cc                                       |    79 -
 D4EnumDef.h                                        |    85 -
 D4EnumDefs.cc                                      |   136 +
 D4EnumDefs.h                                       |   170 +
 D4ParseError.h => D4Function.h                     |    39 +-
 D4Group.cc                                         |   549 +-
 D4Group.h                                          |   138 +-
 D4Maps.cc                                          |    56 +-
 D4Maps.h                                           |   112 +-
 D4Opaque.cc                                        |   158 +
 D4Opaque.h                                         |   102 +
 D4ParserSax2.cc                                    |  1428 +--
 D4ParserSax2.h                                     |   182 +-
 D4RValue.cc                                        |   218 +
 D4RValue.h                                         |   122 +
 D4Sequence.cc                                      |   525 +
 D4Sequence.h                                       |   272 +
 DAP4StreamMarshaller.cc => D4StreamMarshaller.cc   |   502 +-
 DAP4StreamMarshaller.h => D4StreamMarshaller.h     |   112 +-
 D4StreamUnMarshaller.cc                            |   475 +
 DAP4StreamUnMarshaller.h => D4StreamUnMarshaller.h |   108 +-
 DAP4StreamUnMarshaller.cc                          |   412 -
 DDS.cc                                             |   122 +-
 DDS.h                                              |    10 +-
 DDXParserSAX2.cc                                   |    57 +-
 DDXParserSAX2.h                                    |     2 +-
 DMR.cc                                             |   381 +
 DMR.h                                              |   185 +
 DODSFilter.cc                                      |    32 +-
 DODSFilter.h                                       |     2 +-
 DapIndent.cc                                       |     2 +
 DapObj.h                                           |    19 -
 DapXmlNamespaces.cc                                |     0
 DapXmlNamespaces.h                                 |   170 +
 Error.cc                                           |     4 -
 Error.lex                                          |     2 +-
 Error.tab.cc                                       |  1284 +--
 Error.tab.hh                                       |    74 +-
 EventHandler.h                                     |     8 +-
 Float32.cc                                         |    48 +-
 Float32.h                                          |    14 +-
 Float64.cc                                         |    46 +-
 Float64.h                                          |    12 +-
 GNU/GetOpt.cc                                      |     9 +-
 GNU/GetOpt.h                                       |    48 +-
 GNU/README                                         |     2 +-
 Grid.cc                                            |   644 +-
 Grid.h                                             |    34 +-
 HTTPCache.cc                                       |    17 +-
 HTTPCache.h                                        |     2 +
 HTTPCacheResponse.h                                |    11 +-
 HTTPConnect.cc                                     |   225 +-
 HTTPConnect.h                                      |    45 +-
 HTTPResponse.h                                     |   107 +-
 INSTALL                                            |    32 +-
 Int16.cc                                           |    47 +-
 Int16.h                                            |    14 +-
 Int32.cc                                           |    46 +-
 Int32.h                                            |    13 +-
 Int64.cc                                           |    67 +-
 Int64.h                                            |    21 +-
 Int8.cc                                            |    74 +-
 Int8.h                                             |    24 +-
 InternalErr.cc                                     |     4 -
 Makefile.am                                        |    96 +-
 Makefile.in                                        |   501 +-
 NEWS                                               |    31 +
 ObjectType.h                                       |    28 +-
 README                                             |    25 +
 README.dodsrc                                      |     2 +-
 RValue.cc                                          |    12 +-
 RValue.h                                           |     6 +-
 Response.h                                         |   107 +-
 ResponseTooBigErr.cc                               |     4 -
 Sequence.cc                                        |  1271 +--
 Sequence.h                                         |   475 +-
 ServerFunction.cc                                  |    40 +-
 ServerFunction.h                                   |   123 +-
 ServerFunctionsList.cc                             |   249 +-
 ServerFunctionsList.h                              |    37 +-
 SignalHandler.cc                                   |    22 +-
 SignalHandler.h                                    |     9 +-
 StdinResponse.h                                    |    40 +-
 Str.cc                                             |    49 +-
 Str.h                                              |    14 +-
 Structure.cc                                       |    42 +-
 Structure.h                                        |    65 +-
 Type.h                                             |   127 +
 UInt16.cc                                          |    48 +-
 UInt16.h                                           |    11 +-
 UInt32.cc                                          |    48 +-
 UInt32.h                                           |    11 +-
 UInt64.cc                                          |    67 +-
 UInt64.h                                           |    20 +-
 Url.cc                                             |     1 +
 VCPP/sample/getdap.cc                              |     4 +-
 Vector.cc                                          |  1395 ++-
 Vector.h                                           |    74 +-
 XDRFileMarshaller.cc                               |     2 +
 XDRFileUnMarshaller.cc                             |     2 +
 XDRStreamMarshaller.cc                             |    34 +-
 XDRUtils.cc                                        |     5 +-
 XMLWriter.cc                                       |     2 +
 XMLWriter.h                                        |    10 +-
 abi_checker.xml.in                                 |    17 +
 aclocal.m4                                         |    44 +-
 ce_expr.lex                                        |     2 -
 ce_expr.tab.cc                                     |  2264 ++--
 ce_expr.tab.hh                                     |    98 +-
 ce_expr.yy                                         |    52 +-
 chunked_istream.cc                                 |   414 +
 chunked_istream.h                                  |   172 +
 chunked_ostream.cc                                 |   339 +
 chunked_ostream.h                                  |   164 +
 chunked_stream.h                                   |    29 +
 conf/._compile                                     |   Bin 0 -> 240 bytes
 conf/._config.guess                                |   Bin 0 -> 240 bytes
 conf/._config.sub                                  |   Bin 0 -> 240 bytes
 conf/._depcomp                                     |   Bin 0 -> 240 bytes
 conf/._install-sh                                  |   Bin 0 -> 240 bytes
 conf/._libtool.m4                                  |   Bin 0 -> 240 bytes
 conf/._ltmain.sh                                   |   Bin 0 -> 240 bytes
 conf/._ltoptions.m4                                |   Bin 0 -> 240 bytes
 conf/._ltsugar.m4                                  |   Bin 0 -> 240 bytes
 conf/._ltversion.m4                                |   Bin 0 -> 240 bytes
 conf/._lt~obsolete.m4                              |   Bin 0 -> 240 bytes
 conf/._missing                                     |   Bin 0 -> 240 bytes
 conf/acinclude.m4                                  |     2 +-
 conf/compile                                       |   342 +
 conf/config.rpath                                  |   690 ++
 conf/gcov_valgrind.m4                              |    36 +
 conf/snippet/arg-nonnull.h                         |     2 +-
 conf/snippet/c++defs.h                             |     2 +-
 conf/snippet/warn-on-use.h                         |     4 +-
 config.h.in                                        |   213 +-
 configure                                          |  2363 ++++-
 configure.ac                                       |   224 +-
 crc.h                                              |    98 +
 ResponseTooBigErr.cc => d4_ce/D4CEScanner.h        |    60 +-
 d4_ce/D4ConstraintEvaluator.cc                     |   306 +
 d4_ce/D4ConstraintEvaluator.h                      |   132 +
 d4_ce/D4FunctionEvaluator.cc                       |   275 +
 d4_ce/D4FunctionEvaluator.h                        |   115 +
 ResponseTooBigErr.cc => d4_ce/D4FunctionScanner.h  |    60 +-
 d4_ce/Makefile.am                                  |   119 +
 {tests => d4_ce}/Makefile.in                       |   644 +-
 d4_ce/d4_ce_parser.tab.cc                          |  1836 ++++
 d4_ce/d4_ce_parser.tab.hh                          |   783 ++
 d4_ce/d4_ce_parser.yy                              |   410 +
 d4_ce/d4_ce_scanner.ll                             |   158 +
 d4_ce/d4_function_parser.tab.cc                    |  2446 +++++
 d4_ce/d4_function_parser.tab.hh                    |   835 ++
 d4_ce/d4_function_parser.yy                        |   494 +
 d4_ce/d4_function_scanner.ll                       |   184 +
 d4_ce/gen_grammar_sources/FlexLexer.h.tmp          |   206 +
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.cc.tmp  |  1861 ++++
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.hh.tmp  |   731 ++
 .../d4_function_parser.tab.cc.tmp                  |  2467 +++++
 .../d4_function_parser.tab.hh.tmp                  |   783 ++
 .../gen_grammar_sources/lex.d4_ce.cc.tmp           |  1590 +--
 .../gen_grammar_sources/lex.d4_function.cc.tmp     |  1639 +--
 d4_ce/gen_grammar_sources/location.hh.tmp          |   187 +
 d4_ce/gen_grammar_sources/position.hh.tmp          |   180 +
 d4_ce/gen_grammar_sources/stack.hh.tmp             |   158 +
 lex.ce_expr.cc => d4_ce/lex.d4_ce.cc               |  1590 +--
 lex.ce_expr.cc => d4_ce/lex.d4_function.cc         |  1639 +--
 d4_ce/location.hh                                  |   187 +
 d4_ce/position.hh                                  |   180 +
 d4_ce/stack.hh                                     |   158 +
 das.lex                                            |     2 +-
 das.tab.cc                                         |  1710 ++-
 das.tab.hh                                         |    78 +-
 das.yy                                             |     2 +-
 dds.tab.cc                                         |  1630 ++-
 dds.tab.hh                                         |    96 +-
 dods-datatypes-config.h.in                         |     3 +
 dods-datatypes-static.h                            |    24 +-
 dods-datatypes.h                                   |    24 +-
 dods-limits.h                                      |     1 +
 doxy.conf                                          |     2 +-
 doxy_private.conf                                  |     2 +-
 escaping.cc                                        |    14 +-
 expr.h                                             |    21 +-
 getdap.cc                                          |   122 +-
 getdap4.cc                                         |   401 +
 getdap4.man1                                       |    99 +
 gl/Makefile.am                                     |    75 +-
 gl/Makefile.in                                     |   154 +-
 gl/alloca.in.h                                     |     9 +-
 gl/btowc.c                                         |     2 +-
 gl/byteswap.in.h                                   |     2 +-
 gl/config.charset                                  |     2 +-
 gl/gettext.h                                       |    11 +-
 gl/glthread/lock.c                                 |  1057 ++
 gl/glthread/lock.h                                 |   927 ++
 gl/glthread/threadlib.c                            |    73 +
 gl/langinfo.in.h                                   |     2 +-
 gl/localcharset.c                                  |    14 +-
 gl/localcharset.h                                  |     2 +-
 gl/locale.in.h                                     |    21 +-
 gl/localeconv.c                                    |     2 +-
 gl/m4/00gnulib.m4                                  |     2 +-
 gl/m4/alloca.m4                                    |     2 +-
 gl/m4/btowc.m4                                     |     2 +-
 gl/m4/byteswap.m4                                  |     2 +-
 gl/m4/codeset.m4                                   |     2 +-
 gl/m4/configmake.m4                                |    13 +-
 gl/m4/eealloc.m4                                   |    31 +
 gl/m4/extensions.m4                                |    51 +-
 gl/m4/extern-inline.m4                             |    79 +
 gl/m4/fcntl-o.m4                                   |    15 +-
 gl/m4/glibc21.m4                                   |     2 +-
 gl/m4/gnulib-cache.m4                              |     4 +-
 gl/m4/gnulib-common.m4                             |     8 +-
 gl/m4/gnulib-comp.m4                               |   196 +-
 gl/m4/gnulib-tool.m4                               |     2 +-
 gl/m4/include_next.m4                              |     2 +-
 gl/m4/langinfo_h.m4                                |     2 +-
 gl/m4/lib-ld.m4                                    |   119 +
 gl/m4/lib-link.m4                                  |   777 ++
 gl/m4/lib-prefix.m4                                |   224 +
 gl/m4/localcharset.m4                              |     2 +-
 gl/m4/locale-fr.m4                                 |     2 +-
 gl/m4/locale-ja.m4                                 |     2 +-
 gl/m4/locale-zh.m4                                 |     2 +-
 gl/m4/locale_h.m4                                  |     2 +-
 gl/m4/localeconv.m4                                |     2 +-
 gl/m4/lock.m4                                      |    42 +
 gl/m4/longlong.m4                                  |     2 +-
 gl/m4/malloc.m4                                    |     2 +-
 gl/m4/mbrtowc.m4                                   |     2 +-
 gl/m4/mbsinit.m4                                   |     2 +-
 gl/m4/mbstate_t.m4                                 |     2 +-
 gl/m4/mbtowc.m4                                    |     2 +-
 gl/m4/multiarch.m4                                 |     2 +-
 gl/m4/nl_langinfo.m4                               |     2 +-
 gl/m4/off_t.m4                                     |     2 +-
 gl/m4/regex.m4                                     |    97 +-
 gl/m4/ssize_t.m4                                   |     2 +-
 gl/m4/stdbool.m4                                   |     2 +-
 gl/m4/stddef_h.m4                                  |     2 +-
 gl/m4/stdint.m4                                    |     2 +-
 gl/m4/stdlib_h.m4                                  |     9 +-
 gl/m4/strcase.m4                                   |    45 -
 gl/m4/strings_h.m4                                 |    52 -
 gl/m4/sys_types_h.m4                               |     6 +-
 gl/m4/threadlib.m4                                 |   371 +
 gl/m4/unistd_h.m4                                  |     6 +-
 gl/m4/warn-on-use.m4                               |     2 +-
 gl/m4/wchar_h.m4                                   |     2 +-
 gl/m4/wchar_t.m4                                   |     2 +-
 gl/m4/wcrtomb.m4                                   |     2 +-
 gl/m4/wctype_h.m4                                  |     6 +-
 gl/m4/wint_t.m4                                    |     2 +-
 gl/malloc.c                                        |     2 +-
 gl/mbrtowc.c                                       |     2 +-
 gl/mbsinit.c                                       |     2 +-
 gl/mbtowc-impl.h                                   |     2 +-
 gl/mbtowc.c                                        |     2 +-
 gl/nl_langinfo.c                                   |     2 +-
 gl/ref-add.sin                                     |     2 +-
 gl/ref-del.sin                                     |     2 +-
 gl/regcomp.c                                       |   165 +-
 gl/regex.c                                         |    22 +-
 gl/regex.h                                         |    23 +-
 gl/regex_internal.c                                |    37 +-
 gl/regex_internal.h                                |   130 +-
 gl/regexec.c                                       |    65 +-
 gl/stdbool.in.h                                    |    53 +-
 gl/stddef.in.h                                     |     2 +-
 gl/stdint.in.h                                     |     4 +-
 gl/stdlib.in.h                                     |    36 +-
 gl/strcasecmp.c                                    |    62 -
 gl/streq.h                                         |     2 +-
 gl/strings.in.h                                    |   122 -
 gl/strncasecmp.c                                   |    62 -
 gl/sys_types.in.h                                  |     2 +-
 gl/unistd.c                                        |     3 +
 gl/unistd.in.h                                     |    55 +-
 gl/verify.h                                        |   142 +-
 gl/wchar.in.h                                      |     2 +-
 gl/wcrtomb.c                                       |     2 +-
 gl/wctype-h.c                                      |     4 +
 gl/wctype.in.h                                     |    50 +-
 lex.Error.cc                                       |    56 +-
 lex.ce_expr.cc                                     |   128 +-
 lex.das.cc                                         |    56 +-
 lex.dds.cc                                         |    54 +-
 libdap.spec                                        |    36 +-
 ResponseTooBigErr.cc => media_types.h              |    44 +-
 mime_util.cc                                       |   134 +-
 mime_util.h                                        |    89 +-
 parser-util.cc                                     |    57 +-
 parser.h => parser-util.h                          |   118 +-
 parser.h                                           |    59 +-
 tests/D4ResponseBuilder.cc                         |   167 +
 tests/{ResponseBuilder.h => D4ResponseBuilder.h}   |    48 +-
 tests/D4TestFunction.cc                            |   187 +
 tests/D4TestFunction.h                             |    65 +
 tests/D4TestTypeFactory.cc                         |   252 +
 D4BaseTypeFactory.h => tests/D4TestTypeFactory.h   |    85 +-
 tests/DASTest                                      |    10 +-
 tests/DDSTest                                      |    10 +-
 tests/DMRTest                                      | 10475 +++++++++++++++++++
 tests/DMRTest.at                                   |   380 +
 tests/EXPRTest                                     |  2188 ++--
 tests/EXPRTest.at                                  |    52 +-
 tests/Makefile.am                                  |    84 +-
 tests/Makefile.in                                  |   542 +-
 tests/ResponseBuilder.cc                           |    85 +-
 tests/ResponseBuilder.h                            |    13 +-
 tests/TestArray.cc                                 |   492 +-
 tests/TestArray.h                                  |    20 +-
 tests/TestByte.cc                                  |    11 +-
 tests/TestByte.h                                   |    16 +-
 tests/TestCommon.cc                                |    24 -
 tests/TestCommon.h                                 |    43 +-
 tests/{TestUInt16.cc => TestD4Enum.cc}             |    80 +-
 tests/{TestStructure.h => TestD4Enum.h}            |    44 +-
 tests/{TestStructure.cc => TestD4Group.cc}         |    90 +-
 tests/{TestStructure.h => TestD4Group.h}           |    44 +-
 tests/TestD4Opaque.cc                              |   122 +
 tests/{TestStructure.h => TestD4Opaque.h}          |    47 +-
 tests/TestD4Sequence.cc                            |   120 +
 tests/{TestSequence.h => TestD4Sequence.h}         |    40 +-
 tests/TestFloat32.cc                               |     3 -
 tests/TestFunction.cc                              |   112 +
 tests/TestFunction.h                               |    60 +
 tests/TestInt16.cc                                 |    18 +-
 tests/TestInt32.cc                                 |    46 +-
 tests/{TestInt16.cc => TestInt64.cc}               |    64 +-
 tests/{TestStructure.h => TestInt64.h}             |    40 +-
 tests/TestInt8.cc                                  |   101 +
 tests/{TestStructure.h => TestInt8.h}              |    39 +-
 tests/TestSequence.cc                              |    88 +-
 tests/TestSequence.h                               |    20 +-
 tests/TestStr.cc                                   |    34 +-
 tests/TestStructure.cc                             |   140 +-
 tests/TestStructure.h                              |    16 +-
 tests/TestUInt16.cc                                |    20 +-
 tests/TestUInt32.cc                                |    18 +-
 tests/{TestUInt16.cc => TestUInt64.cc}             |    47 +-
 tests/{TestStructure.h => TestUInt64.h}            |    38 +-
 tests/atconfig                                     |     8 +-
 tests/dds-test.cc                                  |    32 +-
 tests/dmr-test.cc                                  |   476 +
 tests/dmr-testsuite/test_array_1.xml               |    13 +
 tests/dmr-testsuite/test_array_1.xml.1.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.2.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.3.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.4.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.5.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.6.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.7.func_base   |    20 +
 tests/dmr-testsuite/test_array_1.xml.baseline      |     8 +
 tests/dmr-testsuite/test_array_1.xml.send_base     |     9 +
 tests/dmr-testsuite/test_array_1.xml.trans_base    |    20 +
 tests/dmr-testsuite/test_array_10.xml              |    19 +
 tests/dmr-testsuite/test_array_10.xml.baseline     |    14 +
 tests/dmr-testsuite/test_array_10.xml.trans_base   |    35 +
 tests/dmr-testsuite/test_array_11.xml              |    25 +
 tests/dmr-testsuite/test_array_11.xml.baseline     |    19 +
 tests/dmr-testsuite/test_array_11.xml.trans_base   |    45 +
 tests/dmr-testsuite/test_array_1_data.bin          |   Bin 0 -> 543 bytes
 tests/dmr-testsuite/test_array_2.xml               |    14 +
 tests/dmr-testsuite/test_array_2.xml.baseline      |     9 +
 tests/dmr-testsuite/test_array_2.xml.send_base     |    10 +
 tests/dmr-testsuite/test_array_2.xml.trans_base    |    22 +
 tests/dmr-testsuite/test_array_2_data.bin          |   Bin 0 -> 627 bytes
 tests/dmr-testsuite/test_array_3.xml               |    13 +
 tests/dmr-testsuite/test_array_3.xml.baseline      |    10 +
 tests/dmr-testsuite/test_array_3.xml.send_base     |    11 +
 tests/dmr-testsuite/test_array_3.xml.trans_base    |    24 +
 tests/dmr-testsuite/test_array_3_data.bin          |   Bin 0 -> 1009 bytes
 tests/dmr-testsuite/test_array_4.xml               |    65 +
 tests/dmr-testsuite/test_array_4.xml.1.trans_base  |    66 +
 tests/dmr-testsuite/test_array_4.xml.2.trans_base  |    66 +
 tests/dmr-testsuite/test_array_4.xml.3.trans_base  |    66 +
 tests/dmr-testsuite/test_array_4.xml.4.trans_base  |    66 +
 tests/dmr-testsuite/test_array_4.xml.5.trans_base  |    80 +
 tests/dmr-testsuite/test_array_4.xml.6.trans_base  |    65 +
 tests/dmr-testsuite/test_array_4.xml.7.trans_base  |    65 +
 tests/dmr-testsuite/test_array_4.xml.8.trans_base  |    64 +
 tests/dmr-testsuite/test_array_4.xml.baseline      |    51 +
 tests/dmr-testsuite/test_array_4.xml.send_base     |    52 +
 tests/dmr-testsuite/test_array_4.xml.trans_base    |   136 +
 tests/dmr-testsuite/test_array_4_data.bin          |   Bin 0 -> 3009 bytes
 tests/dmr-testsuite/test_array_5.xml               |    31 +
 tests/dmr-testsuite/test_array_5.xml.1.func_base   |    38 +
 tests/dmr-testsuite/test_array_5.xml.2.func_base   |    38 +
 tests/dmr-testsuite/test_array_5.xml.3.func_base   |    38 +
 tests/dmr-testsuite/test_array_5.xml.4.func_base   |    38 +
 tests/dmr-testsuite/test_array_5.xml.baseline      |    23 +
 tests/dmr-testsuite/test_array_5.xml.send_base     |    24 +
 tests/dmr-testsuite/test_array_5.xml.trans_base    |    59 +
 tests/dmr-testsuite/test_array_5_data.bin          |   Bin 0 -> 1119 bytes
 tests/dmr-testsuite/test_array_6.1.xml             |    19 +
 .../dmr-testsuite/test_array_6.1.xml.1.trans_base  |    36 +
 .../dmr-testsuite/test_array_6.1.xml.2.trans_base  |    35 +
 .../dmr-testsuite/test_array_6.1.xml.3.trans_base  |    36 +
 .../dmr-testsuite/test_array_6.1.xml.4.trans_base  |    34 +
 tests/dmr-testsuite/test_array_6.2.xml             |    17 +
 .../dmr-testsuite/test_array_6.2.xml.1.trans_base  |    32 +
 .../dmr-testsuite/test_array_6.2.xml.2.trans_base  |    31 +
 .../dmr-testsuite/test_array_6.2.xml.3.trans_base  |    29 +
 .../dmr-testsuite/test_array_6.2.xml.4.trans_base  |    30 +
 .../dmr-testsuite/test_array_6.2.xml.5.trans_base  |    26 +
 tests/dmr-testsuite/test_array_6.xml               |    16 +
 tests/dmr-testsuite/test_array_6.xml.1.trans_base  |    30 +
 tests/dmr-testsuite/test_array_6.xml.2.trans_base  |    30 +
 tests/dmr-testsuite/test_array_6.xml.3.trans_base  |    29 +
 tests/dmr-testsuite/test_array_6.xml.baseline      |    13 +
 tests/dmr-testsuite/test_array_6.xml.send_base     |    14 +
 tests/dmr-testsuite/test_array_6.xml.trans_base    |    30 +
 tests/dmr-testsuite/test_array_6_data.bin          |   Bin 0 -> 783 bytes
 tests/dmr-testsuite/test_array_7.1.xml             |    17 +
 .../dmr-testsuite/test_array_7.1.xml.1.trans_base  |    32 +
 .../dmr-testsuite/test_array_7.1.xml.2.trans_base  |    31 +
 .../dmr-testsuite/test_array_7.1.xml.3.trans_base  |    29 +
 .../dmr-testsuite/test_array_7.1.xml.4.trans_base  |    29 +
 .../dmr-testsuite/test_array_7.1.xml.5.trans_base  |    32 +
 .../dmr-testsuite/test_array_7.1.xml.6.trans_base  |    31 +
 tests/dmr-testsuite/test_array_7.2.xml             |    18 +
 .../dmr-testsuite/test_array_7.2.xml.1.trans_base  |    33 +
 .../dmr-testsuite/test_array_7.2.xml.2.trans_base  |    32 +
 .../dmr-testsuite/test_array_7.2.xml.3.trans_base  |    33 +
 .../dmr-testsuite/test_array_7.2.xml.4.trans_base  |    32 +
 tests/dmr-testsuite/test_array_7.xml               |    13 +
 tests/dmr-testsuite/test_array_7.xml.1.trans_base  |    24 +
 tests/dmr-testsuite/test_array_7.xml.2.trans_base  |    23 +
 tests/dmr-testsuite/test_array_7.xml.3.trans_base  |    24 +
 tests/dmr-testsuite/test_array_7.xml.4.trans_base  |    23 +
 tests/dmr-testsuite/test_array_7.xml.baseline      |    10 +
 tests/dmr-testsuite/test_array_7.xml.trans_base    |    24 +
 tests/dmr-testsuite/test_array_8.xml               |    13 +
 tests/dmr-testsuite/test_array_8.xml.1.trans_base  |    27 +
 tests/dmr-testsuite/test_array_8.xml.baseline      |    12 +
 tests/dmr-testsuite/test_array_8.xml.trans_base    |    28 +
 tests/dmr-testsuite/test_escaped_paths.xml         |    69 +
 tests/dmr-testsuite/test_simple_1.xml              |    11 +
 tests/dmr-testsuite/test_simple_1.xml.baseline     |     6 +
 tests/dmr-testsuite/test_simple_1.xml.send_base    |     7 +
 tests/dmr-testsuite/test_simple_1.xml.trans_base   |    17 +
 tests/dmr-testsuite/test_simple_10.xml             |     9 +
 tests/dmr-testsuite/test_simple_10.xml.baseline    |     6 +
 tests/dmr-testsuite/test_simple_10.xml.trans_base  |    17 +
 tests/dmr-testsuite/test_simple_1_data.bin         |   Bin 0 -> 493 bytes
 tests/dmr-testsuite/test_simple_2.xml              |    28 +
 tests/dmr-testsuite/test_simple_2.xml.baseline     |    18 +
 tests/dmr-testsuite/test_simple_2.xml.send_base    |    19 +
 tests/dmr-testsuite/test_simple_2.xml.trans_base   |    89 +
 tests/dmr-testsuite/test_simple_2_data.bin         |   Bin 0 -> 955 bytes
 tests/dmr-testsuite/test_simple_3.xml              |    13 +
 tests/dmr-testsuite/test_simple_3.xml.baseline     |    10 +
 tests/dmr-testsuite/test_simple_3.xml.send_base    |    11 +
 tests/dmr-testsuite/test_simple_3.xml.trans_base   |    25 +
 tests/dmr-testsuite/test_simple_3_data.bin         |   Bin 0 -> 610 bytes
 tests/dmr-testsuite/test_simple_3_error_1.xml      |    13 +
 .../test_simple_3_error_1.xml.baseline             |     2 +
 tests/dmr-testsuite/test_simple_3_error_2.xml      |    13 +
 .../test_simple_3_error_2.xml.baseline             |     3 +
 tests/dmr-testsuite/test_simple_3_error_3.xml      |    13 +
 .../test_simple_3_error_3.xml.baseline             |     2 +
 tests/dmr-testsuite/test_simple_4.xml              |    15 +
 tests/dmr-testsuite/test_simple_4.xml.baseline     |    10 +
 tests/dmr-testsuite/test_simple_4.xml.send_base    |    11 +
 tests/dmr-testsuite/test_simple_4.xml.trans_base   |    24 +
 tests/dmr-testsuite/test_simple_4_data.bin         |   Bin 0 -> 617 bytes
 tests/dmr-testsuite/test_simple_5.xml              |    20 +
 tests/dmr-testsuite/test_simple_5.xml.baseline     |    14 +
 tests/dmr-testsuite/test_simple_5.xml.send_base    |    15 +
 tests/dmr-testsuite/test_simple_5.xml.trans_base   |    65 +
 tests/dmr-testsuite/test_simple_5_data.bin         |   Bin 0 -> 735 bytes
 tests/dmr-testsuite/test_simple_6.1.xml            |    15 +
 .../dmr-testsuite/test_simple_6.1.xml.1.trans_base |    26 +
 tests/dmr-testsuite/test_simple_6.xml              |    12 +
 tests/dmr-testsuite/test_simple_6.xml.1.trans_base |    22 +
 tests/dmr-testsuite/test_simple_6.xml.2.trans_base |    21 +
 tests/dmr-testsuite/test_simple_6.xml.3.trans_base |    21 +
 tests/dmr-testsuite/test_simple_6.xml.baseline     |     9 +
 tests/dmr-testsuite/test_simple_6.xml.trans_base   |    22 +
 tests/dmr-testsuite/test_simple_7.xml              |    12 +
 tests/dmr-testsuite/test_simple_7.xml.1.trans_base |    22 +
 tests/dmr-testsuite/test_simple_7.xml.2.trans_base |    21 +
 tests/dmr-testsuite/test_simple_7.xml.baseline     |     9 +
 tests/dmr-testsuite/test_simple_7.xml.trans_base   |    22 +
 tests/dmr-testsuite/test_simple_8.1.xml            |    16 +
 tests/dmr-testsuite/test_simple_8.xml              |    14 +
 tests/dmr-testsuite/test_simple_8.xml.1.trans_base |    26 +
 tests/dmr-testsuite/test_simple_8.xml.2.trans_base |    25 +
 tests/dmr-testsuite/test_simple_8.xml.baseline     |    11 +
 tests/dmr-testsuite/test_simple_8.xml.trans_base   |    26 +
 tests/dmr-testsuite/test_simple_9.1.xml            |    24 +
 tests/dmr-testsuite/test_simple_9.1.xml.baseline   |    18 +
 tests/dmr-testsuite/test_simple_9.1.xml.trans_base |    45 +
 tests/dmr-testsuite/test_simple_9.2.xml            |    25 +
 tests/dmr-testsuite/test_simple_9.xml              |    15 +
 tests/dmr-testsuite/test_simple_9.xml.baseline     |    11 +
 tests/dmr-testsuite/test_simple_9.xml.trans_base   |    27 +
 tests/dmr-testsuite/vol_1_ce_1.xml                 |    16 +
 tests/dmr-testsuite/vol_1_ce_1.xml.1.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.10.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.11.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.12.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.13.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.14.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.15.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.16.func_base    |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.2.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.3.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.4.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.5.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.6.func_base     |    22 +
 tests/dmr-testsuite/vol_1_ce_1.xml.7.func_base     |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.8.func_base     |    23 +
 tests/dmr-testsuite/vol_1_ce_1.xml.9.func_base     |    23 +
 tests/dmr-testsuite/vol_1_ce_10.xml                |    21 +
 tests/dmr-testsuite/vol_1_ce_10.xml.1.func_base    |    30 +
 tests/dmr-testsuite/vol_1_ce_10.xml.2.func_base    |    37 +
 tests/dmr-testsuite/vol_1_ce_10.xml.3.func_base    |    37 +
 tests/dmr-testsuite/vol_1_ce_11.xml                |    24 +
 tests/dmr-testsuite/vol_1_ce_12.xml                |    26 +
 tests/dmr-testsuite/vol_1_ce_2.xml                 |    19 +
 tests/dmr-testsuite/vol_1_ce_2.xml.1.func_base     |    15 +
 tests/dmr-testsuite/vol_1_ce_3.xml                 |    22 +
 tests/dmr-testsuite/vol_1_ce_4.xml                 |    23 +
 tests/dmr-testsuite/vol_1_ce_5.xml                 |    27 +
 tests/dmr-testsuite/vol_1_ce_6.xml                 |    33 +
 tests/dmr-testsuite/vol_1_ce_7.xml                 |    46 +
 tests/dmr-testsuite/vol_1_ce_8.xml                 |    27 +
 tests/dmr-testsuite/vol_1_ce_9.xml                 |    36 +
 tests/expr-test.cc                                 |    23 +-
 tests/expr-testsuite/test.5.func3.base             |    16 +
 tests/expr-testsuite/test.5.func4.base             |    16 +
 tests/expr-testsuite/test.6.func1.base             |     7 +
 tests/expr-testsuite/test.6.func2.base             |     7 +
 tests/expr-testsuite/test.6.func3.base             |    14 +
 tests/expr-testsuite/test.f                        |     9 +
 tests/expr-testsuite/test.fa.base                  |    14 +
 tests/expr-testsuite/test.fb.base                  |    14 +
 tests/getdap-testsuite/fnoc1.nc.dds                |     7 +
 tests/getdapTest                                   |  2034 ++++
 tests/getdapTest.at                                |    34 +
 tests/package.m4                                   |     4 +-
 unit-tests/AttrTableTest.cc                        |    64 +-
 unit-tests/D4-marshaller/test_cmp.dat              |   Bin 0 -> 16 bytes
 unit-tests/D4-marshaller/test_opaque_1_bin.dat     |   Bin 0 -> 32780 bytes
 unit-tests/D4-marshaller/test_opaque_1_bin.dat.sav |   Bin 0 -> 32787 bytes
 unit-tests/D4-marshaller/test_scalars_1.dat        |   Bin 0 -> 253 bytes
 unit-tests/D4-marshaller/test_scalars_1_bin.dat    |   Bin 0 -> 57 bytes
 unit-tests/D4-marshaller/test_scalars_2.dat        |   Bin 0 -> 76 bytes
 unit-tests/D4-marshaller/test_scalars_2_bin.dat    |   Bin 0 -> 20 bytes
 unit-tests/D4-marshaller/test_scalars_3_bin.dat    |   Bin 0 -> 101 bytes
 unit-tests/D4-marshaller/test_vector_1_bin.dat     |   Bin 0 -> 425996 bytes
 unit-tests/D4-marshaller/test_vector_2_bin.dat     |   Bin 0 -> 426005 bytes
 unit-tests/D4-xml/D4AsyncAccepted.xml              |     6 +
 unit-tests/D4-xml/D4AsyncAccepted_StyleRef.xml     |     7 +
 unit-tests/D4-xml/D4AsyncGone.xml                  |     2 +
 unit-tests/D4-xml/D4AsyncGone_StyleRef.xml         |     3 +
 unit-tests/D4-xml/D4AsyncPending.xml               |     2 +
 unit-tests/D4-xml/D4AsyncPending_StyleRef.xml      |     3 +
 unit-tests/D4-xml/D4AsyncRejected.xml              |     5 +
 unit-tests/D4-xml/D4AsyncRejected_StyleRef.xml     |     6 +
 unit-tests/D4-xml/D4AsyncRequired.xml              |     5 +
 unit-tests/D4-xml/D4AsyncRequired_StyleRef.xml     |     6 +
 unit-tests/D4-xml/D4Attributes_1.xml               |     5 +
 unit-tests/D4-xml/D4Attributes_2.xml               |     8 +
 unit-tests/D4-xml/D4Attributes_3.xml               |    27 +
 unit-tests/D4-xml/D4Attributes_assignment.xml      |     8 +
 unit-tests/D4-xml/D4Attributes_assignment_2.xml    |    27 +
 unit-tests/D4-xml/D4Attributes_copy_ctor.xml       |     8 +
 unit-tests/D4-xml/D4Attributes_empty.xml           |     1 +
 unit-tests/D4-xml/D4Attributes_values_1.xml        |     5 +
 unit-tests/D4-xml/D4Dimensions_3.xml               |     2 +-
 unit-tests/D4-xml/D4Dimensions_4.xml               |     2 +-
 unit-tests/D4-xml/D4Enum_1.xml                     |     2 +
 unit-tests/D4-xml/D4Enum_2.txt                     |     1 +
 unit-tests/D4-xml/D4Group_empty.xml                |     1 +
 unit-tests/D4-xml/D4Group_everything.xml           |    29 +
 unit-tests/D4-xml/D4Group_named_empty.xml          |     2 +
 unit-tests/D4-xml/D4Group_named_with_scalars.xml   |     5 +
 .../D4Group_named_with_scalars_and_stuff.xml       |    16 +
 unit-tests/D4-xml/D4Group_with_scalars.xml         |     3 +
 .../D4-xml/D4Group_with_scalars_and_stuff.xml      |    14 +
 unit-tests/D4-xml/DMR_0.1.xml                      |    28 +
 unit-tests/D4-xml/DMR_0.1_baseline.xml             |    22 +
 unit-tests/D4-xml/DMR_0.xml                        |    12 +
 unit-tests/D4-xml/DMR_0_baseline.xml               |     8 +
 unit-tests/D4-xml/DMR_1.xml                        |     9 +
 unit-tests/D4-xml/DMR_1_baseline.xml               |     4 +
 unit-tests/D4-xml/DMR_2.1.xml                      |    16 +
 unit-tests/D4-xml/DMR_2.1_baseline.xml             |     9 +
 unit-tests/D4-xml/DMR_2.xml                        |    14 +
 unit-tests/D4-xml/DMR_2_baseline.xml               |     9 +
 unit-tests/D4-xml/DMR_3.1.xml                      |    36 +
 unit-tests/D4-xml/DMR_3.1_baseline.xml             |    30 +
 unit-tests/D4-xml/DMR_3.2.xml                      |    10 +
 unit-tests/D4-xml/DMR_3.2_baseline.xml             |     6 +
 unit-tests/D4-xml/DMR_3.3.xml                      |    38 +
 unit-tests/D4-xml/DMR_3.3_baseline.xml             |    32 +
 unit-tests/D4-xml/DMR_3.4.xml                      |    17 +
 unit-tests/D4-xml/DMR_3.4_baseline.xml             |    13 +
 unit-tests/D4-xml/DMR_3.5.xml                      |    44 +
 unit-tests/D4-xml/DMR_3.5_baseline.xml             |    37 +
 unit-tests/D4-xml/DMR_3.xml                        |    14 +
 unit-tests/D4-xml/DMR_3_baseline.xml               |    10 +
 unit-tests/D4-xml/DMR_4.1.xml                      |    19 +
 unit-tests/D4-xml/DMR_4.1_baseline.xml             |    12 +
 unit-tests/D4-xml/DMR_4.xml                        |    30 +
 unit-tests/D4-xml/DMR_4_baseline.xml               |    25 +
 unit-tests/D4-xml/DMR_5.1.xml                      |    54 +
 unit-tests/D4-xml/DMR_5.1_baseline.xml             |    53 +
 unit-tests/D4-xml/DMR_5.xml                        |    31 +
 unit-tests/D4-xml/DMR_5_baseline.xml               |    27 +
 unit-tests/D4-xml/DMR_6.1.xml                      |    43 +
 unit-tests/D4-xml/DMR_6.1_baseline.xml             |    39 +
 unit-tests/D4-xml/DMR_6.2.xml                      |    49 +
 unit-tests/D4-xml/DMR_6.2_baseline.xml             |    37 +
 unit-tests/D4-xml/DMR_6.xml                        |    33 +
 unit-tests/D4-xml/DMR_6_baseline.xml               |    29 +
 unit-tests/D4-xml/DMR_7.1.xml                      |    47 +
 unit-tests/D4-xml/DMR_7.1_baseline.xml             |    42 +
 unit-tests/D4-xml/DMR_7.2.xml                      |    23 +
 unit-tests/D4-xml/DMR_7.2_baseline.xml             |    16 +
 unit-tests/D4-xml/DMR_7.3.xml                      |    39 +
 unit-tests/D4-xml/DMR_7.3_baseline.xml             |    28 +
 unit-tests/D4-xml/DMR_7.4.xml                      |    63 +
 unit-tests/D4-xml/DMR_7.4_baseline.xml             |    41 +
 unit-tests/D4-xml/DMR_7.5.xml                      |    24 +
 unit-tests/D4-xml/DMR_7.5_baseline.xml             |    16 +
 unit-tests/D4-xml/DMR_7.xml                        |    12 +
 unit-tests/D4-xml/DMR_7_baseline.xml               |     7 +
 unit-tests/D4-xml/DMR_8.xml                        |    18 +
 unit-tests/D4-xml/DMR_8_baseline.xml               |    11 +
 unit-tests/D4-xml/DMR_empty.xml                    |     7 +
 unit-tests/D4-xml/DMR_empty_baseline.xml           |     2 +
 unit-tests/D4-xml/Data_DMR_3.xml                   |    17 +
 unit-tests/D4-xml/README                           |     3 +
 unit-tests/D4-xml/coads_climatology.nc.xml         |   118 +
 unit-tests/D4AsyncDocTest.cc                       |   347 +
 unit-tests/D4AttributesTest.cc                     |   308 +
 unit-tests/D4DimensionsTest.cc                     |   128 +-
 unit-tests/D4EnumDefsTest.cc                       |    42 +-
 unit-tests/D4EnumTest.cc                           |   251 +
 unit-tests/D4GroupTest.cc                          |   382 +
 .../{DAP4MarshallerTest.cc => D4MarshallerTest.cc} |   188 +-
 unit-tests/D4ParserSax2Test.cc                     |   379 +
 ...P4UnMarshallerTest.cc => D4UnMarshallerTest.cc} |   240 +-
 unit-tests/DDSTest.cc                              |    78 +-
 unit-tests/DDXParserTest.cc                        |  1100 +-
 unit-tests/DMRTest.cc                              |   326 +
 unit-tests/HTTPCacheTest.cc                        |  1387 +--
 unit-tests/HTTPConnectTest.cc                      |   366 +-
 unit-tests/MIMEUtilTest.cc                         |     7 +-
 unit-tests/Makefile.am                             |    82 +-
 unit-tests/Makefile.in                             |   289 +-
 unit-tests/MarshallerTest.cc                       |    42 +-
 unit-tests/RCReaderTest.cc                         |   446 +-
 unit-tests/SequenceTest.cc                         |   197 +-
 unit-tests/ServerFunctionsListUnitTest.cc          |     6 +-
 unit-tests/SignalHandlerTest.cc                    |   179 +-
 unit-tests/arrayT.cc                               |     9 +-
 unit-tests/cache-testsuite/Makefile.in             |    42 +-
 .../cgi-util-tests/multipart_mime_header1.txt      |     2 +-
 unit-tests/chunked-io/test_big_binary_file.bin     |   Bin 0 -> 406032 bytes
 .../chunked-io/test_big_binary_file.bin.chunked    |   Bin 0 -> 464044 bytes
 .../chunked-io/test_big_binary_file.bin.plain      |   Bin 0 -> 406032 bytes
 unit-tests/chunked-io/test_big_binary_file_2.bin   |   Bin 0 -> 65550 bytes
 .../chunked-io/test_big_binary_file_2.bin.chunked  |   Bin 0 -> 62 bytes
 .../chunked-io/test_big_binary_file_2.bin.plain    |   Bin 0 -> 24 bytes
 unit-tests/chunked-io/test_big_binary_file_3.bin   |   Bin 0 -> 425996 bytes
 unit-tests/chunked-io/test_small_text_file.txt     |     1 +
 .../chunked-io/test_small_text_file.txt.chunked    |   Bin 0 -> 29 bytes
 .../chunked-io/test_small_text_file.txt.plain      |     1 +
 unit-tests/chunked-io/test_text_file.txt           |   370 +
 unit-tests/chunked-io/test_text_file.txt.chunked   |   Bin 0 -> 12913 bytes
 unit-tests/chunked-io/test_text_file.txt.plain     |   370 +
 unit-tests/chunked_iostream_test.cc                |   564 +
 unit-tests/dds-testsuite/3B42.980909.5.HDF.dmr     |    20 +
 .../3B42.980909.5.hacked.2.HDF.attr.dmr            |    59 +
 .../dds-testsuite/3B42.980909.5.hacked.2.HDF.das   |    34 +
 unit-tests/dds-testsuite/S2000415.HDF.dmr          |    89 +
 unit-tests/dds-testsuite/coads_climatology.nc.dmr  |    47 +
 unit-tests/dds-testsuite/dds-test.0/test.16.exp    |     2 +-
 unit-tests/dds-testsuite/dds-test.0/test.17.exp    |     2 +-
 unit-tests/dds-testsuite/dds-test.0/test.18.exp    |     2 +-
 unit-tests/dds-testsuite/dds-test.0/test.19.exp    |     2 +-
 unit-tests/dds-testsuite/dds-test.0/test.20.exp    |     2 +-
 unit-tests/dds-testsuite/fnoc1.nc.dmr              |    26 +
 unit-tests/dds-testsuite/test.1.attr.dmr           |    22 +
 unit-tests/dds-testsuite/test.1.das                |    11 +
 unit-tests/dds-testsuite/test.1.dmr                |     6 +
 unit-tests/ddsT.cc                                 |     9 +-
 .../ddx-testsuite/dataddx_without_top_headers.dap  |   Bin 1712 -> 1716 bytes
 unit-tests/generalUtilTest.cc                      |   407 +-
 unit-tests/structT.cc                              |     1 +
 unit-tests/testFile.cc                             |     3 +
 unit-tests/test_config.h                           |     2 +-
 util.cc                                            |   353 +-
 util.h                                             |     5 +
 xdr-datatypes.h                                    |     4 +-
 733 files changed, 75923 insertions(+), 20144 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git



More information about the debian-science-commits mailing list