summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulagroup.cxx
AgeCommit message (Expand)Author
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-11-14abort if opencl fails with SC_FORCE_CALCULATION=openclLuboš Luňák
2018-08-09remove Calc's software interpreterLuboš Luňák
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-06-15do not allow threading in SwInterpreter for threading-disabled tokensLuboš Luňák
2018-06-15sc: These booleans are constantTakeshi Abe
2018-01-24tdf#115093 : Do not reuse singleref tokens...Dennis Francis
2017-12-12Do not use threading for formula group if...Dennis Francis
2017-12-07loplugin:constparamsNoel Grandin
2017-11-22Don't re-create the interpreter context for each row.Michael Meeks
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Type check the tokens before reuseDennis Francis
2017-11-21halve the number of threads if HT is activeDennis Francis
2017-11-21Avoid ScTokenArray thrashDennis Francis
2017-11-21Thread the software interpreterDennis Francis
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist
2016-08-25let ScInterpreter::pStack contain const formula::FormulaToken*Eike Rathke
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-09coverity#1341778 Logically dead codeCaolán McNamara
2015-12-01sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky
2015-11-24sc: Implement ScVectorRefMatrix.Jan Holesovsky
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-20sc: One more place needed when one wants to enable the S/W interpreter.Jan Holesovsky
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks
2015-09-30Fix typosAndrea Gelmini
2015-08-14loplugin: defaultparamsNoel Grandin
2015-02-07We (will) need ScCalcConfig also for formula groupsTor Lillqvist
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist