summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurlquery
Commit message (Expand)AuthorAgeFilesLines
* QUrlQuery: Use new comparison helper macrosRym Bouabid2024-02-232-6/+54
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-231-2/+8
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* tst_QUrlQuery: remove duplicate of reconstructQuery data rowEdward Welbourne2022-10-111-2/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-1/+2
* tst_QUrlQuery: improve formatting of lists of pairs of stringsEdward Welbourne2022-06-031-30/+18
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-1/+0
* Regenerate coreliob/io testsAlexandru Croitor2019-08-151-1/+15
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-0/+8
|\
| * QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-091-0/+8
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-6/+6
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-12/+12
* Add qHash(QUrlQuery)Marc Mutz2015-04-201-0/+3
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-2/+2
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-5/+8
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-4/+4
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-301-0/+120
* Long live QUrlQueryThiago Macieira2012-03-302-0/+700