Age | Commit message (Expand) | Author |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-06 | gbuild: create services.rdb from built components | Jan-Marek Glogowski |
2021-12-01 | gbuild: introduce plugin + loader concepts | Jan-Marek Glogowski |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-22 | osl::Mutex->std::mutex in TransliterationImpl::loadBody | Noel Grandin |
2021-11-21 | tdf#143148 Use pragma once in i18npool | Harjot |
2021-11-20 | Change aboveWord and belowWord for Simplified Chinese locale | Kevin Suo |
2021-11-20 | Fix the above/below words for Bulgarian | Mihail Balabanov |
2021-11-19 | loplugin:stringliteraldefine in i18npool | Noel Grandin |
2021-11-19 | Cleanup locally used variables in Calendar_hijri | Hossein |
2021-11-18 | Cleanup Calendar_hijri | Hossein |
2021-11-16 | Update to ICU 70.1 | Eike Rathke |
2021-11-16 | Use basegfx::deg2rad instead of *0.01745329251994 | Hossein |
2021-11-11 | rtl::Static to thread-safe static | Noel Grandin |
2021-11-10 | new loplugin:stringliteraldefine | Noel Grandin |
2021-11-03 | Silence spurious Werror=maybe-uninitialized in transliterateImpl | Noel Grandin |
2021-11-01 | Group per-locale functions instead by type | Jan-Marek Glogowski |
2021-10-31 | Prevent many -Wunused-function in i18npool service | Jan-Marek Glogowski |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in i18npool | Mike Kaganski |
2021-10-29 | fix comparison when searching cache | Luboš Luňák |
2021-10-25 | Missing `static` | Stephan Bergmann |
2021-10-21 | loplugin:flatten | Noel Grandin |
2021-10-19 | Resolves: tdf#145173 Add English (Israel) {en-IL} locale data | Eike Rathke |
2021-10-19 | Related: tdf#145173 Sort he_IL by formatindex and split NatNum to LC_FORMAT_1 | Eike Rathke |
2021-10-19 | Related: tdf#145173 Handle two independent ref=... for LC_FORMAT... | Eike Rathke |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | [API CHANGE] Fix all bad UNOIDL identifiers across offapi | Stephan Bergmann |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-05 | drop 'using namespace std' in h* i* j* | Julien Nabet |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-09-30 | Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT error | Eike Rathke |
2021-09-18 | remove some allocations | Noel Grandin |
2021-09-18 | cid#1491946 and cid#1491949 deference before null check | Noel Grandin |
2021-09-17 | Fix calculation of alloca'ed memory size | Stephan Bergmann |
2021-09-16 | expand out unnecessary macro | Noel Grandin |
2021-09-16 | speedup Transliteration_body::transliterateImpl | Noel Grandin |
2021-09-16 | speedup CharacterClassificationImpl::toUpper | Noel Grandin |
2021-09-06 | clang-tidy:clang-analyzer-optin.performance.Padding | Noel Grandin |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-26 | tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex... | Xisco Fauli |
2021-08-25 | tdf#137737 i18n search: don't expand start/end with regex ^ or $ | Justin Luth |
2021-08-19 | tdf#143526 add Korean Numbering test case & fix Hanja number codepoint | DaeHyun Sung |
2021-08-11 | no need to allocate the lookupTableItem separately | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-03 | Related: tdf#143664 Change {de-*} March "Mrz" to "Mär" | Eike Rathke |
2021-07-31 | tdf#143295 fix DateAcceptancePattern in Korean | DaeHyun Sung |
2021-07-29 | Make duplicate generated numbering identifiers unique, tdf#143526 follow-up | Eike Rathke |
2021-07-29 | Add NumberingIdentifier unit test, tdf#143526 related | Eike Rathke |
2021-07-29 | tdf#143526 fix and add Korean numbering | DaeHyun Sung |