| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QTextCodec support out of QtCore | Karsten Heimrich | 2020-06-20 | 1 | -706/+0 |
| * | Remove QTextCodec dependency from QCoreGobalData | Lars Knoll | 2020-05-14 | 1 | -3/+2 |
| * | Clean up state handling for ICU and iconv based codecs | Lars Knoll | 2020-05-10 | 1 | -7/+6 |
| * | Correctly flag remaining chars for the ICU codec | Lars Knoll | 2020-05-01 | 1 | -0/+7 |
| * | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -8/+8 |
| * | Fix building with -no-feature-codecs | Allan Sandfeld Jensen | 2019-08-20 | 1 | -2/+5 |
| * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -4/+0 |
| * | Modernize the "codecs" feature | Liang Qi | 2018-10-12 | 1 | -1/+1 |
| * | QtBase: use printf-style qWarning/qDebug where possible (II) | Marc Mutz | 2016-05-03 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-11 | 1 | -0/+1 |
| |\ |
|
| | * | Reduce allocations by using reserve() | Sérgio Martins | 2016-02-07 | 1 | -0/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Make data tables const. | Volker Krause | 2015-05-05 | 1 | -1/+1 |
| * | Fix support for iso8859-16 when compiling with ICU | Lars Knoll | 2015-03-18 | 1 | -0/+3 |
| * | QTextCodec: micro-optimize loops. | Friedemann Kleint | 2015-02-12 | 1 | -4/+8 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add support for "Apple Roman" encoding | Alexander Volkov | 2014-10-24 | 1 | -0/+2 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add ISO 8859-11 as an alias for TIS-620 | David Faure | 2013-02-27 | 1 | -1/+2 |
| * | Fix QTextCodec race. | David Faure | 2013-01-22 | 1 | -2/+5 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Enable module build with QT_NO_CODECS | Tasuku Suzuki | 2012-11-26 | 1 | -0/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Exclude QIcuCodec when QT_NO_TEXTCODEC is defined | J-P Nurmi | 2012-09-16 | 1 | -0/+4 |
| * | ICU: Fix crash in codecForMib(2107) | Kai Koehne | 2012-08-23 | 1 | -0/+4 |
| * | ICU: Mark which functions are threadsafe and which ones aren't | Thiago Macieira | 2012-08-04 | 1 | -8/+7 |
| * | Do not preload any codecs anymore when using ICU | Lars Knoll | 2012-07-31 | 1 | -6/+48 |
| * | Use ICU instead of iconv/windows codecs for the locale | Lars Knoll | 2012-07-31 | 1 | -1/+15 |
| * | ICU code page conversion support | Lars Knoll | 2012-07-31 | 1 | -0/+625 |