summaryrefslogtreecommitdiff
path: root/testtools/Library_bridgetest.mk
blob: 6a3063f1b333ab03404ac2c151813246d3cc9e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Library_Library,testtools_bridgetest))

$(eval $(call gb_Library_set_componentfile,testtools_bridgetest,testtools/source/bridgetest/bridgetest))

$(eval $(call gb_Library_use_internal_api,testtools_bridgetest,\
    bridgetest \
))

$(eval $(call gb_Library_use_api,testtools_bridgetest,\
    udkapi \
))

$(eval $(call gb_Library_use_static_libraries,testtools_bridgetest,\
    testtools_bridgetest_s \
))

$(eval $(call gb_Library_use_external,testtools_bridgetest,boost_headers))

$(eval $(call gb_Library_use_libraries,testtools_bridgetest,\
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_Library_add_exception_objects,testtools_bridgetest,\
    testtools/source/bridgetest/bridgetest \
))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
vate/tml/lov-6.2.1&id=a7cdba3a0e48360e2ed549e9d8996fe41460df70'>Use nl_langinfo_l with an explicitly created localeStephan Bergmann 2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin 2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara 2017-01-09New loplugin:externvar: i18npoolStephan Bergmann 2016-11-02upgrade to ICU 58Eike Rathke 2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara 2016-09-20Related cid#1371289: Improve code to not depend on missing move assignmentStephan Bergmann 2016-09-20Remove redundant default ctor definitionStephan Bergmann 2016-05-11convert MappingType to scoped enumNoel Grandin 2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin 2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin 2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann 2015-12-19coverity#1343620 Unchecked return valueCaolán McNamara 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05related tdf#73691 - prevent AltX creating control charactersJustin Luth 2015-10-28tdf#95354 - pad AltX to 4 charactersJustin Luth 2015-10-20com::sun::star->css in i18nutilNoel Grandin 2015-09-29Updated URLAndrea Gelmini 2015-09-18boost->stdCaolán McNamara 2015-08-21loplugin:defaultparamsNoel Grandin 2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara 2015-08-12tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth 2015-08-11loplugin: defaultparamsNoel Grandin 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2014-12-27coverity#984097 Uninitialized pointer fieldCaolán McNamara 2014-12-19upgrade to icu 54Caolán McNamara 2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-12i18nutil: Use appropriate OUString functions on string constantsStephan Bergmann