summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen1-47/+63
2014-06-17GPU Calc:Support default 2nd parameter in ROUNDhaochen1-1/+3
2014-06-17GPU Calc:Support 3rd parameter in FLOORhaochen1-1/+1
2014-06-17GPU Calc:Support IF formula in GPUInterprethaochen1-0/+19
2014-06-17GPU Calc:Support string arguments in VLookuphaochen1-23/+68
2014-05-19GPU Calc: Fixed style&error problem in formulagroupcl and op_addinhaochen1-15/+16
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida1-7/+7
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-26cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-04-14typo: direclty -> directlyThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-103/+103
2014-03-20More code that's specific to OpenCL kernel pre-compilation.Kohei Yoshida1-0/+5
2014-03-20Some cosmetics.Kohei Yoshida1-12/+14
2014-03-12Don't delete the kernel when pre-compiled.Kohei Yoshida1-3/+3
2014-03-10coverity#1130174 Logically dead codeCaolán McNamara1-4/+1
2014-03-07Disable pre-compilation of OpenCL kernels for now.Kohei Yoshida1-0/+4
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-5/+5
2014-03-06Method declared but never defined nor used.Kohei Yoshida1-1/+1
2014-03-06Let's not leak ScTokenArray when compiling formula & some naming convention.Kohei Yoshida1-24/+21
2014-03-06This ScTokenArray is stored but not used. Remove it.Kohei Yoshida1-9/+2
2014-03-05Separate the OpenCL kernel state flag to get it to function correctly.Kohei Yoshida1-3/+3
2014-03-05fdo#39440 the sSymName parameter is now passed by referenceMihai Varga1-3/+3
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2014-02-10coverity#1130200 Unchecked dynamic_castCaolán McNamara1-34/+21
2014-01-19CID#1157787: new[]/delete mismatchMarkus Mohrhard1-8/+8
2014-01-09GPU Calc: masked formulae that aren't supported well on some OpenCL platformshaochen1-30/+32
2014-01-09WaE [loplugin]: statement aligned as second statement in if body ...Tor Lillqvist1-1/+1
2014-01-08GPU Calc: support reduction kernel in AVERAGEhaochen1-45/+243
2014-01-08Cleanup.Kohei Yoshida1-7/+2
2013-12-31GPU Calc: Remove unnecessary 'std::cerr'haochen1-4/+6
2013-12-30GPU Calc: implemented AVEDEVmingli1-0/+4
2013-12-30GPU Calc: Optimized RANDOMyangzhang1-5/+22
2013-12-30GPU Calc: implemented NEGSUBhaochen1-0/+4
2013-12-30GPU Calc: Fix bug of SIN,POWER,EXP,SQRTfengzeng1-0/+1
2013-12-21GPU Calc: log line number on OpenCL exceptionsI-Jui (Ray) Sung1-46/+48
2013-12-20-Werror=unused-variableMatúš Kukan1-1/+1
2013-12-20WaE: statement aligned ... [loplugin]Tor Lillqvist1-1/+1
2013-12-20-Werror=shadowMiklos Vajna1-5/+5
2013-12-19GPU Calc: implemented besseljshiming zhang1-0/+7
2013-12-19GPU Calc: implemented SUMIFfengzeng1-0/+4
2013-12-19GPU Calc: implemented SERIESSUMyangzhang1-0/+6
2013-12-19GPU Calc: implemented QUOTIENTyangzhang1-1/+6
2013-12-19GPU Calc: implemented MROUNDmulei1-0/+7
2013-12-19GPU Calc: implemented SECHmulei1-0/+4
2013-12-19GPU Calc: implemented SECmulei1-0/+4
2013-12-19GPU Calc: implemented STDEVPAshiming zhang1-0/+4
2013-12-19GPU Calc: implemented STDEVAshiming zhang1-0/+4
2013-12-19GPU Calc: implemented VARPAshiming zhang1-0/+4
2013-12-19GPU Calc: implemented VARAshiming zhang1-0/+4