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/5168d75160dc1c8262856f1840b4aed155c6928f [KEncodingProber] Default empty constructors/desctructors (5168d751) · Commits · Frameworks /... KCodecs provide a collection of methods to manipulate strings using various encodings commits frameworkskencodingproberdefaultemptyconstructors https://invent.kde.org/frameworks/kcodecs/-/commit/7365db2295a5ba9fccc216b50f3774ae69fbd5e7 [KEncodingProber] Drop declaration of unused GetDistribution method (7365db22) · Commits ·... KCodecs provide a collection of methods to manipulate strings using various encodings kencodingproberdropdeclarationunusedmethod https://invent.kde.org/frameworks/kcodecs/-/commit/bfda3650d4982646d196f56c72da2fca67c80d46 [KEncodingProber] Remove unused unexported member functions (bfda3650) · Commits · Frameworks /... KCodecs provide a collection of methods to manipulate strings using various encodings kencodingprober remove unusedmember functionscommits frameworksunexported 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/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/cb832ac59b811615e7d063bf062504e822d8016e [KEncodingProber] Replace nsCodingStateMachine raw pointer with unique_ptr (cb832ac5) · Commits ·... KCodecs provide a collection of methods to manipulate strings using various encodings unique ptrkencodingproberreplacerawpointer 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