summaryrefslogtreecommitdiffstats
path: root/configmgr/source
Commit message (Expand)AuthorAgeFilesLines
* fix configmgr --enable-dconf buildCaolán McNamara2021-11-231-3/+3
* osl::Mutex->std::mutex in configuration_registryNoel Grandin2021-11-211-25/+25
* Prepare for removal of non-const operator[] from Sequence in configmgrMike Kaganski2021-10-293-10/+13
* loplugin:stringview (clang-cl)Stephan Bergmann2021-10-151-1/+1
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-2/+2
* Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann2021-09-171-1/+3
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-151-8/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-153-5/+4
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-1/+1
* Avoid computing LanguageTag fallbacks several hundred timesEike Rathke2021-08-151-4/+10
* no need to allocate changedValue_ separatelyNoel Grandin2021-08-112-4/+5
* Revert "simplify locking in configmgr"Noel Grandin2021-07-2215-82/+103
* simplify locking in configmgrNoel Grandin2021-07-2215-100/+82
* Directly partly initialize vector in access.cxxJulien Nabet2021-05-141-13/+13
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-026-16/+16
* rtl::Static -> function local staticNoel Grandin2021-04-071-6/+2
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-105-5/+5
* Mark workaround as fixed upstreamStephan Bergmann2021-03-091-2/+5
* loplugin:referencecasting in configmgrNoel2021-02-172-5/+5
* loplugin:stringviewparam extend to new..Noel2021-01-293-5/+5
* fix coverity parse errorsCaolán McNamara2021-01-101-2/+2
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-295-10/+12
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-4/+4
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-302-3/+3
* loplugin:stringview (clang-cl)Stephan Bergmann2020-11-251-1/+1
* Make it clear again what the comment appertains toStephan Bergmann2020-11-221-3/+2
* 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-064-6/+0
* 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
* configmgr: create instances with uno constructorsNoel Grandin2020-07-0614-426/+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-182-13/+13
* 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
* std::set<T*> -> o3tl::sorted_vectorNoel Grandin2020-02-041-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