summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
* Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
* Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-143-5/+7
* Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-102-4/+4
* Silence intel compiler warning about float comparisonOlivier Goffart2019-11-282-0/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+1
|\
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-301-1/+1
| |\
| | * Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
* | | QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-243-0/+26
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-31/+20
|\| |
| * | Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-31/+20
| |/
* | Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
* | docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-041-0/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+1
|\|
| * QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-303-1/+87
|\|
| * QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
| * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-262-0/+86
| * QRegexp: Fix MSVC2019 warning about fallthrough not being followed by a case ...Friedemann Kleint2019-09-031-15/+9
| * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-2/+2
| |\
| | * Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* | | doc: Remove ifndef Q_QDOCMartin Smith2019-09-161-4/+0
* | | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+29
* | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-163-4/+17
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-133-15/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-122-9/+11
| |\|
| | * Fix integer overflow in QCryptographicHash's SHA-3 supportThiago Macieira2019-08-101-4/+4
| | * QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-5/+7
| * | QList: fix some integer cast warnings from 64- to 32-bitThiago Macieira2019-08-101-2/+2
| * | QBitArray: change modulo 8 with bitwise-AND 7Thiago Macieira2019-08-081-4/+4
* | | Minor QSet doc cleanupAlex Blasche2019-08-081-3/+0
* | | QPoint/F: add transposed()Marc Mutz2019-08-072-0/+27
* | | QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-075-0/+35
* | | Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-032-26/+3
* | | QEasingCurve: reduce code duplication in setCurveShape()Marc Mutz2019-07-301-19/+15
* | | QEasingCurve: remove a default case labelMarc Mutz2019-07-301-1/+0
* | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
| |\|
| | * QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
| * | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-121-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| | |\|
| | | * QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
| * | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
| |/ /
* | | QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-1/+3