summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
AgeCommit message (Expand)Author
2020-05-17loplugin:implicitboolconversionStephan Bergmann
2020-05-11Incomplete OpAverage, OpCount must not be used in dynamic_castStephan Bergmann
2020-05-11Extend loplugin:external to warn about classesStephan Bergmann
2020-05-11Fix typoAndrea Gelmini
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-08-18Fix typosAndrea Gelmini
2019-06-13Intel OpenCL also has broken nan() that ignores the argumentLuboš Luňák
2019-05-22New loplugin:dataStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2019-01-24in dbgutils mode, abort if an OpenCL program fails to compileLuboš Luňák
2019-01-24avoid incorrect OpenCL code with empty argumentsLuboš Luňák
2019-01-24fix svDoubleRef handling in OpenCLLuboš Luňák
2019-01-24say in log message which opcode is not handled by OpenCLLuboš Luňák
2019-01-24loplugin:constparams in scNoel Grandin
2019-01-16use unique_ptr in scNoel Grandin
2018-12-06print also contents of OpenCL buffers in debug outputLuboš Luňák
2018-12-05better/sane error checking in OpenCL BESSELJ()Luboš Luňák
2018-12-04fix opencl YIELDDISCLuboš Luňák
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák
2018-12-03restore incorrectly removed codeLuboš Luňák
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák
2018-12-03remove unused functionLuboš Luňák
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák
2018-11-29make OpenCL bail out if it can't handle multi-column refsLuboš Luňák
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák
2018-11-13do not crash in opencl code with malformed formulaLuboš Luňák
2018-11-13work around nan() not propagating its argument with nVidia OpenCLLuboš Luňák
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-27coverity#1439332 silence Identical code for different branchesCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-27make opencl also use approximate add and subLuboš Luňák
2018-07-10say in debug output which ocExternal wasn't handledLuboš Luňák
2018-07-10disable OpenCL for XIRRLuboš Luňák
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-04-10loplugin:unusedfield improvementsNoel Grandin
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: scStephan Bergmann