summaryrefslogtreecommitdiffstats
path: root/opencl/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:constvars in i18npool..openclNoel Grandin2019-08-201-1/+1
* Fix typosAndrea Gelmini2019-07-231-1/+1
* tdf#42949 Fix IWYU warnings in opencl/Gabor Kelemen2019-05-292-8/+2
* New loplugin:dataStephan Bergmann2019-05-221-9/+9
* test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák2019-04-291-0/+24
* 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
* 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 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-121-1/+1
* Explicitly qualify ICU types with icu:: namespaceEike Rathke2017-12-191-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-253-40/+36
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* loplugin:constparams in i18npool,opencl,svlNoel Grandin2017-07-181-7/+7
* loplugin:oncevar in oox..saxNoel Grandin2017-06-261-2/+1
* Improved loplugin:redundantcast static_cast handling: openclStephan Bergmann2017-06-021-2/+2
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* Turn macro into functionStephan Bergmann2017-05-171-6/+7
* Revert the wrong "cleanup" change.Kohei Yoshida2017-04-261-1/+4
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-242-9/+3
* cppcheck: memleak (false positive)Jochen Nitschke2017-01-221-3/+2
* New loplugin:conststringvar: openclStephan Bergmann2017-01-101-1/+1
* tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl2016-10-241-3/+18
* opencl: convert to C++11 for loopTomaž Vajngerl2016-10-181-7/+5
* tdf#103204 opencl: initialize command queue on demandTomaž Vajngerl2016-10-181-33/+48
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl)Stephan Bergmann2016-08-301-1/+1
* coverity#1371130 'Constant' variable guards dead codeCaolán McNamara2016-08-191-5/+8
* tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist2016-08-141-0/+6
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth2016-07-261-3/+38
* SAL_DETAIL_WHERE already ends with a spaceTor Lillqvist2016-07-221-1/+1