summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski2-5/+0
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann2-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: desktopStephan Bergmann1-1/+1
2023-03-25loplugin:stringadd in d*Noel Grandin1-6/+5
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-08osl::Mutex->std::mutex in PackageManagerImplNoel Grandin2-2/+3
2023-03-08osl::Mutex->std::mutex in ExtensionManagerNoel Grandin2-3/+3
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-3/+1
2022-09-28use more string_view in desktopNoel Grandin1-2/+2
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin5-11/+14
2022-01-14Recheck modules d* with IWYUGabor Kelemen7-3/+5
2021-12-19use more cppu::BaseMutexNoel Grandin5-24/+26
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski2-6/+5
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+3
2021-03-19tdf#122406: only restart when user accepted the license agreementBayram Çiçek1-26/+33
2021-02-22loplugin:refcounting in desktopNoel2-6/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-10/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-7/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel3-7/+7
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer1-17/+13
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-0/+1
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman5-20/+5
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin5-40/+99
2020-05-20use for-range on Sequence in d*Noel Grandin2-13/+9
2020-04-14loplugin:flatten in desktopNoel Grandin1-22/+22
2020-03-27tdf#131084 Revert "Drop checking for user extensions w/ the same ID on every ...Michael Stahl1-0/+27
2020-02-27Drop checking for user extensions w/ the same ID on every synchronizationKatarina Behrens1-27/+0
2020-02-21Drop o3tl::optional wrapperStephan Bergmann3-5/+5
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-1/+1
2020-01-28remove some unused local varsNoel Grandin1-2/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen10-38/+11
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-4/+2
2020-01-10Remove catch block for css::lang::IllegalArgumentExceptionStephan Bergmann1-3/+0
2020-01-10unopkg: Remove too verbose loggingSamuel Mehrbrodt1-2/+1
2019-12-19sal_Char->char in desktop..dtransNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-2/+7
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-19/+14
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin2-4/+4
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin2-8/+9