# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,cairocanvas)) $(eval $(call gb_Library_set_include,cairocanvas,\ $$(INCLUDE) \ -I$(SRCDIR)/canvas/inc \ )) $(eval $(call gb_Library_set_componentfile,cairocanvas,canvas/source/cairo/cairocanvas)) $(eval $(call gb_Library_use_sdk_api,cairocanvas)) ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_system_darwin_frameworks,cairocanvas,\ Cocoa \ )) endif $(eval $(call gb_Library_use_libraries,cairocanvas,\ sal \ cppu \ basegfx \ cppuhelper \ comphelper \ vcl \ tk \ tl \ i18nlangtag \ canvastools \ )) $(eval $(call gb_Library_add_exception_objects,cairocanvas,\ canvas/source/cairo/cairo_cachedbitmap \ canvas/source/cairo/cairo_canvas \ canvas/source/cairo/cairo_canvasbitmap \ canvas/source/cairo/cairo_canvascustomsprite \ canvas/source/cairo/cairo_canvasfont \ canvas/source/cairo/cairo_canvashelper \ canvas/source/cairo/cairo_canvashelper_text \ canvas/source/cairo/cairo_devicehelper \ canvas/source/cairo/cairo_services \ canvas/source/cairo/cairo_spritecanvas \ canvas/source/cairo/cairo_spritecanvashelper \ canvas/source/cairo/cairo_spritedevicehelper \ canvas/source/cairo/cairo_spritehelper \ canvas/source/cairo/cairo_textlayout \ )) $(eval $(call gb_Library_use_externals,cairocanvas,\ boost_headers \ cairo \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/opencl/inc
AgeCommit message (Expand)Author
2023-11-19Extended loplugin:ostr: openclStephan Bergmann
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-19tdf#123936 Formatting files in module opencl with clang-formatPhilipp Hofer
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): openclStephan Bergmann
2019-05-29tdf#42949 Fix IWYU warnings in opencl/Gabor Kelemen
2019-04-29test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák
2018-10-15loplugin:constfields in ooxNoel Grandin
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen
2018-01-12More loplugin:cstylecast: openclStephan Bergmann
2017-11-01Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-06-04no need to construct unique_ptr hereJochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann
2016-10-16clang-cl loplugin: openclStephan Bergmann
2016-10-01Fix typosAndrea Gelmini
2016-09-21Valgrind reports read of uninitialized bCLBoolStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl
2016-06-27Add some informative commentsTor Lillqvist
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-10Fix typosAndrea Gelmini
2016-04-29coverity#1358844 Uninitialized pointer fieldCaolán McNamara
2016-04-22Various loplugin warnings in opencl/Stephan Bergmann
2016-04-22opencl: better logging of devices and device selectionTomaž Vajngerl