summaryrefslogtreecommitdiff
path: root/vcl/Executable_hwpfuzzer.mk
blob: 1157ba0f0b10b3884de925f07221a5d3cdbd81b2 (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
41
42
43
44
45
46
# -*- 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/.
#

include $(SRCDIR)/vcl/commonfuzzer.mk

$(eval $(call gb_Executable_Executable,hwpfuzzer))

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

$(eval $(call gb_Executable_use_externals,hwpfuzzer,\
	$(fuzzer_externals) \
))

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

$(eval $(call gb_Executable_use_libraries,hwpfuzzer,\
    hwp \
    $(fuzzer_core_libraries) \
))

$(eval $(call gb_Executable_use_static_libraries,hwpfuzzer,\
    $(fuzzer_statics) \
))

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

$(eval $(call gb_Executable_add_libs,hwpfuzzer,\
	$(LIB_FUZZING_ENGINE) \
))

# vim: set noet sw=4 ts=4:
9a72e2'>cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-08-02Fix wrong / misleading uses of fTools::(more|less|equal) with literal 0Mike Kaganski 2024-08-01ofz#70815 TimeoutCaolán McNamara 2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara 2024-07-17cid#1555694 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-07-16CairoSDPR: Direct support for RGBA Gradients (I)Armin Le Grand (Collabora) 2024-07-12Make SystemDependentData mechanism type-basedArmin Le Grand (allotropia) 2024-07-11CairoSDPR: Improve BColorModified BitmapsArmin Le Grand (allotropia) 2024-07-10tsan: ImplB3DPolygon cannot have mutable stateNoel Grandin 2024-07-09cid#1554691 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-07-02SDPRCairo: enhance CairoPixelProcessor2DArmin Le Grand (Collabora) 2024-06-13Related: tdf#147906 Rename fQuadDist to pointDistanceHakimOttey 2024-05-20tdf#147906 implement hypot function for s1 x s1 + s2 x s2 statementsHakimOttey 2024-05-07loplugin:ostr basegfxNoel Grandin 2024-05-02cid#1596705 Unused valueCaolán McNamara 2024-04-29Drop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski 2024-04-19loplugin:constantparamNoel Grandin 2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski 2024-04-05tdf#147906 Use std::hypot for Pythagorean distanceRMZeroFour 2024-03-26tdf#159805 Printing line style dotted lines (horizontal) turns into dashes.Noel Grandin 2024-03-26tdf#160084 Simplify comparison for basegfx::fToolsBogdan Buzea 2024-03-23tdf#157664 Drop redundant operator != in basegfx moduleRMZeroFour 2024-03-21Fix typoAndrea Gelmini 2024-03-10basegfx : use OUstring literal for XServiceInfo implementationArnaud VERSINI 2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin 2024-03-06Use less boost_headers in low level librariesGabor Kelemen 2024-01-21tdf#157664 Drop operator != where respective == is definedAkshayWarrier 2023-11-03tdf#157664 Drop operator !=, where respective operator == is definedAnkit_Jaipuriar 2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basegfxStephan Bergmann 2023-10-08Drop temporary aliases from Tuple2D and Tuple3DMike Kaganski 2023-09-28cid#1545233 sidestep COPY_INSTEAD_OF_MOVECaolán McNamara