summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
AgeCommit message (Expand)Author
2023-03-25loplugin:stringadd in d*Noel Grandin
2023-02-13Rename: Extension Manager -> ExtensionsSamuel Mehrbrodt
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-16tdf#150427 Gracefully handle potentially unset loggerStephan Bergmann
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in desktopStephan Bergmann
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-18Avoid LIBO_USE_SOURCE_LOCATION feature on user-facing LockFileExceptionStephan Bergmann
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-05-20use for-range on Sequence in d*Noel Grandin
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-02-03tdf#129917 Use temp user profile when installing shared extensionsSamuel Mehrbrodt
2020-01-28Dispose configmgr at the end of unopkgStephan Bergmann
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2020-01-23Logger should be initialized with local contextMike Kaganski
2020-01-23Use crt functions for IO in unopkg on WindowsMike Kaganski
2020-01-21unopkg: Improve error message displaySamuel Mehrbrodt
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin
2019-08-19Fix typosAndrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2018-10-29Remove unused parameterSamuel Mehrbrodt
2018-10-26unopkg: Write to console when no UNO availableSamuel Mehrbrodt
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann