summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Move token-cache for doubles to ScInterpreterContext...feature/calc-parallelDennis Francis8-28/+25
2017-11-21Type check the tokens before reuseDennis Francis1-2/+23
2017-11-21cache FormulaToken for doublesDennis Francis2-6/+43
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis1-0/+6
2017-11-21halve the number of threads if HT is activeDennis Francis1-0/+5
2017-11-21Avoid ScTokenArray thrashDennis Francis1-9/+34
2017-11-21Thread the software interpreterDennis Francis3-102/+219
2017-11-21Add OFFSET to blacklist for threaded calculationTor Lillqvist1-0/+1
2017-11-21Add INDIRECT to blacklist for threaded calculationTor Lillqvist1-0/+1
2017-11-21Check whether ScTokenArray::CheckToken() has disabled threading of the groupTor Lillqvist1-1/+1
2017-11-21Avoid unused private field warning in the NDEBUG caseTor Lillqvist1-0/+1
2017-11-21Move ScDocument::GetNonThreadedContext() inlineTor Lillqvist1-7/+0
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist2-6/+7
2017-11-21Need more ScInterpreterContextsTor Lillqvist1-1/+1
2017-11-21-Werror,-Wunused-parameterTor Lillqvist1-2/+2
2017-11-21-Werror,-Wsign-compareTor Lillqvist1-2/+2
2017-11-21Introduce ScInterpreterContextTor Lillqvist21-93/+119
2017-11-21Disable formula group threading for macros and table opsTor Lillqvist1-2/+14
2017-11-21Move nInterpreterTableOpLevel back to ScDocumentTor Lillqvist2-40/+1
2017-11-21Move nMacroInterpretLevel back to ScDocumentTor Lillqvist2-26/+1
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist4-40/+18
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist4-56/+167
2017-11-21Move some of the fields in ScDocument into a thread-local structTor Lillqvist2-17/+86
2017-11-21Guard pFormatExchangeList from mutation during threaded calculationTor Lillqvist1-0/+4
2017-11-21Guard pValidationList from mutationTor Lillqvist4-0/+24
2017-11-21Guard pColorList from mutationTor Lillqvist1-0/+1
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist2-4/+10
2017-11-21Assert that we don't call MaybeInterpret() in a threaded calculationTor Lillqvist1-0/+3
2017-11-21Guard mpDrawLayer from mutationTor Lillqvist1-0/+3
2017-11-21Guard mpShell from mutationTor Lillqvist1-0/+3
2017-11-21Guard mpNoteEngine from mutationTor Lillqvist1-0/+1
2017-11-21Set fill-column in Emacs mode lineTor Lillqvist1-1/+1
2017-11-21More work on the ScDependantsCalculatorTor Lillqvist2-53/+124
2017-11-21Use a static const bool when checking an env var for existenceTor Lillqvist2-2/+6
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist2-6/+40
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist2-7/+8
2017-11-21Bin some YAGNI codeTor Lillqvist1-21/+4
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist4-42/+130
2017-11-21Always create the DocumentLinkManager, avoids a mutation assertion failureTor Lillqvist1-5/+1
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist6-0/+42
2017-11-21First steps for Calc parallelismTor Lillqvist7-12/+318
2017-11-21TypedWhichId for SDRATTR* constants (2)Noel Grandin2-2/+2
2017-11-20tdf#95880 Add a lock mark on protected sheet tab.Gulsah Kose4-0/+17
2017-11-20ofz#4321 Direct-leakCaolán McNamara2-10/+9
2017-11-20tdf#89216 forward empty cells as empty to BASIC instead of 0.0Matti Lehtonen1-2/+3
2017-11-20ofz#4306 Null-dereference READCaolán McNamara1-7/+18
2017-11-20ofz#4328 AbrtCaolán McNamara1-2/+3
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-1/+1
2017-11-20ofz#4334 Null-dereference READCaolán McNamara1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin5-8/+8