summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove QRegExp from QVariantLars Knoll2020-05-149-93/+184
* Remove QRegExp support from QString and StringListLars Knoll2020-05-143-223/+6
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-0/+163
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-142-16/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-145-6/+0
* Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* Document the string converter classesLars Knoll2020-05-142-11/+11
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-142-65/+5
* Start porting QTextStream away from QTextCodecLars Knoll2020-05-143-846/+38
* 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
* Get rid of QSettings::iniCodec()Lars Knoll2020-05-141-108/+5
* Add some incremental testsLars Knoll2020-05-141-20/+63
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-142-52/+52
* Always write XML documents as UTF-8Lars Knoll2020-05-141-91/+0
* Start work on a new API to replace QTextCodecLars Knoll2020-05-147-1/+1609
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-131-1/+1
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-2/+12
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-131-1/+1
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-6/+6
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-127-130/+130
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-4/+4
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-113-9/+56
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-082-81/+70
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-071-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-8/+12
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-051-3/+1
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-051-6/+25
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-051-2/+2
* QChar: make std::hash'ableMarc Mutz2020-05-051-0/+7
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-053-194/+3
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-044-0/+247
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-0/+247
| |\
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-012-0/+40
| | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-0/+8
| | * QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
| | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-0/+15
| | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-0/+109
| | * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* | | Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0432-6/+528
|/ /