summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/quuid
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-043-3/+3
* tst_QUuid: use int128 literals and QCOMPARE supportv6.7.0-beta1Marc Mutz2023-12-091-6/+3
* QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128BytesIvan Solovev2023-08-181-0/+17
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-141-2/+2
* Use QT_SUPPORTS_INT128 macro to handle 128-bit integral typesIvan Solovev2023-08-011-1/+1
* QUuid: handle quint128 and Id128Bytes data in the same wayIvan Solovev2023-07-171-6/+12
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QUuid: add support for 128-bit integersThiago Macieira2023-05-201-0/+26
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-172-6/+0
* QUuid: add the ability to specify the byte order for 128-bit IDsThiago Macieira2022-12-161-0/+6
* QUuid: add a trivial structure to support exactly 128 bitsThiago Macieira2022-12-161-1/+23
* tst_QUuid::fromString(): tweak a test to avoid data-tag collisionEdward Welbourne2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-163-81/+6
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-12/+4
* QUuid: port to QAnyStringViewMarc Mutz2021-07-301-0/+5
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-41/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-34/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+3
* Deprecate QVariant::TypeLars Knoll2020-10-231-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-234-6/+6
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* CMake: Fix tst_quuid to pass on macOSAlexandru Croitor2020-06-042-1/+17
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-281-0/+29
* Convert corelib plugin testsLeander Beernaert2019-10-213-0/+46
* Android: Pass tst_QUuidMårten Nordheim2018-06-281-0/+11
* QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-031-0/+16
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-3/+0
* QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-12/+56
* QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-0/+15
* Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+2
|\
| * winrt: cleanup testcasesMaurice Kalinowski2016-01-291-0/+2
* | Updated license headersJani Heikkinen2016-01-213-51/+36
* | Add Objective-C specific type converters to QUuid.Jake Petroules2015-11-043-0/+99
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-052-2/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-012-2/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
|/