# -*- 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_CppunitScreenShot,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,fpicker_dialogs_test, \ fpicker/qa/unit/fpicker-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_use_libraries,fpicker_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,fpicker_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,fpicker_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,fpicker_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,fpicker_dialogs_test,\ fps \ )) # vim: set noet sw=4 ts=4: libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/opencl
AgeCommit message (Expand)Author
2016-10-24tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl
2016-10-18tdf#103204 opencl: initialize command queue on demandTomaž Vajngerl
2016-08-14tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist
2016-08-12The enter() and leave() functions are not used anywhereTor Lillqvist
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
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
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