Robuta

Sponsor of the Day: Jerkmate
https://invent.kde.org/frameworks/kcodecs/-/commit/8d58ac14bc48fe9d173f3e76c6f6f84030085990 [KEncodingProber] Remove no longer used include (8d58ac14) · Commits · Frameworks / KCodecs · GitLab The headers were once added for Q_DECL_OVERRIDE, replaced with standard override. commits frameworks kcodecskencodingprober removelonger usedincludegitlab https://invent.kde.org/frameworks/kcodecs/-/commit/2b86f3bde059b7dee551c37617a38ff5ccd49057 [KEncodingProber] Actually check if reset() works (2b86f3bd) · Commits · Frameworks / KCodecs ·... KCodecs provide a collection of methods to manipulate strings using various encodings commits frameworks kcodecskencodingproberactuallycheckreset https://invent.kde.org/frameworks/kcodecs/-/commit/d26e6746f49ec34208a026826136bdcfbc0e3f1d [KCharsets] Add benchmark for entity lookup (d26e6746) · Commits · Frameworks / KCodecs · GitLab KCodecs provide a collection of methods to manipulate strings using various encodings commits frameworks kcodecskcharsetsaddbenchmarkentity https://invent.kde.org/frameworks/kcodecs/-/commit/06231c9ba64b2085df12b272789af71ef57bb1cb [KCharsets] Remove no longer used include (06231c9b) · Commits · Frameworks / KCodecs · GitLab QHash was used by the removed QTextCodec related API. commits frameworks kcodecslonger usedkcharsetsremoveinclude https://invent.kde.org/frameworks/kcodecs/-/commit/732906710fbffc3f5a416e48f2e8d71b010db963 [KCharsets] Verify entity table is sorted at build time (73290671) · Commits · Frameworks / KCodecs... Modify the comparison function so it is usable in a constexpr context. Also pad the looked up entity the same way as the table entities, so the comparison can... commits frameworks kcodecsentity tablebuild timekcharsetsverify https://invent.kde.org/frameworks/kcodecs/-/commit/bb1d1ba0a797cb10caed8e3b008f2d83d1f4f9e9 [KEncodingProber] Remove unused header files (bb1d1ba0) · Commits · Frameworks / KCodecs · GitLab KCodecs provide a collection of methods to manipulate strings using various encodings kencodingprober remove unusedcommits frameworks kcodecsheader filesgitlab https://invent.kde.org/frameworks/kcodecs/-/commit/9e964960fad78e8e4a11c12e785a42b985ae2c5d [KEncodingProber] Remove runtime unpack state machine (9e964960) · Commits · Frameworks / KCodecs ·... The state machine allows to unpack 4/8/16 bits packed in a 32 bit integer, but this is fairly pointless: - only 4 bit packed is used in any model -... commits frameworks kcodecskencodingprober removestate machineruntimeunpack https://invent.kde.org/frameworks/kcodecs/-/commit/03c7ce704ee6ab54e33c17ae888d044365583df1 [KCharsets] Fix sort order in entity table (03c7ce70) · Commits · Frameworks / KCodecs · GitLab commits frameworks kcodecssort orderentity tablekcharsetsfix https://invent.kde.org/frameworks/kcodecs/-/commit/ba83dd44cbeea11cd715a18b4ce802d2953562c0 [KCharSets] Fix numeric encoding for `toEntity(...)` (ba83dd44) · Commits · Frameworks / KCodecs ·... The hexadecimal format must not include a '0' in front of the 'x'. commits frameworks kcodecskcharsetsfixnumericencoding https://invent.kde.org/frameworks/kcodecs/-/commit/312f0542b77954f42fbd3b5a187da89edb5647eb [KEncodingProber] Remove unused member variable (312f0542) · Commits · Frameworks / KCodecs · GitLab KCodecs provide a collection of methods to manipulate strings using various encodings kencodingprober remove unusedcommits frameworks kcodecsmembervariablegitlab https://invent.kde.org/frameworks/kcodecs/-/commit/7d007567aef24b613d815fea2a3cf91e929dffac [KEncodingProber] Fix reset() method (7d007567) · Commits · Frameworks / KCodecs · GitLab KEncodingProberPrivate::setProberType deletes and constructs the prober implementation, so use it to implement reset(). commits frameworks kcodecskencodingproberfixresetmethod https://invent.kde.org/frameworks/kcodecs/-/commit/dd638582b1ff4b0862f0fa29bd90c0fefa62351b Remember where to re-try RFC 2047 word decoding (dd638582) · Commits · Frameworks / KCodecs · GitLab Avoids quadratic behavior on (intentionally) corrupted input consisting of many consecutive start markers without any end markers. Improves the runtime of the... commits frameworks kcodecsrfc 2047remembertryword