summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin4-45/+44
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin3-67/+33
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin2-2/+2
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-2/+7
2016-03-26sc: replace local macrosJochen Nitschke1-28/+26
2016-03-19tdf#96099 fix trival typedef, sc/source/core/, std::vector<std::string>Jakub Trzebiatowski2-4/+2
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-9/+9
2015-11-25loplugin:unusedfields variousNoel Grandin4-11/+9
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