summaryrefslogtreecommitdiffstats
path: root/sc/inc/formulagroup.hxx
Commit message (Expand)AuthorAgeFilesLines
* 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