summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qversionnumber
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-77/+77
* Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-291-0/+13
* Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-071-6/+42
* Core: Add a QTypeRevision classUlf Hermann2020-01-301-0/+115
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-2/+0
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-5/+0
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-6/+6
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-8/+3
* QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-0/+8
* tst_QVersionNumber: fix Clang warning about superfluous moveMarc Mutz2017-03-061-1/+1
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
* Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+2
|\
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-011-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+2
|\|
| * tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
|/
* Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QVersionNumber: test more version numbersMarc Mutz2015-01-081-0/+60
* Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-0/+17
* Long live QVersionNumber!Keith Gardner2014-08-092-0/+581