summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)Author
2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2016-03-18loplugin:constantparam in packageNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara
2015-07-07loplugin:unusedmethods packageNoel Grandin
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-14package: Better to use temporary files for huge memory zip streamsMatúš Kukan
2014-12-14package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan
2014-12-12callcatcher: remove newly unused codeCaolán McNamara
2014-12-11remove operator>> methodsNoel Grandin
2014-11-17ZipPackageStream::getRawData can be privateMatúš Kukan
2014-11-17Simplify input parameters to just take the sequenceMatúš Kukan
2014-11-17package: Finally implement parallel zip entries deflatingMatúš Kukan
2014-11-17package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan
2014-11-17package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan
2014-11-17There is no XZipOutputEntry interfaceMatúš Kukan
2014-11-17package: Use memory stream for compressing zip entriesMatúš Kukan
2014-11-17package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan
2014-11-17ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.Matúš Kukan
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara
2014-10-23Remove pointless functions now that saveChild() is ZipPackageStream's memberMatúš Kukan
2014-10-23package: Add pure virtual ZipPackageEntry::saveChild()Matúš Kukan
2014-10-23package: ZipPackageStream: prefix membersMatúš Kukan
2014-10-23package: Add ZipOutputEntry to isolate deflating of streams.Matúš Kukan
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara
2014-10-17coverity#706591 Uncaught exceptionCaolán McNamara
2014-10-10ZipOutputStream: No need to explicitly set default valuesMatúš Kukan
2014-10-10Split ZipPackageFolder::saveChild into two functionsMatúš Kukan
2014-10-10package: ZipOutputStream: prefix membersMatúš Kukan
2014-10-10package: Add some 'const' and prefix membersMatúš Kukan