Age | Commit message (Expand) | Author |
2017-01-25 | loplugin: unnecessary destructor sc | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-04-05 | tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors | Steven Guo |
2016-01-15 | loplugin:unusedmethods unused return value in sc | Noel Grandin |
2015-11-09 | sc: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-11-09 | sc: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-02-07 | We (will) need ScCalcConfig also for formula groups | Tor Lillqvist |
2015-01-22 | Make it obvious that this functions is for a very specific use only | Tor Lillqvist |
2015-01-04 | merge OpCodeEnum and OpCode | Caolán McNamara |
2015-01-03 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-15 | Remove global variable SymbolTable::nR and make the code re-entrant. | Kohei Yoshida |
2014-11-27 | Fix OpenCL-less build | Tor Lillqvist |
2014-11-27 | Work in progress: Move Calc-independend OpenCL configuration out of sc | Tor Lillqvist |
2014-11-25 | remove boost/unordered_map.hpp include from types.hxx. | Kohei Yoshida |
2014-11-13 | Missing include | Stephan Bergmann |
2014-11-06 | Add also parameters for the opcode subset to enableOpenCL() | Tor Lillqvist |
2014-10-03 | Let's consistently spell OpenCL as 'OpenCL'. | Kohei Yoshida |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-04-07 | fdo#75741: Re-implement CompileNameFormula for formula groups. | Kohei Yoshida |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-03-20 | Some cosmetics. | Kohei Yoshida |
2014-03-06 | Allow easy toggling of threaded OpenCL kernel compilation. | Kohei Yoshida |
2014-03-05 | Fix incorrect group calc state check. | Kohei Yoshida |
2014-02-27 | Ensure that numeric array storage is aligned to 256-byte boundary. | Kohei Yoshida |
2013-11-25 | add methods to enable and disable automatic device selection | Markus Mohrhard |
2013-11-25 | provide UNO API for OpenCL selection | Markus Mohrhard |
2013-11-20 | WIP: Background ahead-of-time OpenCL compilation | Tor Lillqvist |
2013-11-20 | Refactoring in preparation for threaded OpenCL kernel compilation | Tor Lillqvist |
2013-11-13 | We don't use the static OpenCL kernels any more | Tor Lillqvist |
2013-11-12 | Reduce the amount of RPM token generation. | Kohei Yoshida |
2013-10-29 | Correct way to try to enable OpenCL in unit test. | Kohei Yoshida |
2013-10-28 | Remove duplicated code blocks. | Kohei Yoshida |
2013-10-28 | Add cache of column data arrays to the group formula context. | Kohei Yoshida |
2013-10-08 | Use the document's string pool rather than a separate one for the formula. | Kohei Yoshida |
2013-10-04 | Rename StringPool to SharedStringPool because that's what it is. | Kohei Yoshida |
2013-10-04 | Move this string pool code to svl. | Kohei Yoshida |
2013-09-19 | Be explicit on what kind of "kernels" we are compiling. | Kohei Yoshida |
2013-09-19 | Set up a thread to compile OpenCL kernels during file load. | Kohei Yoshida |
2013-09-19 | add a way to change the opencl device | Markus Mohrhard |
2013-09-19 | Avoid having build-time dependency on scopencl. | Kohei Yoshida |
2013-09-19 | More sensible way to handle software interpreter invocation. | Kohei Yoshida |
2013-09-10 | Correctly handle empty cells for string arrays too. | Kohei Yoshida |
2013-09-06 | Allow storage of string arrays in vector ref tokens. | Kohei Yoshida |
2013-07-11 | Generate Reverse Polish token array (RPN) at the start. | Kohei Yoshida |
2013-07-02 | Dummy formula group interpreter for testing. | Michael Meeks |
2013-07-02 | Add a way to inverse matrix using openCL. It's an no-op for now. | Kohei Yoshida |
2013-06-27 | abstract out the FormulaGroupInterpreter more cleanly. | Michael Meeks |