# -*- 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,qpwfuzzer)) $(eval $(call gb_Executable_use_api,qpwfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,qpwfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,qpwfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,qpwfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,qpwfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,qpwfuzzer,\ vcl/workben/qpwfuzzer \ )) $(eval $(call gb_Executable_add_libs,qpwfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: a-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2015-02-18boost->stdCaolán McNamara
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05yet another Windows build 'Locale' ambiguous symbolEike Rathke
2015-02-05yet another Windows build fixEike Rathke
2015-02-05fix Windows buildEike Rathke
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-02-01loplugin:unreffunStephan Bergmann
2015-02-01Extract SfxUndoManager::dumpAsXml() from swMiklos Vajna
2015-01-31Extract SfxUndoAction::dumpAsXml() from swMiklos Vajna
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26-Werror,-Wmissing-bracesStephan Bergmann
2015-01-26merge existing date input tests to new unit test, tdf#63230Eike Rathke
2015-01-26add older problems to unit test, tdf#63230Eike Rathke
2015-01-26add unit test for tdf#63230Eike Rathke
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann