summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-083-7/+4
|\
| * Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-021-4/+2
| * configure: modernize iconv useOswald Buddenhagen2018-12-191-2/+1
| * Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
* | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0914-84/+73
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-0714-84/+73
* | Optimize QTextCodec::codecForUtfText a littleThiago Macieira2018-11-081-14/+14
* | QTextCodec: update the docs for codecForUtfTextThiago Macieira2018-11-081-5/+26
* | QUtf8Codec: Use one 32-byte load instead of two 16-byte ones on AVX2Thiago Macieira2018-11-081-1/+6
* | Update various qt_attribution.json filesEdward Welbourne2018-11-021-0/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1721-91/+54
|\|
| * Modernize the "codecs" featureLiang Qi2018-10-127-23/+19
| * Modernize the "big_codecs" featureLiang Qi2018-10-1216-68/+35
* | Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-253-4/+19
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+1
* | Add a few overrides in Qt CoreAlessandro Portale2018-08-058-74/+74
* | Improve the UTF-16 and UTF-32 codecs with <qendian.h>Thiago Macieira2018-07-041-28/+12
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-261-0/+18
* | QString: insert a number of 8-character SIMD loopsThiago Macieira2018-05-151-0/+39
* | QUtf8: add AVX2 code for isValidUtf8Thiago Macieira2018-05-151-0/+22
|/
* QUtf8: Add some UTF-8 text operation functionsThiago Macieira2018-02-032-1/+169
* Remove references to obsolete platformsJake Petroules2017-11-052-4/+4
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-195-49/+49
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-2/+2
|\
| * QGbkCodec: Initialize buf arraysFriedemann Kleint2017-06-281-2/+2
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-2/+5
* | QText{En,De}coder: mark ctors explicitMarc Mutz2017-04-061-2/+2
* | QTextCodec: add QStringView overloadsMarc Mutz2017-04-062-0/+51
|/
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-291-9/+9
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-5/+5
|\
| * QtCore: Add missing overrideAlexander Volkov2016-11-161-5/+5
* | Remove Mac specific code paths from qiconvcodecLars Knoll2016-11-232-45/+1
* | Clean up iconv configurationLars Knoll2016-11-234-18/+12
* | Add missing QBIG5CODEC_LICENSE.txt fileKai Koehne2016-11-041-0/+25
* | Document use of BSD code in Qt CoreKai Koehne2016-10-288-238/+248
* | Merge dev into 5.8Oswald Buddenhagen2016-08-221-13/+10
|\ \
| * | iconv-related cleanup in codecs.priLars Knoll2016-08-191-12/+9
| * | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-4/+4
| * | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-2/+2
* | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-171-3/+3
|/ /
* | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2513-1/+15
* | Aarch64: vectorize ascii de-/encoding.Erik Verbruggen2016-06-091-1/+72
* | Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-311-3/+13
* | Add support for Apple tvOSMike Krus2016-05-171-1/+1