summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulagroup.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-02-07We (will) need ScCalcConfig also for formula groupsTor Lillqvist1-0/+6
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+1
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist1-11/+5
2015-01-22Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possibleTor Lillqvist1-2/+10
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida1-4/+2
2014-12-09Bin the dummy interpreter (which was ifdeffed out anyway)Tor Lillqvist1-50/+0
2014-12-09Don't use of the broken "Software" group interpreterTor Lillqvist1-2/+5
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist1-4/+4
2014-11-27Fix OpenCL-less build harderTor Lillqvist1-1/+2
2014-11-27Fix OpenCL-less buildTor Lillqvist1-17/+6
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-1/+2
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist1-5/+9
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-1/+1
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist1-1/+3
2014-10-30Use SAL_INFO instead of fprintf(stderr)Tor Lillqvist1-2/+2
2014-10-29sc::opencl::getOpenCLPlatformCount is unneededTor Lillqvist1-4/+0
2014-10-29Avoid pointless thin wrapper layerTor Lillqvist1-12/+10
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist1-117/+6
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida1-10/+10
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-2/+2
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