summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Add missing #includesStephan Bergmann13-1/+32
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-3/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann48-1315/+266
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-9/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, packageStephan Bergmann4-0/+19
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-4/+2
2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida1-1/+31
2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida1-7/+3
2017-01-15ZipFile: make it work on MSVC 14.0David Ostrovsky1-0/+1
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida4-9/+122
2017-01-12package: fixup SAL_CALL removalThorsten Behrens1-1/+1
2017-01-11These SAL_CALL can go as well...Kohei Yoshida1-3/+3
2017-01-11Use std::unique_ptr for the ZipFile instance.Kohei Yoshida1-7/+5
2017-01-11Not worth having this as a separate data member.Kohei Yoshida1-3/+1
2017-01-11Let's return std::unique_ptr<...> directly.Kohei Yoshida2-3/+4
2017-01-11Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida1-19/+2
2017-01-08coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara1-32/+25
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida2-15/+16
2017-01-08Clean up and annotate the code a bit.Kohei Yoshida1-18/+34
2017-01-07Reduce scope by removing unnecessary else clauses.Kohei Yoshida1-59/+59
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks1-0/+1
2016-11-13drop extra semicolonsDavid Tardon1-1/+1
2016-11-09package: ODF: bump PBKDF2 iteration countsMichael Stahl1-2/+2
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin2-22/+12
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-1/+1
2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin1-1/+1
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke3-11/+11
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-17/+17
2016-09-12loplugin:constantparam in package..stocNoel Grandin6-11/+12
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann1-1/+1
2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-08OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl4-3/+9
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin3-7/+7
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin2-6/+7
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann14-38/+38
2016-06-28loplugin:singlevalfields in variousNoel Grandin3-4/+1
2016-06-23sfx2: exception on storage commit is an error (related: tdf#91807)Michael Stahl1-5/+5
2016-06-23package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl2-1/+22
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-1/+1
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin1-3/+0
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-0/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin2-5/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin2-33/+15
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-34/+34
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0