summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native')
0 files changed, 0 insertions, 0 deletions
n Bergmann 2017-01-19Use the old-fashion way to instantiate a UNO service.Kohei Yoshida 2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke 2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida 2017-01-16Use unique_ptr for ZipFile here.Kohei Yoshida 2017-01-15ZipFile: make it work on MSVC 14.0David Ostrovsky 2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida 2017-01-12package: fixup SAL_CALL removalThorsten Behrens 2017-01-11These SAL_CALL can go as well...Kohei Yoshida 2017-01-11Use std::unique_ptr for the ZipFile instance.Kohei Yoshida 2017-01-11Not worth having this as a separate data member.Kohei Yoshida 2017-01-11Let's return std::unique_ptr<...> directly.Kohei Yoshida 2017-01-11Remove unnecessary UNO-ness from ZipFile class.Kohei Yoshida 2017-01-08coverity#704153 merge m_xRootFolder and m_pRootFolderCaolán McNamara 2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida 2017-01-08Clean up and annotate the code a bit.Kohei Yoshida 2017-01-07Reduce scope by removing unnecessary else clauses.Kohei Yoshida 2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks 2016-11-13drop extra semicolonsDavid Tardon 2016-11-09package: ODF: bump PBKDF2 iteration countsMichael Stahl 2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin 2016-11-07style fix for cppcheck redundantConditionJochen Nitschke 2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke 2016-10-19loplugin:expandablemethodds in lotuswordpro..packageNoel Grandin 2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-12loplugin:constantparam in package..stocNoel Grandin 2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)Stephan Bergmann 2016-08-18coverity#1371440 Uncaught exceptionCaolán McNamara 2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin 2016-08-08OFFICE-3708: package: recognize correct SHA256 URLMichael Stahl 2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin 2016-07-29Fix typo: completelly -> completelyTakeshi Abe 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin