summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qversionnumber.h
Commit message (Expand)AuthorAgeFilesLines
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Hide QTypeRevision comparison operators from ADLVolker Hilsheimer2020-10-301-46/+46
* Make QVersionNumber and QArrayDataPointer comparisons hiddenAllan Sandfeld Jensen2020-10-271-18/+19
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-7/+8
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+3
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-22/+22
* Fix an annoying compiler warning on MSVCLars Knoll2020-09-021-1/+1
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-17/+13
* Improve castingAllan Sandfeld Jensen2020-06-251-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* 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
* QTypeRevision: Fix warnings about max macro from windows.hFriedemann Kleint2020-03-041-1/+2
* QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-071-0/+36
* qversionnumber.h: Stay compatible with C++11Ulf Hermann2020-01-311-9/+9
* Core: Add a QTypeRevision classUlf Hermann2020-01-301-0/+115
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-21/+21
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-16/+16
|\
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-14/+14
* | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-0/+4
|/
* 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
* QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2015-09-131-1/+1
* Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-291-10/+157
* Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-161-40/+3
* Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-161-2/+2
* Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-0/+193
* Make QVersionNumber privateThiago Macieira2014-11-131-201/+0
* Long live QVersionNumber!Keith Gardner2014-08-091-0/+201