summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)Author
2020-05-18loplugin:implicitboolconversionStephan Bergmann
2020-05-13Incomplete OpAverage, OpCount must not be used in dynamic_castStephan Bergmann
2020-05-13Extend loplugin:external to warn about classesStephan Bergmann
2020-05-13Fix typoAndrea Gelmini
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-18Fix typosAndrea Gelmini
2019-06-13Intel OpenCL also has broken nan() that ignores the argumentLuboš Luňák
2019-06-04Missing includeStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-02-09loplugin:indentation in scNoel 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-05OpenCL FVSCHEDULE() error checkingLuboš Luňák
2018-12-05OpenCL SQRT() error checkingLuboš Luňák
2018-12-05OpenCL NORMDIST() error checkingLuboš Luňák
2018-12-05fix OpenCL ROUND() when the second parameter is negativeLuboš Luňák
2018-12-05better/sane error checking in OpenCL BESSELJ()Luboš Luňák
2018-12-04fixes for OpenCL COVAR()Luboš Luňák
2018-12-04make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák
2018-12-04check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák
2018-12-04opencl SERIESSUM does not handle plain double argumentsLuboš Luňák
2018-12-04fix opencl YIELDDISCLuboš Luňák
2018-12-03check in opencl for MROUND to take exactly 2 argumentsLuboš 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-03fix OpenCL PEARSON()Luboš 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-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák
2018-12-03fix opencl INTRATELuboš Luňák
2018-12-03sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák
2018-12-03treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák
2018-12-03avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš 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