# -*- 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,rasfuzzer)) $(eval $(call gb_Executable_use_api,rasfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,rasfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,rasfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,rasfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,rasfuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,rasfuzzer,\ vcl/workben/rasfuzzer \ )) $(eval $(call gb_Executable_add_libs,rasfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: istro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/cppunit
AgeCommit message (Expand)Author
2024-05-10help msvc -analyzer out wrt CPPUNIT_ASSERTCaolán McNamara
2024-01-06cid#1546421 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-01-06cid#1545475 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-01-02cid#1545836 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-30cid#1546460 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-02-21Mark recently added external/cppunit/*.patch.0 as upstreamedStephan Bergmann
2023-02-20external/cppunit: Don't mis-apply GCC < 4.6 workaround for ClangStephan Bergmann
2023-02-20external/cppunit: Use snprintf instead of sprintfStephan Bergmann
2022-12-13Mark external/cppunit/propagate-exceptions.patch.0 as upstreamedStephan Bergmann
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann
2022-11-29accept Apple's patch utility - pickier than GNU patch, but should be OKChristian Lohmaier
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-11-04Consolidate -D_GLIBCXX_DEBUG for --enable-dbgutil builds against libstdc++Stephan Bergmann
2021-10-21Mark external/cppunit/order.patch.0 as upstreamedStephan Bergmann
2021-10-08Centralize VS-to-toolset mapping in configureMike Kaganski
2021-09-16Add preliminary VS 2022 supportHossein