summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration
AgeCommit message (Expand)Author
2023-04-04tdf#151971: Fix used implementation names of transliteration servicesStephan Bergmann
2022-12-17tdf#152520: Crash when using TITLE_CASE/SENTENCE_CASE in Transliteration moduleJulien Nabet
2022-09-24tdf#151148 Finding KATAKANA which has voice consonant mark wrongNoel Grandin
2022-06-15use stack buffer in transliterateImplNoel Grandin
2022-06-15unnecessary reallocNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-11use more string_viewNoel Grandin
2022-03-12tdf#147905 calc PROPER function doesn't like mulithreadingNoel Grandin
2022-03-01fix data races in cclass_UnicodeNoel Grandin
2022-02-10i18npool: fix wrong static function symbolsJan-Marek Glogowski
2021-11-22osl::Mutex->std::mutex in TransliterationImpl::loadBodyNoel Grandin
2021-11-11rtl::Static to thread-safe staticNoel Grandin
2021-11-03Silence spurious Werror=maybe-uninitialized in transliterateImplNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in i18npoolMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-01loplugin:constmethodNoel Grandin
2021-09-18remove some allocationsNoel Grandin
2021-09-18cid#1491946 and cid#1491949 deference before null checkNoel Grandin
2021-09-17Fix calculation of alloca'ed memory sizeStephan Bergmann
2021-09-16expand out unnecessary macroNoel Grandin
2021-09-16speedup Transliteration_body::transliterateImplNoel Grandin
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet
2021-05-17don't leak ICU transliteratorNoel Grandin
2021-05-14Typos in commentsMike Kaganski
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer
2020-08-09i18npool: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-10-20Drop redundant conditionsArkadiy Illarionov
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-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-12-20Fix typo in codeAndrea Gelmini
2018-11-12fix missing "else" in transliterateBulletNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-06-26remove the useOffset thread-unsafe hack from transliterationLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke