summaryrefslogtreecommitdiffstats
path: root/opencl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure that OpenCL device id returned from getDeviceSelection() is valid.Mark Hung2016-06-062-3/+10
* cppcheck: noExplicitConstructorCaolán McNamara2016-05-261-1/+1
* Fix typosAndrea Gelmini2016-05-101-1/+1
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-051-6/+5
* coverity#1358844 Uninitialized pointer fieldCaolán McNamara2016-04-291-0/+3
* coverity#1358843 Argument cannot be negativeCaolán McNamara2016-04-291-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* Various loplugin warnings in opencl/Stephan Bergmann2016-04-223-12/+10
* opencl: better logging of devices and device selectionTomaž Vajngerl2016-04-225-566/+539
* Move clew/clew.h into external, tooStephan Bergmann2016-04-121-1/+1
* The OpenCL shared library is called libOpenCL.so.1 on LinuxTor Lillqvist2016-03-291-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* loplugin:fpcomparison in opencl/Noel Grandin2016-02-041-1/+2
* new loplugin: memoryvarNoel Grandin2015-11-112-8/+6
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-53/+53
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+2
* loplugin:unusedmethodsNoel Grandin2015-10-011-15/+0
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-2/+0
* YAGNITor Lillqvist2015-09-161-105/+46
* Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist2015-09-151-0/+5
* boost->stdCaolán McNamara2015-09-143-8/+6
* Log OpenCL errors symbolically here, tooTor Lillqvist2015-08-261-2/+2
* Revert "Enable out-of-order kernel execution"Tor Lillqvist2015-08-261-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-8/+8
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-11/+11
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-283-22/+22
* Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet2015-03-201-1/+1
* OpenCL: correctly handle platforms without devicesGiuseppe Bilotta2015-03-021-4/+22
* Add SAL_INFOs for tracing kernel and program life cycleTor Lillqvist2015-02-101-0/+1
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-1/+1