summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+5
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-3/+5
| |\
| | * QWindowsLocalCodec::convertFromUnicode(): preclude stack overflow.Edward Welbourne2016-04-151-3/+5
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-5/+5
* | | Change the way we handle features that have sub-featuresLars Knoll2016-04-151-12/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-5/+5
|\| |
| * | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-302-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-3/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-3/+6
| |\|