summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator
AgeCommit message (Expand)Author
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-21i18npool: don't break line at slash '/'Michael Stahl
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2020-05-29pack a few more classesNoel Grandin
2020-04-27tdf#42982: Improve UNO API error reportingIan Barkley-Yeung
2020-04-20fix regressionNoel Grandin
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin
2020-04-08loplugin:flatten in i18npoolNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in hwpfilter..i18npoolNoel Grandin
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-25cid#1448216 silence Explicit null deferenced false positivesCaolán McNamara
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-07-31Avoid out-of-bounds string accessStephan Bergmann
2019-06-08tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-04-13loplugin:sequentialassign in embeddedobj..l10ntoolsNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-12-13loplugin:useuniqueptr in i18npoolNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2018-07-23Fix typosAndrea Gelmini
2018-07-23Fix typosAndrea Gelmini
2018-05-22Use vector in BreakIterator_th instead of C arraysKhaled Hosny
2018-05-22Fold BreakIterator_CTL into BreakIterator_thKhaled Hosny
2018-05-22tdf#113694 Fix BreakIterator_CTL surrogate pairsKhaled Hosny
2018-03-15tdf#116072 Add PrefixLetter ")" in Hungarian word breakingLászló Németh
2018-02-28tdf#116072 Extend MidLetter in Hungarian word breakingLászló Németh
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin
2018-01-18Revert part of 970b76816a03be0f57f35a790bea57bf299e344bJulien Nabet
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-11loplugin:salcall fix functionsNoel Grandin