summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Directly partly initialize vector in access.cxxJulien Nabet1-13/+13
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-16/+16
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-86/+87
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski5-5/+5
2021-03-09Mark workaround as fixed upstreamStephan Bergmann1-2/+5
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-17loplugin:referencecasting in configmgrNoel2-5/+5
2021-02-08update pchesCaolán McNamara1-1/+2
2021-01-29loplugin:stringviewparam extend to new..Noel3-5/+5
2021-01-10fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-10/+12
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-4/+4
2020-12-04update pchesCaolán McNamara1-2/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-3/+3
2020-11-25loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-11-22Make it clear again what the comment appertains toStephan Bergmann1-3/+2
2020-11-22tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorgozeloglu1-1/+1
2020-11-22tdf#123936 Formatting files in module configmgr with clang-formatPhilipp Hofer12-83/+75
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen5-6/+40
2020-10-02Use the new single-instance="true" attribute in configmgrStephan Bergmann2-2/+3
2020-09-24Fix typo in codeAndrea Gelmini2-2/+2
2020-09-04tdf#124176 Use #pragma once in configmgrGeorge Bateman30-120/+30
2020-08-17inline some use-once typedefsNoel Grandin1-19/+7
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin4-130/+134
2020-07-23configmgr: Use a proper LanguageTag-based locale fallback mechanism.Jan Holesovsky1-14/+10
2020-07-18compact namespace: connectivityNoel Grandin1-5/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-06configmgr: create instances with uno constructorsNoel Grandin15-427/+56
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgrStephan Bergmann1-1/+1
2020-06-15Use getBcp47() instead of getLanguage()Andras Timar1-1/+1
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-18use for-range on Sequence in cli_ure..connectivityNoel Grandin3-16/+16
2020-05-08compact namespace in canvas..cuiNoel Grandin14-40/+40
2020-05-06"resolved" is a better name than "isResolved" hereStephan Bergmann1-3/+3
2020-05-06Remove support for "module" layersStephan Bergmann2-9/+0
2020-02-06GenericCommands: fix Fontwork tooltipsJustin Luth1-1/+1
2020-02-04std::set<T*> -> o3tl::sorted_vectorNoel Grandin1-1/+2
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+2
2020-01-29tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorCanberk TURAN1-4/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-12/+13
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu1-4/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin8-21/+17
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin15-85/+105
2019-12-30Clean up newly unused includesStephan Bergmann5-5/+0