office-gobmx/opencl
Noel bb06f51308 loplugin:stringviewparam extend to comparison operators
which means that some call sites have to change to use
unicode string literals i.e. u"foo" instead of "foo"

Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-24 09:45:04 +01:00
..
inc tdf#123936 Formatting files in module opencl with clang-format 2020-11-19 19:23:02 +01:00
opencltest cid#1448546 Logically dead code 2019-07-18 13:13:52 +02:00
source loplugin:stringviewparam extend to comparison operators 2020-11-24 09:45:04 +01:00
Executable_opencltest.mk Add version resource to executables where it was missing 2019-08-31 00:22:28 +02:00
IwyuFilter_opencl.yaml replace usage of blacklist with excludelist for IWYU 2020-07-10 02:03:40 +02:00
Library_opencl.mk
Makefile
Module_opencl.mk test in a separate helper process if OpenCL crashes (tdf#112252) 2019-04-29 10:40:12 +02:00
README

OpenCL-related code that is not specific to any particular
functionality OpenCL is used for. (Like formula group calculation in
Calc.)

Not compiled on platforms where OpenCL is not available (iOS and
Android). On other platforms OpenCL is optional at run-time, but not
at build time.