# -*- 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,sc_opencl_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \ sc/qa/unit/opencl-test \ )) $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \ boost_headers \ $(call gb_Helper_optional,OPENCL,clew) \ mdds_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sc \ scqahelper \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_opencl_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_opencl_test,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_opencl_test)) $(eval $(call gb_CppunitTest_use_vcl,sc_opencl_test)) $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\ basic/util/sb \ chart2/source/chartcore \ chart2/source/controller/chartcontroller \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ embeddedobj/util/embobj \ eventattacher/source/evtatt \ filter/source/config/cache/filterconfig1 \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scaddins/source/analysis/analysis \ scaddins/source/datefunc/date \ sc/util/sc \ sc/util/scfilt \ sfx2/util/sfx \ sot/util/sot \ svl/util/svl \ svtools/util/svt \ svx/util/svx \ svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ uui/util/uui \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ vcl/vcl.common \ xmloff/util/xo \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test)) # vim: set noet sw=4 ts=4: bora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/glew/glew-macosx-install-name.patch.1
o/core/commit/package?h=suse-3.6-20&id=9899ffd244dd367ba69dffe1f21f4f0222064a46'>comphelper: fix MSVC hang in ThreadPool::shutdown()
AgeCommit message (Expand)Author
Michael Stahl
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-23Use copy ctor instead of ZipPackageFolder::copyZipEntryStephan Bergmann
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann
2017-01-19Use the old-fashion way to instantiate a UNO service.Kohei Yoshida
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida
2017-01-15ZipFile: make it work on MSVC 14.0David Ostrovsky
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida
2017-01-12package: fixup SAL_CALL removalThorsten Behrens
2017-01-11These SAL_CALL can go as well...Kohei Yoshida
2017-01-11Use std::unique_ptr for the ZipFile instance.Kohei Yoshida
2017-01-11Not worth having this as a separate data member.Kohei Yoshida
2017-01-11Let's return std::unique_ptr<...> directly.Kohei Yoshida
2017-01-11Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida
2017-01-08coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida
2017-01-08Clean up and annotate the code a bit.Kohei Yoshida
2017-01-07Reduce scope by removing unnecessary else clauses.Kohei Yoshida
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks
2016-11-13drop extra semicolonsDavid Tardon
2016-11-09package: ODF: bump PBKDF2 iteration countsMichael Stahl
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-12loplugin:constantparam in package..stocNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann