summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-156-159/+48
* Add missing #includesStephan Bergmann2017-02-0613-1/+32
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-3/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2658-1521/+371
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-252-9/+0
* New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann2017-01-1911-0/+62
* Use the old-fashion way to instantiate a UNO service.Kohei Yoshida2017-01-191-7/+16
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-173-7/+2
* tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida2017-01-173-1/+120
* Use unique_ptr for ZipFile here.Kohei Yoshida2017-01-162-8/+6
* ZipFile: make it work on MSVC 14.0David Ostrovsky2017-01-151-0/+1
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-145-10/+126
* package: fixup SAL_CALL removalThorsten Behrens2017-01-122-2/+2
* These SAL_CALL can go as well...Kohei Yoshida2017-01-112-6/+6
* Use std::unique_ptr for the ZipFile instance.Kohei Yoshida2017-01-112-8/+7
* Not worth having this as a separate data member.Kohei Yoshida2017-01-112-4/+1
* Let's return std::unique_ptr<...> directly.Kohei Yoshida2017-01-113-4/+7
* Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida2017-01-112-55/+15
* coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara2017-01-082-34/+26
* Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida2017-01-084-21/+21
* Clean up and annotate the code a bit.Kohei Yoshida2017-01-081-18/+34
* Reduce scope by removing unnecessary else clauses.Kohei Yoshida2017-01-071-59/+59
* tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks2016-12-011-0/+1
* drop extra semicolonsDavid Tardon2016-11-131-1/+1
* package: ODF: bump PBKDF2 iteration countsMichael Stahl2016-11-091-2/+2
* loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2016-11-084-25/+12
* style fix for cppcheck redundantConditionJochen Nitschke2016-11-071-1/+1
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-011-1/+1
* loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin2016-10-192-2/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-193-11/+11
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1323-23/+23
* loplugin:constantparam in package..stocNoel Grandin2016-09-128-14/+14
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann2016-08-301-1/+1
* coverity#1371440 Uncaught exceptionCaolán McNamara2016-08-182-2/+2
* loplugin:unusedenumconstants in package..svtoolsNoel Grandin2016-08-121-7/+0
* OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl2016-08-084-3/+9
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-051-1/+1
* Fix typo: completelly -> completelyTakeshi Abe2016-07-292-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-274-8/+8
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-183-7/+10
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-0716-40/+40
* loplugin:singlevalfields in variousNoel Grandin2016-06-283-4/+1
* sfx2: exception on storage commit is an error (related: tdf#91807)Michael Stahl2016-06-231-5/+5
* package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl2016-06-233-1/+23
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-1/+1
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* Fix typosAndrea Gelmini2016-05-251-1/+1
* loplugin:unusedmethods in package to rscNoel Grandin2016-05-191-3/+0
* Fix typosAndrea Gelmini2016-05-161-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-102-0/+2