# -*- 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/. # $(eval $(call gb_UnpackedTarball_UnpackedTarball,cairo)) $(eval $(call gb_UnpackedTarball_set_tarball,cairo,$(CAIRO_TARBALL))) $(eval $(call gb_UnpackedTarball_add_patches,cairo,\ cairo/cairo/cairo-1.10.2.patch \ cairo/cairo/cairo.dlsym.lcdfilter.patch \ cairo/cairo/cairo-1.10.2-oldfontconfig.patch \ )) ifeq ($(OS)$(COM),WNTMSC) $(eval $(call gb_UnpackedTarball_add_patches,cairo,\ cairo/cairo/cairo-1.10.2.wntmsc.patch \ )) endif # FIXME add cairo/cairo/cairo-1.10.2.no-atsui.patch for MACOSX >= 1070 ifeq ($(OS),IOS) $(eval $(call gb_UnpackedTarball_add_patches,cairo,\ cairo/cairo/cairo-1.10.2.no-atsui.patch \ cairo/cairo/cairo-1.10.2.ios.patch \ )) endif ifeq ($(OS),ANDROID) $(eval $(call gb_UnpackedTarball_add_patches,cairo,\ cairo/cairo/cairo-1.10.2.android.patch \ )) endif ifneq (,$(filter ANDROID IOS,$(OS))) $(eval $(call gb_UnpackedTarball_add_file,cairo,.,cairo/cairo/dummy_pkg_config)) endif # vim: set noet sw=4 ts=4: tro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/expressionalwayszero.cxx
AgeCommit message (Expand)Author
2021-06-14Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann
2020-11-22tdf#123936 Formatting files in module compilerplugins with clang-formatPhilipp Hofer
2019-05-22Don't try to evaluate value of value-dependent ExprStephan Bergmann
2019-02-11use more hasPathnamePrefixNoel Grandin
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin
2018-09-22Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-04-23Don't warn about multiplication by zero in loplugin:expressionalwayszeroStephan Bergmann
2018-03-29disable expressionalwayszero loplugin on clang-3.8Noel Grandin
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-08-18don't use boost in compilerpluginsNoel Grandin
2017-08-18new loplugin:expressionalwayszeroNoel Grandin