Age | Commit message (Expand) | Author |
2021-06-14 | We only support ICU version 4.6 or newer, so drop these checks | Mike Kaganski |
2021-06-09 | dtd files are not xml files and shouldn't have xml headers | Caolán McNamara |
2021-06-09 | Simplify Sequences initializations (i*->p*) | Julien Nabet |
2021-06-07 | Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0 | Eike Rathke |
2021-06-04 | Fix the <FollowPageWord> entries for Bulgarian | MIhail Balabanov |
2021-05-25 | Don't ignore GCC warnings for static builds | Jan-Marek Glogowski |
2021-05-17 | don't leak ICU transliterator | Noel Grandin |
2021-05-15 | Related: tdf#128314 Add NatNum12 modifier 'lower' attribute | Eike Rathke |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-14 | Typos in comments | Mike Kaganski |
2021-05-06 | Add English (Denmark) {en-DK} locale data | Eike Rathke |
2021-05-06 | Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4 | Eike Rathke |
2021-05-06 | Derive en_HK calendar from en_US instead of en_GB | Eike Rathke |
2021-05-05 | Move en_KE to lcl_DATA_EN where it belongs | Eike Rathke |
2021-04-27 | loplugin:moveopt | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-10 | Quote literals in {ja-JP} date and time format codes | Eike Rathke |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-05 | Use std algorithms here | Mike Kaganski |
2021-04-01 | Resolves: tdf#136839 {nl-BE} leading currency symbol | Eike Rathke |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | Fix Japanese old monthly name | Jun NOGATA |
2021-03-21 | Add mixed Gregorian and Japanese gengou date format. | Jun NOGATA |
2021-02-23 | loplugin:refcounting in i18npool | Noel |
2021-02-12 | tdf#42982 Add descriptions to some runtime exceptions | Aditya Pratap Singh |
2021-02-10 | loplugin:refcounting also check OWeakObject subclasses | Noel |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-27 | Improve loplugin:stringliteralvar | Stephan Bergmann |
2021-01-27 | Use std::u16string_view instead of OUString in one place | Stephan Bergmann |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-07 | Use o3tl::temporary in calls to OUString::iterateCodePoints | Stephan Bergmann |
2021-01-04 | loplugin:stringviewparam: operator += | Stephan Bergmann |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-27 | Simplify loplugin:stringviewparam comparison operator handling | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-23 | Use char16_t string literals | Stephan Bergmann |
2020-12-20 | Check Calendar unoid for unknown and duplicates | Eike Rathke |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-28 | drop custom Indic grapheme rules and rely on contemporary icu defaults | Caolán McNamara |
2020-11-27 | tdf#138481: Trust the built-in break iterator character data in ICU | Tor Lillqvist |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-22 | tdf#123936 Formatting files in module i18npool with clang-format | Philipp Hofer |
2020-11-13 | tdf#117643 Writer: fix apostrophe search regression | László Németh |
2020-11-11 | loplugin:stringview | Noel |
2020-11-10 | Reinstate o3tl/cppunittraitshelper.hxx use for C++20 | Stephan Bergmann |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |