summaryrefslogtreecommitdiffstats
path: root/opencl
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* loplugin:constparams in i18npool,opencl,svlNoel Grandin2017-07-182-9/+9
* loplugin:oncevar in oox..saxNoel Grandin2017-06-261-2/+1
* no need to construct unique_ptr hereJochen Nitschke2017-06-041-1/+1
* Improved loplugin:redundantcast static_cast handling: openclStephan Bergmann2017-06-021-2/+2
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-2/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-5/+5
* 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
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+2
* 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
* No apparent reason for an unnamed namespace in an include file hereStephan Bergmann2016-12-211-5/+0
* 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
* clang-cl loplugin: openclStephan Bergmann2016-10-161-1/+1
* Fix typosAndrea Gelmini2016-10-011-1/+1
* Valgrind reports read of uninitialized bCLBoolStephan Bergmann2016-09-211-1/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl)Stephan Bergmann2016-08-301-1/+1
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1