summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Centralize the MSVC work-around for std::is_permutationMarc Mutz2019-07-121-15/+1
* | | QHash: optimize equality operatorMarc Mutz2019-07-121-10/+12
* | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-123-0/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-2/+2
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-102-4/+4
| * | doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
* | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1062-73640/+0
* | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-096-26/+26
* | | QHash: mark the equality operator for QHashDummyValue constexpr noexceptMarc Mutz2019-07-081-1/+1
* | | Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-1/+7
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-2/+2
| |\|
| | * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
* | | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-034-0/+16
* | | Optimize QSet set operationsMarc Mutz2019-07-031-16/+9
* | | Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-1/+3
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-014-2/+55
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-014-2/+55
| |\| |
| | * | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2
| | * | Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-283-0/+53
* | | | QStringList: utilize QStringMatcher's support for QStringViewMat Sutcliffe2019-07-011-1/+1
* | | | QCharRef/QByteRef: schedule for Qt 7 removalGiuseppe D'Angelo2019-07-012-2/+2
|/ / /
* | | QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-302-0/+116
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-4/+2
* | | QFreeList: fix memory order on block deletionMarc Mutz2019-06-271-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+1
|\| |