summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
AgeCommit message (Expand)Author
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida
2013-10-28Remove duplicated code blocks.Kohei Yoshida
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Move this string pool code to svl.Kohei Yoshida
2013-09-19Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida
2013-09-19add a way to change the opencl deviceMarkus Mohrhard
2013-09-19Avoid having build-time dependency on scopencl.Kohei Yoshida
2013-09-19More sensible way to handle software interpreter invocation.Kohei Yoshida
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
2013-07-11Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks
2013-04-30Move the group calculation code into its own class.Kohei Yoshida
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida