summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-9/+9
2016-07-13tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+5
2016-07-13desktop: validate OpenCL drivers before use.Michael Meeks1-0/+0
2016-07-13tdf#99512 - opencl - restrict scope of vlookup optimization to doubles.Michael Meeks1-1/+30
2016-07-12loplugin:unusedfields variousNoel Grandin4-12/+10
2016-07-04tdf#98515: Bail out early if kernel would have ridiculously many parametersTor Lillqvist1-0/+13
2015-11-20fix buildNoel Grandin1-2/+0
2015-11-20loplugin:sallogareasStephan Bergmann1-8/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-65/+65
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-84/+42
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara2-15/+16
2015-10-27loplugin:unusedmethodsNoel Grandin1-6/+0
2015-10-18tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist1-0/+7
2015-10-15tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fcTor Lillqvist1-7/+0
2015-10-15tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args emptyTor Lillqvist1-5/+24
2015-10-15tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL caseTor Lillqvist1-1/+5
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL divisionTor Lillqvist1-8/+4
2015-10-15tdf#94924: Fix handling of empty cells in OpenCL subtractionTor Lillqvist1-7/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-666/+666
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara2-11/+10
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara2-10/+11
2015-09-17boost->stdCaolán McNamara2-11/+10
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist1-28/+0
2015-09-16YAGNITor Lillqvist1-4/+4
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-2/+2
2015-08-25Don't claim we support strings arguments in the OpenCL VLOOKUPTor Lillqvist2-40/+6
2015-08-25Produce the expected N/A error code in the OpenCL VLOOKUP implementationTor Lillqvist2-1/+2
2015-08-25Return correct value from the OpenCL VLOOKUP implementationTor Lillqvist1-2/+2
2015-08-25CosmeticsTor Lillqvist1-47/+55
2015-08-25Treat an array of null string pointers as no strings for OpenCLTor Lillqvist1-7/+41
2015-08-14loplugin: defaultparamsNoel Grandin2-6/+6
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-23/+23
2015-06-02loplugin:loopvartoosmallNoel Grandin1-12/+12
2015-06-01loplugin:loopvartoosmallNoel Grandin10-257/+257
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin9-262/+262
2015-04-07cppcheck: should be passed by referenceCaolán McNamara2-2/+2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+0
2015-03-06Return #VALUE! instead of NaN in the OpenCL NORMSINV()Tor Lillqvist1-2/+3
2015-03-06One more #VALUE! instead of 'nan'Tor Lillqvist1-1/+1