summaryrefslogtreecommitdiffstats
path: root/opencl
Commit message (Expand)AuthorAgeFilesLines
* 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
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-2/+2
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-271-5/+6
* tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen2018-06-221-0/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+2
* More loplugin:cstylecast: openclStephan Bergmann2018-01-122-3/+3
* Explicitly qualify ICU types with icu:: namespaceEike Rathke2017-12-191-1/+1
* Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl2017-11-011-174/+8
* loplugin:constmethod in idl,helpcompilerNoel Grandin2017-10-301-1/+1
* loplugin:includeform: openclStephan Bergmann2017-10-233-3/+3
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-2/+2
* Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski2017-09-151-67/+6
* Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist2017-08-254-46/+39