summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/opbase.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-18cppcheck: passedByValueCaolán McNamara1-2/+2
2016-06-23Improve OpenCL logging and warningsTor Lillqvist1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-03-19tdf#96099 fix trival typedef, sc/source/core/, std::vector<std::string>Jakub Trzebiatowski1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-04-07cppcheck: should be passed by referenceCaolán McNamara1-1/+1
2015-02-08Add ScCalcConfig field to DynamicKernelArgumentTor Lillqvist1-4/+4
2015-02-06Report errors from clRelease*() APIsTor Lillqvist1-1/+3
2015-02-06Improve OpenCL error messagesTor Lillqvist1-3/+7
2015-02-06Move OpenCLError::strerror() from sc to opencl, and rename to errorString()Tor Lillqvist1-59/+3
2015-02-06The ISNAN ifdefs can go awayTor Lillqvist1-15/+0
2014-10-22Inlining make no sense for virtual functions.Kohei Yoshida1-0/+69
2014-10-22( void ) -> ()Kohei Yoshida1-2/+2
2014-10-03Make these non-inline.Kohei Yoshida1-0/+71
2014-10-03Run 'beautify' on these files as well.Kohei Yoshida1-151/+167
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen1-13/+35
2014-06-12GPU Calc:Add more judge for NAN in SingleVector parameterhaochen1-4/+4
2014-06-10GPU Calc:Support string arguments in VLookuphaochen1-5/+5
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen1-1/+1
2014-05-19GPU Calc:Fixed style&error problemhaochen1-2/+0
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga1-1/+1
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara1-2/+2
2013-12-21GPU Calc: log line number on OpenCL exceptionsI-Jui (Ray) Sung1-1/+1
2013-12-18GPU Calc: optimize countifsWei Wei1-2/+63
2013-11-22GPU Calc: Sum of product doesn't check out-of-bound accessesWei Wei1-0/+6
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung1-2/+10
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung1-26/+27
2013-11-16GPU Calc: unit test cases for BETAINVhongyu zhong1-2/+2
2013-11-15GPU Calc: implemented parallel reduction for SUMIFSWei Wei1-0/+43
2013-11-14GPU Calc: implemented for AVERAGEIFyiming ju1-1/+2
2013-11-13GPU Calc: implemented for SUMIFSyiming ju1-0/+61
2013-10-31Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung1-1/+1
2013-10-31warning C4702: unreachable codeStephan Bergmann1-1/+0
2013-10-30Let's use typedef for this.Kohei Yoshida1-1/+1
2013-10-29More C++11 specific features we aren't supposed to be using...Kohei Yoshida1-4/+7
2013-10-29std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.Kohei Yoshida1-1/+1
2013-10-29Properly split opbase.hxx into header and source files.Kohei Yoshida1-0/+107