summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulagroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-25fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt1-0/+2
2014-04-24loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.Andrzej Hunt1-0/+2
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+4
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+6
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+3
2014-03-20Some cosmetics.Kohei Yoshida1-0/+8
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-2/+2
2014-03-05Fix incorrect group calc state check.Kohei Yoshida1-0/+4
2014-01-08fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida1-1/+2
2013-12-31Honor selected device detection settings.Kohei Yoshida1-1/+4
2013-12-02Fix build without OpenCLTor Lillqvist1-0/+6
2013-11-28Crasher fix. Check for NULL.Kohei Yoshida1-1/+1
2013-11-26WaE: unused parameter 'bForceEvaluation'Tor Lillqvist1-0/+2
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-5/+5
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-1/+1
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+33
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist1-1/+0
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-3/+4
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-1/+10
2013-11-18Don't forget to generate RPN tokens here.Kohei Yoshida1-0/+2
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-26/+0
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-10/+0
2013-10-30Ugh!Kohei Yoshida1-1/+0
2013-10-30Have the OpenCL test really use OpenCL.Kohei Yoshida1-0/+1
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida1-7/+22
2013-10-28Remove duplicated code blocks.Kohei Yoshida1-0/+23
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida1-0/+64
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida1-38/+122
2013-10-09Fix for !HAVE_FEATURE_OPENCLTor Lillqvist1-2/+8
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida1-2/+2
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+2
2013-10-04Move this string pool code to svl.Kohei Yoshida1-17/+0
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist1-4/+3
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist1-7/+10
2013-09-20extern "C" it should beTor Lillqvist1-5/+5
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist1-2/+0
2013-09-20TypoTor Lillqvist1-1/+1
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist1-7/+32
2013-09-19Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida1-4/+4
2013-09-19Compile kernels for real.Kohei Yoshida1-3/+4
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida1-0/+18
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard1-1/+1
2013-09-19add a way to change the opencl deviceMarkus Mohrhard1-36/+54
2013-09-19Avoid having build-time dependency on scopencl.Kohei Yoshida1-11/+45
2013-09-19More sensible way to handle software interpreter invocation.Kohei Yoshida1-1/+12
2013-09-19Allow enable / disable opencl at build time.Kohei Yoshida1-1/+2
2013-09-19Remove opencl-sdk configure option, and build time opencl conditionals.Kohei Yoshida1-2/+1
2013-09-19Dynamically load the opencl group interpreter code at run time.Kohei Yoshida1-18/+44