summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-19tdf#123936 Formatting files in module registry with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05loplugin:reducevarscope in registryNoel
2020-09-05Improve some OUString to OString conversionsStephan Bergmann
2020-09-05Make printString take any std::u16string_view argumentStephan Bergmann
2020-09-05Create OUString from storeFindData m_pszName and m_nLengthStephan Bergmann
2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-20compact namespace declNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: registryStephan Bergmann
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-12-05Fix typoAndrea Gelmini
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-03tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-08-31Add version resource to executables where it was missingMike Kaganski
2019-08-12Fix typosAndrea Gelmini
2019-07-30Fix typosAndrea Gelmini
2019-07-23close some more holes in structuresNoel Grandin
2019-06-07Fix typosAndrea Gelmini
2019-04-19optimise find/insert patternNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-02-15tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-07loplugin:collapseif in framework..salNoel Grandin
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-31loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19expression is excessiveCaolán McNamara
2018-10-13loplugin:constfields in package..registryNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin
2018-09-08clang bugprone-unused-return-valueNoel Grandin
2018-09-05loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin
2018-08-31GCC only supports inline variables since GCC 7Stephan Bergmann
2018-08-30loplugin:useuniqueptr in registryNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin