summaryrefslogtreecommitdiff
path: root/binaryurp/CppunitTest_binaryurp_test-cache.mk
blob: 8e7a441d5614fca10e4de3f07f321f605aaf6a78 (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
# -*- Mode: makefile; 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.
#
# The Initial Developer of the Original Code is
#       Matúš Kukan <matus.kukan@gmail.com>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# 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_CppunitTest_CppunitTest,binaryurp_test-cache))

$(eval $(call gb_CppunitTest_use_libraries,binaryurp_test-cache,\
	sal \
    $(gb_STDLIBS) \
))

$(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\
	binaryurp/qa/test-cache \
))

# vim: set noet sw=4 ts=4:
>Synchronize all access to _sync_counter, _passedAyncStephan Bergmann 2016-02-24cid#1326391: Dereference null return valueStephan Bergmann 2016-02-24cid#1326441,1326442,1326392: Dereference null return valueStephan Bergmann 2016-02-24Be specific about illegal inputStephan Bergmann 2016-02-24cid#1326440 Dereference null return valueStephan Bergmann 2016-02-18coverity#1326462 Dereference null return valueCaolán McNamara 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-01-22cid#1326191 is a false positiveStephan Bergmann 2016-01-22cid#1326191, 1326202jan iversen 2016-01-10Fix typosAndrea Gelmini 2015-12-22coverity#1326730 DMI: Dubious method invocationCaolán McNamara 2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky 2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky 2015-11-25coverity#1340230 Dereference before null checkCaolán McNamara 2015-11-24coverity#1326190 Explicit null dereferencedCaolán McNamara 2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann 2015-11-05java: combine nested if statementsNoel Grandin 2015-10-20coverity#1327460 DLS: Dead local storeCaolán McNamara 2015-10-15use AtomicInteger for _life_countNoel Grandin 2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-07-31fix use of TCP_NODELAY for localhost URP connectionsNoel Grandin 2015-07-19Fix typosAndrea Gelmini 2015-07-03Fix typosAndrea Gelmini 2015-06-23Revert "Typo: iff->if"Julien Nabet 2015-06-23Typo: iff->ifJulien Nabet 2015-06-22Fix typosAndrea Gelmini 2015-06-15java: 'final static' to 'static final'Noel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin