summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-15loplugin:constfields in scNoel Grandin2-12/+12
2018-09-27coverity#1439332 silence Identical code for different branchesCaolán McNamara1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-13/+17
2018-09-01Fix typosAndrea Gelmini1-1/+1
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen11-56/+8
2018-08-01Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-27make opencl also use approximate add and subLuboš Luňák1-2/+40
2018-07-26add simple add/sub to the opencl test documentLuboš Luňák1-0/+0
2018-07-10say in debug output which ocExternal wasn't handledLuboš Luňák1-1/+1
2018-07-10disable OpenCL for XIRRLuboš Luňák1-2/+2
2018-06-11new loplugin:shouldreturnboolNoel Grandin1-2/+2
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-14/+1
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-3/+3
2018-03-29loplugin:unusedmethodsNoel Grandin1-20/+0
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin3-389/+6
2018-01-19new loplugin:emptyifNoel Grandin4-87/+24
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann2-13/+13
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin1-4/+4
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-2/+2
2017-11-13Translate German variable and function names in Calc (financial)Johnny_M2-49/+49
2017-11-13tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers1-3/+3
2017-11-11Replace list by vector in formulagroupcl (sc)Julien Nabet1-14/+11
2017-11-06Translate German variable names in Calc (financial)Johnny_M1-108/+108
2017-11-01Translate German variable names in Calc (financial)Johnny_M1-147/+147
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann10-58/+58
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-40/+37