| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move QTextCodec support out of QtCore | Karsten Heimrich | 2020-06-20 | 1 | -228/+0 |
| * | Ensure the conversion methods in qstringconverter always get a valid state | Lars Knoll | 2020-05-14 | 1 | -0/+21 |
| * | Move the UTF conversion methods to qstringconverter | Lars Knoll | 2020-05-14 | 1 | -940/+0 |
| * | QtCore: use new QChar::fromUcs{2,4}() | Marc Mutz | 2020-05-12 | 1 | -7/+3 |
| * | Remove QTextCodec dependency from QClipboard | Lars Knoll | 2020-04-21 | 1 | -0/+19 |
| * | Only read the first BOM as a BOM; the rest are ZWNBS ! | Edward Welbourne | 2020-02-14 | 1 | -0/+1 |
| * | Be less laissez-faire with implicit conversions to QChar | Marc Mutz | 2019-07-09 | 1 | -3/+3 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-11-09 | 1 | -2/+2 |
| |\ |
|
| | * | Modernize the "textcodec" feature | Liang Qi | 2018-11-07 | 1 | -2/+2 |
| * | | QUtf8Codec: Use one 32-byte load instead of two 16-byte ones on AVX2 | Thiago Macieira | 2018-11-08 | 1 | -1/+6 |
| * | | Improve the UTF-16 and UTF-32 codecs with <qendian.h> | Thiago Macieira | 2018-07-04 | 1 | -28/+12 |
| * | | QString: insert a number of 8-character SIMD loops | Thiago Macieira | 2018-05-15 | 1 | -0/+39 |
| * | | QUtf8: add AVX2 code for isValidUtf8 | Thiago Macieira | 2018-05-15 | 1 | -0/+22 |
| |/ |
|
| * | QUtf8: Add some UTF-8 text operation functions | Thiago Macieira | 2018-02-03 | 1 | -1/+162 |
| * | Aarch64: vectorize ascii de-/encoding. | Erik Verbruggen | 2016-06-09 | 1 | -1/+72 |
| * | Remove _bit_scan_{forward,reverse} | Erik Verbruggen | 2016-05-31 | 1 | -3/+13 |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev | Liang Qi | 2016-01-26 | 1 | -3/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-21 | 1 | -3/+6 |
| | |\ |
|
| | | * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2016-01-19 | 1 | -3/+6 |
| | | |\ |
|
| | | | * | Fix utf8->utf16 BOM/ZWNBSP decoding. | Erik Verbruggen | 2015-12-21 | 1 | -3/+6 |
| * | | | | Update the Intel copyright year | Thiago Macieira | 2016-01-21 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | | Add a QUtf8::convertToUnicode() overload that operates on an existing buffer | Marc Mutz | 2015-11-19 | 1 | -3/+26 |
| |/ / |
|
| * / | QUtf8: remove an unused variable | Marc Mutz | 2015-11-05 | 1 | -2/+1 |
| |/ |
|
| * | QtCore: Fix const correctness in old style casts | Thiago Macieira | 2015-07-20 | 1 | -6/+6 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/stable' into dev | J-P Nurmi | 2014-06-05 | 1 | -11/+8 |
| |\ |
|
| | * | UTF-8: always store the SIMD result, even if invalid | Thiago Macieira | 2014-05-27 | 1 | -11/+8 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-05-22 | 1 | -8/+36 |
| |\| |
|
| | * | Fix stateful handling of invalid UTF-8 straddling buffer borders | Thiago Macieira | 2014-05-13 | 1 | -8/+36 |
| * | | Improve a few string operations with AVX2 | Thiago Macieira | 2014-05-21 | 1 | -15/+32 |
| |/ |
|
| * | Restore handling of BOMs in QString::fromUtf8 | Thiago Macieira | 2014-04-24 | 1 | -15/+29 |
| * | Fix off-by-one error: the next ASCII character is next one | Thiago Macieira | 2014-02-22 | 1 | -2/+2 |
| * | QUtfCodec: don't encode invalid UCS-4 codepoints | Giuseppe D'Angelo | 2014-02-07 | 1 | -8/+9 |
| * | Add support for UTF-8 encoding/decoding with SIMD | Thiago Macieira | 2014-01-31 | 1 | -15/+129 |
| * | Add a new UTF-8 decoder, similar to the encoder we've just added | Thiago Macieira | 2014-01-09 | 1 | -86/+89 |
| * | Add a new UTF-8 encoder and use it from QString | Thiago Macieira | 2014-01-09 | 1 | -45/+41 |
| * | Allow non-character codes in utf8 strings | Kurt Pattyn | 2013-10-17 | 1 | -11/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | QChar: add isSurrogate() and isNonCharacter() to the public API | Konstantin Ritt | 2012-05-16 | 1 | -4/+3 |
| * | add some useful methods to QUnicodeTables:: | Konstantin Ritt | 2012-05-10 | 1 | -15/+3 |
| * | replace hardcoded values with a surrogate handling methods | Konstantin Ritt | 2012-04-13 | 1 | -3/+3 |
| * | fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef] | Konstantin Ritt | 2012-04-11 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Remove duplicate check in utf endian detection | Kent Hansen | 2011-10-06 | 1 | -14/+12 |