| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QTextCodec support out of QtCore | Karsten Heimrich | 2020-06-20 | 1 | -1299/+0 |
| * | Remove QTextCodec dependency from QCoreGobalData | Lars Knoll | 2020-05-14 | 1 | -10/+31 |
| * | Start work on a new API to replace QTextCodec | Lars Knoll | 2020-05-14 | 1 | -20/+0 |
| * | Port qt_from_latin1() from ushort to char16_t | Marc Mutz | 2020-05-10 | 1 | -2/+2 |
| * | Clean up state handling for ICU and iconv based codecs | Lars Knoll | 2020-05-10 | 1 | -4/+13 |
| * | Move Qt::codecForHtml() to qtextcodec.* | Lars Knoll | 2020-04-24 | 1 | -0/+11 |
| * | QTextCodec: try to work around an ICC 19 bug | Marc Mutz | 2019-10-07 | 1 | -1/+4 |
| * | QTextCodec: port to QRecursiveMutex | Marc Mutz | 2019-08-13 | 1 | -12/+17 |
| * | Remove useless null pointer checks | Thiago Macieira | 2019-07-16 | 1 | -7/+4 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -12/+12 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-05 | 1 | -1/+1 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-04-04 | 1 | -1/+1 |
| | |\ |
|
| | | * | Doc: Use the \nullptr macro instead of 0 | Venugopal Shivashankar | 2019-04-02 | 1 | -1/+1 |
| * | | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -1/+1 |
| |/ / |
|
| * | | Doc: replace 0 with \nullptr in documentation | Christian Ehrlicher | 2019-03-13 | 1 | -2/+2 |
| * | | QTextCodec::codecForLocale(): clarify and update documentation | Edward Welbourne | 2018-12-06 | 1 | -5/+3 |
| * | | Compile with QT_STRICT_ITERATORS defined | Lars Knoll | 2018-11-26 | 1 | -2/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-09 | 1 | -4/+1 |
| |\ |
|
| | * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -4/+1 |
| * | | Optimize QTextCodec::codecForUtfText a little | Thiago Macieira | 2018-11-08 | 1 | -14/+14 |
| * | | QTextCodec: update the docs for codecForUtfText | Thiago Macieira | 2018-11-08 | 1 | -5/+26 |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-10-17 | 1 | -6/+8 |
| |\| |
|
| | * | Modernize the "codecs" feature | Liang Qi | 2018-10-12 | 1 | -2/+4 |
| | * | Modernize the "big_codecs" feature | Liang Qi | 2018-10-12 | 1 | -4/+4 |
| * | | Add tests for decoding too-short UTF-8 sequences | Thiago Macieira | 2018-09-25 | 1 | -1/+15 |
| * | | Deregister QTextCodec on destruction | Igor Mironchik | 2018-05-26 | 1 | -0/+18 |
| |/ |
|
| * | Remove references to obsolete platforms | Jake Petroules | 2017-11-05 | 1 | -2/+2 |
| * | QtBase: use new QStaticByteArrayMatcher where applicable | Marc Mutz | 2017-04-24 | 1 | -2/+5 |
| * | QTextCodec: add QStringView overloads | Marc Mutz | 2017-04-06 | 1 | -0/+42 |
| * | Properly use QT_CONFIG macro to check for ICU | Lars Knoll | 2016-11-29 | 1 | -9/+9 |
| * | Clean up iconv configuration | Lars Knoll | 2016-11-23 | 1 | -3/+3 |
| * | QtCore: Remove Windows CE. | Friedemann Kleint | 2016-03-30 | 1 | -3/+3 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | Mark qt_from_latin1() as nothrow | Marc Mutz | 2015-11-05 | 1 | -1/+1 |
| * | Remove documentation of QTextCodec::setCodecForTr(). | Friedemann Kleint | 2015-07-10 | 1 | -10/+0 |
| * | Doc: added doc to undocumented functions | Nico Vertriest | 2015-05-18 | 1 | -3/+20 |
| * | QTextCodec: micro-optimize loops. | Friedemann Kleint | 2015-02-12 | 1 | -12/+15 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Doc: corrected autolink errors corelib/io | Nico Vertriest | 2014-11-26 | 1 | -2/+2 |
| * | Load default codecs even if custom QTextCodec has been registered | Kai Koehne | 2014-10-30 | 1 | -3/+8 |
| * | QTextCodec: Fix source code indentation | Kai Koehne | 2014-10-29 | 1 | -1/+1 |
| * | Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml(). | Friedemann Kleint | 2014-10-28 | 1 | -1/+4 |
| * | Doc: link to MIBenum | Nico Vertriest | 2014-10-27 | 1 | -4/+4 |
| * | Fix doc about the list of supported codecs | Alexander Volkov | 2014-10-24 | 1 | -4/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QTextCodec::codecForHtml looks at the first 1024 bytes | Shawn Rutledge | 2014-08-21 | 1 | -1/+1 |
| * | Make QTextDecoder use our qt_from_latin1 code | Thiago Macieira | 2014-02-22 | 1 | -5/+5 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -2/+2 |