summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC9-36/+9
2021-02-28tdf#124176 Use pragma once in sc/source/core/openclSuhaas Joshi1-5/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-0/+2
2020-11-11loplugin:stringviewNoel1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-38/+0
2020-08-09loplugin:flatten in scNoel Grandin3-542/+540
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-05-09compact namespace in scNoel Grandin9-18/+18
2020-05-07fix use after std::moveNoel Grandin1-1/+1
2020-04-30loplugin:makeshared in scNoel Grandin1-251/+251
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin2-12/+12
2020-02-07add OpenCLZone in suitable places in Calc's OpenCL codeLuboš Luňák1-0/+16
2020-01-24loplugin:makeshared in scNoel Grandin1-24/+23
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin10-20/+20
2019-12-06Incomplete OpAverage, OpCount must not be used in dynamic_castStephan Bergmann1-369/+376
2019-12-06loplugin:implicitboolconversionStephan Bergmann1-2/+2
2019-11-22Fix typoAndrea Gelmini1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+17
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
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