# -*- 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,ppmfuzzer)) $(eval $(call gb_Executable_use_api,ppmfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,ppmfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,ppmfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,ppmfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,ppmfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,ppmfuzzer,\ vcl/workben/ppmfuzzer \ )) $(eval $(call gb_Executable_add_libs,ppmfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: llotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)Author
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-26loplugin:flattenNoel
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2021-02-12fix fuzzer buildCaolán McNamara
2021-02-11Silence some -Wimplicit-fallthroughStephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-13loplugin:stringview (macOS)Stephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module unoidl with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin
2020-11-06loplugin:stringbufferNoel
2020-10-31Simplify makefile logic using new gb_notStephan Bergmann
2020-10-30unoidl-check: try to come up with a better commentJan-Marek Glogowski
2020-10-30Fix unoidl-check build condition for cross buildsJan-Marek Glogowski
2020-10-18tdf#124176: Using pragma oncemariamfahmy
2020-10-04odk: fix Windows Arm64 buildJan-Marek Glogowski
2020-08-18unoidl-read: Avoid redundant redeclarationsStephan Bergmann
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin