summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
AgeCommit message (Expand)Author
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák
2018-08-09remove Calc's software interpreterLuboš Luňák
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2017-12-12Do not use threading for formula group if...Dennis Francis
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-11-24sc: Implement Software Interpreter subsetting, similarly to openCL one.Jan Holesovsky
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-18Tentative performance improvement.Michael Meeks
2015-09-18Remove declaration of nonexistent functionTor Lillqvist
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist
2014-11-12Split driver version specification into a rangeTor Lillqvist
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist
2014-11-06More work on the new OpenCL optionsTor Lillqvist
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-14some formula interpreter options are document specificEike Rathke
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida