summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2020-01-02Revert "no need to use shared_ptr here"Noel Grandin15-85/+105
2019-12-30Clean up newly unused includesStephan Bergmann5-5/+0
2019-12-24no need to use shared_ptr hereNoel Grandin15-105/+85
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin4-6/+7
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-4/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+1
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin5-126/+99
2019-09-27Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann1-5/+5
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-5/+5
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-16Related tdf#90429: Don't erroneously pop unrelated path segmentsStephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): configmgrStephan Bergmann9-9/+9
2019-07-17tdf#42949 Fix IWYU warnings in configmgr/*Gabor Kelemen50-133/+29
2019-06-14loplugin:logexceptionnicely in configmgr..connectivityNoel Grandin3-15/+18
2019-06-12configmgr: support changing locale languageAshod Nakashian1-0/+9
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2-2/+2
2019-05-13configmgr: workaround GCC9 -Werror=sign-compare in static_assertMichael Stahl1-9/+9
2019-05-12regenerate PCH headersLuboš Luňák1-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-05-10Remove dead test codeStephan Bergmann1-185/+0
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-5/+11
2019-04-19optimise find/insert patternNoel Grandin1-12/+6
2019-04-12Allow <oor:items> in .xcd tooStephan Bergmann1-1/+1
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov1-26/+14
2019-03-05re-land "new loplugin typedefparam""Noel Grandin3-3/+3
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-1/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann4-7/+7
2019-01-16Replace uses of rtl/instance.hxx with plain local static vars in configmgrStephan Bergmann1-10/+2
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann2-14/+15
2018-12-28Use indexed getToken()Matteo Casalin1-2/+2
2018-12-28Fix typoAndrea Gelmini1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann8-11/+11
2018-11-21improve function-local statics in basic..cuiNoel Grandin1-3/+1
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-10/+10
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+4
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-3/+3
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-6/+13
2018-05-09Missing template clone() in configmgr dconf modeStephan Bergmann1-0/+1
2018-05-09Add possibility to read <value xsi:nil="true"/> from winreg conf backendAndras Timar1-2/+35
2018-04-25Winreg config layer: Allow to define external backend separatelyMike Kaganski1-3/+14