summaryrefslogtreecommitdiffstats
path: root/opencl
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removal of non-const operator[] from Sequence in openclMike Kaganski2021-10-301-2/+2
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-1/+1
* drop 'using namespace std' in o* r* x*Julien Nabet2021-10-052-8/+4
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* loplugin:constparamsNoel Grandin2021-08-181-1/+1
* use more string_view in tools/streamNoel Grandin2021-04-271-4/+4
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-0/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Update OpenCL denylist and allowlistIlmari Lauhakangas2021-02-111-3/+2
* simplify code, use more subView()Noel2021-01-281-2/+2
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-292-5/+10
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-1/+2
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-1/+1
* tdf#123936 Formatting files in module opencl with clang-formatPhilipp Hofer2020-11-192-5/+10
* convert more long -> tools::LongNoel2020-11-111-5/+5
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* replace usage of whitelist with allowlistThorsten Behrens2020-07-102-13/+13
* replace usage of blacklist with denylistThorsten Behrens2020-07-102-11/+11
* loplugin:flatten in openclNoel Grandin2020-04-031-12/+12
* Revert "loplugin:constfields in oox"Noel Grandin2020-03-121-1/+1
* merge OpenGLZone and OpenCLZone into one generic codeLuboš Luňák2020-02-071-10/+0
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-1/+2
* pickBestDevice return is ignoredCaolán McNamara2019-12-111-9/+8
* ensure cache dir is createdCaolán McNamara2019-12-111-2/+1
* Remove unused OpenCLEnv::mpOclCmdQueueStephan Bergmann2019-11-261-1/+0
* Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann2019-10-191-1/+1
* Remove some memset callsMike Kaganski2019-10-171-2/+1
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* Fix misuse of OStringLiteralStephan Bergmann2019-10-141-1/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* -Werror=volatile in OpenCLZoneStephan Bergmann2019-09-181-2/+1
* Add version resource to executables where it was missingMike Kaganski2019-08-311-0/+2
* loplugin:constvars in i18npool..openclNoel Grandin2019-08-202-2/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): openclStephan Bergmann2019-07-311-2/+2
* Fix typosAndrea Gelmini2019-07-231-1/+1
* cid#1448546 Logically dead codeCaolán McNamara2019-07-181-4/+3
* tdf#42949 Fix IWYU warnings in opencl/Gabor Kelemen2019-05-295-13/+11
* New loplugin:dataStephan Bergmann2019-05-221-9/+9
* test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák2019-04-295-0/+265
* Simplify containers iterations in oox, opencl, packageArkadiy Illarionov2019-02-151-15/+15
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-2/+6
* improve function-local statics in forms..reportdesignNoel Grandin2018-11-211-5/+3
* $SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák2018-11-141-0/+5
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-4/+4
* tdf#42949 Fix IWYU warnings in include/opencl/*Gabor Kelemen2018-10-241-0/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-4/+1
* loplugin:constfields in ooxNoel Grandin2018-10-151-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1