# -*- 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,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)Author
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-18lolugin:staticmethodsStephan Bergmann
2018-10-26Don't read past end of string in Guess ctorStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26lingucomponent: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-10tdf#118647: Improve handling of system spell dictionaries on macOSTor Lillqvist
2018-05-18tdf#112442: Use list of available dictionaries, not available localesTor Lillqvist
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin
2018-05-12coverity#1430057 rework warning code to use nonwarning patternCaolán McNamara
2018-05-07configure option to disable libnumbertextNoel Grandin
2018-05-04set -DENABLE_LIBNJUMBERTEXT after pkg-configRene Engelhard
2018-05-03loplugin:staticaccessStephan Bergmann
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh