# -*- 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_Module_Module,ucb)) $(eval $(call gb_Module_add_targets,ucb,\ Library_cached1 \ Library_srtrs1 \ Library_ucb1 \ $(if $(ENABLE_LIBCMIS),Library_ucpcmis1) \ $(if $(WITH_WEBDAV),Library_ucpdav1) \ Library_ucpexpand1 \ Library_ucpext \ Library_ucpfile1 \ Library_ucphier1 \ Library_ucpimage \ Library_ucppkg1 \ Library_ucptdoc1 \ )) ifeq ($(ENABLE_GIO),TRUE) $(eval $(call gb_Module_add_targets,ucb,\ Library_ucpgio1 \ )) endif ifneq ($(WITH_WEBDAV),) $(eval $(call gb_Module_add_check_targets,ucb,\ CppunitTest_ucb_webdav_core \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\ JunitTest_ucb_unoapi \ $(if $(WITH_WEBDAV),JunitTest_ucb_webdav_unoapi) \ )) # vim: set noet sw=4 ts=4: allotropia/zeta-7-3 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