# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_AllLangResTarget_AllLangResTarget,deploymentgui)) $(eval $(call gb_AllLangResTarget_set_reslocation,deploymentgui,desktop)) $(eval $(call gb_AllLangResTarget_add_srs,deploymentgui,\ deploymentgui/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,deploymentgui/res)) $(eval $(call gb_SrsTarget_use_packages,deploymentgui/res,\ svtools_inc \ )) $(eval $(call gb_SrsTarget_set_include,deploymentgui/res,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/registry/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_SrsTarget_add_files,deploymentgui/res,\ desktop/source/deployment/gui/dp_gui_backend.src \ desktop/source/deployment/gui/dp_gui_dependencydialog.src \ desktop/source/deployment/gui/dp_gui_dialog2.src \ desktop/source/deployment/gui/dp_gui_dialog.src \ desktop/source/deployment/gui/dp_gui_updatedialog.src \ desktop/source/deployment/gui/dp_gui_updateinstalldialog.src \ desktop/source/deployment/gui/dp_gui_versionboxes.src \ )) # vim: set ts=4 sw=4 et: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/opencl/inc
AgeCommit message (Expand)Author
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
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-02OpenCL: correctly handle platforms without devicesGiuseppe Bilotta
2015-01-20Some more loplugin:cstylecast: openclStephan Bergmann
2014-12-08Don't treat clew as part of an "external" clcc moduleTor 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