summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesv6.7.0-beta3Lucie Gérard2024-02-091-1/+1
* Fix QStringConverter::encodingForName() for trailing `-`, `_`Marc Mutz2023-12-071-0/+2
* Improve tst_QStringConverter::encodingForName_data()Marc Mutz2023-11-131-13/+39
* QStringConverter: harden encodingForName() against nullptrMarc Mutz2023-11-101-3/+7
* QLocal8Bit::convertToUnicode[win]: Support stateless flagMårten Nordheim2023-11-061-0/+37
* QLocal8Bit::convertFromUnicode[win]: handle trailing high surrogateMårten Nordheim2023-10-301-6/+24
* QLocal8Bit::convertToUnicode[win]: handle more than one octet stateMårten Nordheim2023-10-301-7/+8
* QLocal8Bit::convertToUnicode[win]: Drop MB_PRECOMPOSED flagMårten Nordheim2023-10-301-4/+1
* QStringConverter[win]: expose+test control of code-pageMårten Nordheim2023-10-241-0/+148
* Provide QStringConverter equivalent of QTextCodec::availableCodecsFabian Kosmale2023-07-181-0/+9
* QStringDecoder: add a char16_t overload of appendToBuffer(QChar*, ~~~)Marc Mutz2023-06-041-2/+2
* Skip the tst_QStringConverter::threadSafety test on WASM temporarilyMikolaj Boc2023-02-141-0/+4
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29
* Long live QUtf8::convertFromLatin1()!Marc Mutz2022-11-021-0/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-191-2/+269
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-151-7/+11
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-0/+56
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-231-60/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-231-14/+50
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-30/+30
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-13/+12
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+3
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-0/+12
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-8/+0
* Document the string converter classesLars Knoll2020-05-141-10/+10
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+89
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+58
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-0/+53
* Construct a string converter by nameLars Knoll2020-05-141-0/+27
* Add some incremental testsLars Knoll2020-05-141-20/+63
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-33/+33
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-0/+1591