# -*- 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,jpgfuzzer)) $(eval $(call gb_Executable_use_api,jpgfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,jpgfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,jpgfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,jpgfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,jpgfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,jpgfuzzer,\ vcl/workben/jpgfuzzer \ )) $(eval $(call gb_Executable_add_libs,jpgfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/xlat.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-20Move #include from middle of file to topChris Laplante
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2012-06-21re-base on ALv2 code.Michael Meeks
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-08-27CWS-TOOLING: integrate CWS otf01Release Engineers
2009-04-01CWS-TOOLING: integrate CWS vcl100Ivo Hinkelmann