summaryrefslogtreecommitdiff
path: root/salhelper/CppunitTest_salhelper_testapi.mk
blob: bea1cf1fda51178e822360af5f07a14b16ba0efd (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/.
#
# Major Contributor(s):
# Copyright (C) 2012 Radu Ioan <ioan.radu.g@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.

$(eval $(call gb_CppunitTest_CppunitTest,salhelper_testapi))

$(eval $(call gb_CppunitTest_add_exception_objects,salhelper_testapi,\
    salhelper/qa/test_api \
))

$(eval $(call gb_CppunitTest_use_external,salhelper_testapi,boost_headers))

$(eval $(call gb_CppunitTest_use_libraries,salhelper_testapi,\
    salhelper \
    sal \
    $(gb_UWINAPI) \
))

# vim: set noet sw=4 ts=4:
anguage of some of the ResMgr's.Jan Holesovsky 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-12-08sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASANMichael Stahl 2017-11-30Weaken SwarmSolverTest::testUnconstrained even further for nowStephan Bergmann 2017-11-25Ridiculously large delta for SwarmSolverTest::testUnconstrained for nowStephan Bergmann 2017-11-21clang-format fixesMiklos Vajna 2017-11-21CppunitTest_swarm_solver_test also consistently fails for UBSan buildStephan Bergmann 2017-11-20Make CppunitTest name consistent with file nameStephan Bergmann 2017-11-20WaE: -Werror=unused-functionCaolán McNamara 2017-11-19Fix typosAndrea Gelmini 2017-11-19iOS reactivated swarmsolverjan Iversen 2017-11-19Remove include config_lgpl.h from SwarmSolver, license is MPLv2Tomaž Vajngerl 2017-11-18we now get a solver lib even without lpsolve or coinmpCaolán McNamara 2017-11-18iOS, swarmsolver workaroundjan Iversen 2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl 2017-10-23loplugin:includeform: sccompStephan Bergmann 2017-08-27sccomp_lpsolver -> sccomp_solverRene Engelhard 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin 2017-03-02change the solver test to explicitly test the available solversTomaž Vajngerl 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-05loplugin:unnecessaryoverride (dtors) in sccompStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-15new loplugin unnecessary overrideNoel Grandin 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-07Actually check the return values of the various Coin* callsStephan Bergmann 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-01-04stdexcept for std::runtime_errorCaolán McNamara 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-18sccomp: Use appropriate OUString functions on string constantsStephan Bergmann