summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+3
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-08-20loplugin:constvars in package..scNoel Grandin2-3/+3
2019-08-18Fix typosAndrea Gelmini1-2/+2
2019-06-13Intel OpenCL also has broken nan() that ignores the argumentLuboš Luňák1-4/+2
2019-06-04Missing includeStephan Bergmann1-0/+2
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-09loplugin:indentation in scNoel Grandin5-245/+245
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-16/+11
2019-01-24in dbgutils mode, abort if an OpenCL program fails to compileLuboš Luňák1-0/+5
2019-01-24avoid incorrect OpenCL code with empty argumentsLuboš Luňák2-2/+15
2019-01-24fix svDoubleRef handling in OpenCLLuboš Luňák1-40/+62
2019-01-24say in log message which opcode is not handled by OpenCLLuboš Luňák1-1/+5
2019-01-24loplugin:constparams in scNoel Grandin1-3/+3
2019-01-16use unique_ptr in scNoel Grandin1-11/+6
2018-12-06print also contents of OpenCL buffers in debug outputLuboš Luňák1-6/+85
2018-12-05OpenCL FVSCHEDULE() error checkingLuboš Luňák1-0/+3
2018-12-05OpenCL SQRT() error checkingLuboš Luňák1-0/+6
2018-12-05OpenCL NORMDIST() error checkingLuboš Luňák1-0/+2
2018-12-05fix OpenCL ROUND() when the second parameter is negativeLuboš Luňák1-0/+5
2018-12-05better/sane error checking in OpenCL BESSELJ()Luboš Luňák2-12/+7
2018-12-04fixes for OpenCL COVAR()Luboš Luňák1-1/+6
2018-12-04make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák1-20/+4
2018-12-04check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák1-1/+3
2018-12-04opencl SERIESSUM does not handle plain double argumentsLuboš Luňák1-1/+3
2018-12-04fix opencl YIELDDISCLuboš Luňák2-0/+4
2018-12-03check in opencl for MROUND to take exactly 2 argumentsLuboš Luňák1-0/+1
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák3-0/+29
2018-12-03restore incorrectly removed codeLuboš Luňák1-0/+17
2018-12-03fix OpenCL PEARSON()Luboš Luňák1-8/+11
2018-12-03make OpenCL SUM() treat empty cells properlyLuboš Luňák1-0/+6
2018-12-03restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák1-0/+372
2018-12-03remove unused functionLuboš Luňák1-4/+0
2018-12-03fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák1-8/+19
2018-12-03fix opencl INTRATELuboš Luňák1-3/+2
2018-12-03sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák1-1/+1
2018-12-03treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák1-4/+4
2018-12-03disable opencl implementation of AMORDEGRCLuboš Luňák1-2/+2
2018-12-03avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš Luňák1-20/+34
2018-11-29make OpenCL bail out if it can't handle multi-column refsLuboš Luňák6-0/+38
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák1-0/+3
2018-11-13do not crash in opencl code with malformed formulaLuboš Luňák1-0/+2
2018-11-13work around nan() not propagating its argument with nVidia OpenCLLuboš Luňák2-0/+7
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-6/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin3-56/+55