Age | Commit message (Expand) | Author |
2017-03-13 | Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()" | Miklos Vajna |
2017-03-11 | comphelper: fix MSVC hang in ThreadPool::shutdown() | Michael Stahl |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-02-23 | Use copy ctor instead of ZipPackageFolder::copyZipEntry | Stephan Bergmann |
2017-02-22 | use std::unique_ptr | Caolán McNamara |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor oox..sax | Noel Grandin |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, package | Stephan Bergmann |
2017-01-19 | Use the old-fashion way to instantiate a UNO service. | Kohei Yoshida |
2017-01-17 | replace boost::checked_deleter with std::default_delete | Jochen Nitschke |
2017-01-17 | tdf#97597: attempt to add test for multithreaded input stream buffering. | Kohei Yoshida |
2017-01-16 | Use unique_ptr for ZipFile here. | Kohei Yoshida |
2017-01-15 | ZipFile: make it work on MSVC 14.0 | David Ostrovsky |
2017-01-14 | tdf#97597: Ensure that each parsing thread has its own buffer. | Kohei Yoshida |
2017-01-12 | package: fixup SAL_CALL removal | Thorsten Behrens |
2017-01-11 | These SAL_CALL can go as well... | Kohei Yoshida |
2017-01-11 | Use std::unique_ptr for the ZipFile instance. | Kohei Yoshida |
2017-01-11 | Not worth having this as a separate data member. | Kohei Yoshida |
2017-01-11 | Let's return std::unique_ptr<...> directly. | Kohei Yoshida |
2017-01-11 | Remove unnecessary UNO-ness from ZipFile class. | Kohei Yoshida |
2017-01-08 | coverity#704153 merge m_xRootFolder and m_pRootFolder | Caolán McNamara |
2017-01-08 | Rename css::packages::ContentInfo to just ZipContentInfo. | Kohei Yoshida |
2017-01-08 | Clean up and annotate the code a bit. | Kohei Yoshida |
2017-01-07 | Reduce scope by removing unnecessary else clauses. | Kohei Yoshida |
2016-12-01 | tdf#104126 - comphelper thread-pool, use reliable std::condition_variable. | Michael Meeks |
2016-11-13 | drop extra semicolons | David Tardon |
2016-11-09 | package: ODF: bump PBKDF2 iteration counts | Michael Stahl |
2016-11-08 | loplugin:expandablemethods in lotuswordpro..package | Noel Grandin |
2016-11-07 | style fix for cppcheck redundantCondition | Jochen Nitschke |
2016-11-01 | style fixes for cppcheck noExplicitConstructor | Jochen Nitschke |
2016-10-19 | loplugin:expandablemethodds in lotuswordpro..package | Noel Grandin |
2016-10-19 | replace <<= with assign for <<= with rhs Any | Jochen Nitschke |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-12 | loplugin:constantparam in package..stoc | Noel Grandin |
2016-08-30 | loplugin:stringconstant: adapt to improved OUStringLiteral1 (package) | Stephan Bergmann |
2016-08-18 | coverity#1371440 Uncaught exception | Caolán McNamara |
2016-08-12 | loplugin:unusedenumconstants in package..svtools | Noel Grandin |
2016-08-08 | OFFICE-3708: package: recognize correct SHA256 URL | Michael Stahl |
2016-08-05 | loplugin:countusersofdefaultparams in oox..sd | Noel Grandin |
2016-07-29 | Fix typo: completelly -> completely | Takeshi Abe |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-07-18 | add tagging to ThreadTasks so we don't need more one pool | Noel Grandin |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-06-28 | loplugin:singlevalfields in various | Noel Grandin |
2016-06-23 | sfx2: exception on storage commit is an error (related: tdf#91807) | Michael Stahl |
2016-06-23 | package: fix exception handling in DeflateThread (related tdf#91807) | Michael Stahl |
2016-06-15 | tdf#98955 hardware_concurrency not ideal for thread pools | Ashod Nakashian |