summaryrefslogtreecommitdiff
path: root/package/source/zippackage
AgeCommit message (Expand)AuthorFilesLines
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer4-36/+32
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-05loplugin:reducevarscope in packageNoel2-7/+8
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-5/+5
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-5/+5
2020-07-17package: create instances with uno constructorsNoel Grandin2-49/+20
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann2-21/+10
2020-05-25package: ignore unknown encryption parameters.Vasily Melenchuk1-5/+0
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-2/+4
2020-04-03loplugin:flatten in packageNoel Grandin1-438/+438
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-1/+1
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis1-4/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis1-1/+4
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-15do not clean up EncryptionData during SaveAsVasily Melenchuk1-19/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin3-7/+7
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov4-14/+15
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin1-1/+1
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov3-65/+59
2019-08-22oox: typos, comments, formattingAshod Nakashian1-5/+4
2019-08-22loplugin:constmethod in packageNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann5-5/+5
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin1-2/+3
2019-06-10bail out immediately if saving part of a zip package failsLuboš Luňák1-13/+17
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák1-10/+20
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák1-63/+3
2019-05-28try harder not to deflate small streams in a threadLuboš Luňák1-1/+5
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák1-8/+10
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov4-18/+18
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+2
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-2/+2
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov3-43/+28
2019-02-09loplugin:indentation in oox..packageNoel Grandin3-9/+9
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen4-11/+6
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin1-1/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-3/+5
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin1-1/+0
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-5/+3