summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
* QGb18030Codec: fix out-of-bounds access when decoding surrogate pairsThiago Macieira2019-11-261-1/+0
* QTextCodec: try to work around an ICC 19 bugMarc Mutz2019-10-071-1/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-4/+5
|\
| * Fix building with -no-feature-codecsAllan Sandfeld Jensen2019-08-201-2/+5
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-3/+3
| |\
| | * QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
* | | Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
* | | QTextCodec: port to QRecursiveMutexMarc Mutz2019-08-131-12/+17
* | | Remove useless null pointer checksThiago Macieira2019-07-161-7/+4
* | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-092-12/+12
* | | QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-06-211-3/+3
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-072-14/+14
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| |\|
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-033-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-2/+2
|\| |
| * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* | | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/ /
* | Add missing "override" specifiersAlessandro Portale2019-02-131-10/+10
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+5
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-083-7/+4
| |\
| * | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-6/+3
|\ \ \ | | |/ | |/|
| * | Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-021-4/+2
| * | configure: modernize iconv useOswald Buddenhagen2018-12-191-2/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-1/+1
|\| |
| * | Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
| |/
* | QTextCodec::codecForLocale(): clarify and update documentationEdward Welbourne2018-12-061-5/+3
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-2/+2
|/
* 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
|/