summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax.mk
blob: fd8fb5e9fd450cac29782424547606a8839ed0d3 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CppunitTest_CppunitTest,sax_cpputest))

$(eval $(call gb_CppunitTest_use_api,sax_cpputest,\
    offapi \
    udkapi \
))

$(eval $(call gb_CppunitTest_use_libraries,sax_cpputest, \
    sax \
    sal \
    comphelper \
    cppu \
    $(gb_STDLIBS) \
))

$(eval $(call gb_CppunitTest_add_exception_objects,sax_cpputest, \
    sax/qa/cppunit/test_converter \
))


# vim: set noet sw=4 ts=4:
to scoped enumNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-19loplugin:constantfunction: registryNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann 2015-01-25loplugin:unreffunStephan Bergmann 2015-01-25coverity#1266504 Useless callCaolán McNamara 2015-01-20Some more loplugin:cstylecast: registryStephan Bergmann 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn 2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist 2014-11-21Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann 2014-11-18Fix memchr checksStephan Bergmann 2014-11-17Remove dead codeStephan Bergmann 2014-11-17cid#1213388 etc.: Make reflread.cxx more robustStephan Bergmann 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-11-05markup with event type not checker typeCaolán McNamara 2014-11-01coverity#1213373 Use of untrusted scalar valueCaolán McNamara 2014-10-29untaint registry dataCaolán McNamara 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-25coverity#705672 Resource leakCaolán McNamara 2014-09-17Translate German comments.Michael Meeks 2014-08-17convert int to boolThomas Arnhold 2014-07-18cid#705673 Resource leakNoel Grandin 2014-07-18cid#705674 and cid#705675 Resource leakNoel Grandin 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-07-04coverity#1213422 Tainted ScalarNorbert Thiebaud 2014-07-01coverity#706020 Unintended sign extensionCaolán McNamara 2014-07-01clang scan-build: various warningsCaolán McNamara 2014-06-18coverity#706034 Unintended sign extensionCaolán McNamara 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin