Age | Commit message (Expand) | Author |
2021-03-23 | tdf#124176 Use pragma once in s* | Vincent LE GARREC |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-11-19 | tdf#123936 Formatting files in module sc with clang-format | Philipp Hofer |
2019-12-04 | some std::set->o3tl::sorted_vector | Noel Grandin |
2019-11-03 | find symbols that can be private | Noel Grandin |
2018-11-14 | $SC_FORCE_CALCULATION to force Calc use opencl/threads for everything | Luboš Luňák |
2018-08-09 | remove Calc's software interpreter | Luboš Luňák |
2018-05-08 | tdf#42949 Fix IWYU warnings in sc/inc/[bc]* | Gabor Kelemen |
2018-04-15 | remove some unused comphelper includes | Jochen Nitschke |
2017-12-12 | Do not use threading for formula group if... | Dennis Francis |
2015-12-01 | sc interpreter: Don't hide S/W Interpreter behind an environment variable. | Jan Holesovsky |
2015-11-24 | sc: Implement Software Interpreter subsetting, similarly to openCL one. | Jan Holesovsky |
2015-10-26 | Make OpenCL listener global, to avoid perf. cost of copying it around. | Michael Meeks |
2015-10-14 | Improve performance by using the ScCalcOptions for OpenCL. | Michael Meeks |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-18 | Tentative performance improvement. | Michael Meeks |
2015-09-18 | Remove declaration of nonexistent function | Tor Lillqvist |
2015-07-24 | tdf#92256: Handle case when string ref syntax is unknown | Katarina Behrens |
2015-02-07 | ERROR is a macro on Windows, try ILLEGAL then | Tor Lillqvist |
2015-02-07 | Turn StringConversion into a C++11 scoped enumeration | Tor Lillqvist |
2015-01-04 | merge OpCodeEnum and OpCode | Caolán McNamara |
2014-11-27 | Work in progress: Move Calc-independend OpenCL configuration out of sc | Tor Lillqvist |
2014-11-24 | Make whether to use OpenCL or not a global option | Tor Lillqvist |
2014-11-20 | Use regexps in the OpenCL blacklist/whitelist | Tor Lillqvist |
2014-11-13 | Blacklist has precedence over whitelist, so order them like that | Tor Lillqvist |
2014-11-12 | Split driver version specification into a range | Tor Lillqvist |
2014-11-12 | Rename OpenCLImpl to OpenCLImplMatcher to better match its purpose | Tor Lillqvist |
2014-11-07 | Make it possible to actually edit existing white/black list entries | Tor Lillqvist |
2014-11-07 | Some simplification and refactoring, no functional change | Tor Lillqvist |
2014-11-07 | More work on OpenCL whitelist/blacklist UI | Tor Lillqvist |
2014-11-06 | Try to get the SC_DLLPUBLIC placement right | Tor Lillqvist |
2014-11-06 | Intermediate commit: start on whitelist/blacklist of OpenCL implementations | Tor Lillqvist |
2014-11-06 | More work on the new OpenCL options | Tor Lillqvist |
2014-11-06 | Add a setting for what subset of functions we use OpenCL for | Tor Lillqvist |
2014-11-06 | Add more detailled configuration for OpenCL use, and make OpenCL default to on | Tor Lillqvist |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-03-14 | some formula interpreter options are document specific | Eike Rathke |
2014-03-14 | user selectable string conversion models, related fdo#37132 fdo#74622 | Eike Rathke |
2013-09-19 | store the opencl device id and propagate it from the ui to opencl code | Markus Mohrhard |
2013-09-19 | store opencl auto select setting in configuration | Markus Mohrhard |
2013-06-25 | cleanup options dialog, and add an option for formula grouping. | Michael Meeks |
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks |
2012-12-17 | Change the order of always, never, ask enumerations. | Kohei Yoshida |
2012-07-23 | Add new formula config option in the UI for "treat empty string as zero." | Kohei Yoshida |
2012-05-31 | Rename this option to make it sound more generic. | Kohei Yoshida |
2012-05-30 | Reset the calc settings to default when the 'Default' button is checked. | Kohei Yoshida |
2012-05-30 | Create a common struct for interpreter config options. | Kohei Yoshida |