summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/opbase.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-21GPU Calc: log line number on OpenCL exceptionsI-Jui (Ray) Sung1-1/+4
2013-12-19GPU Calc: implemented MINAmingli1-0/+8
2013-12-18GPU Calc: optimize countifsWei Wei1-1/+4
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist1-1/+65
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung1-2/+8
2013-11-22GPU Calc: Sum of product doesn't check out-of-bound accessesWei Wei1-1/+0
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung1-3/+4
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung1-10/+43
2013-11-15GPU Calc: implemented parallel reduction for SUMIFSWei Wei1-0/+6
2013-11-15GPU Calc: use parallel reduction to implement sumI-Jui (Ray) Sung1-1/+1
2013-11-13GPU Calc: implemented for SUMIFSyiming ju1-0/+10
2013-10-31GPU Calc: refactor code generation for inlined library routinesXukai Liu1-1/+5
2013-10-31Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung1-0/+4