summaryrefslogtreecommitdiffstats
path: root/opencl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-051-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-273-3/+3
* 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
* tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks2016-07-121-0/+1
* desktop: validate OpenCL drivers before use.Michael Meeks2016-07-123-2/+13
* Remove bogus dependency from opencl to configmgrStephan Bergmann2016-07-121-1/+0
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-3/+3
* opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2016-07-115-51/+131
* tdf#90336 - further cleanup of OpenCL options page.Michael Meeks2016-07-011-0/+5
* Don't waste too much time evaluating the "score" for the "native CPU"Tor Lillqvist2016-06-291-3/+14
* Add some SAL_INFO outputTor Lillqvist2016-06-271-0/+6
* Add some informative commentsTor Lillqvist2016-06-271-0/+5
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-082-4/+4
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-2/+2