summaryrefslogtreecommitdiff
path: root/testtools/InternalUnoApi_performance.mk
blob: 865972c550c9aaf1abaee432c308e60aa927270c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_InternalUnoApi_InternalUnoApi,performance,testtools/source/bridgetest/idl/com/sun/star/test/performance/XPerformanceTest.idl))

$(eval $(call gb_InternalUnoApi_use_api,performance,\
    udkapi \
))

# vim:set noet sw=4 ts=4:
03:38:49 +0000'>2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara 2014-02-12Improve output in case of test failureStephan Bergmann 2014-02-11Related: #i97873# (coverity#705407) Improper use of negative valueCaolán McNamara 2014-02-11sax: my suggestion was not as good as i thought...Michael Stahl 2014-02-11fdo#72468 avoid out of bounds array accessArnaud Versini 2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara 2014-02-07Use rtl::ReferenceStephan Bergmann 2014-02-07Avoid css::uno using directives (Reference ambiguities)Stephan Bergmann 2014-01-251158273 Uncaught exceptionCaolán McNamara 2014-01-23coverity#1158443 Uninitialized pointer fieldCaolán McNamara 2014-01-23coverity#1158444 Uninitialized scalar fieldCaolán McNamara 2014-01-23coverity#1158445 Uninitialized pointer fieldCaolán McNamara 2014-01-23coverity#1158493 Uninitialized scalar fieldCaolán McNamara 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky 2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky 2014-01-18Unify ctor functions for component implementations.Matúš Kukan 2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan