summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl
AgeCommit message (Expand)AuthorFilesLines
2014-10-09typo: formual -> formulaAndras Timar1-2/+2
2014-10-07Don't call comphelper::rng::uniform_real_distribution(a,b) with a==bTor Lillqvist1-0/+2
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida3-69/+69
2014-10-03Let's not omit 'virtual' keyword here.Kohei Yoshida1-1/+1
2014-10-03Make these non-inline.Kohei Yoshida2-67/+77
2014-10-03Run 'beautify' on these files as well.Kohei Yoshida2-274/+292
2014-10-03coverity#1242849 Unused valueCaolán McNamara1-1/+0
2014-10-02Make the coding style consistent with the rest of Calc code.Kohei Yoshida1-1100/+1205
2014-07-01New loplugin:stringconcatStephan Bergmann5-31/+31
2014-06-25remove whitespaceMarkus Mohrhard17-48/+0
2014-06-18loplugin:saloverrideMatúš Kukan1-1/+1
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen4-75/+142
2014-06-12GPU Calc:Add more judge for NAN in SingleVector parameterhaochen1-4/+4
2014-06-10loplugin:bodynotinblockStephan Bergmann1-3/+3
2014-06-10GPU Calc:Support default 2nd parameter in ROUNDhaochen2-5/+13
2014-06-10GPU Calc:Support 3rd parameter in FLOORhaochen3-94/+79
2014-06-10GPU Calc:Support IF formula in GPUInterprethaochen3-0/+63
2014-06-10GPU Calc:Support string arguments in VLookuphaochen5-35/+124
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+3
2014-05-23coverity#1215280 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-05-19WaE: unused variable 'tmpCur'Tor Lillqvist1-1/+0
2014-05-19GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxxhaochen2-3/+1
2014-05-19GPU Calc: Fix bughaochen1-67/+147
2014-05-19GPU Calc: Fix bughaochen1-88/+179
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)haochen1-56/+15
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)haochen1-73/+17
2014-05-19GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)haochen1-133/+69
2014-05-19GPU Calc: Fixed style&error problem in op_math once morehaochen1-49/+41
2014-05-19GPU Calc: Fixed style&error problem in op_mathhaochen1-41/+81
2014-05-19GPU Calc: Support nested formula of string compared in AND formula.haochen1-2/+5
2014-05-19GPU Calc:Fixed style&error problemhaochen3-56/+38
2014-05-19GPU Calc: Fixed style&error problem in formulagroupcl and op_addinhaochen3-15/+88
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida1-7/+7
2014-05-11fix-includes.pl: scThomas Arnhold11-12/+12
2014-04-26cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold14-29/+29
2014-04-14typo: direclty -> directlyThomas Arnhold1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard4-8/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann10-651/+651
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 Yoshida2-27/+24
2014-03-06This ScTokenArray is stored but not used. Remove it.Kohei Yoshida1-9/+2