summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qversionnumber.cpp
Commit message (Expand)AuthorAgeFilesLines
* QVersionNumber: use new comparison helper macrosTatiana Borisova20 hours1-0/+1
* Port QVersionNumber to QSpanMarc Mutz2024-04-181-3/+6
* QVersionNumber: make iterableMarc Mutz2024-01-311-0/+49
* [docs] QVersionNumber: fix a typoMarc Mutz2024-01-241-1/+1
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-101-195/+0
* [docs] Remove references to C++11 feature availabilityMarc Mutz2024-01-091-5/+0
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-6/+6
* Doc: Fix template information for QTypeRevision membersLuca Di Sera2023-11-131-6/+6
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-4/+4
* QLocale: make qstrnto(u)ll not have output argumentsThiago Macieira2022-11-161-5/+4
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-201-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-40/+4
* QVersionNumber: de-inline QList constructor calls and resize()Marc Mutz2022-05-131-0/+23
* QVersionNumber: Show type in QDebug outputFlorian Bruhin2022-05-041-1/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-1/+1
* QVersionNumber: Make documentation period display style consistentChristian Heimlich2022-03-151-1/+1
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-031-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-0/+3
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-181-2/+15
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-181-42/+28
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-171-4/+4
* QVersionNumber: change int to qsizetype for index and lengthThiago Macieira2022-01-161-12/+12
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-2/+2
* Make QVersionNumber and QArrayDataPointer comparisons hiddenAllan Sandfeld Jensen2020-10-271-12/+6
* Fix documentation warningsVolker Hilsheimer2020-10-241-1/+1
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-2/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-8/+8
* Doc: Also fix qdoc signature of qHash(const QTypeRevision &key ...)Kai Koehne2020-04-211-1/+1
* Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-101-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Core: Add a QTypeRevision classUlf Hermann2020-01-301-1/+195
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-2/+2
|\
| * Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
* | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-8/+45
|/
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* doc: fix a typo in QVersionNumber docsMarc Mutz2015-10-071-1/+1
* Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-291-11/+48
* Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-161-15/+15
* Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-161-29/+37
* doc: mark QVersionNumber as \since 5.6Keith Gardner2015-07-131-2/+2
* Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-2/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* QVersionNumber: use qHashRange()Marc Mutz2015-01-091-7/+1