summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist2-10/+8
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-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-0/+15
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida1-90/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida4-3/+449
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida1-0/+13
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-17sal: clean up public headers with include-what-you-useMichael Stahl18-0/+23
2014-11-16callcatcher: update unused codeCaolán McNamara1-9/+0
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida1-0/+1
2014-11-15remove unused code in ScRawTokenNoel Grandin1-74/+0
2014-11-15some formatting improvementsMarkus Mohrhard1-4/+5
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+21
2014-11-14Remove the dummy entry just used for testingTor Lillqvist1-1/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-9/+9
2014-11-13Blacklist has precedence over whitelist, so order them like thatTor Lillqvist2-19/+20
2014-11-12fdo#86219 use vector replication when obtaining scalar for jump matrixEike Rathke1-1/+2
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-12Add output operators for SAL_INFO convenienceTor Lillqvist1-0/+19
2014-11-12Split driver version specification into a rangeTor Lillqvist2-5/+7
2014-11-12Rename OpenCLImpl to OpenCLImplMatcher to better match its purposeTor Lillqvist2-14/+14
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-5/+5
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti2-3/+0
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 Lillqvist2-19/+16
2014-11-07More work on OpenCL whitelist/blacklist UITor Lillqvist2-17/+65
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-4/+4
2014-11-06Don't be too modern for MSVC2012Tor Lillqvist1-4/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-4/+4
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 Lillqvist2-3/+3
2014-11-06Intermediate commit: start on whitelist/blacklist of OpenCL implementationsTor Lillqvist2-7/+90
2014-11-06More work on the new OpenCL optionsTor Lillqvist4-13/+200
2014-11-06Check also unary and binary operation opcodes for presence in subsetTor Lillqvist1-0/+10
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist1-1/+3
2014-11-06Don't use OpenCL unless the function is in the subset we supportTor Lillqvist1-0/+7
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-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara1-1/+1
2014-10-30Use SAL_INFO instead of fprintf(stderr)Tor Lillqvist1-2/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1