summaryrefslogtreecommitdiffstats
path: root/sc/inc/formulagroup.hxx
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* We (will) need ScCalcConfig also for formula groupsTor Lillqvist2015-02-071-2/+9
* Make it obvious that this functions is for a very specific use onlyTor Lillqvist2015-01-221-1/+2
* merge OpCodeEnum and OpCodeCaolán McNamara2015-01-041-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-2/+2
* Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida2014-12-151-8/+2
* Fix OpenCL-less buildTor Lillqvist2014-11-271-1/+6
* Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist2014-11-271-1/+1
* remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida2014-11-251-1/+1
* Missing includeStephan Bergmann2014-11-131-0/+1
* Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist2014-11-061-1/+2
* Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida2014-10-031-1/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-0/+18
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* Some cosmetics.Kohei Yoshida2014-03-201-0/+3
* Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida2014-03-061-2/+2
* Fix incorrect group calc state check.Kohei Yoshida2014-03-051-0/+3
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-271-1/+3
* add methods to enable and disable automatic device selectionMarkus Mohrhard2013-11-251-1/+1
* provide UNO API for OpenCL selectionMarkus Mohrhard2013-11-251-0/+1
* WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2013-11-201-2/+4
* Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist2013-11-201-0/+13
* We don't use the static OpenCL kernels any moreTor Lillqvist2013-11-131-1/+0
* Reduce the amount of RPM token generation.Kohei Yoshida2013-11-121-2/+0
* Correct way to try to enable OpenCL in unit test.Kohei Yoshida2013-10-291-1/+2
* Remove duplicated code blocks.Kohei Yoshida2013-10-281-0/+3
* Add cache of column data arrays to the group formula context.Kohei Yoshida2013-10-281-2/+36
* Use the document's string pool rather than a separate one for the formula.Kohei Yoshida2013-10-081-1/+0
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-041-2/+2
* Move this string pool code to svl.Kohei Yoshida2013-10-041-4/+3
* Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida2013-09-191-1/+1
* Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida2013-09-191-0/+1
* add a way to change the opencl deviceMarkus Mohrhard2013-09-191-0/+1
* Avoid having build-time dependency on scopencl.Kohei Yoshida2013-09-191-0/+3
* More sensible way to handle software interpreter invocation.Kohei Yoshida2013-09-191-2/+1
* Correctly handle empty cells for string arrays too.Kohei Yoshida2013-09-101-1/+6
* Allow storage of string arrays in vector ref tokens.Kohei Yoshida2013-09-061-3/+6
* Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida2013-07-111-0/+3
* Dummy formula group interpreter for testing.Michael Meeks2013-07-021-3/+2
* Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida2013-07-021-0/+2
* abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks2013-06-271-9/+21
* Move the group calculation code into its own class.Kohei Yoshida2013-04-301-0/+22
* Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida2013-04-301-0/+30