# -*- 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,mmlfuzzer)) $(eval $(call gb_Executable_use_api,mmlfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,mmlfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,mmlfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,mmlfuzzer,\ $(fuzzer_math_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,mmlfuzzer,\ findsofficepath \ ulingu \ fuzzer_math \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,mmlfuzzer,\ vcl/workben/mmlfuzzer \ )) $(eval $(call gb_Executable_add_libs,mmlfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: stro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jurt
a8612b8d654a2bc89005925'>More -Werror,-Wunused-private-field
AgeCommit message (Expand)Author
2017-06-23Fix typos: uniform registeredAndrea Gelmini
2017-06-05spelling instanciate -> instantiateNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-25Fix typosAndrea Gelmini
2017-03-16Fix typosAndrea Gelmini
2017-01-26-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann
2016-11-07Adapt jurt staticsalhack to MACOSXStephan Bergmann
2016-08-19coverity#1371380 Resource leak on an exceptional pathCaolán McNamara
2016-08-19coverity#1371379 Resource leak on an exceptional pathCaolán McNamara
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin
2016-06-06fix synchronization of JobQueueNoel Grandin
2016-06-06cid#1362511: Concurrent data access violationStephan Bergmann
2016-06-03Use AtomicLong in ThreadId instead of synchronizingNoel Grandin
2016-06-02Use ArrayList for JobQueueNoel Grandin
Stephan Bergmann
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-03clang scan-build: Called C++ object pointer is null, a good catchCaolán McNamara
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20Use SolarMutexGuard directlyStephan Bergmann
2014-03-20Use SolarMutexGuard directlyStephan Bergmann
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-17fwk: Use constructor feature for TabWindowService.Matúš Kukan
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist
2013-05-22fdo#46808, convert XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-15re-base on ALv2 code. Includes:Michael Meeks