summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)AuthorFilesLines
2017-01-16tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-1/+4
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2-3/+0
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-6/+6
2016-09-12loplugin:constantparam in package..stocNoel Grandin2-3/+2
2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-7/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-1/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl1-0/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-14loplugin:passstuffbyref in variousNoel Grandin3-3/+3
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand2-1/+19
2016-03-18loplugin:constantparam in packageNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin2-2/+2
2015-12-24loplugin:unusedfieldsNoel Grandin1-3/+1
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-89/+170
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23com::sun::star->css in package,pyunoNoel Grandin14-310/+304
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-85/+85
2015-09-18boost->stdCaolán McNamara1-1/+0
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe7-13/+13
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara1-0/+1
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara1-5/+13
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud1-10/+5
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara1-5/+10
2015-07-07loplugin:unusedmethods packageNoel Grandin5-22/+0
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin4-87/+15
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara1-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-5/+5
2015-04-09loplugin:staticmethodsNoel Grandin2-3/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian2-0/+4
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-14package: Better to use temporary files for huge memory zip streamsMatúš Kukan1-2/+3
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan2-0/+4
2014-12-12callcatcher: remove newly unused codeCaolán McNamara2-12/+41
2014-12-11remove operator>> methodsNoel Grandin2-12/+12
2014-11-17ZipPackageStream::getRawData can be privateMatúš Kukan1-2/+3
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan3-3/+3
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan3-4/+12
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan1-7/+4
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan1-0/+1
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan1-6/+2
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan2-5/+6
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan2-15/+20