summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorgozeloglu2020-11-221-1/+1
* tdf#123936 Formatting files in module configmgr with clang-formatPhilipp Hofer2020-11-2212-83/+75
* New loplugin:stringviewparamStephan Bergmann2020-11-121-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-065-6/+40
* Use the new single-instance="true" attribute in configmgrStephan Bergmann2020-10-022-2/+3
* Fix typo in codeAndrea Gelmini2020-09-242-2/+2
* tdf#124176 Use #pragma once in configmgrGeorge Bateman2020-09-0430-120/+30
* inline some use-once typedefsNoel Grandin2020-08-171-19/+7
* loplugin:flatten in configmgr..i18nutilNoel Grandin2020-08-034-130/+134
* configmgr: Use a proper LanguageTag-based locale fallback mechanism.Jan Holesovsky2020-07-231-14/+10
* compact namespace: connectivityNoel Grandin2020-07-181-5/+1
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* configmgr: create instances with uno constructorsNoel Grandin2020-07-0615-427/+56
* Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgrStephan Bergmann2020-06-301-1/+1
* Use getBcp47() instead of getLanguage()Andras Timar2020-06-151-1/+1
* inline some use-once typedefsNoel Grandin2020-05-241-3/+1
* use for-range on Sequence in cli_ure..connectivityNoel Grandin2020-05-183-16/+16
* compact namespace in canvas..cuiNoel Grandin2020-05-0814-40/+40
* "resolved" is a better name than "isResolved" hereStephan Bergmann2020-05-061-3/+3
* Remove support for "module" layersStephan Bergmann2020-05-062-9/+0
* GenericCommands: fix Fontwork tooltipsJustin Luth2020-02-061-1/+1
* std::set<T*> -> o3tl::sorted_vectorNoel Grandin2020-02-041-1/+2
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-1/+2
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorCanberk TURAN2020-01-291-4/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-282-12/+13
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-1/+1
* tdf#124176: Use pragma once instead of include guardEfdal İncesu2020-01-251-4/+1
* clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin2020-01-158-21/+17
* use more std::make_sharedNoel Grandin2020-01-101-1/+1
* Revert "no need to use shared_ptr here"Noel Grandin2020-01-0215-85/+105
* Clean up newly unused includesStephan Bergmann2019-12-305-5/+0
* no need to use shared_ptr hereNoel Grandin2019-12-2415-105/+85
* use std::move when popping stuff off stacksNoel Grandin2019-11-121-1/+1
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-10-231-2/+2
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-214-6/+7
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-4/+3
* new loplugin:bufferaddNoel Grandin2019-10-151-4/+1
* convert equals() to operator== in xmlreader::SpanNoel Grandin2019-10-065-126/+99
* Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann2019-09-271-5/+5
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-5/+5
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* loplugin:referencecasting find more redundant static_castNoel Grandin2019-08-271-1/+1
* Related tdf#90429: Don't erroneously pop unrelated path segmentsStephan Bergmann2019-08-161-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann2019-07-319-9/+9
* tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen2019-07-1750-133/+29
* loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin2019-06-143-15/+18
* configmgr: support changing locale languageAshod Nakashian2019-06-121-0/+9
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-102-2/+2
* configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl2019-05-131-9/+9
* regenerate PCH headersLuboš Luňák2019-05-121-2/+2