summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/calcconfig.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist1-0/+1
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-43/+0
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist1-3/+0
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist1-6/+6
2014-11-19Add COUNTTor Lillqvist1-0/+1
2014-11-19Add opcodes for binary operators + - * /Tor Lillqvist1-0/+6
2014-11-19Don't use OpenCL for RAND by defaultTor Lillqvist1-1/+0
2014-11-18Bump the minimum group size for OpenCL to 100Tor Lillqvist1-1/+1
2014-11-17Add a bunch of allegedly common opcodes to the default subset for OpenCLTor Lillqvist1-0/+15
2014-11-17Insert some fairly generic fallback whitelist entries for nowTor Lillqvist1-0/+9
2014-11-14Remove the dummy entry just used for testingTor Lillqvist1-1/+0
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist1-5/+6
2014-11-12Specify platform vendor, not platform nameTor Lillqvist1-1/+1
2014-11-12Add a whitelist entry, too (for what I happen to be running at the moment)Tor Lillqvist1-0/+3
2014-11-12Split driver version specification into a rangeTor Lillqvist1-3/+3
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist1-4/+4
2014-11-07Make it possible to actually edit existing white/black list entriesTor Lillqvist1-17/+22
2014-11-07Some simplification and refactoring, no functional changeTor Lillqvist1-9/+6
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist1-6/+14
2014-11-06Don't be too modern for MSVC2012Tor Lillqvist1-4/+2
2014-11-06Don't be too modern for MSVC2012Tor Lillqvist1-1/+5
2014-11-06Try to get the SC_DLLPUBLIC placement rightTor Lillqvist1-4/+4
2014-11-06Fix error: call of overloaded 'append(int)' is ambiguousTor Lillqvist1-1/+1
2014-11-06Fix non-dbgutil build where OpCode is sal_uInt16 and not OpCodeEnumTor Lillqvist1-1/+1
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist1-2/+28
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-7/+132
2014-11-06Add a setting for what subset of functions we use OpenCL forTor Lillqvist1-2/+4
2014-11-06Add more detailled configuration for OpenCL use, and make OpenCL default to onTor Lillqvist1-3/+7
2014-03-14some formula interpreter options are document specificEike Rathke1-0/+9
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-0/+2
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard1-1/+2
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard1-2/+4
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks1-2/+6
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida1-2/+4
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-2/+2
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida1-0/+5
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-0/+44