summaryrefslogtreecommitdiff
path: root/package/inc
AgeCommit message (Expand)AuthorFilesLines
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin3-7/+7
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann1-1/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin3-3/+3
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin1-1/+0
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen10-28/+2
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in packageNoel Grandin1-2/+2
2021-11-26loplugin:stringliteraldefine in packageNoel Grandin1-5/+5
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-08-12flatten OZipFileAccess a littleNoel Grandin1-1/+2
2021-08-12flatten ZipPackage a littleNoel Grandin1-1/+3
2021-07-21pass ZipEnumeration around by valueNoel Grandin1-1/+1
2021-07-20osl::Mutex->std::mutex in ByteGrabberNoel Grandin1-2/+2
2021-06-23Removed duplicated includeAndrea Gelmini1-1/+0
2021-06-22reduce allocation in ZipContentInfo mapNoel Grandin4-7/+29
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+3
2020-12-04update pchesCaolán McNamara2-2/+5
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer3-17/+19
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara2-5/+9
2020-07-17package: create instances with uno constructorsNoel Grandin2-12/+0
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák1-0/+1
2020-07-12update pchesCaolán McNamara1-1/+4
2020-05-09compact namespace in packageNoel Grandin5-10/+10
2020-04-26update pchesCaolán McNamara1-3/+2
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin3-7/+7
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+1
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-3/+2
2020-01-13loplugin:finalclasses in package..sfx2Noel Grandin4-6/+6
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis1-9/+20
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-2/+15
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov3-3/+3
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin1-1/+1
2019-08-22loplugin:constmethod in packageNoel Grandin4-5/+5
2019-07-23close some more holes in structuresNoel Grandin1-2/+2
2019-07-18cid#1448353 Uncaught exceptionCaolán McNamara1-1/+1
2019-07-01Fix typoAndrea Gelmini1-1/+1
2019-05-28parallel deflate compression (one stream, multiple threads)Luboš Luňák2-9/+121
2019-05-28split out thread functionality from ZipOutputEntryLuboš Luňák2-22/+36
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák2-7/+7
2019-05-12regenerate PCH headersLuboš Luňák2-6/+6
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák2-39/+49
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-1/+0
2018-10-13loplugin:constfields in package..registryNoel Grandin3-7/+7
2018-08-15loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin1-1/+1
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin1-1/+1
2018-08-04use C++11 exception rethrowingCaolán McNamara2-4/+4
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-1/+1