summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-5/+5
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-1/+1
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-59/+0
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist1-1/+0
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist1-11/+5
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist1-1/+1
2014-11-12Split driver version specification into a rangeTor Lillqvist1-5/+11
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist1-15/+15
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist1-6/+13
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist1-12/+12
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist1-2/+53
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist1-4/+4
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist1-0/+3
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-3/+11
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist1-0/+5
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist1-0/+3
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-14some formula interpreter options are document specificEike Rathke1-0/+1
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-0/+10
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard1-0/+3
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard1-0/+1
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks1-0/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-0/+8
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida1-0/+1
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-1/+1
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida1-0/+2
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-0/+50