summaryrefslogtreecommitdiff
path: root/vcl/CustomTarget_nativedraw.mk
blob: b849503ff63ba840006378792f371ceb8b79f269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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/.
#

$(eval $(call gb_CustomTarget_CustomTarget,vcl/workben))

fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python)

fuzzer_Native_cxx=$(gb_CustomTarget_workdir)/vcl/workben/native-draw.cxx

$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(gb_CustomTarget_workdir)/vcl/workben/.dir
	$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core -g draw) > $@

# vim: set noet sw=4 ts=4:
td>Gabor Kelemen 2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov 2019-07-20loplugin:referencecasting in linguisticNoel Grandin 2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin 2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke 2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann 2017-10-31loplugin:constantparam in i18nlangtagNoel Grandin 2017-10-23loplugin:includeform: linguisticStephan Bergmann 2017-07-20loplugin:constparams in linguisticNoel Grandin 2017-05-08cleanup tools/debug.hxx includesJochen Nitschke 2017-04-26use strong_int for LanguageTypeNoel Grandin 2017-04-05loplugin:constantparam part2Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-07-04remove comphelper::string::removeNoel Grandin 2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-04-01sequence->vector in linguisticNoel Grandin 2016-02-18tdf#97179: do not suggest 1-letter custom dictionary wordsLászló Németh 2016-02-09Remove excess newlinesChris Sherlock 2015-11-11Missing includesStephan Bergmann 2015-10-23com::sun::star->css in linguisticNoel Grandin 2015-08-27Clean up aEmptyStephan Bergmann 2014-04-15linguistic: sal_Bool->boolNoel Grandin 2014-04-01linguistic: sal_Bool->boolNoel Grandin 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin 2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke 2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák