summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin2-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski10-123/+131
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-12/+12
2021-10-11loplugin:moveparam in packageNoel Grandin2-3/+3
2021-10-03drop 'using namespace std' in packageJulien Nabet2-6/+4
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+2
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski3-28/+12
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski3-14/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski5-11/+12
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-3/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-3/+0
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin3-5/+4
2021-08-12flatten OZipFileAccess a littleNoel Grandin2-2/+3
2021-08-12flatten ZipPackage a littleNoel Grandin2-3/+5
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2-8/+10
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann1-1/+0
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin5-29/+29
2021-07-31Use ZLIB_CONST to avoid const_castMike Kaganski3-2/+3
2021-07-31getArray->getConstArray in packageNoel Grandin4-7/+7
2021-07-31rtl::Static -> static localNoel Grandin4-16/+8
2021-07-30tsan:data race in XBufferedThreadedStreamNoel Grandin1-1/+1
2021-07-21pass ZipEnumeration around by valueNoel Grandin3-6/+6
2021-07-20osl::Mutex->std::mutex in StarOfficeSHA1DigestContextNoel Grandin2-4/+3
2021-07-20osl::Mutex->std::mutex in CorrectSHA1DigestContextNoel Grandin2-3/+4
2021-07-20no need to use a pImpl in CorrectSHA1DigestContextNoel Grandin2-18/+11
2021-07-20osl::Mutex->std::mutex in BlowfishCFB8CipherContextNoel Grandin2-4/+4
2021-07-20osl::Mutex->std::mutex in SwitchablePersistenceStreamNoel Grandin2-16/+16
2021-07-20osl::Mutex->std::mutex in ByteGrabberNoel Grandin2-9/+9
2021-07-20osl::Mutex->std::mutex in OChildDispListener_ImplNoel Grandin2-4/+4
2021-07-19OStorage can be finalNoel Grandin1-3/+1
2021-06-23Removed duplicated includeAndrea Gelmini1-1/+0
2021-06-22reduce allocation in ZipContentInfo mapNoel Grandin10-87/+67
2021-06-21remove some unnecessary OUString::internNoel Grandin1-6/+6
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-9/+7
2021-06-02improve exception messageNoel Grandin1-1/+1
2021-05-16speed up package testNoel Grandin1-1/+3
2021-05-13inline some typedefsNoel Grandin1-3/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-12/+12
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-02fix detection of encrypted zip entriesDavid Blatter1-4/+5
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-42/+42
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-02-21loplugin:refcounting in package..saxNoel6-61/+37
2021-02-16loplugin:referencecasting in oox..packageNoel4-6/+6