# -*- 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_CppunitTest_CppunitTest,slideshow)) $(eval $(call gb_CppunitTest_set_include,slideshow,\ $$(INCLUDE) \ -I$(SRCDIR)/slideshow/source/inc \ )) $(eval $(call gb_CppunitTest_use_sdk_api,slideshow)) $(eval $(call gb_CppunitTest_use_library_objects,slideshow,slideshow)) $(eval $(call gb_CppunitTest_use_libraries,slideshow,\ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ canvastools \ comphelper \ cppcanvas \ cppu \ cppuhelper \ sal \ salhelper \ svt \ tl \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\ slideshow/test/slidetest \ slideshow/test/testshape \ slideshow/test/testview \ slideshow/test/views \ )) # vim: set noet sw=4 ts=4: /allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/opencl/openclwrapper.hxx
AgeCommit message (Expand)Author
2022-07-06opencl: no need for unhelpful nullptr OUString * case.Michael Meeks
2019-04-29test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák
2018-10-24tdf#42949 Fix IWYU warnings in include/opencl/*Gabor Kelemen
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist
2016-10-24tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl
2016-10-18tdf#103204 opencl: initialize command queue on demandTomaž Vajngerl
2016-07-26Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl
2016-07-01tdf#90336 - further cleanup of OpenCL options page.Michael Meeks
2015-12-15No need for <config_features.h> hereTor Lillqvist
2015-11-24loplugin:unusedfields in include/oox/Noel Grandin
2015-09-16YAGNITor Lillqvist
2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist
2015-09-14boost->stdCaolán McNamara
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist
2015-02-05The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxxTor Lillqvist
2015-01-07Set up foundation for supporting multiple OpenCL command queues per device.Kohei Yoshida
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
2014-11-27Put the KernelEnv struct inside the opencl namespace, tooTor Lillqvist
2014-11-27The OpenCLEnv struct is used only inside openclwrapper.cxxTor Lillqvist
2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist