[libdap] 33/48: Merge tag 'upstream_3.11.7' into debian
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.
commit b7966f949c6f522a4b049ee28d948c27f4191002
Merge: 8b25100 2ad784d
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Jul 9 11:15:49 2013 +0100
Merge tag 'upstream_3.11.7' into debian
AlarmHandler.h | 5 +-
Ancillary.cc | 13 +
Array.cc | 176 +-
Array.h | 10 +
AttrTable.cc | 663 +-
AttrTable.h | 6 +
BaseType.cc | 118 +-
BaseType.h | 7 +
COPYING | 6 +-
ChangeLog | 491 +-
Clause.cc | 12 +
Connect.cc | 181 +-
Connect.h | 4 +
ConstraintEvaluator.cc | 342 +-
Constructor.cc | 120 +-
Constructor.h | 4 +-
DAPCache3.cc | 988 +
DAPCache3.h | 152 +
DAS.cc | 102 +-
DAS.h | 12 +-
DDS.cc | 327 +-
DDS.h | 41 +-
DDXParserSAX2.cc | 6 +-
DODSFilter.cc | 11 +-
DataDDS.cc | 6 +-
Error.lex | 19 +-
Error.tab.cc | 6 +-
Error.tab.hh | 2 +-
GNU/GetOpt.h | 2 +-
GeoConstraint.cc | 3 +-
Grid.cc | 217 +-
Grid.h | 3 +
GridGeoConstraint.cc | 8 +-
HTTPCache.cc | 44 +-
HTTPCacheMacros.h | 71 +
HTTPCacheTable.cc | 27 +-
HTTPConnect.cc | 3 +-
HTTPConnect.h | 3 +-
INSTALL | 8 +-
Keywords2.h | 3 +
Makefile.am | 32 +-
Makefile.in | 260 +-
NEWS | 55 +-
OSX_Resources/Info.plist | 6 +-
OSX_Resources/ReadMe.txt | 10 +
README | 24 +
ResponseBuilder.cc | 1258 +-
ResponseBuilder.h | 36 +-
Sequence.cc | 46 +
Sequence.h | 3 +
SignalHandler.cc | 8 +-
Structure.cc | 57 +
Structure.h | 3 +
Vector.cc | 1536 +-
Vector.h | 1 +
XDRStreamMarshaller.cc | 457 +-
XDRStreamMarshaller.h | 64 +-
XDRStreamUnMarshaller.cc | 4 +-
XMLWriter.cc | 102 +
XMLWriter.h | 40 +
aclocal.m4 | 5 +-
ce_expr.lex | 4 +-
ce_expr.tab.cc | 566 +-
ce_expr.tab.hh | 4 +-
ce_expr.y | 516 +-
ce_functions.cc | 529 +-
conf/._config.guess | Bin 0 -> 197 bytes
conf/._config.sub | Bin 0 -> 197 bytes
conf/._depcomp | Bin 0 -> 197 bytes
conf/._install-sh | Bin 0 -> 197 bytes
conf/._libtool.m4 | Bin 0 -> 197 bytes
conf/._ltmain.sh | Bin 0 -> 197 bytes
conf/._ltoptions.m4 | Bin 0 -> 197 bytes
conf/._ltsugar.m4 | Bin 0 -> 197 bytes
conf/._ltversion.m4 | Bin 0 -> 197 bytes
conf/._lt~obsolete.m4 | Bin 0 -> 197 bytes
conf/._missing | Bin 0 -> 197 bytes
conf/check_zlib.m4 | 122 -
conf/libtool.m4 | 2002 +-
conf/ltmain.sh | 3976 ++--
conf/ltoptions.m4 | 13 +-
conf/ltversion.m4 | 12 +-
conf/lt~obsolete.m4 | 12 +-
config.h.in | 3 +
configure | 5254 ++---
configure.ac | 165 +-
dap-config.in | 14 +-
dap-config.man1 | 48 +
das.lex | 4 +-
das.tab.cc | 4 +-
dds.lex | 4 +-
dds.tab.cc | 109 +-
dds.tab.hh | 2 +-
dds.y | 97 +-
doxy.conf | 2 +-
doxy.conf => doxy.conf.in | 2 +-
getdap.man1 | 107 +
gl/Makefile.in | 13 +-
gse.lex | 4 +-
gse.tab.cc | 6 +-
gse.tab.hh | 2 +-
lex.Error.cc | 201 +-
lex.ce_expr.cc | 136 +-
lex.das.cc | 136 +-
lex.dds.cc | 136 +-
lex.gse_.cc | 136 +-
libdap.spec | 3 +-
main_page.doxygen.in | 80 +
mime_util.cc | 11 +-
mime_util.h | 2 +
tests/DASTest | 7835 ++++---
tests/DDSTest | 6216 +++---
tests/EXPRTest | 20215 ++++++++++++-------
tests/Makefile.am | 2 +-
tests/Makefile.in | 15 +-
tests/TestArray.cc | 326 +-
tests/TestGrid.cc | 15 +-
tests/TestStructure.cc | 2 +-
tests/TestUrl.cc | 2 +-
tests/atconfig | 10 +-
tests/das-testsuite/test.34.das.base | 2 +-
tests/dds-test.cc | 328 +-
tests/expr-test.cc | 5 +-
tests/expr-testsuite/test.5e.base | 2 +-
tests/expr-testsuite/test.6b.base | 3 +-
tests/package.m4 | 4 +-
unit-tests/AttrTableTest.cc | 10 +-
unit-tests/ByteTest.cc | 2 +-
unit-tests/CEFunctionsTest.cc | 4 +-
unit-tests/DDSTest.cc | 796 +-
unit-tests/DODSFilterTest.cc | 580 +-
unit-tests/HTTPCacheTest.cc | 55 +-
unit-tests/MIMEUtilTest.cc | 7 +-
unit-tests/Makefile.am | 22 +-
unit-tests/Makefile.in | 98 +-
unit-tests/MarshallerTest.cc | 1834 +-
unit-tests/RCReaderTest.cc | 1 +
unit-tests/ResponseBuilderTest.cc | 554 +-
unit-tests/arrayT.cc | 11 +-
unit-tests/cache-testsuite/Makefile.am | 2 -
unit-tests/cache-testsuite/Makefile.in | 21 +-
unit-tests/dasT.cc | 2 +-
unit-tests/dds-testsuite/test.19b.xml | 20 +
unit-tests/dds-testsuite/test.19b6.xml | 53 +
unit-tests/dds-testsuite/test.19c.xml | 17 +
unit-tests/dds-testsuite/test.19d.xml | 11 +
unit-tests/dds-testsuite/test.19d1.xml | 16 +
unit-tests/dds-testsuite/test.19e.xml | 17 +
unit-tests/dds-testsuite/test.19f.xml | 20 +
unit-tests/dds-testsuite/test.19g.xml | 46 +
unit-tests/ddsT.cc | 2 +-
.../response_builder_send_data_ddx_test.xml | 35 +
.../response_builder_send_data_ddx_test_3.xml | 35 +
.../response_builder_send_ddx_test.xml | 20 +
unit-tests/generalUtilTest.cc | 25 +-
unit-tests/testFile.cc | 28 +-
unit-tests/testFile.h | 21 +
unit-tests/test_config.h | 2 +-
util.cc | 242 +-
util.h | 16 +-
160 files changed, 39317 insertions(+), 22956 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