summaryrefslogtreecommitdiff
path: root/vcl/Executable_svptest.mk
blob: c373aa66f717eb8f0ec7ef1c5164a894061901fa (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
# -*- 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_Executable_Executable,svptest))

$(eval $(call gb_Executable_use_api,svptest,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_external,svptest,boost_headers))

$(eval $(call gb_Executable_set_include,svptest,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_Executable_use_libraries,svptest,\
    tl \
    sal \
    vcl \
    cppu \
    cppuhelper \
    comphelper \
))

$(eval $(call gb_Executable_add_exception_objects,svptest,\
    vcl/workben/svptest \
))

# vim: set noet sw=4 ts=4:
>Caolán McNamara 2016-05-18add CVE-2016-0170 exampleCaolán McNamara 2016-04-14loplugin:passstuffbyref in vclNoel Grandin 2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe 2016-03-25fix headless buildOliver Specht 2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran 2016-03-14remove some unused Java codeNoel Grandin 2016-03-12Typo: documet->documentJulien Nabet 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2016-03-04tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock 2016-03-03vcl: type inference is beyond MSVC's limited abilitiesMichael Stahl 2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker 2016-02-26Improve the import of pen styles from EMF filesStephan van den Akker 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-16Work around CPPUNIT_ASSERT_EQUAL shortcomingsStephan Bergmann 2016-02-15Unit test for opengl blocklist parsing and evaluatingTomaž Vajngerl 2016-02-14tdf#85761 vcl: JPEG export does not save PPI values correctlyChris Sherlock 2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock 2016-02-12add CVE-2016-0952 testcasesCaolán McNamara 2016-02-12add CVE-2016-0951 testcasesCaolán McNamara 2016-02-09Formatting changes across all modulesChris Sherlock 2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock 2016-02-04Use CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGEStephan Bergmann 2016-02-04loplugin:fpcomparisonNoel Grandin