summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)Author
2018-12-06OpenCL SQRT() error checkingLuboš Luňák
2018-12-06OpenCL FVSCHEDULE() error checkingLuboš Luňák
2018-12-06OpenCL NORMDIST() error checkingLuboš Luňák
2018-12-06better/sane error checking in OpenCL BESSELJ()Luboš Luňák
2018-12-06fix OpenCL ROUND() when the second parameter is negativeLuboš Luňák
2018-12-05fixes for OpenCL COVAR()Luboš Luňák
2018-12-05make OpenCL SLOPE() handle problems more gracefullyLuboš Luňák
2018-12-05check that OpenCL NORMDIST() takes a proper number of argumentsLuboš Luňák
2018-12-05opencl SERIESSUM does not handle plain double argumentsLuboš Luňák
2018-12-05fix opencl YIELDDISCLuboš Luňák
2018-12-04restore incorrectly removed codeLuboš Luňák
2018-12-04fix OpenCL PEARSON()Luboš Luňák
2018-12-04make OpenCL SUM() treat empty cells properlyLuboš Luňák
2018-12-04restore functionality of OpenCL ParallelReductionVectorRef classLuboš Luňák
2018-12-04fix OpenCL PRODUCT when there are actually no valuesLuboš Luňák
2018-12-04fix opencl INTRATELuboš Luňák
2018-12-04sync PI value used in opencl SQRTPI to the one used in scaddinsLuboš Luňák
2018-12-04treat second argument of opencl's dollarde/dollarfr as integerLuboš Luňák
2018-12-04disable opencl implementation of AMORDEGRCLuboš Luňák
2018-12-04avoid crash in opencl AMORDEGRC and AMORLINT argument handlingLuboš Luňák
2018-12-04add a macro for detecting incorrect number of parameters in openclLuboš 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-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
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-09-01Fix typosAndrea Gelmini
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-26add simple add/sub to the opencl test documentLuboš 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-19new loplugin:emptyifNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin