summaryrefslogtreecommitdiffstats
path: root/package/inc
Commit message (Expand)AuthorAgeFilesLines
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-161-1/+4
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-082-3/+0
* loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin2016-10-191-1/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-6/+6
* loplugin:constantparam in package..stocNoel Grandin2016-09-122-3/+2
* coverity#1371440 Uncaught exceptionCaolán McNamara2016-08-181-1/+1
* loplugin:unusedenumconstants in package..svtoolsNoel Grandin2016-08-121-7/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-1/+3
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl2016-06-231-0/+1
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-3/+3
* tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand2016-03-222-1/+19
* loplugin:constantparam in packageNoel Grandin2016-03-181-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-2/+2
* loplugin:unusedmethods unused return value in oox,packageNoel Grandin2016-01-152-2/+2
* loplugin:unusedfieldsNoel Grandin2015-12-241-3/+1
* loplugin:unusedfields in oox,package,reportdesignNoel Grandin2015-11-231-1/+0
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-152-89/+170
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* com::sun::star->css in package,pyunoNoel Grandin2015-10-2314-310/+304
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-85/+85
* boost->stdCaolán McNamara2015-09-181-1/+0
* package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-267-13/+13
* Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann2015-08-181-1/+0
* Related: tdf#88314 delete temp filesCaolán McNamara2015-08-071-0/+1
* Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara2015-08-051-5/+13
* Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud2015-07-261-10/+5
* Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara2015-07-241-5/+10
* loplugin:unusedmethods packageNoel Grandin2015-07-075-22/+0
* drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin2015-06-294-87/+15
* uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara2015-06-051-0/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-5/+5
* loplugin:staticmethodsNoel Grandin2015-04-092-3/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-052-0/+4
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-4/+4
* package: Better to use temporary files for huge memory zip streamsMatúš Kukan2014-12-141-2/+3
* package: Create memory buffer only when we need it - if we use parallelismMatúš Kukan2014-12-142-0/+4
* callcatcher: remove newly unused codeCaolán McNamara2014-12-122-12/+41
* remove operator>> methodsNoel Grandin2014-12-112-12/+12
* ZipPackageStream::getRawData can be privateMatúš Kukan2014-11-171-2/+3
* Simplify input parameters to just take the sequenceMatúš Kukan2014-11-173-3/+3
* package: Finally implement parallel zip entries deflatingMatúš Kukan2014-11-173-4/+12
* package: Call writeLOC always after putNextEntry explicitlyMatúš Kukan2014-11-171-7/+4
* package: Do not use hacky bit 1<<4 in ZipEntry::nFlagMatúš Kukan2014-11-171-0/+1
* There is no XZipOutputEntry interfaceMatúš Kukan2014-11-171-6/+2
* package: Use memory stream for compressing zip entriesMatúš Kukan2014-11-172-5/+6
* package: Move most ZipOutputEntry's methods back to ZipOutputStreamMatúš Kukan2014-11-172-15/+20