summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/opbase.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-05-09compact namespace in scNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-5/+5
2019-01-24avoid incorrect OpenCL code with empty argumentsLuboš Luňák1-0/+2
2018-12-03add a macro for detecting incorrect number of parameters in openclLuboš Luňák1-0/+19
2018-11-29make OpenCL bail out if it can't handle multi-column refsLuboš Luňák1-0/+2
2018-10-15loplugin:constfields in scNoel Grandin1-5/+5
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen1-5/+5
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin1-5/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-08-29loplugin:constparam in sc part8Noel Grandin1-2/+2
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-18cppcheck: passedByValueCaolán McNamara1-2/+2
2016-06-23Improve OpenCL logging and warningsTor Lillqvist1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-2/+7
2016-03-19tdf#96099 fix trival typedef, sc/source/core/, std::vector<std::string>Jakub Trzebiatowski1-3/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-2/+1
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-07cppcheck: should be passed by referenceCaolán McNamara1-1/+1
2015-02-08Add ScCalcConfig field to DynamicKernelArgumentTor Lillqvist1-2/+5
2015-02-06Improve OpenCL error messagesTor Lillqvist1-1/+2
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist1-3/+0
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida1-2/+3
2014-12-19Let's hide this typedef. Not used outside this class.Kohei Yoshida1-1/+1
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-1/+1
2014-11-25Move clew into a library of its ownTor Lillqvist1-1/+1
2014-10-22Inlining make no sense for virtual functions.Kohei Yoshida1-30/+24
2014-10-22GetSymName() not used.Kohei Yoshida1-2/+0
2014-10-22GetNameAsString() identical to GetName(). Remove this and use GetName().Kohei Yoshida1-2/+0
2014-10-22( void ) -> ()Kohei Yoshida1-17/+17
2014-10-03Make these non-inline.Kohei Yoshida1-67/+6
2014-10-03Run 'beautify' on these files as well.Kohei Yoshida1-123/+125
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen1-1/+4
2014-06-10GPU Calc:Support string arguments in VLookuphaochen1-1/+7
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-03-06Let's not leak ScTokenArray when compiling formula & some naming convention.Kohei Yoshida1-3/+3
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga1-2/+2