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