# -*- 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,fodsfuzzer)) $(eval $(call gb_Executable_use_api,fodsfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodsfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,fodsfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodsfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,fodsfuzzer,\ $(fuzzer_statics) \ fuzzer_calc \ )) $(eval $(call gb_Executable_add_exception_objects,fodsfuzzer,\ vcl/workben/fodsfuzzer \ )) $(eval $(call gb_Executable_add_libs,fodsfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: tro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Remove an instance of MAX_PATHMike Kaganski
2024-02-26Remove an instance of MAX_PATH limitationMike Kaganski
2024-01-31Fix typoAndrea Gelmini
2024-01-31tdf#159307 Let non-URIS_ONLY execute() handle .app directories on macOSStephan Bergmann
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-22use portable "command -v" to detect installed programs, part 1Eli Schwartz
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl
2023-11-15avoid double map lookupNoel Grandin
2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-09-22tdf#143148: Use pragma once instead of include guardsMihai Vasiliu
2023-09-18Use less boost external headers dependency in shellGabor Kelemen
2023-04-30Use getXWeak in shellMike Kaganski
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-04-17Normalize line endingsMike Kaganski
2023-04-11loplugin:stringaddStephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-10tdf#151314 add Betterbird to Thunderbird-like mail clients in senddoc.shMartin Schumann
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-15tdf#42982 Improved UNO API error reportingMahdi Tizabi