summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2044-44658/+0
* Document the string converter classesLars Knoll2020-05-141-1/+1
* Remove QTextCodec dependency from QCoreGobalDataLars Knoll2020-05-144-16/+52
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-142-0/+27
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-0/+4
* Move local8bit conversion over to qutfsupportLars Knoll2020-05-142-178/+4
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-142-1201/+1
* Start work on a new API to replace QTextCodecLars Knoll2020-05-142-48/+5
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-121-7/+3
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-101-2/+2
* Clean up state handling for ICU and iconv based codecsLars Knoll2020-05-105-38/+35
* Correctly flag remaining chars for the ICU codecLars Knoll2020-05-011-0/+7
* QTextCodecs: fix a few more ushort/uint -> QChar conversionsMarc Mutz2020-04-302-2/+2
* Move Qt::codecForHtml() to qtextcodec.*Lars Knoll2020-04-242-0/+16
* Remove QTextCodec dependency from QClipboardLars Knoll2020-04-212-0/+27
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+1
|\
| * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-42/+42
|/
* 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