--- gtest-1.3.0.orig/debian/control +++ gtest-1.3.0/debian/control @@ -0,0 +1,39 @@ +Source: gtest +Homepage: http://code.google.com/p/googletest/ +Section: devel +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Steve M. Robbins +Uploaders: Giuseppe Iuculano +Priority: optional +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python +Standards-Version: 3.8.1 +Vcs-Git: git://git.debian.org/git/collab-maint/gtest.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/gtest.git +DM-Upload-Allowed: yes + +Package: libgtest0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Google's framework for writing C++ tests - shared library + Google's framework for writing C++ tests on a variety of platforms. Based on + the xUnit architecture. Supports automatic test discovery, a rich set of + assertions, user-defined assertions, death tests, fatal and non-fatal failures, + value- and type-parameterized tests, various options for running the tests, and + XML test report generation. + . + This package contains the gtest shared library. + +Package: libgtest-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtest0 (= ${binary:Version}) +Description: Google's framework for writing C++ tests - header files + Google's framework for writing C++ tests on a variety of platforms. Based on + the xUnit architecture. Supports automatic test discovery, a rich set of + assertions, user-defined assertions, death tests, fatal and non-fatal failures, + value- and type-parameterized tests, various options for running the tests, and + XML test report generation. + . + This package contains the header files needed to link programs against + gtest. --- gtest-1.3.0.orig/debian/rules +++ gtest-1.3.0/debian/rules @@ -0,0 +1,75 @@ +#!/usr/bin/make -f +# -*- makefile -*- +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + + + +#include /usr/share/quilt/quilt.make + +configure: configure-stamp +configure-stamp: + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub build-aux/config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess build-aux/config.guess +endif + dh_auto_configure + + +build: build-stamp + +build-stamp: configure + $(MAKE) all check + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f build-aux/config.sub build-aux/config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs CHANGES + dh_installdocs + dh_installman -plibgtest-dev debian/gtest-config.1 + dh_install --sourcedir=$(CURDIR)/debian/tmp + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install configure --- gtest-1.3.0.orig/debian/libgtest0.install +++ gtest-1.3.0/debian/libgtest0.install @@ -0,0 +1 @@ +usr/lib/*.so.* --- gtest-1.3.0.orig/debian/libgtest-dev.install +++ gtest-1.3.0/debian/libgtest-dev.install @@ -0,0 +1,6 @@ +usr/lib/*.so +usr/lib/*.a +usr/include/gtest +usr/lib/*.la +usr/share/aclocal +usr/bin/* --- gtest-1.3.0.orig/debian/changelog +++ gtest-1.3.0/debian/changelog @@ -0,0 +1,27 @@ +gtest (1.3.0-1ubuntu2) karmic; urgency=low + + * update libgtest0.symbols.i386 to fix a FTBFS + + -- Andreas Moog Sun, 09 Aug 2009 00:03:23 +0200 + +gtest (1.3.0-1ubuntu1) karmic; urgency=low + + * debian/control: Add python to Build-Depends (fixes a FTBFS). + + -- Michael Bienia Thu, 11 Jun 2009 14:47:15 +0200 + +gtest (1.3.0-1) unstable; urgency=low + + * [d9b99fd] New Upstream Version 1.3.0 + * [c138a66] Added libgtest0 symbols file for i386 arch + * [7880f06] Updated to standards version 3.8.1 (No changes needed) + * [8311a82] debian/control: Use the new dh_auto_configure + + -- Giuseppe Iuculano Sun, 29 Mar 2009 20:07:11 +0200 + +gtest (1.2.1-1) unstable; urgency=low + + [ Giuseppe Iuculano ] + * Initial Debian packaging. (Closes: #498162) + + -- Steve M. Robbins Sat, 07 Mar 2009 15:38:05 -0600 --- gtest-1.3.0.orig/debian/compat +++ gtest-1.3.0/debian/compat @@ -0,0 +1 @@ +7 --- gtest-1.3.0.orig/debian/watch +++ gtest-1.3.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://code.google.com/p/googletest/downloads/list http://googletest.googlecode.com/files/gtest-([\d.]+)\.tar\.gz --- gtest-1.3.0.orig/debian/libgtest0.symbols.i386 +++ gtest-1.3.0/debian/libgtest0.symbols.i386 @@ -0,0 +1,531 @@ +libgtest.so.0 libgtest0 #MINVER# + _ZN7testing11IsSubstringEPKcS1_PKwS3_@Base 1.2.1 + _ZN7testing11IsSubstringEPKcS1_RKSbIwSt11char_traitsIwESaIwEES7_@Base 1.2.1 + _ZN7testing11IsSubstringEPKcS1_RKSsS3_@Base 1.2.1 + _ZN7testing11IsSubstringEPKcS1_S1_S1_@Base 1.2.1 + _ZN7testing14ExitedWithCodeC1Ei@Base 1.2.1 + _ZN7testing14ExitedWithCodeC2Ei@Base 1.2.1 + _ZN7testing14InitGoogleTestEPiPPc@Base 1.2.1 + _ZN7testing14InitGoogleTestEPiPPw@Base 1.2.1 + _ZN7testing14IsNotSubstringEPKcS1_PKwS3_@Base 1.2.1 + _ZN7testing14IsNotSubstringEPKcS1_RKSbIwSt11char_traitsIwESaIwEES7_@Base 1.2.1 + _ZN7testing14IsNotSubstringEPKcS1_RKSsS3_@Base 1.2.1 + _ZN7testing14IsNotSubstringEPKcS1_S1_S1_@Base 1.2.1 + _ZN7testing14KilledBySignalC1Ei@Base 1.2.1 + _ZN7testing14KilledBySignalC2Ei@Base 1.2.1 + _ZN7testing14TestPartResult14ExtractSummaryEPKc@Base 1.2.1 + _ZN7testing14TestPartResultD1Ev@Base 1.2.1 + _ZN7testing15AssertionResultC1ERKNS_8internal6StringE@Base 1.2.1 + _ZN7testing15AssertionResultC2ERKNS_8internal6StringE@Base 1.2.1 + _ZN7testing16AssertionFailureERKNS_7MessageE@Base 1.2.1 + _ZN7testing16AssertionSuccessEv@Base 1.2.1 + _ZN7testing17FLAGS_gtest_colorE@Base 1.2.1 + _ZN7testing18FLAGS_gtest_filterE@Base 1.2.1 + _ZN7testing18FLAGS_gtest_outputE@Base 1.2.1 + _ZN7testing18FLAGS_gtest_repeatE@Base 1.2.1 + _ZN7testing19TestPartResultArray6AppendERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing19TestPartResultArrayC1Ev@Base 1.2.1 + _ZN7testing19TestPartResultArrayC2Ev@Base 1.2.1 + _ZN7testing19TestPartResultArrayD1Ev@Base 1.2.1 + _ZN7testing19TestPartResultArrayD2Ev@Base 1.2.1 + _ZN7testing22FLAGS_gtest_list_testsE@Base 1.2.1 + _ZN7testing22FLAGS_gtest_print_timeE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater11AddListenerEPNS_30UnitTestEventListenerInterfaceE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater11OnTestStartEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater13OnTestCaseEndEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater13OnUnitTestEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater15OnTestCaseStartEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater15OnUnitTestStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater16OnGlobalSetUpEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater18OnGlobalSetUpStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater19OnGlobalTearDownEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater19OnNewTestPartResultEPKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater21OnGlobalTearDownStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeater9OnTestEndEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeaterD0Ev@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeaterD1Ev@Base 1.2.1 + _ZN7testing22UnitTestEventsRepeaterD2Ev@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter13OnUnitTestEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter16PrintXmlTestCaseEP8_IO_FILEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter16PrintXmlTestInfoEP8_IO_FILEPKcPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter16PrintXmlUnitTestEP8_IO_FILEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter29TestPropertiesAsXmlAttributesEPKNS_8internal10TestResultE@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinter9EscapeXmlEPKcb@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinterC1EPKc@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinterC2EPKc@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinterD0Ev@Base 1.2.1 + _ZN7testing24XmlUnitTestResultPrinterD1Ev@Base 1.2.1 + _ZN7testing25NullUnitTestResultPrinterD0Ev@Base 1.2.1 + _ZN7testing25NullUnitTestResultPrinterD1Ev@Base 1.2.1 + _ZN7testing26GoogleTestFailureExceptionD0Ev@Base 1.2.1 + _ZN7testing26GoogleTestFailureExceptionD1Ev@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter11OnTestStartEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter13OnTestCaseEndEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter13OnUnitTestEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter15OnTestCaseStartEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter15OnUnitTestStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter18OnGlobalSetUpStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter19OnNewTestPartResultEPKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter21OnGlobalTearDownStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinter9OnTestEndEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinterD0Ev@Base 1.2.1 + _ZN7testing27PrettyUnitTestResultPrinterD1Ev@Base 1.2.1 + _ZN7testing28FLAGS_gtest_break_on_failureE@Base 1.2.1 + _ZN7testing28FLAGS_gtest_catch_exceptionsE@Base 1.2.1 + _ZN7testing28FLAGS_gtest_death_test_styleE@Base 1.2.1 + _ZN7testing28FLAGS_gtest_throw_on_failureE@Base 1.2.1 + _ZN7testing29FLAGS_gtest_stack_trace_depthE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface11OnTestStartEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface13OnTestCaseEndEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface13OnUnitTestEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface15OnTestCaseStartEPKNS_8TestCaseE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface15OnUnitTestStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface16OnGlobalSetUpEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface18OnGlobalSetUpStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface19OnGlobalTearDownEndEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface19OnNewTestPartResultEPKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface21OnGlobalTearDownStartEPKNS_8UnitTestE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterface9OnTestEndEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterfaceD0Ev@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterfaceD1Ev@Base 1.2.1 + _ZN7testing30UnitTestEventListenerInterfaceD2Ev@Base 1.2.1 + _ZN7testing31FLAGS_gtest_death_test_use_forkE@Base 1.2.1 + _ZN7testing31TestPartResultReporterInterfaceD0Ev@Base 1.2.1 + _ZN7testing31TestPartResultReporterInterfaceD1Ev@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporter20ReportTestPartResultERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporter4InitEv@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterC1ENS0_13InterceptModeEPNS_19TestPartResultArrayE@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterC1EPNS_19TestPartResultArrayE@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterC2ENS0_13InterceptModeEPNS_19TestPartResultArrayE@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterC2EPNS_19TestPartResultArrayE@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterD0Ev@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterD1Ev@Base 1.2.1 + _ZN7testing32ScopedFakeTestPartResultReporterD2Ev@Base 1.2.1 + _ZN7testing35FLAGS_gtest_also_run_disabled_testsE@Base 1.2.1 + _ZN7testing38FLAGS_gtest_show_internal_stack_framesE@Base 1.2.1 + _ZN7testing4Test14RecordPropertyEPKcS2_@Base 1.2.1 + _ZN7testing4Test14RecordPropertyEPKci@Base 1.2.1 + _ZN7testing4Test15HasFatalFailureEv@Base 1.2.1 + _ZN7testing4Test19HasSameFixtureClassEv@Base 1.2.1 + _ZN7testing4Test3RunEv@Base 1.2.1 + _ZN7testing4Test5SetUpEv@Base 1.2.1 + _ZN7testing4Test5SetupEv@Base 1.2.1 + _ZN7testing4Test8TearDownEv@Base 1.2.1 + _ZN7testing4TestC1Ev@Base 1.2.1 + _ZN7testing4TestC2Ev@Base 1.2.1 + _ZN7testing4TestD0Ev@Base 1.2.1 + _ZN7testing4TestD1Ev@Base 1.2.1 + _ZN7testing4TestD2Ev@Base 1.2.1 + _ZN7testing7FloatLEEPKcS1_ff@Base 1.2.1 + _ZN7testing7MessageC1ERKS0_@Base 1.2.1 + _ZN7testing7MessageC1Ev@Base 1.2.1 + _ZN7testing7MessageD1Ev@Base 1.2.1 + _ZN7testing7MessagelsERKSbIwSt11char_traitsIwESaIwEE@Base 1.2.1 + _ZN7testing7MessagelsIKcEERS0_RKPT_@Base 1.2.1 + _ZN7testing7MessagelsIS0_EERS0_RKT_@Base 1.2.1 + _ZN7testing8DoubleLEEPKcS1_dd@Base 1.2.1 + _ZN7testing8TestCase10TestFailedEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing8TestCase10TestPassedEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing8TestCase11AddTestInfoEPNS_8TestInfoE@Base 1.2.1 + _ZN7testing8TestCase11ClearResultEv@Base 1.2.1 + _ZN7testing8TestCase11GetTestInfoEPKc@Base 1.2.1 + _ZN7testing8TestCase11RunTestCaseEPS0_@Base 1.2.1 + _ZN7testing8TestCase12TestDisabledEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing8TestCase13ShouldRunTestEPKNS_8TestInfoE@Base 1.2.1 + _ZN7testing8TestCase19ClearTestCaseResultEPS0_@Base 1.2.1 + _ZN7testing8TestCase3RunEv@Base 1.2.1 + _ZN7testing8TestCaseC1EPKcS2_PFvvES4_@Base 1.2.1 + _ZN7testing8TestCaseC2EPKcS2_PFvvES4_@Base 1.2.1 + _ZN7testing8TestCaseD0Ev@Base 1.2.1 + _ZN7testing8TestCaseD1Ev@Base 1.2.1 + _ZN7testing8TestCaseD2Ev@Base 1.2.1 + _ZN7testing8TestInfo26increment_death_test_countEv@Base 1.2.1 + _ZN7testing8TestInfoC1EPKcS2_S2_S2_PKvPNS_8internal15TestFactoryBaseE@Base 1.2.1 + _ZN7testing8TestInfoC2EPKcS2_S2_S2_PKvPNS_8internal15TestFactoryBaseE@Base 1.2.1 + _ZN7testing8TestInfoD1Ev@Base 1.2.1 + _ZN7testing8TestInfoD2Ev@Base 1.2.1 + _ZN7testing8UnitTest11GetInstanceEv@Base 1.2.1 + _ZN7testing8UnitTest13PopGTestTraceEv@Base 1.2.1 + _ZN7testing8UnitTest14AddEnvironmentEPNS_11EnvironmentE@Base 1.2.1 + _ZN7testing8UnitTest14PushGTestTraceERKNS_8internal9TraceInfoE@Base 1.2.1 + _ZN7testing8UnitTest17AddTestPartResultENS_18TestPartResultTypeEPKciRKNS_8internal6StringES7_@Base 1.2.1 + _ZN7testing8UnitTest27parameterized_test_registryEv@Base 1.2.1 + _ZN7testing8UnitTest28RecordPropertyForCurrentTestEPKcS2_@Base 1.2.1 + _ZN7testing8UnitTest3RunEv@Base 1.2.1 + _ZN7testing8UnitTestC1Ev@Base 1.2.1 + _ZN7testing8UnitTestC2Ev@Base 1.2.1 + _ZN7testing8UnitTestD0Ev@Base 1.2.1 + _ZN7testing8UnitTestD1Ev@Base 1.2.1 + _ZN7testing8UnitTestD2Ev@Base 1.2.1 + _ZN7testing8internal10AlwaysTrueEv@Base 1.2.1 + _ZN7testing8internal10ParseInt32ERKNS_7MessageEPKcPi@Base 1.2.1 + _ZN7testing8internal10TestResult14RecordPropertyERKNS0_12TestPropertyE@Base 1.2.1 + _ZN7testing8internal10TestResult17AddTestPartResultERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing8internal10TestResult20ValidateTestPropertyERKNS0_12TestPropertyE@Base 1.2.1 + _ZN7testing8internal10TestResult5ClearEv@Base 1.2.1 + _ZN7testing8internal10TestResultC1Ev@Base 1.2.1 + _ZN7testing8internal10TestResultC2Ev@Base 1.2.1 + _ZN7testing8internal10TestResultD1Ev@Base 1.2.1 + _ZN7testing8internal10TestResultD2Ev@Base 1.2.1 + _ZN7testing8internal10scoped_ptrINS0_16DeathTestFactoryEED1Ev@Base 1.2.1 + _ZN7testing8internal10scoped_ptrINS0_24InternalRunDeathTestFlagEE5resetEPS2_@Base 1.2.1 + _ZN7testing8internal11CmpHelperEQEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11CmpHelperGEEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11CmpHelperGTEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11CmpHelperLEEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11CmpHelperLTEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11CmpHelperNEEPKcS2_xx@Base 1.2.1 + _ZN7testing8internal11ScopedTraceC1EPKciRKNS_7MessageE@Base 1.2.1 + _ZN7testing8internal11ScopedTraceC2EPKciRKNS_7MessageE@Base 1.2.1 + _ZN7testing8internal11ScopedTraceD1Ev@Base 1.2.1 + _ZN7testing8internal11ScopedTraceD2Ev@Base 1.2.1 + _ZN7testing8internal11ShouldShardEPKcS2_b@Base 1.2.1 + _ZN7testing8internal12AssertHelperC1ENS_18TestPartResultTypeEPKciS4_@Base 1.2.1 + _ZN7testing8internal12AssertHelperC2ENS_18TestPartResultTypeEPKciS4_@Base 1.2.1 + _ZN7testing8internal12TestInfoImpl15ClearTestResultEPNS_8TestInfoE@Base 1.2.1 + _ZN7testing8internal12TestInfoImpl3RunEv@Base 1.2.1 + _ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE@Base 1.2.1 + _ZN7testing8internal12TestInfoImplC1EPNS_8TestInfoEPKcS5_S5_S5_PKvPNS0_15TestFactoryBaseE@Base 1.2.1 + _ZN7testing8internal12TestInfoImplC2EPNS_8TestInfoEPKcS5_S5_S5_PKvPNS0_15TestFactoryBaseE@Base 1.2.1 + _ZN7testing8internal12TestInfoImplD1Ev@Base 1.2.1 + _ZN7testing8internal12TestInfoImplD2Ev@Base 1.2.1 + _ZN7testing8internal12TestPropertyD1Ev@Base 1.2.1 + _ZN7testing8internal12TypeIdHelperINS_4TestEE6dummy_E@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl11FilterTestsENS1_18ReactionToShardingE@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl11GetTestCaseEPKcS3_PFvvES5_@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl11RunAllTestsEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl12ListAllTestsEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl14result_printerEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl18set_result_printerEPNS_30UnitTestEventListenerInterfaceE@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl19current_test_resultEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl21os_stack_trace_getterEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl25set_os_stack_trace_getterEPNS0_27OsStackTraceGetterInterfaceE@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl26RegisterParameterizedTestsEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl28CurrentOsStackTraceExceptTopEi@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl31GetGlobalTestPartResultReporterEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl31SetGlobalTestPartResultReporterEPNS_31TestPartResultReporterInterfaceE@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl41GetTestPartResultReporterForCurrentThreadEv@Base 1.2.1 + _ZN7testing8internal12UnitTestImpl41SetTestPartResultReporterForCurrentThreadEPNS_31TestPartResultReporterInterfaceE@Base 1.2.1 + _ZN7testing8internal12UnitTestImplC1EPNS_8UnitTestE@Base 1.2.1 + _ZN7testing8internal12UnitTestImplC2EPNS_8UnitTestE@Base 1.2.1 + _ZN7testing8internal12UnitTestImplD0Ev@Base 1.2.1 + _ZN7testing8internal12UnitTestImplD1Ev@Base 1.2.1 + _ZN7testing8internal12UnitTestImplD2Ev@Base 1.2.1 + _ZN7testing8internal13CaptureStderrEv@Base 1.2.1 + _ZN7testing8internal13ColoredPrintfENS0_10GTestColorEPKcz@Base 1.2.1 + _ZN7testing8internal13DeathTestImpl6PassedEb@Base 1.2.1 + _ZN7testing8internal13DeathTestImplD0Ev@Base 1.2.1 + _ZN7testing8internal13DeathTestImplD1Ev@Base 1.2.1 + _ZN7testing8internal13ExecDeathTest10AssumeRoleEv@Base 1.2.1 + _ZN7testing8internal13ExecDeathTestD0Ev@Base 1.2.1 + _ZN7testing8internal13ExecDeathTestD1Ev@Base 1.2.1 + _ZN7testing8internal13GetTestTypeIdEv@Base 1.2.1 + _ZN7testing8internal13HasOneFailureEPKcS2_S2_RKNS_19TestPartResultArrayENS_18TestPartResultTypeES2_@Base 1.2.1 + _ZN7testing8internal13ParseBoolFlagEPKcS2_Pb@Base 1.2.1 + _ZN7testing8internal14CmpHelperSTREQEPKcS2_PKwS4_@Base 1.2.1 + _ZN7testing8internal14CmpHelperSTREQEPKcS2_S2_S2_@Base 1.2.1 + _ZN7testing8internal14CmpHelperSTRNEEPKcS2_PKwS4_@Base 1.2.1 + _ZN7testing8internal14CmpHelperSTRNEEPKcS2_S2_S2_@Base 1.2.1 + _ZN7testing8internal14DeathTestAbortERKNS0_6StringE@Base 1.2.1 + _ZN7testing8internal14ParseFlagValueEPKcS2_b@Base 1.2.1 + _ZN7testing8internal14ParseInt32FlagEPKcS2_Pi@Base 1.2.1 + _ZN7testing8internal14ShouldUseColorEb@Base 1.2.1 + _ZN7testing8internal14StackGrowsDownEv@Base 1.2.1 + _ZN7testing8internal15CodePointToUtf8EjPc@Base 1.2.1 + _ZN7testing8internal15FloatingPointLEIdEENS_15AssertionResultEPKcS4_T_S5_@Base 1.2.1 + _ZN7testing8internal15FloatingPointLEIfEENS_15AssertionResultEPKcS4_T_S5_@Base 1.2.1 + _ZN7testing8internal15NoExecDeathTest10AssumeRoleEv@Base 1.2.1 + _ZN7testing8internal15NoExecDeathTestD0Ev@Base 1.2.1 + _ZN7testing8internal15NoExecDeathTestD1Ev@Base 1.2.1 + _ZN7testing8internal15ParseStringFlagEPKcS2_PNS0_6StringE@Base 1.2.1 + _ZN7testing8internal15UnitTestOptions13MatchesFilterERKNS0_6StringEPKc@Base 1.2.1 + _ZN7testing8internal15UnitTestOptions15GetOutputFormatEv@Base 1.2.1 + _ZN7testing8internal15UnitTestOptions17FilterMatchesTestERKNS0_6StringES4_@Base 1.2.1 + _ZN7testing8internal15UnitTestOptions20PatternMatchesStringEPKcS3_@Base 1.2.1 + _ZN7testing8internal15UnitTestOptions27GetAbsolutePathToOutputFileEv@Base 1.2.1 + _ZN7testing8internal16BoolFromGTestEnvEPKcb@Base 1.2.1 + _ZN7testing8internal16DeathTestFactoryD0Ev@Base 1.2.1 + _ZN7testing8internal16DeathTestFactoryD1Ev@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTest4WaitEv@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTest5AbortENS0_9DeathTest11AbortReasonE@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTestC1EPKcPKNS0_2REE@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTestC2EPKcPKNS0_2REE@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTestD0Ev@Base 1.2.1 + _ZN7testing8internal16ForkingDeathTestD1Ev@Base 1.2.1 + _ZN7testing8internal16GetAnsiColorCodeENS0_10GTestColorE@Base 1.2.1 + _ZN7testing8internal16WideStringToUtf8EPKwi@Base 1.2.1 + _ZN7testing8internal17AppendUserMessageERKNS0_6StringERKNS_7MessageE@Base 1.2.1 + _ZN7testing8internal17GetCapturedStderrEv@Base 1.2.1 + _ZN7testing8internal17Int32FromEnvOrDieEPKci@Base 1.2.1 + _ZN7testing8internal17Int32FromGTestEnvEPKci@Base 1.2.1 + _ZN7testing8internal17StrStreamToStringEPSt18basic_stringstreamIcSt11char_traitsIcESaIcEE@Base 1.2.1 + _ZN7testing8internal17g_executable_pathE@Base 1.2.1 + _ZN7testing8internal17kStackTraceMarkerE@Base 1.2.1 + _ZN7testing8internal18CmpHelperSTRCASEEQEPKcS2_S2_S2_@Base 1.2.1 + _ZN7testing8internal18CmpHelperSTRCASENEEPKcS2_S2_S2_@Base 1.2.1 + _ZN7testing8internal18GetFailedPartCountEPKNS0_10TestResultE@Base 1.2.1 + _ZN7testing8internal18InitGoogleTestImplIcEEvPiPPT_@Base 1.2.1 + _ZN7testing8internal18InitGoogleTestImplIwEEvPiPPT_@Base 1.2.1 + _ZN7testing8internal18OsStackTraceGetter16UponLeavingGTestEv@Base 1.2.1 + _ZN7testing8internal18OsStackTraceGetter17CurrentStackTraceEii@Base 1.2.1 + _ZN7testing8internal18OsStackTraceGetter19kElidedFramesMarkerE@Base 1.2.1 + _ZN7testing8internal18OsStackTraceGetterD0Ev@Base 1.2.1 + _ZN7testing8internal18OsStackTraceGetterD1Ev@Base 1.2.1 + _ZN7testing8internal18ParseNaturalNumberIiEEbRKSsPT_@Base 1.2.1 + _ZN7testing8internal18StreamableToStringIPcEENS0_6StringERKT_@Base 1.2.1 + _ZN7testing8internal18StreamableToStringIPwEENS0_6StringERKT_@Base 1.2.1 + _ZN7testing8internal18StreamableToStringIxEENS0_6StringERKT_@Base 1.2.1 + _ZN7testing8internal18StringFromGTestEnvEPKcS2_@Base 1.2.1 + _ZN7testing8internal18g_init_gtest_countE@Base 1.2.1 + _ZN7testing8internal18g_linked_ptr_mutexE@Base 1.2.1 + _ZN7testing8internal19TypedTestCasePState25VerifyRegisteredTestNamesEPKciS3_@Base 1.2.1 + _ZN7testing8internal20DoubleNearPredFormatEPKcS2_S2_ddd@Base 1.2.1 + _ZN7testing8internal20ExitedUnsuccessfullyEi@Base 1.2.1 + _ZN7testing8internal20ShouldRunTestOnShardEiii@Base 1.2.1 + _ZN7testing8internal20SingleFailureCheckerC1EPKNS_19TestPartResultArrayENS_18TestPartResultTypeEPKc@Base 1.2.1 + _ZN7testing8internal20SingleFailureCheckerC2EPKNS_19TestPartResultArrayENS_18TestPartResultTypeEPKc@Base 1.2.1 + _ZN7testing8internal20SingleFailureCheckerD1Ev@Base 1.2.1 + _ZN7testing8internal20SingleFailureCheckerD2Ev@Base 1.2.1 + _ZN7testing8internal21StackLowerThanAddressEPKv@Base 1.2.1 + _ZN7testing8internal23DefaultDeathTestFactory6CreateEPKcPKNS0_2REES3_iPPNS0_9DeathTestE@Base 1.2.1 + _ZN7testing8internal23DefaultDeathTestFactoryD0Ev@Base 1.2.1 + _ZN7testing8internal23DefaultDeathTestFactoryD1Ev@Base 1.2.1 + _ZN7testing8internal23FormatForFailureMessageEc@Base 1.2.1 + _ZN7testing8internal23FormatForFailureMessageEw@Base 1.2.1 + _ZN7testing8internal23MakeAndRegisterTestInfoEPKcS2_S2_S2_PKvPFvvES6_PNS0_15TestFactoryBaseE@Base 1.2.1 + _ZN7testing8internal23kTestTypeIdInGoogleTestE@Base 1.2.1 + _ZN7testing8internal24GetCurrentExecutableNameEv@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelper20ReportTestPartResultERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelperC1Ev@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelperC2Ev@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelperD0Ev@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelperD1Ev@Base 1.2.1 + _ZN7testing8internal24HasNewFatalFailureHelperD2Ev@Base 1.2.1 + _ZN7testing8internal24ParseGoogleTestFlagsOnlyEPiPPc@Base 1.2.1 + _ZN7testing8internal24ParseGoogleTestFlagsOnlyEPiPPw@Base 1.2.1 + _ZN7testing8internal25GetLastSystemErrorMessageEv@Base 1.2.1 + _ZN7testing8internal25ReportInvalidTestCaseTypeEPKcS2_i@Base 1.2.1 + _ZN7testing8internal27FormatTimeInMillisAsSecondsEx@Base 1.2.1 + _ZN7testing8internal27OsStackTraceGetterInterfaceD0Ev@Base 1.2.1 + _ZN7testing8internal27OsStackTraceGetterInterfaceD1Ev@Base 1.2.1 + _ZN7testing8internal28ParseGoogleTestFlagsOnlyImplIcEEvPiPPT_@Base 1.2.1 + _ZN7testing8internal28ParseGoogleTestFlagsOnlyImplIwEEvPiPPT_@Base 1.2.1 + _ZN7testing8internal29ParameterizedTestCaseRegistryD1Ev@Base 1.2.1 + _ZN7testing8internal29ParseInternalRunDeathTestFlagEv@Base 1.2.1 + _ZN7testing8internal2RE12PartialMatchEPKcRKS1_@Base 1.2.1 + _ZN7testing8internal2RE4InitEPKc@Base 1.2.1 + _ZN7testing8internal2RE9FullMatchEPKcRKS1_@Base 1.2.1 + _ZN7testing8internal2RED1Ev@Base 1.2.1 + _ZN7testing8internal2RED2Ev@Base 1.2.1 + _ZN7testing8internal30WriteToShardStatusFileIfNeededEv@Base 1.2.1 + _ZN7testing8internal31GetCurrentOsStackTraceExceptTopEPNS_8UnitTestEi@Base 1.2.1 + _ZN7testing8internal35DefaultGlobalTestPartResultReporter20ReportTestPartResultERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing8internal35DefaultGlobalTestPartResultReporterC1EPNS0_12UnitTestImplE@Base 1.2.1 + _ZN7testing8internal35DefaultGlobalTestPartResultReporterC2EPNS0_12UnitTestImplE@Base 1.2.1 + _ZN7testing8internal35DefaultGlobalTestPartResultReporterD0Ev@Base 1.2.1 + _ZN7testing8internal35DefaultGlobalTestPartResultReporterD1Ev@Base 1.2.1 + _ZN7testing8internal35FLAGS_gtest_internal_run_death_testE@Base 1.2.1 + _ZN7testing8internal38DefaultPerThreadTestPartResultReporter20ReportTestPartResultERKNS_14TestPartResultE@Base 1.2.1 + _ZN7testing8internal38DefaultPerThreadTestPartResultReporterC1EPNS0_12UnitTestImplE@Base 1.2.1 + _ZN7testing8internal38DefaultPerThreadTestPartResultReporterC2EPNS0_12UnitTestImplE@Base 1.2.1 + _ZN7testing8internal38DefaultPerThreadTestPartResultReporterD0Ev@Base 1.2.1 + _ZN7testing8internal38DefaultPerThreadTestPartResultReporterD1Ev@Base 1.2.1 + _ZN7testing8internal4ListINS0_12TestPropertyEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListINS0_12TestPropertyEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListINS0_9TraceInfoEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListINS0_9TraceInfoEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListINS_14TestPartResultEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListINS_14TestPartResultEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_11EnvironmentEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_11EnvironmentEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_30UnitTestEventListenerInterfaceEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_30UnitTestEventListenerInterfaceEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_8TestCaseEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_8TestCaseEED1Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_8TestInfoEED0Ev@Base 1.2.1 + _ZN7testing8internal4ListIPNS_8TestInfoEED1Ev@Base 1.2.1 + _ZN7testing8internal6String12CloneCStringEPKc@Base 1.2.1 + _ZN7testing8internal6String13CStringEqualsEPKcS3_@Base 1.2.1 + _ZN7testing8internal6String15ShowWideCStringEPKw@Base 1.2.1 + _ZN7testing8internal6String17ShowCStringQuotedEPKc@Base 1.2.1 + _ZN7testing8internal6String17WideCStringEqualsEPKwS3_@Base 1.2.1 + _ZN7testing8internal6String21ShowWideCStringQuotedEPKw@Base 1.2.1 + _ZN7testing8internal6String28CaseInsensitiveCStringEqualsEPKcS3_@Base 1.2.1 + _ZN7testing8internal6String32CaseInsensitiveWideCStringEqualsEPKwS3_@Base 1.2.1 + _ZN7testing8internal6String3SetEPKcj@Base 1.2.1 + _ZN7testing8internal6String6FormatEPKcz@Base 1.2.1 + _ZN7testing8internal6StringC1EPKcj@Base 1.2.1 + _ZN7testing8internal6StringC2EPKcj@Base 1.2.1 + _ZN7testing8internal6StringD1Ev@Base 1.2.1 + _ZN7testing8internal6StringaSEPKc@Base 1.2.1 + _ZN7testing8internal7g_argvsE@Base 1.2.1 + _ZN7testing8internal8FilePath11ConcatPathsERKS1_S3_@Base 1.2.1 + _ZN7testing8internal8FilePath12MakeFileNameERKS1_S3_iPKc@Base 1.2.1 + _ZN7testing8internal8FilePath13GetCurrentDirEv@Base 1.2.1 + _ZN7testing8internal8FilePath22GenerateUniqueFileNameERKS1_S3_PKc@Base 1.2.1 + _ZN7testing8internal8FilePath9NormalizeEv@Base 1.2.1 + _ZN7testing8internal8GTestLogENS0_16GTestLogSeverityEPKciS3_@Base 1.2.1 + _ZN7testing8internal8GetArgvsEv@Base 1.2.1 + _ZN7testing8internal9ArgumentsD1Ev@Base 1.2.1 + _ZN7testing8internal9DeathTest11LastMessageEv@Base 1.2.1 + _ZN7testing8internal9DeathTest24last_death_test_message_E@Base 1.2.1 + _ZN7testing8internal9DeathTest27set_last_death_test_messageERKNS0_6StringE@Base 1.2.1 + _ZN7testing8internal9DeathTest6CreateEPKcPKNS0_2REES3_iPPS1_@Base 1.2.1 + _ZN7testing8internal9DeathTestC1Ev@Base 1.2.1 + _ZN7testing8internal9DeathTestC2Ev@Base 1.2.1 + _ZN7testing8internal9DeathTestD0Ev@Base 1.2.1 + _ZN7testing8internal9DeathTestD1Ev@Base 1.2.1 + _ZN7testing8internal9EqFailureEPKcS2_RKNS0_6StringES5_b@Base 1.2.1 + _ZN7testinglsERSoRKNS_14TestPartResultE@Base 1.2.1 + _ZNK7testing14ExitedWithCodeclEi@Base 1.2.1 + _ZNK7testing14KilledBySignalclEi@Base 1.2.1 + _ZNK7testing19TestPartResultArray17GetTestPartResultEi@Base 1.2.1 + _ZNK7testing19TestPartResultArray4sizeEv@Base 1.2.1 + _ZNK7testing8TestCase16total_test_countEv@Base 1.2.1 + _ZNK7testing8TestCase17failed_test_countEv@Base 1.2.1 + _ZNK7testing8TestCase17test_to_run_countEv@Base 1.2.1 + _ZNK7testing8TestCase19disabled_test_countEv@Base 1.2.1 + _ZNK7testing8TestCase21successful_test_countEv@Base 1.2.1 + _ZNK7testing8TestInfo10should_runEv@Base 1.2.1 + _ZNK7testing8TestInfo14test_case_nameEv@Base 1.2.1 + _ZNK7testing8TestInfo17test_case_commentEv@Base 1.2.1 + _ZNK7testing8TestInfo4nameEv@Base 1.2.1 + _ZNK7testing8TestInfo6resultEv@Base 1.2.1 + _ZNK7testing8TestInfo7commentEv@Base 1.2.1 + _ZNK7testing8UnitTest17current_test_caseEv@Base 1.2.1 + _ZNK7testing8UnitTest17current_test_infoEv@Base 1.2.1 + _ZNK7testing8UnitTest20original_working_dirEv@Base 1.2.1 + _ZNK7testing8internal10TestResult15HasFatalFailureEv@Base 1.2.1 + _ZNK7testing8internal10TestResult16total_part_countEv@Base 1.2.1 + _ZNK7testing8internal10TestResult17failed_part_countEv@Base 1.2.1 + _ZNK7testing8internal10TestResult21successful_part_countEv@Base 1.2.1 + _ZNK7testing8internal12AssertHelperaSERKNS_7MessageE@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl16total_test_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl17failed_test_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl17test_to_run_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl19disabled_test_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl21successful_test_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl21total_test_case_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl22failed_test_case_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl22test_case_to_run_countEv@Base 1.2.1 + _ZNK7testing8internal12UnitTestImpl26successful_test_case_countEv@Base 1.2.1 + _ZNK7testing8internal6String23EndsWithCaseInsensitiveEPKc@Base 1.2.1 + _ZNK7testing8internal6String7CompareERKS1_@Base 1.2.1 + _ZNK7testing8internal6String8EndsWithEPKc@Base 1.2.1 + _ZNK7testing8internal8FilePath11IsDirectoryEv@Base 1.2.1 + _ZNK7testing8internal8FilePath12CreateFolderEv@Base 1.2.1 + _ZNK7testing8internal8FilePath14IsAbsolutePathEv@Base 1.2.1 + _ZNK7testing8internal8FilePath14RemoveFileNameEv@Base 1.2.1 + _ZNK7testing8internal8FilePath15DirectoryExistsEv@Base 1.2.1 + _ZNK7testing8internal8FilePath15IsRootDirectoryEv@Base 1.2.1 + _ZNK7testing8internal8FilePath15RemoveExtensionEPKc@Base 1.2.1 + _ZNK7testing8internal8FilePath19RemoveDirectoryNameEv@Base 1.2.1 + _ZNK7testing8internal8FilePath21FileOrDirectoryExistsEv@Base 1.2.1 + _ZNK7testing8internal8FilePath27RemoveTrailingPathSeparatorEv@Base 1.2.1 + _ZNK7testing8internal8FilePath28CreateDirectoriesRecursivelyEv@Base 1.2.1 + _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 1.2.1 + _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 1.2.1 + _ZNSt6vectorIN7testing8internal6StringESaIS2_EED1Ev@Base 1.2.1 + _ZNSt6vectorIPcSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_@Base 1.2.1 + _ZNSt6vectorIPcSaIS0_EE6insertEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_@Base 1.2.1 + _ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs@Base 1.2.1 + _ZNSt6vectorISsSaISsEED1Ev@Base 1.2.1 + _ZNSt8_Rb_treeIN7testing8internal6StringES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base 1.2.1 + _ZNSt8_Rb_treeIN7testing8internal6StringES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueERKS2_@Base 1.2.1 + _ZNSt8_Rb_treeIN7testing8internal6StringES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 1.2.1 + _ZSt22__uninitialized_move_aIPSsS0_SaISsEET0_T_S3_S2_RT1_@Base 1.3.0 + _ZTIN7testing22UnitTestEventsRepeaterE@Base 1.2.1 + _ZTIN7testing24XmlUnitTestResultPrinterE@Base 1.2.1 + _ZTIN7testing25NullUnitTestResultPrinterE@Base 1.2.1 + _ZTIN7testing26GoogleTestFailureExceptionE@Base 1.2.1 + _ZTIN7testing27PrettyUnitTestResultPrinterE@Base 1.2.1 + _ZTIN7testing30UnitTestEventListenerInterfaceE@Base 1.2.1 + _ZTIN7testing31TestPartResultReporterInterfaceE@Base 1.2.1 + _ZTIN7testing32ScopedFakeTestPartResultReporterE@Base 1.2.1 + _ZTIN7testing4TestE@Base 1.2.1 + _ZTIN7testing8TestCaseE@Base 1.2.1 + _ZTIN7testing8UnitTestE@Base 1.2.1 + _ZTIN7testing8internal12UnitTestImplE@Base 1.2.1 + _ZTIN7testing8internal13DeathTestImplE@Base 1.2.1 + _ZTIN7testing8internal13ExecDeathTestE@Base 1.2.1 + _ZTIN7testing8internal15NoExecDeathTestE@Base 1.2.1 + _ZTIN7testing8internal16DeathTestFactoryE@Base 1.2.1 + _ZTIN7testing8internal16ForkingDeathTestE@Base 1.2.1 + _ZTIN7testing8internal18OsStackTraceGetterE@Base 1.2.1 + _ZTIN7testing8internal23DefaultDeathTestFactoryE@Base 1.2.1 + _ZTIN7testing8internal24HasNewFatalFailureHelperE@Base 1.2.1 + _ZTIN7testing8internal27OsStackTraceGetterInterfaceE@Base 1.2.1 + _ZTIN7testing8internal35DefaultGlobalTestPartResultReporterE@Base 1.2.1 + _ZTIN7testing8internal38DefaultPerThreadTestPartResultReporterE@Base 1.2.1 + _ZTIN7testing8internal4ListINS0_12TestPropertyEEE@Base 1.2.1 + _ZTIN7testing8internal4ListINS0_9TraceInfoEEE@Base 1.2.1 + _ZTIN7testing8internal4ListINS_14TestPartResultEEE@Base 1.2.1 + _ZTIN7testing8internal4ListIPNS_11EnvironmentEEE@Base 1.2.1 + _ZTIN7testing8internal4ListIPNS_30UnitTestEventListenerInterfaceEEE@Base 1.2.1 + _ZTIN7testing8internal4ListIPNS_8TestCaseEEE@Base 1.2.1 + _ZTIN7testing8internal4ListIPNS_8TestInfoEEE@Base 1.2.1 + _ZTIN7testing8internal9DeathTestE@Base 1.2.1 + _ZTSN7testing22UnitTestEventsRepeaterE@Base 1.2.1 + _ZTSN7testing24XmlUnitTestResultPrinterE@Base 1.2.1 + _ZTSN7testing25NullUnitTestResultPrinterE@Base 1.2.1 + _ZTSN7testing26GoogleTestFailureExceptionE@Base 1.2.1 + _ZTSN7testing27PrettyUnitTestResultPrinterE@Base 1.2.1 + _ZTSN7testing30UnitTestEventListenerInterfaceE@Base 1.2.1 + _ZTSN7testing31TestPartResultReporterInterfaceE@Base 1.2.1 + _ZTSN7testing32ScopedFakeTestPartResultReporterE@Base 1.2.1 + _ZTSN7testing4TestE@Base 1.2.1 + _ZTSN7testing8TestCaseE@Base 1.2.1 + _ZTSN7testing8UnitTestE@Base 1.2.1 + _ZTSN7testing8internal12UnitTestImplE@Base 1.2.1 + _ZTSN7testing8internal13DeathTestImplE@Base 1.2.1 + _ZTSN7testing8internal13ExecDeathTestE@Base 1.2.1 + _ZTSN7testing8internal15NoExecDeathTestE@Base 1.2.1 + _ZTSN7testing8internal16DeathTestFactoryE@Base 1.2.1 + _ZTSN7testing8internal16ForkingDeathTestE@Base 1.2.1 + _ZTSN7testing8internal18OsStackTraceGetterE@Base 1.2.1 + _ZTSN7testing8internal23DefaultDeathTestFactoryE@Base 1.2.1 + _ZTSN7testing8internal24HasNewFatalFailureHelperE@Base 1.2.1 + _ZTSN7testing8internal27OsStackTraceGetterInterfaceE@Base 1.2.1 + _ZTSN7testing8internal35DefaultGlobalTestPartResultReporterE@Base 1.2.1 + _ZTSN7testing8internal38DefaultPerThreadTestPartResultReporterE@Base 1.2.1 + _ZTSN7testing8internal4ListINS0_12TestPropertyEEE@Base 1.2.1 + _ZTSN7testing8internal4ListINS0_9TraceInfoEEE@Base 1.2.1 + _ZTSN7testing8internal4ListINS_14TestPartResultEEE@Base 1.2.1 + _ZTSN7testing8internal4ListIPNS_11EnvironmentEEE@Base 1.2.1 + _ZTSN7testing8internal4ListIPNS_30UnitTestEventListenerInterfaceEEE@Base 1.2.1 + _ZTSN7testing8internal4ListIPNS_8TestCaseEEE@Base 1.2.1 + _ZTSN7testing8internal4ListIPNS_8TestInfoEEE@Base 1.2.1 + _ZTSN7testing8internal9DeathTestE@Base 1.2.1 + _ZTVN7testing22UnitTestEventsRepeaterE@Base 1.2.1 + _ZTVN7testing24XmlUnitTestResultPrinterE@Base 1.2.1 + _ZTVN7testing25NullUnitTestResultPrinterE@Base 1.2.1 + _ZTVN7testing26GoogleTestFailureExceptionE@Base 1.2.1 + _ZTVN7testing27PrettyUnitTestResultPrinterE@Base 1.2.1 + _ZTVN7testing30UnitTestEventListenerInterfaceE@Base 1.2.1 + _ZTVN7testing31TestPartResultReporterInterfaceE@Base 1.2.1 + _ZTVN7testing32ScopedFakeTestPartResultReporterE@Base 1.2.1 + _ZTVN7testing4TestE@Base 1.2.1 + _ZTVN7testing8TestCaseE@Base 1.2.1 + _ZTVN7testing8UnitTestE@Base 1.2.1 + _ZTVN7testing8internal12UnitTestImplE@Base 1.2.1 + _ZTVN7testing8internal13DeathTestImplE@Base 1.2.1 + _ZTVN7testing8internal13ExecDeathTestE@Base 1.2.1 + _ZTVN7testing8internal15NoExecDeathTestE@Base 1.2.1 + _ZTVN7testing8internal16DeathTestFactoryE@Base 1.2.1 + _ZTVN7testing8internal16ForkingDeathTestE@Base 1.2.1 + _ZTVN7testing8internal18OsStackTraceGetterE@Base 1.2.1 + _ZTVN7testing8internal23DefaultDeathTestFactoryE@Base 1.2.1 + _ZTVN7testing8internal24HasNewFatalFailureHelperE@Base 1.2.1 + _ZTVN7testing8internal27OsStackTraceGetterInterfaceE@Base 1.2.1 + _ZTVN7testing8internal35DefaultGlobalTestPartResultReporterE@Base 1.2.1 + _ZTVN7testing8internal38DefaultPerThreadTestPartResultReporterE@Base 1.2.1 + _ZTVN7testing8internal4ListINS0_12TestPropertyEEE@Base 1.2.1 + _ZTVN7testing8internal4ListINS0_9TraceInfoEEE@Base 1.2.1 + _ZTVN7testing8internal4ListINS_14TestPartResultEEE@Base 1.2.1 + _ZTVN7testing8internal4ListIPNS_11EnvironmentEEE@Base 1.2.1 + _ZTVN7testing8internal4ListIPNS_30UnitTestEventListenerInterfaceEEE@Base 1.2.1 + _ZTVN7testing8internal4ListIPNS_8TestCaseEEE@Base 1.2.1 + _ZTVN7testing8internal4ListIPNS_8TestInfoEEE@Base 1.2.1 + _ZTVN7testing8internal9DeathTestE@Base 1.2.1 +libgtest_main.so.0 libgtest0 #MINVER# + main@Base 1.2.1 --- gtest-1.3.0.orig/debian/gtest-config.1 +++ gtest-1.3.0/debian/gtest-config.1 @@ -0,0 +1,115 @@ +.TH GTEST-CONFIG "1" "January 2009" "gtest-config 1.2.1" "User Commands" +.SH NAME +gtest-config \- Google's framework for writing C++ test +.SH SYNOPSIS +.B gtest-config +[\fIOPTIONS\fR...] +.SH DESCRIPTION +The `gtest\-config' script provides access to the necessary compile and linking +flags to connect with Google C++ Testing Framework, both in a build prior to +installation, and on the system proper after installation. The installation +overrides may be issued in combination with any other queries, but will only +affect installation queries if called on a built but not installed gtest. The +installation queries may not be issued with any other types of queries, and +only one installation query may be made at a time. The version queries and +compiler flag queries may be combined as desired but not mixed. Different +version queries are always combined with logical "and" semantics, and only the +last of any particular query is used while all previous ones ignored. All +versions must be specified as a sequence of numbers separated by periods. +Compiler flag queries output the union of the sets of flags when combined. +.IP +Examples: +.IP +gtest\-config \fB\-\-min\-version\fR=\fI1\fR.0 || echo "Insufficient Google Test version." +.IP +g++ $(gtest\-config \fB\-\-cppflags\fR \fB\-\-cxxflags\fR) \fB\-o\fR foo.o \fB\-c\fR foo.cpp +g++ $(gtest\-config \fB\-\-ldflags\fR \fB\-\-libs\fR) \fB\-o\fR foo foo.o +.IP +# When using a built but not installed Google Test: +g++ $(../../my_gtest_build/scripts/gtest\-config ...) ... +.IP +# When using an installed Google Test, but with installation overrides: +export GTEST_PREFIX="/opt" +g++ $(gtest\-config \fB\-\-libdir=\fR"/opt/lib64" ...) ... +.IP +Help: +.TP +\fB\-\-usage\fR +brief usage information +.TP +\fB\-\-help\fR +display this help message +.IP +Installation Overrides: +.TP +\fB\-\-prefix=\fR +overrides the installation prefix +.TP +\fB\-\-exec\-prefix=\fR +overrides the executable installation prefix +.TP +\fB\-\-libdir=\fR +overrides the library installation prefix +.TP +\fB\-\-includedir=\fR +overrides the header file installation prefix +.IP +Installation Queries: +.TP +\fB\-\-prefix\fR +installation prefix +.TP +\fB\-\-exec\-prefix\fR +executable installation prefix +.TP +\fB\-\-libdir\fR +library installation directory +.TP +\fB\-\-includedir\fR +header file installation directory +.TP +\fB\-\-version\fR +the version of the Google Test installation +.IP +Version Queries: +.TP +\fB\-\-min\-version\fR=\fIVERSION\fR +return 0 if the version is at least VERSION +.TP +\fB\-\-exact\-version\fR=\fIVERSION\fR +return 0 if the version is exactly VERSION +.TP +\fB\-\-max\-version\fR=\fIVERSION\fR +return 0 if the version is at most VERSION +.IP +Compilation Flag Queries: +.TP +\fB\-\-cppflags\fR +compile flags specific to the C\-like preprocessors +.TP +\fB\-\-cxxflags\fR +compile flags appropriate for C++ programs +.TP +\fB\-\-ldflags\fR +linker flags +.TP +\fB\-\-libs\fR +libraries for linking +.SH "SEE ALSO" +The full documentation for +.B gtest-config +is maintained as a Texinfo manual. If the +.B info +and +.B gtest-config +programs are properly installed at your site, the command +.IP +.B info gtest-config +.PP +should give you access to the complete manual. +.SH AUTHOR +gtest is Copyright 2008, Google Inc. +.PP +This manual page was written by Giuseppe Iuculano , +for the Debian project (but may be used by others). + --- gtest-1.3.0.orig/debian/copyright +++ gtest-1.3.0/debian/copyright @@ -0,0 +1,44 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: Google C++ Testing Framework +Upstream-Source: http://code.google.com/p/googletest/ + +Files: * +Copyright: Copyright 2008, Google Inc. +License: BSD-C3 +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: + Copyright 2009, Steve Robbins , Giuseppe Iuculano