summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)Author
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-28Disable the 'Test OpenCL' button once pressedTor Lillqvist
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist
2015-01-28Add NORMDIST testTor Lillqvist
2015-01-28Use minimum necessary value for nRowsTor Lillqvist
2015-01-28Add ROUND testTor Lillqvist
2015-01-28Add NORMSINV testTor Lillqvist
2015-01-21callcatcher: update unused codeCaolán McNamara
2015-01-07coverity#1261766 Uninitialized pointer fieldCaolán McNamara
2015-01-05sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken
2015-01-05loplugin:unreffunStephan Bergmann
2015-01-05Refactor OpenCL settings dialogOlivier Hallot
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
2014-12-08Revert "No need to have OpenCL optional at configure-time"David Tardon
2014-11-27Add the "Test" button backTor Lillqvist
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-24coverity#1255908 Resource leakCaolán McNamara
2014-11-24Reduce the amount of data by an order of magnitudeTor Lillqvist
2014-11-24Add AVERAGE testTor Lillqvist
2014-11-24Add MIN and MAX testsTor Lillqvist
2014-11-24Fix fencepost errorsTor Lillqvist
2014-11-24The initial value for PRODUCT should obviously be one, not zeroTor Lillqvist
2014-11-24cid#1255906: Unchecked return valueTor Lillqvist
2014-11-21Add new-style test generation for SUM and PRODUCTTor Lillqvist
2014-11-21Some of our supported compilers still don't have 'override' it seemsTor Lillqvist
2014-11-21Re-factor the OpenCL quality test spreadsheet generating codeTor Lillqvist
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist
2014-11-20Add tests for vectorized binary ops + - * /Tor Lillqvist
2014-11-19Test also MIN, MAX and PRODUCTTor Lillqvist
2014-11-19Don't use OpenCL for RAND by defaultTor Lillqvist
2014-11-19-Werror,-Wabsolute-valueStephan Bergmann
2014-11-19Generate OpenCL test doc programmatically, first versionTor Lillqvist
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist
2014-11-14coverity#1251589 silence Using invalid iteratorCaolán McNamara
2014-11-14coverity#1251587 Unchecked dynamic_castCaolán McNamara
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-10callcatcher: unused codeCaolán McNamara
2014-11-07sc, opencl dependant code called even without FEATURE_OPENCLNorbert Thiebaud
2014-11-07Update the white or black list when editing an entryTor 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