summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/calcconfig.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-5/+0
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-4/+4
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2018-12-03add ^ (=power) and - (=unary minus) to OpenCLSubsetOpCodesLuboš Luňák1-0/+5
2018-12-03simply abort if SC_FORCE_CALCULATION has unknown valueLuboš Luňák1-1/+2
2018-11-22improve function-local statics in scNoel Grandin1-6/+2
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák1-0/+37
2018-08-09remove Calc's software interpreterLuboš Luňák1-20/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2017-12-12Do not use threading for formula group if...Dennis Francis1-0/+16
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-3/+3
2017-06-02avoid config for fuzzingCaolán McNamara1-0/+5
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-2/+1
2017-04-01remove redundant OpCode castsJochen Nitschke1-1/+1
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky1-0/+6
2015-11-24sc: Implement Software Interpreter subsetting, similarly to openCL one.Jan Holesovsky1-0/+11
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks1-2/+7
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-1/+15
2015-10-01loplugin:unusedmethodsNoel Grandin1-32/+0
2015-09-20Try harder to avoid unnecessary workTor Lillqvist1-3/+3
2015-09-18Tentative performance improvement.Michael Meeks1-9/+9
2015-09-16Use C++11 initializer listTor Lillqvist1-34/+36
2015-08-25Add VLOOKUP to the set of opcodes that we trust the OpenCL implementation forTor Lillqvist1-0/+1
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-1/+11
2015-03-06Add NORMSDIST to the default OpenCL use opcode subsetTor Lillqvist1-0/+1
2015-03-06Add VAR, CORREL, COVAR, PEARSON and SLOPE to the OpenCL default opcode subsetTor Lillqvist1-0/+5
2015-02-07Some compilers need explicit OUString() in return expressionTor Lillqvist1-4/+4
2015-02-07Not all platforms have std::to_string(), urkTor Lillqvist1-2/+2
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-02-07Output meStringConversion symbolicallyTor Lillqvist1-1/+17
2015-02-04Add Add, Sub, Mul and Div back to the default OpenCL opcode subsetTor Lillqvist1-0/+4
2015-01-23Use symbolic (not numeric) opcodes in the registry for the OpenCL use subsetTor Lillqvist1-48/+8
2015-01-13Decrease the formula group size limit for OpenCL to be considered back to 100Tor Lillqvist1-1/+1
2015-01-12Drop Add, Sub, Mul and Div from the default opcode subsetTor Lillqvist1-4/+0
2015-01-12Increase the formula group size limit for OpenCL to be considered to 10000Tor Lillqvist1-1/+1
2015-01-12Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist1-0/+1
2015-01-07Revert "Let's try a higher limit"Tor Lillqvist1-1/+1
2015-01-07Let's try a higher limitTor Lillqvist1-1/+1
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-2/+2
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-43/+0