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