# -*- 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,wmffuzzer)) $(eval $(call gb_Executable_use_api,wmffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,wmffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,wmffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,wmffuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,wmffuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,wmffuzzer,\ vcl/workben/wmffuzzer \ )) $(eval $(call gb_Executable_add_libs,wmffuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/salmisc.cxx
AgeCommit message (Expand)Author
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara