summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan1-1/+0
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-23Remove pointless functions now that saveChild() is ZipPackageStream's memberMatúš Kukan1-21/+0
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan3-21/+33
2014-10-23package: ZipPackageStream: prefix membersMatúš Kukan1-13/+13
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan3-45/+88
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan1-5/+1
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan1-3/+6
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan1-14/+9
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan2-9/+9