summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
* elide some makeStringAndClear() callsNoel Grandin2022-07-212-2/+2
* clang-tidy modernize-pass-by-value in configmgrNoel Grandin2022-05-2323-60/+75
* Revert "use boost::flat_map in config_map"Tor Lillqvist2022-05-173-9/+8
* use boost::flat_map in config_mapNoel Grandin2022-05-153-8/+9
* elide temporary std::vector in Access::getElementNamesNoel Grandin2022-05-121-4/+4
* avoid some ref-counting traffic in configmgr::Access:getNameInternalNoel Grandin2022-05-116-6/+6
* Adapt function's interface to change from OUString to std::u16string_viewStephan Bergmann2022-04-261-2/+3
* use more string_view in configmgrNoel Grandin2022-04-132-8/+8
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-132-3/+4
* use more string_viewNoel Grandin2022-04-112-8/+9
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-024-9/+9
* Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann2022-02-081-1/+1
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-132-1/+1
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-211-14/+15
* tdf#81146: try to make saving registrymodifications.xcu more robustMike Kaganski2021-12-141-1/+1
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* 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
* update PCHsLuboš Luňák2021-04-081-1/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-86/+87
* rtl::Static -> function local staticNoel Grandin2021-04-071-6/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-105-5/+5
* Mark workaround as fixed upstreamStephan Bergmann2021-03-091-2/+5
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* loplugin:referencecasting in configmgrNoel2021-02-172-5/+5
* update pchesCaolán McNamara2021-02-081-1/+2
* 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
* update pchesCaolán McNamara2020-12-041-2/+1
* 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